65021fe477569fd8b20a247a6928c04bc1cf89f1
[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 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
35         Log: Subject: [PATHC] sharedsv.[c|h]
36              From: "Artur Bergman" <artur@contiller.se>
37              Date: Mon, 13 Aug 2001 14:38:41 +0200
38              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
39              
40              Subject: [PATCH] embed.pl
41              From: Arthur Bergman <arthur@contiller.se>
42              Date: Mon, 13 Aug 2001 14:38:14 +0200
43              Message-ID: <B79D96D6.3088%arthur@contiller.se>
44              
45              Subject: [PATCH] sharedsv cleanups
46              From: "Arthur Bergman" <arthur@contiller.se>
47              Date: Mon, 13 Aug 2001 15:14:25 +0200
48              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
49              
50              Plus few tweaks: _init needs to be Adp, the prototypes
51              should not be revealed unless using ithreads, #endif FOO
52              must be #endif /* FOO */, adding (parentheses) around
53              do { } while doesn't work too well.
54      Branch: perl
55            + sharedsv.c sharedsv.h
56            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
57            ! perl.h perlapi.c pod/perlapi.pod proto.h
58 ____________________________________________________________________________
59 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
60         Log: Subject: Re: END {} blocks run in perl_run
61              From: Arthur Bergman <arthur@contiller.se>
62              Date: Mon, 13 Aug 2001 11:11:30 +0200
63              Message-ID: <B79D6661.3068%arthur@contiller.se>
64      Branch: perl
65            ! perl.c
66 ____________________________________________________________________________
67 [ 11657] By: nick                                  on 2001/08/13  09:03:02
68         Log: Integrate mainline
69      Branch: perlio
70           +> (branch 326 files)
71            - (delete 330 files)
72           !> (integrate 85 files)
73 ____________________________________________________________________________
74 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
75         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
76              and the Perl will be built to do that by default (adding that
77              will break scripts having non-UTF-8 binary data, such as Latin-1.)
78      Branch: perl
79            ! op.c toke.c utf8.h
80 ____________________________________________________________________________
81 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
82         Log: Unnecessary downgrades.
83      Branch: perl
84            ! doop.c
85 ____________________________________________________________________________
86 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
87         Log: Failure not true anymore (probably caused by my broken setup).
88      Branch: perl
89            ! t/op/pat.t
90 ____________________________________________________________________________
91 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
92         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
93              stopped working).
94      Branch: perl
95            ! op.h pp_ctl.c regcomp.c
96 ____________________________________________________________________________
97 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
98         Log: There is no IN_UTF8.
99      Branch: perl
100            ! utf8.h
101 ____________________________________________________________________________
102 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
103         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
104      Branch: perl
105            ! op.c op.h pp_ctl.c regcomp.c
106 ____________________________________________________________________________
107 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
108         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
109              and a test tweak.
110      Branch: perl
111            ! op.c t/pod/find.t
112 ____________________________________________________________________________
113 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
114         Log: Todo updates and fixes.
115      Branch: perl
116            ! pod/perltodo.pod
117 ____________________________________________________________________________
118 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
119         Log: Mark tests (and one module) having explicit Latin-1
120              (and one file having explicit UTF-8) with an explicit
121              'no utf8' (and one explicit 'use utf8').
122              
123              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
124      Branch: perl
125            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
126            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
127            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
128 ____________________________________________________________________________
129 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
130         Log: Subject: SV: END {} blocks run in perl_run
131              From: "Arthur Bergman" <arthur@contiller.se>
132              Date: Sun, 12 Aug 2001 00:34:28 +0200 
133              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
134      Branch: perl
135            ! miniperlmain.c perl.c
136 ____________________________________________________________________________
137 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
138         Log: Typos in #11645.
139      Branch: perl
140            ! perl.h
141 ____________________________________________________________________________
142 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
143         Log: On ithreads default to use_reentrant except on naturally
144              threadsafe platforms.
145      Branch: perl
146            ! perl.h
147 ____________________________________________________________________________
148 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
149         Log: (Hopefully) a fix for 20010723.004: make install needs
150              write permission in build directory.  The problem was
151              probably caused by overeager sprinkling of the lib/re.pm
152              dependencies (which was done to guarantee lib/re.pm being
153              uptodate for parallel makes: now solved by funneling that
154              through an explicit recursive make in the preplibrary target).
155      Branch: perl
156            ! Makefile.SH
157 ____________________________________________________________________________
158 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
159         Log: Dispell the "use utf8" superstition.
160      Branch: perl
161            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
162            ! pod/perlunicode.pod
163 ____________________________________________________________________________
164 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
165         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
166              From: "Abigail" <abigail@foad.org> 
167              Date: Sat, 11 Aug 2001 23:49:49 +0200
168              Message-ID: <20010811214950.23255.qmail@foad.org>
169      Branch: perl
170            ! t/op/taint.t
171 ____________________________________________________________________________
172 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
173         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
174              From: Abhijit Menon-Sen <ams@wiw.org>
175              Date: Sat, 11 Aug 2001 06:18:19 +0530
176              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
177      Branch: perl
178            ! mg.c
179 ____________________________________________________________________________
180 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
181         Log: Test for change #11639.
182      Branch: perl
183            ! t/op/tiehandle.t
184 ____________________________________________________________________________
185 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
186         Log: Subject: Re: Can't localize *FH, then tie it
187              From: Abhijit Menon-Sen <ams@wiw.org>
188              Date: Sun, 12 Aug 2001 16:08:06 +0530
189              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
190      Branch: perl
191            ! pp_hot.c pp_sys.c
192 ____________________________________________________________________________
193 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
194         Log: Drop all the unnecessary "use utf8" clauses and some of
195              the unnecessary "use bytes" ones.
196              
197              TODO: scour the documentation for unnecessary "use utf8"
198              and prominently display it in perldelta when the time comes.
199              ("use utf8" should be necessary ONLY if one wants the script
200              to be in UTF-8.)  Also should be checked in some non-ASCII
201              non-Latin-1 platform, like EBCDIC.
202      Branch: perl
203            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
204            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
205 ____________________________________________________________________________
206 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
207         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
208              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
209              in Unicode handling.
210      Branch: perl
211            + t/op/lc.t
212            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
213 ____________________________________________________________________________
214 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
215         Log: Thinko: we want the flags for native cc, not gcc.
216      Branch: perl
217            ! hints/dec_osf.sh
218 ____________________________________________________________________________
219 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
220         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
221              From: Robin Houston <robin@kitsite.com>
222              Date: Fri, 10 Aug 2001 14:42:02 +0100
223              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
224      Branch: perl
225            ! pp.c
226 ____________________________________________________________________________
227 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
228         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
229              From: Abhijit Menon-Sen <ams@wiw.org>
230              Date: Sat, 11 Aug 2001 16:31:04 +0530
231              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
232      Branch: perl
233            ! op.c
234 ____________________________________________________________________________
235 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
236         Log: Get rid of indread, from Abhijit Menon-Sen.
237      Branch: perl
238            ! pp_sys.c
239 ____________________________________________________________________________
240 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
241         Log: CRLFgngngn.
242      Branch: perl
243            ! win32/Makefile win32/makefile.mk
244 ____________________________________________________________________________
245 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
246         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
247      Branch: perl
248            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
249            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
250            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
251            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
252            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
253            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
254            ! win32/Makefile win32/makefile.mk
255 ____________________________________________________________________________
256 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
257         Log: Avoid #elif (less portable than #else #if).
258      Branch: perl
259            ! handy.h
260 ____________________________________________________________________________
261 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
262         Log: Subject: patch for perlvar.pod
263              From: mah@everybody.org (Mark A. Hershberger)
264              Date: 08 Aug 2001 17:03:16 -0500
265              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
266      Branch: perl
267            ! pod/perlvar.pod
268 ____________________________________________________________________________
269 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
270         Log: cpp commands must start (the # must be) at the column #0.
271      Branch: perl
272            ! op.c
273 ____________________________________________________________________________
274 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
275         Log: If using gcc -B/foo/bar makedepend would give
276              unnecessary warnings about unused -B/foo/bar.
277      Branch: perl
278            ! makedepend.SH
279 ____________________________________________________________________________
280 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
281         Log: Update Changes.
282      Branch: perl
283            ! Changes patchlevel.h
284 ____________________________________________________________________________
285 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
286         Log: s/z/tz/
287      Branch: perl
288            ! pod/perlfaq2.pod
289 ____________________________________________________________________________
290 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
291         Log: Article nit.
292      Branch: perl
293            ! pod/perlfaq2.pod
294 ____________________________________________________________________________
295 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
296         Log: Rename lib/unicode files to lib/unicore to avoid
297              conflicts between core lib/unicode and Unicode::
298              files in case-ignoring filesystems.
299      Branch: perl
300            + (add 325 files)
301            - (delete 324 files)
302            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
303 ____________________________________________________________________________
304 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
305         Log: Upgrade to Math::BigInt 1.41.
306      Branch: perl
307            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
308 ____________________________________________________________________________
309 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
310         Log: Subject: [PATCH] remove PL_na from typemap
311              From: James <james@rf.net>
312              Date: Mon, 06 Aug 2001 20:23:15 -0700
313              Message-ID: <3B6F5F23.A31A81B1@rf.net>
314              
315              (had to be manually applied)
316      Branch: perl
317            ! lib/ExtUtils/typemap
318 ____________________________________________________________________________
319 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
320         Log: The metaconfig unit changes for #11618.
321      Branch: metaconfig/U/perl
322            + d_fpclassl.U i_fp.U
323 ____________________________________________________________________________
324 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
325         Log: Forgot this from #11618.
326              
327              NOTE: wince/config_H.ce needs updating.
328      Branch: perl
329            ! wince/config.ce
330 ____________________________________________________________________________
331 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
332         Log: Introduce more floating point classifying APIs;
333              try to define (most importantly) Perl_is{inf,nan}(x).
334              
335              For this first cut, assume none such APIs exist in non-UNIXoid
336              platforms-- this is of course too unkind: Win32 rumoredly has
337              _fpclass() and _isnan(), and VMS/VOS very probably have some
338              of the APIs available.     The only thing Perl uses at the moment
339              is Perl_isnan() (has been in use for a while now).
340              
341              NOTE: the Win32 and NetWare config_h.?c need regenerating.
342      Branch: perl
343            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
344            ! Porting/config_H config_h.SH configure.com epoc/config.sh
345            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
346            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
347            ! vos/config.ga.h win32/config.bc win32/config.gc
348            ! win32/config.vc win32/config_H.bc win32/config_H.gc
349            ! win32/config_H.vc wince/config.ce wince/config.h
350 ____________________________________________________________________________
351 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
352         Log: Integrate change #11519 from perlio:
353              
354              Avoid testing for (non-)existance of "encoding(xxxx)"
355              layer is called "encoding" the (xxxx) is an argument.
356      Branch: perl
357           !> lib/open.pm
358 ____________________________________________________________________________
359 [ 11616] By: nick                                  on 2001/08/09  07:50:24
360         Log: Integrate mainline
361      Branch: perlio
362           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
363           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
364           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
365           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
366            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
367            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
368           !> (integrate 79 files)
369 ____________________________________________________________________________
370 [ 11615] By: nick                                  on 2001/08/09  06:23:44
371         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
372              layer is called "encoding" the (xxxx) is an argument.
373      Branch: perlio
374            ! lib/open.pm
375 ____________________________________________________________________________
376 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
377         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
378              From: Paul Johnson <paul@pjcj.net>
379              Date: Wed, 8 Aug 2001 23:54:17 +0200
380              Message-ID: <20010808235417.O1006@pjcj.net>
381      Branch: perl
382            ! ext/B/B/Concise.pm
383 ____________________________________________________________________________
384 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
385         Log: Make VMS use IEEE math by default; reorder Tru64 hints
386              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
387              exception semantics) is always set if using (the new) cc.
388      Branch: perl
389            ! configure.com hints/dec_osf.sh
390 ____________________________________________________________________________
391 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
392         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
393              From: Abhijit Menon-Sen <ams@wiw.org>
394              Date: Tue, 7 Aug 2001 17:16:05 +0530
395              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
396      Branch: perl
397            ! pp_sys.c
398 ____________________________________________________________________________
399 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
400         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
401              From: "Craig A. Berry" <craigberry@mac.com>
402              Date: Tue, 07 Aug 2001 22:27:47 -0500
403              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
404      Branch: perl
405            ! t/run/exit.t
406 ____________________________________________________________________________
407 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
408         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
409              From: "Craig A. Berry" <craigberry@mac.com>
410              Date: Tue, 07 Aug 2001 20:01:53 -0500
411              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
412      Branch: perl
413            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
414 ____________________________________________________________________________
415 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
416         Log: Update the magazine information.
417      Branch: perl
418            ! pod/perlfaq2.pod
419 ____________________________________________________________________________
420 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
421         Log: Ignore SIGFPE everywhere.
422      Branch: perl
423            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
424 ____________________________________________________________________________
425 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
426         Log: With permission, change the licensing of the docs by
427              TomC (and Gnat) to comply with the rest of Perl.
428      Branch: perl
429            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
430            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
431            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
432            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
433            ! pod/perltootc.pod
434 ____________________________________________________________________________
435 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
436         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
437              From: Andy Dougherty <doughera@lafayette.edu>
438              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
439              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
440      Branch: perl
441            ! hints/openbsd.sh
442 ____________________________________________________________________________
443 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
444         Log: Subject: [PATCH] Makefile.SH test_prep dependency
445              From: Andy Dougherty <doughera@lafayette.edu>
446              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
447              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
448      Branch: perl
449            ! Makefile.SH
450 ____________________________________________________________________________
451 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
452         Log: Don't autogenerate the headers et alia,
453              make regen_headers explicitly.
454      Branch: perl
455            ! Makefile.SH
456 ____________________________________________________________________________
457 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
458         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
459              From: Gurusamy Sarathy <gsar@ActiveState.com> 
460              Date: Tue, 07 Aug 2001 08:33:26 -0700
461              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
462              
463              Unnecessary dependency.
464      Branch: perl
465            ! embed.pl
466 ____________________________________________________________________________
467 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
468         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
469              From: Abhijit Menon-Sen <ams@wiw.org>
470              Date: Tue, 7 Aug 2001 09:10:54 +0530
471              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
472      Branch: perl
473            ! pp_hot.c
474 ____________________________________________________________________________
475 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
476         Log: Subject: [PATCH perl@11597] B && BEGIN handling
477              From: "James A. Duncan" <jduncan@fotango.com>
478              Date: Mon, 6 Aug 2001 17:29:11 +0100
479              Message-ID: <20010806172911.A2071@fotango.com>
480              
481              (the intrpvar.h addition moved to the end for bincompat)
482      Branch: perl
483            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
484 ____________________________________________________________________________
485 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
486         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
487      Branch: perl
488           !> README.win32
489 ____________________________________________________________________________
490 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
491         Log: fix URLs for fcrypt.c
492      Branch: maint-5.6/perl
493            ! README.win32
494 ____________________________________________________________________________
495 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
496         Log: Yet another way to say Infinity: HP-UX calls its "++".
497      Branch: perl
498            ! lib/Math/BigInt/t/bigintpm.t
499 ____________________________________________________________________________
500 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
501         Log: Update Changes.
502      Branch: perl
503            ! Changes patchlevel.h
504 ____________________________________________________________________________
505 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
506         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
507      Branch: perl
508            ! pod/perlfaq5.pod
509 ____________________________________________________________________________
510 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
511         Log: The #11593 wasn't right.
512      Branch: perl
513            ! lib/Math/BigInt/t/bigintpm.t
514 ____________________________________________________________________________
515 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
516         Log: Subject: [PATCH: perl@11564] introducing perlivp
517              From: Prymmer/Kahn <pvhp@best.com>
518              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
519              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
520              
521              Subject: Re: [PATCH: perl@11564] introducing perlivp
522              From: Prymmer/Kahn <pvhp@best.com>
523              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
524              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
525      Branch: perl
526            + utils/perlivp.PL
527            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
528            ! win32/Makefile win32/makefile.mk
529 ____________________________________________________________________________
530 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
531         Log: libcs are confused what to call Infinity.
532      Branch: perl
533            ! lib/Math/BigInt/t/bigintpm.t
534 ____________________________________________________________________________
535 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
536         Log: Avoid SIGFPE in Tru64.
537      Branch: perl
538            ! numeric.c
539 ____________________________________________________________________________
540 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
541         Log: Upgrade to Math::BigInt 1.40.
542              
543              NOTE: this patch necessitates doing something about
544              infinity handling since the new bigintpm.t tests use
545              infinity, which causes SIGFPEs at least in Tru64.
546      Branch: perl
547            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
548            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
549            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
550            ! lib/Math/BigInt/t/mbimbf.t
551 ____________________________________________________________________________
552 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
553         Log: remove hardcoded cmd shell in testsuite
554      Branch: perl
555            ! t/op/glob.t t/op/magic.t t/op/stat.t
556 ____________________________________________________________________________
557 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
558         Log: 4-arg select() was busted on windows because change#8178 didn't
559              make it into mainline
560      Branch: perl
561            ! perl.h win32/include/sys/socket.h
562 ____________________________________________________________________________
563 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
564         Log: Rename the Getopt::Long tests to be as they are
565              in the Getopt::Long official distribution.
566      Branch: perl
567            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
568            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
569            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
570            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
571            ! MANIFEST
572 ____________________________________________________________________________
573 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
574         Log: Upgrade to Getopt::Long 2.26.
575      Branch: perl
576            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
577            ! MANIFEST lib/Getopt/Long.pm
578 ____________________________________________________________________________
579 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
580         Log: Retract #10874 (the hack should be unnecessary by now)
581      Branch: perl
582            ! lib/Test/Harness.pm
583 ____________________________________________________________________________
584 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
585         Log: avoid temp file littering in tests
586      Branch: perl
587            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
588 ____________________________________________________________________________
589 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
590         Log: Subject: warning in sv.c: double format, NV arg
591              From: "Philip Newton" <Philip.Newton@gmx.net>
592              Date: Sun, 5 Aug 2001 19:41:07 +0200
593              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
594      Branch: perl
595            ! sv.c
596 ____________________________________________________________________________
597 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
598         Log: fix POSIX.t#13 for windos
599      Branch: perl
600            ! ext/POSIX/POSIX.t
601 ____________________________________________________________________________
602 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
603         Log: Add a test for PerlIO::Via.
604      Branch: perl
605            + ext/PerlIO/t/via.t
606            ! MANIFEST ext/PerlIO/Via/Via.pm
607 ____________________________________________________________________________
608 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
609         Log: flock() and link() are not available on Windows 9x
610      Branch: perl
611            ! win32/config_sh.PL
612 ____________________________________________________________________________
613 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
614         Log: Some Tru64 C compilers have C++ components that confuse
615              the ccversion parsing.
616      Branch: perl
617            ! hints/dec_osf.sh
618 ____________________________________________________________________________
619 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
620         Log: (Reintroduce #11125)
621              
622              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
623              From: Alan Burlison <Alan.Burlison@sun.com> 
624              Date: Tue, 03 Jul 2001 15:20:13 +0100   
625              Message-ID: <3B41D49D.A923D4F9@sun.com> 
626      Branch: perl
627            ! lib/ExtUtils/MM_Unix.pm
628 ____________________________________________________________________________
629 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
630         Log: Little pointer juggling for HP-UX cc to avoid
631              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
632              followed by
633              "error 1549: Modifiable lvalue required for assignment operator."
634      Branch: perl
635            ! hv.c
636 ____________________________________________________________________________
637 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
638         Log: Continuation of #11575: SANY_SEEN completely deprecated,
639              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
640              plus a fix for the bug.
641      Branch: perl
642            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
643 ____________________________________________________________________________
644 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
645         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
646              From: Doug MacEachern <dougm@covalent.net>
647              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
648              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
649      Branch: perl
650            ! sv.c
651 ____________________________________________________________________________
652 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
653         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
654              the new CANY is the \C.  The problem reported and the
655              test case supplied in
656              
657              Subject: UTF-8 bugs in string length & single line regex matches
658              From: "Daniel P. Berrange" <dan@berrange.com>
659              Date: Fri, 3 Aug 2001 11:39:33 +0100
660              Message-ID: <20010803113932.A19318@berrange.com>
661      Branch: perl
662            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
663            ! t/op/pat.t
664 ____________________________________________________________________________
665 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
666         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
667              From: Doug MacEachern <dougm@covalent.net>
668              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
669              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
670      Branch: perl
671            ! perl.c regexec.c
672 ____________________________________________________________________________
673 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
674         Log: The #11572 didn't up the test count.
675      Branch: perl
676            ! t/op/length.t
677 ____________________________________________________________________________
678 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
679         Log: Subject: UTF-8 bugs in string length & single line regex matches
680              From: "Daniel P. Berrange" <dan@berrange.com>
681              Date: Fri, 3 Aug 2001 11:39:33 +0100         
682              Message-ID: <20010803113932.A19318@berrange.com>
683              
684              (the mg_length() fix)
685      Branch: perl
686            ! mg.c t/op/length.t
687 ____________________________________________________________________________
688 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
689         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
690              From: Abhijit Menon-Sen <ams@wiw.org>
691              Date: Sat, 4 Aug 2001 16:56:35 +0530
692              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
693      Branch: perl
694            ! hv.c
695 ____________________________________________________________________________
696 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
697         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
698              From: Abhijit Menon-Sen <ams@wiw.org>
699              Date: Sat, 4 Aug 2001 16:16:03 +0530
700              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
701      Branch: perl
702            ! hv.c
703 ____________________________________________________________________________
704 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
705         Log: Subject: Re: [patch] refcount re ops
706              From: Abhijit Menon-Sen <ams@wiw.org>
707              Date: Sat, 4 Aug 2001 08:54:55 +0530
708              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
709      Branch: perl
710            ! sv.c
711 ____________________________________________________________________________
712 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
713         Log: Subject: [patch] refcount re ops
714              From: Doug MacEachern <dougm@covalent.net>
715              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
716              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
717      Branch: perl
718            ! regcomp.c sv.c
719 ____________________________________________________________________________
720 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
721         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
722              From: Doug MacEachern <dougm@covalent.net>
723              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
724              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
725      Branch: perl
726            ! perl.c regexec.c
727 ____________________________________________________________________________
728 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
729         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
730              From: "Craig A. Berry" <craigberry@mac.com> 
731              Date: Fri, 03 Aug 2001 16:16:16 -0500
732              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
733      Branch: perl
734            ! t/op/misc.t
735 ____________________________________________________________________________
736 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
737         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
738              From: John Kristian <jmk2001@engineer.com>
739              Date: Fri, 03 Aug 2001 00:59:08 -0700
740              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
741      Branch: perl
742            ! win32/win32.c
743 ____________________________________________________________________________
744 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
745         Log: Update Changes.
746      Branch: perl
747            ! Changes patchlevel.h
748 ____________________________________________________________________________
749 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
750         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
751              From: "Craig A. Berry" <craigberry@mac.com>
752              Date: Thu, 02 Aug 2001 23:15:24 -0500
753              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
754      Branch: perl
755            ! ext/B/Stash.t
756 ____________________________________________________________________________
757 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
758         Log: Subject: [patch] plug PL_cshname leak
759              From: Doug MacEachern <dougm@covalent.net>
760              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
761              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
762      Branch: perl
763            ! sv.c
764 ____________________________________________________________________________
765 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
766         Log: Subject: [patch] plug PL_sh_path leak
767              From: Doug MacEachern <dougm@covalent.net>
768              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
769              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
770      Branch: perl
771            ! sv.c
772 ____________________________________________________________________________
773 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
774         Log: Subject: [patch] plug PL_regex_padav leaks
775              From: Doug MacEachern <dougm@covalent.net>
776              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
777              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
778      Branch: perl
779            ! op.c op.h perl.c
780 ____________________________________________________________________________
781 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
782         Log: Subject: [patch] plug PL_origargv leak
783              From: Doug MacEachern <dougm@covalent.net>
784              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
785              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
786      Branch: perl
787            ! perl.c
788 ____________________________________________________________________________
789 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
790         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
791              From: Abhijit Menon-Sen <ams@wiw.org>
792              Date: Fri, 3 Aug 2001 06:38:11 +0530
793              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
794      Branch: perl
795            ! hv.c
796 ____________________________________________________________________________
797 [ 11557] By: nick                                  on 2001/08/03  08:17:38
798         Log: Integrate mainline
799      Branch: perlio
800           +> (branch 47 files)
801            - lib/Switch/test.pl
802           !> (integrate 49 files)
803 ____________________________________________________________________________
804 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
805         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
806              From: "Craig A. Berry" <craigberry@mac.com>
807              Date: Thu, 02 Aug 2001 12:56:19 -0500
808              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
809      Branch: perl
810            ! ext/B/Showlex.t
811 ____________________________________________________________________________
812 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
813         Log: Be more careful about non-existent files.
814      Branch: perl
815            ! lib/File/Copy.pm
816 ____________________________________________________________________________
817 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
818         Log: Subject: [PATCH resend] deparse empty formats
819              From: Robin Houston <robin@kitsite.com> 
820              Date: Thu, 2 Aug 2001 14:32:36 +0100
821              Message-ID: <20010802143236.A894@robin.kitsite.com>
822      Branch: perl
823            ! ext/B/B/Deparse.pm
824 ____________________________________________________________________________
825 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
826         Log: Subject: [patch] ithreads + refto fix improvement
827              From: Doug MacEachern <dougm@covalent.net>
828              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
829              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
830      Branch: perl
831            ! pp.c
832 ____________________________________________________________________________
833 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
834         Log: Readability nit from Abhijit.
835      Branch: perl
836            ! op.c
837 ____________________________________________________________________________
838 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
839         Log: setproctitle() API version nit from Anton Berezin.
840      Branch: perl
841            ! mg.c
842 ____________________________________________________________________________
843 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
844         Log: Add PerlCE to the docs.
845      Branch: perl
846            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
847            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
848 ____________________________________________________________________________
849 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
850         Log: Integrate the PerlCE (WinCE Perl) port;
851              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
852      Branch: perl
853            + README.ce wince/FindExt.pm wince/Makefile.ce
854            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
855            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
856            + wince/bin/search.pl wince/config.ce wince/config.h
857            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
858            + wince/dl_win32.xs wince/include/arpa/inet.h
859            + wince/include/cectype.h wince/include/errno.h
860            + wince/include/netdb.h wince/include/sys/socket.h
861            + wince/include/sys/stat.h wince/include/sys/types.h
862            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
863            + wince/perl.rc wince/perldll.def wince/perllib.c
864            + wince/perlmain.c wince/registry.bat wince/runperl.c
865            + wince/splittree.pl wince/win32.h wince/win32iop.h
866            + wince/win32thread.c wince/win32thread.h wince/wince.c
867            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
868            + wince/xdistclean.ksh wince/xmakediffs.ksh
869            ! MANIFEST perl.c perl.h perlio.c
870 ____________________________________________________________________________
871 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
872         Log: setproctitle() made simpler.  (This assumes the string is
873              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
874              should be used.  Note len, not len + 1.)  BSD-fu from Anton
875              Berezin.
876      Branch: perl
877            ! mg.c
878 ____________________________________________________________________________
879 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
880         Log: Subject: [PATCH] -Wall cleanup: op.c
881              From: Richard Soderberg <rs@oregonnet.com>
882              Date: Thu, 2 Aug 2001 00:17:09 -0700
883              Message-Id: <200108020717.AAA26895@oregonnet.com>
884              
885              Subject: [PATCH] -Wall cleanup: sv.c
886              From: Richard Soderberg <rs@oregonnet.com>
887              Date: Thu, 2 Aug 2001 00:49:21 -0700
888              Message-Id: <200108020749.AAA27492@oregonnet.com>
889      Branch: perl
890            ! op.c sv.c
891 ____________________________________________________________________________
892 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
893         Log: Update Changes.
894      Branch: perl
895            ! Changes patchlevel.h
896 ____________________________________________________________________________
897 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
898         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
899              From: Doug MacEachern <dougm@covalent.net>
900              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
901              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
902      Branch: perl
903            ! op.c
904 ____________________________________________________________________________
905 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
906         Log: The #11541 didn't work under threads.
907      Branch: perl
908            ! op.c
909 ____________________________________________________________________________
910 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
911         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
912              From: Hugo <hv@crypt.compulink.co.uk>
913              Date: Fri, 22 Jun 2001 01:19:08 +0100 
914              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
915              
916              (Skip tests if accept() failed)
917      Branch: perl
918            ! ext/IO/lib/IO/t/io_unix.t
919 ____________________________________________________________________________
920 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
921         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
922              From: "Stian Seeberg" <sseeberg@nimsoft.no>
923              Date: Mon, 30 Jul 2001 12:28:07 +0200
924              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
925      Branch: perl
926            ! perl.h
927 ____________________________________________________________________________
928 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
929         Log: Subject: Pluggable optimizer
930              From: Simon Cozens <simon@netthink.co.uk>
931              Date: Wed, 1 Aug 2001 13:57:02 -0700
932              Message-ID: <20010801135702.I10442@netthink.co.uk>
933      Branch: perl
934            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
935 ____________________________________________________________________________
936 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
937         Log: Subject: [ID 20010801.039] perlre.pod message typo
938              From: Autrijus Tang <autrijus@geb.elixus.org>
939              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
940              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
941      Branch: perl
942            ! pod/perlre.pod
943 ____________________________________________________________________________
944 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
945         Log: Test for change #11536.
946      Branch: perl
947            ! t/op/tiehandle.t
948 ____________________________________________________________________________
949 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
950         Log: More test fixups for #11537.
951      Branch: perl
952            ! t/lib/warnings/4lint t/lib/warnings/9enabled
953 ____________________________________________________________________________
954 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
955         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
956              From: Doug MacEachern <dougm@covalent.net>
957              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
958              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
959      Branch: perl
960            ! op.c t/TestInit.pm
961 ____________________________________________________________________________
962 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
963         Log: Subject: [patch] ithreads + refto bug
964              From: Doug MacEachern <dougm@covalent.net>
965              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
966              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
967              
968              (Test in change #11539)
969      Branch: perl
970            ! pp.c
971 ____________________________________________________________________________
972 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
973         Log: Subject: [PATCH: perl@11523] fixups for t/harness
974              From: Prymmer/Kahn <pvhp@best.com>
975              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
976              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
977      Branch: perl
978            ! t/harness
979 ____________________________________________________________________________
980 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
981         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
982              From: Prymmer/Kahn <pvhp@best.com>
983              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
984              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
985      Branch: perl
986            ! win32/Makefile win32/makefile.mk
987 ____________________________________________________________________________
988 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
989         Log: Need to know the number of tests.
990      Branch: perl
991            ! t/run/exit.t
992 ____________________________________________________________________________
993 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
994         Log: Subject: Re: new exit tests on VMS
995              From: "Craig A. Berry" <craigberry@mac.com>
996              Date: Tue, 31 Jul 2001 12:19:29 -0500
997              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
998      Branch: perl
999            ! t/run/exit.t
1000 ____________________________________________________________________________
1001 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
1002         Log: Retract #11530 (the dTHX is needed under threads)
1003      Branch: perl
1004            ! perlio.c
1005 ____________________________________________________________________________
1006 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
1007         Log: (Retracted by #11531)
1008      Branch: perl
1009            ! perlio.c
1010 ____________________________________________________________________________
1011 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
1012         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
1013              From: Richard Soderberg <rs@crystalflame.net>
1014              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
1015              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
1016      Branch: perl
1017            ! unixish.h
1018 ____________________________________________________________________________
1019 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
1020         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
1021              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1022              Date: Tue, 31 Jul 2001 05:39:09 -0400
1023              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
1024              
1025              (with a note about the case of UV being equal to long long)
1026      Branch: perl
1027            ! utils/h2xs.PL
1028 ____________________________________________________________________________
1029 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
1030         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
1031              From: "Craig A. Berry" <craigberry@mac.com>
1032              Date: Tue, 31 Jul 2001 14:57:43 -0500
1033              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
1034      Branch: perl
1035            ! t/io/fs.t
1036 ____________________________________________________________________________
1037 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
1038         Log: Fix for
1039              
1040              Subject: [ID 20010116.001] File::Copy truncates orig file 
1041              From: arbor@al37al08.telecel.pt
1042              Date: Tue, 16 Jan 2001 11:43:02 GMT
1043              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
1044              
1045              (copy($foo, $foo) would truncate $foo)
1046      Branch: perl
1047            ! lib/File/Copy.pm lib/File/Copy.t
1048 ____________________________________________________________________________
1049 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
1050         Log: Metaconfig unit change for #11524.
1051      Branch: metaconfig/U/perl
1052            ! Extras.U
1053 ____________________________________________________________________________
1054 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
1055         Log: Multiple modules didn't work; plus typo fixes.
1056      Branch: perl
1057            ! Configure
1058 ____________________________________________________________________________
1059 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
1060         Log: Update Changes.
1061      Branch: perl
1062            ! Changes patchlevel.h
1063 ____________________________________________________________________________
1064 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
1065         Log: Regen perlapi.
1066      Branch: perl
1067            ! pod/perlapi.pod
1068 ____________________________________________________________________________
1069 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
1070         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
1071              From: Dave Mitchell <davem@fdgroup.co.uk>
1072              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
1073              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
1074      Branch: perl
1075            ! sv.c
1076 ____________________________________________________________________________
1077 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
1078         Log: Regen toc.
1079      Branch: perl
1080            ! pod/perltoc.pod
1081 ____________________________________________________________________________
1082 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
1083         Log: Regen Porting stuff.
1084      Branch: perl
1085            ! Porting/Glossary Porting/config.sh Porting/config_H
1086 ____________________________________________________________________________
1087 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
1088         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
1089              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1090              Date: Tue, 31 Jul 2001 05:34:38 -0400
1091              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
1092      Branch: perl
1093            ! utils/h2xs.PL
1094 ____________________________________________________________________________
1095 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
1096         Log: Metaconfig unit change for #11516. 
1097      Branch: metaconfig/U/perl
1098            ! gccvers.U
1099 ____________________________________________________________________________
1100 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
1101         Log: Add -Wall in cflags, not in Configure.
1102              (This way -Wall affects only the core and the core XS,
1103              not user modules' XS.  Concern from Paul Marquess,
1104              implementation idea from Andy Dougherty.)
1105      Branch: perl
1106            ! Configure cflags.SH
1107 ____________________________________________________________________________
1108 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
1109         Log: Metaconfig unit changes for #11514.
1110      Branch: metaconfig
1111            + U/modified/sysman.U
1112            ! U/installdirs/man1dir.U
1113 ____________________________________________________________________________
1114 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
1115         Log: Subject: Configure's detection of system manual
1116              From: Sean Dague <sean@dague.net> 
1117              Date: Sun, 13 May 2001 15:53:15 -0400
1118              Message-ID: <20010513155315.A15833@underhill.dague.net>
1119      Branch: perl
1120            ! Configure
1121 ____________________________________________________________________________
1122 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
1123         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
1124              From: Autrijus Tang <autrijus@autrijus.org> 
1125              Date: Thu, 21 Jun 2001 23:56:48 +0800
1126              Message-Id: <20010621235648.A57340@not.autrijus.org>
1127      Branch: perl
1128            ! pod/perlobj.pod
1129 ____________________________________________________________________________
1130 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
1131         Log: Subject: Typo in DB_File.pm
1132              From: "Philip Newton" <Philip.Newton@gmx.net>
1133              Date: Tue, 31 Jul 2001 06:19:35 +0200
1134              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
1135      Branch: perl
1136            ! ext/DB_File/DB_File.pm
1137 ____________________________________________________________________________
1138 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
1139         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
1140              From: "Stephen P. Potter" <spp@spotter.yi.org>
1141              Date: Wed, 30 May 2001 13:59:34 -0400
1142              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
1143      Branch: perl
1144            ! pod/perlre.pod
1145 ____________________________________________________________________________
1146 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
1147         Log: eval "format foo=" would loop indefinitely; reported in
1148              
1149              Subject: A load of old rubbish
1150              From: Mike Guy <mjtg@cam.ac.uk>
1151              Date: Mon, 14 May 2001 16:12:22 +0100
1152              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
1153              
1154              (The core dumps reported in there already fixed.)
1155      Branch: perl
1156            ! toke.c
1157 ____________________________________________________________________________
1158 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
1159         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
1160      Branch: perl
1161            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
1162            + lib/Switch/t/switch_case.t
1163            - lib/Switch/test.pl
1164            ! MANIFEST lib/Switch.pm
1165 ____________________________________________________________________________
1166 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
1167         Log: Subject: [PATCH @11505] DB_File-1.78
1168              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
1169              Date: Mon, 30 Jul 2001 22:54:37 +0100
1170              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
1171      Branch: perl
1172            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1173            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
1174 ____________________________________________________________________________
1175 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
1176         Log: Explain in more detail why -pipe and -fno-common are good.
1177      Branch: perl
1178            ! hints/darwin.sh
1179 ____________________________________________________________________________
1180 [ 11506] By: nick                                  on 2001/07/30  14:32:23
1181         Log: Integrate mainline
1182      Branch: perlio
1183           !> INSTALL Makefile.SH doio.c hints/darwin.sh
1184 ____________________________________________________________________________
1185 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
1186         Log: Perl hasn't been putting man pages into $prefix/lib for
1187              a long time now; pointed out by Andy Dougherty. 
1188      Branch: perl
1189            ! hints/darwin.sh
1190 ____________________________________________________________________________
1191 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
1192         Log: Document the extras Configure option.
1193      Branch: perl
1194            ! INSTALL
1195 ____________________________________________________________________________
1196 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
1197         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
1198              everywhere.
1199      Branch: perl
1200           !> doio.c
1201 ____________________________________________________________________________
1202 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
1203         Log: Doubly guard against invoking CPAN if no extras defined,
1204              pointed out by H. Merijn Brand.
1205      Branch: perl
1206            ! Makefile.SH
1207 ____________________________________________________________________________
1208 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
1209         Log: Fix O_RDONLY check to check for O_RDONLY.
1210      Branch: maint-5.6/macperl
1211            ! doio.c
1212 ____________________________________________________________________________
1213 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
1214         Log: Integrate miscellaneous changes from maint-5.6/perl.
1215      Branch: maint-5.6/macperl
1216           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
1217 ____________________________________________________________________________
1218 [ 11499] By: nick                                  on 2001/07/30  06:52:42
1219         Log: Integrate mainline
1220      Branch: perlio
1221           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
1222           +> win32/sync_ext.pl
1223            - win32/sncfnmcs.pl
1224           !> (integrate 71 files)
1225 ____________________________________________________________________________
1226 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
1227         Log: Update Changes.
1228      Branch: perl
1229            ! Changes patchlevel.h
1230 ____________________________________________________________________________
1231 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
1232         Log: Now Configure -Dextras=Foo::Bar and "make install" will
1233              fetch and install Foo::Bar.
1234      Branch: perl
1235            ! Makefile.SH
1236 ____________________________________________________________________________
1237 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
1238         Log: Metaconfig unit change for #11495.
1239      Branch: metaconfig/U/perl
1240            ! Extras.U
1241 ____________________________________________________________________________
1242 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
1243         Log: extras.make, extras.test, and extras.install make targets.
1244      Branch: perl
1245            ! Configure Makefile.SH
1246 ____________________________________________________________________________
1247 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
1248         Log: Metaconfig unit change for #11493.
1249      Branch: metaconfig/U/perl
1250            ! Extras.U
1251 ____________________________________________________________________________
1252 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
1253         Log: Better to have the list of extras in $extras than 'define'.
1254      Branch: perl
1255            ! Configure
1256 ____________________________________________________________________________
1257 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
1258         Log: The metaconfig unit change for #11490.
1259      Branch: metaconfig/U/perl
1260            + Extras.U
1261 ____________________________________________________________________________
1262 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
1263         Log: Missed from #11490 (the required dependency).
1264      Branch: perl
1265            ! Makefile.SH
1266 ____________________________________________________________________________
1267 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
1268         Log: Add the support of asking for extra modules or bundles of modules
1269              to be fetched from the CPAN and installed as a part of the Perl
1270              build process.  None of this installation is yet really done;
1271              only the list is asked, and saved away in extras.lst for
1272              the build and installation process to worry about later.
1273      Branch: perl
1274            ! Configure
1275 ____________________________________________________________________________
1276 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
1277         Log: Beginnings of better Inf and NaN support.
1278              At least toke.c and sv.c still need quite a bit of work.
1279      Branch: perl
1280            ! numeric.c perl.h
1281 ____________________________________________________________________________
1282 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
1283         Log: Top-level Makefile didn't honour OPTIMIZE.
1284      Branch: perl
1285            ! Makefile.SH
1286 ____________________________________________________________________________
1287 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
1288         Log: Update Changes.
1289      Branch: perl
1290            ! Changes patchlevel.h
1291 ____________________________________________________________________________
1292 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
1293         Log: Use Search::Dict 1.02 interface for charinfo().
1294      Branch: perl
1295            ! lib/UnicodeCD.pm
1296 ____________________________________________________________________________
1297 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
1298         Log: Now also allow transforming the read lines before comparing them.
1299              (This will help UnicodeCD.) 
1300      Branch: perl
1301            ! lib/Search/Dict.pm
1302 ____________________________________________________________________________
1303 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
1304         Log: Remove tiehandle code.
1305      Branch: perl
1306            ! lib/UnicodeCD.pm
1307 ____________________________________________________________________________
1308 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
1309         Log: Allow specifying a comparison function for Search::Dict::look().
1310      Branch: perl
1311            ! lib/Search/Dict.pm
1312 ____________________________________________________________________________
1313 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
1314         Log: Small UnicodeCD tweaks.
1315      Branch: perl
1316            ! lib/UnicodeCD.pm lib/UnicodeCD.t
1317 ____________________________________________________________________________
1318 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
1319         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
1320              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1321              Date: Tue, 24 Jul 2001 01:51:32 +0900
1322              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
1323      Branch: perl
1324            ! lib/UnicodeCD.pm lib/UnicodeCD.t
1325 ____________________________________________________________________________
1326 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
1327         Log: Subject: [PATCH] installperl
1328              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
1329              Date: Fri, 27 Jul 2001 19:05:04 -0700
1330              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
1331      Branch: perl
1332            ! installperl
1333 ____________________________________________________________________________
1334 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
1335         Log: Subject: [PATCH] Set proper compatibility versions in core
1336              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
1337              Date: Fri, 27 Jul 2001 20:01:49 -0700
1338              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
1339      Branch: perl
1340            ! Makefile.SH
1341 ____________________________________________________________________________
1342 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
1343         Log: Metaconfig unit change for #11477.
1344      Branch: metaconfig/U/perl
1345            ! dlsrc.U
1346 ____________________________________________________________________________
1347 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
1348         Log: Subject: [PATCH] Darwin: -fpic not so good
1349              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
1350              Date: Fri, 27 Jul 2001 18:57:38 -0700
1351              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
1352      Branch: perl
1353            ! Configure
1354 ____________________________________________________________________________
1355 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
1356         Log: Subject: [PATCH] Clean up Darwin hints
1357              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
1358              Date: Fri, 27 Jul 2001 19:13:15 -0700
1359              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
1360      Branch: perl
1361            ! hints/darwin.sh
1362 ____________________________________________________________________________
1363 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
1364         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
1365              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1366              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
1367              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
1368      Branch: perl
1369            ! pod/perlfunc.pod pp.c t/op/split.t
1370 ____________________________________________________________________________
1371 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
1372         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
1373              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1374              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
1375              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
1376      Branch: perl
1377            ! pod/perlvar.pod
1378 ____________________________________________________________________________
1379 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
1380         Log: Subject: [PATCH] fixes to constant.pm documentation
1381              From: Ilmari Karonen <iltzu@sci.fi>
1382              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
1383              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
1384      Branch: perl
1385            ! lib/constant.pm
1386 ____________________________________________________________________________
1387 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
1388         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
1389              From: "Philip Newton" <Philip.Newton@gmx.net>
1390              Date: Fri, 27 Jul 2001 07:51:10 +0200
1391              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
1392      Branch: perl
1393            ! pod/perlport.pod
1394 ____________________________________________________________________________
1395 [ 11471] By: nick                                  on 2001/07/26  06:23:32
1396         Log: Subject:  [PATCH] Doc fix for perlguts / threading
1397              From:  Arthur Bergman <arthur@contiller.se>
1398              Date:  Wed, 25 Jul 2001 11:28:23 +0200
1399              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
1400      Branch: perl
1401            ! pod/perlguts.pod
1402 ____________________________________________________________________________
1403 [ 11470] By: nick                                  on 2001/07/26  06:21:06
1404         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
1405              From:  Philip Newton <Philip.Newton@gmx.net>
1406              Date:  Wed, 25 Jul 2001 08:19:47 +0200
1407              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
1408      Branch: perl
1409            ! INSTALL
1410 ____________________________________________________________________________
1411 [ 11469] By: nick                                  on 2001/07/26  06:20:25
1412         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
1413              From:  Philip Newton <Philip.Newton@gmx.net>
1414              Date:  Wed, 25 Jul 2001 08:12:48 +0200
1415              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
1416      Branch: perl
1417            ! INSTALL
1418 ____________________________________________________________________________
1419 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
1420         Log: More +x.
1421      Branch: perl
1422            ! Porting/makerel
1423 ____________________________________________________________________________
1424 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
1425         Log: Update Changes.
1426      Branch: perl
1427            ! Changes patchlevel.h
1428 ____________________________________________________________________________
1429 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
1430         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
1431              From: "Philip Newton" <Philip.Newton@gmx.net>
1432              Date: Tue, 24 Jul 2001 06:45:55 +0200
1433              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
1434      Branch: perl
1435            ! os2/perlrexx.c
1436 ____________________________________________________________________________
1437 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
1438         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
1439              From: Peter Prymmer <pvhp@forte.com>
1440              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
1441              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
1442      Branch: perl
1443            ! pod/perlport.pod t/io/fs.t vms/test.com
1444 ____________________________________________________________________________
1445 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
1446         Log: Workaround on Cwd bootstrap problem.
1447      Branch: perl
1448            ! lib/ExtUtils/MakeMaker.pm
1449 ____________________________________________________________________________
1450 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
1451         Log: When in Rome, quote like the Romans do.
1452      Branch: perl
1453            ! cflags.SH
1454 ____________________________________________________________________________
1455 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
1456         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
1457              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1458              Date: Mon, 23 Jul 2001 19:29:49 -0400
1459              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
1460      Branch: perl
1461            + os2/perlrexx.c
1462            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
1463            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
1464            ! t/op/write.t
1465 ____________________________________________________________________________
1466 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
1467         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
1468              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1469              Date: Mon, 23 Jul 2001 18:43:42 -0400
1470              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
1471      Branch: perl
1472            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1473 ____________________________________________________________________________
1474 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
1475         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
1476              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1477              Date: Mon, 23 Jul 2001 18:33:16 -0400
1478              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
1479      Branch: perl
1480            ! lib/ExtUtils/MakeMaker.pm
1481 ____________________________________________________________________________
1482 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
1483         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
1484              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1485              Date: Mon, 23 Jul 2001 18:20:35 -0400
1486              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
1487      Branch: perl
1488            ! Makefile.SH cflags.SH
1489 ____________________________________________________________________________
1490 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
1491         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
1492              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
1493              Date: Mon, 23 Jul 2001 11:32:17 -0500
1494              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
1495      Branch: perl
1496            ! lib/ExtUtils/MakeMaker.pm
1497 ____________________________________________________________________________
1498 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
1499         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
1500              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1501              Date: Mon, 23 Jul 2001 18:13:20 -0400
1502              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
1503      Branch: perl
1504            ! lib/perl5db.pl
1505 ____________________________________________________________________________
1506 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
1507         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
1508              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1509              Date: Mon, 23 Jul 2001 18:07:40 -0400
1510              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
1511      Branch: perl
1512            ! op.c
1513 ____________________________________________________________________________
1514 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
1515         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
1516              From: "Craig A. Berry" <craigberry@mac.com>
1517              Date: Mon, 23 Jul 2001 15:35:06 -0500
1518              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
1519      Branch: perl
1520            ! util.c
1521 ____________________________________________________________________________
1522 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
1523         Log: Subject: [PATCH perlfaq9.pod typo]
1524              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
1525              Date: Mon, 23 Jul 2001 07:49:05 -0700
1526              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
1527      Branch: perl
1528            ! pod/perlfaq9.pod
1529 ____________________________________________________________________________
1530 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
1531         Log: Subject: win32\sncfnmcs.pl corrections
1532              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
1533              Date: Mon, 23 Jul 2001 12:56:54 +0200
1534              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
1535              
1536              Rename the script a little bit more sensibly.
1537      Branch: perl
1538            + win32/sync_ext.pl
1539            - win32/sncfnmcs.pl
1540            ! MANIFEST README.win32
1541 ____________________________________________________________________________
1542 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
1543         Log: Test tweak.
1544      Branch: perl
1545            ! ext/B/Deparse.t
1546 ____________________________________________________________________________
1547 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
1548         Log: Metaconfig unit tweak for #11450.
1549      Branch: metaconfig/U/perl
1550            ! Mksymlinks.U
1551 ____________________________________________________________________________
1552 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
1553         Log: Too volatile failsafe check.
1554      Branch: perl
1555            ! Configure
1556 ____________________________________________________________________________
1557 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
1558         Log: Further doc tweaks.
1559      Branch: perl
1560            ! lib/UnicodeCD.pm
1561 ____________________________________________________________________________
1562 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
1563         Log: Doc tweaks.
1564      Branch: perl
1565            ! lib/UnicodeCD.pm
1566 ____________________________________________________________________________
1567 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
1568         Log: Doc tweakery from Abhijit.
1569      Branch: perl
1570            ! Porting/repository.pod
1571 ____________________________________________________________________________
1572 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
1573         Log: An accidental empty line.
1574      Branch: perl
1575            ! MANIFEST
1576 ____________________________________________________________________________
1577 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
1578         Log: Missing MANIFESTations.
1579      Branch: perl
1580            ! MANIFEST
1581 ____________________________________________________________________________
1582 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
1583         Log: Update Changes.
1584      Branch: perl
1585            ! Changes patchlevel.h
1586 ____________________________________________________________________________
1587 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
1588         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
1589              From: Mike Guy <mjtg@cam.ac.uk>
1590              Date: Fri, 20 Jul 2001 16:12:49 +0100
1591              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
1592      Branch: perl
1593            ! Porting/pumpkin.pod
1594 ____________________________________________________________________________
1595 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
1596         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
1597              From: Peter Prymmer <pvhp@forte.com>
1598              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
1599              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
1600      Branch: perl
1601            ! pod/perlhack.pod
1602 ____________________________________________________________________________
1603 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
1604         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
1605              From: Michael G Schwern <schwern@pobox.com>
1606              Date: Fri, 20 Jul 2001 20:22:35 -0400
1607              Message-ID: <20010720202235.O4498@blackrider>
1608      Branch: perl
1609            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
1610            ! lib/Test/t/todo.t
1611 ____________________________________________________________________________
1612 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
1613         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
1614              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
1615              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
1616              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
1617      Branch: perl
1618            ! ext/POSIX/POSIX.pod
1619 ____________________________________________________________________________
1620 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
1621         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
1622              From: Mark-Jason Dominus <mjd@plover.com>
1623              Date: Fri, 20 Jul 2001 23:16:54 -0400
1624              Message-ID: <20010721031654.21877.qmail@plover.com>
1625      Branch: perl
1626            ! ext/POSIX/POSIX.pod
1627 ____________________________________________________________________________
1628 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
1629         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
1630              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1631              Date: Sun, 22 Jul 2001 14:56:09 +0200
1632              Message-ID: <20010722145609.A766@rafael>
1633      Branch: perl
1634            ! ext/B/O.pm
1635 ____________________________________________________________________________
1636 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
1637         Log: Subject: regexec.c #define cleanup
1638              From: Mark-Jason Dominus <mjd@plover.com>
1639              Date: Sat, 21 Jul 2001 18:33:25 -0400
1640              Message-ID: <20010721223325.3069.qmail@plover.com>
1641      Branch: perl
1642            ! regexec.c
1643 ____________________________________________________________________________
1644 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
1645         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
1646              From: Prymmer/Kahn <pvhp@best.com>
1647              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
1648              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
1649      Branch: perl
1650            ! t/io/fs.t
1651 ____________________________________________________________________________
1652 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
1653         Log: Typo in #11432.
1654      Branch: perl
1655            ! ext/POSIX/POSIX.t
1656 ____________________________________________________________________________
1657 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
1658         Log: Integrate (manually) change #11424 from macperl.
1659      Branch: perl
1660            ! ext/Filter/t/call.t
1661 ____________________________________________________________________________
1662 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
1663         Log: Integrate change #11408 from macperl.
1664      Branch: perl
1665           !> README.macos pod/perlport.pod
1666 ____________________________________________________________________________
1667 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
1668         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
1669      Branch: perl
1670           +> macos/MacPerlTests.cmd macos/xsubpp.patch
1671            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
1672            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
1673            ! ext/POSIX/POSIX.t
1674 ____________________________________________________________________________
1675 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
1676         Log: pod/*.t tests not picked up by t/TEST either
1677      Branch: maint-5.6/perl
1678            ! t/TEST
1679 ____________________________________________________________________________
1680 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
1681         Log: better tweak for change#11429 (windows has both / and \ separated
1682              paths in @INC at that point)
1683      Branch: maint-5.6/perl
1684            ! t/pod/testp2pt.pl
1685 ____________________________________________________________________________
1686 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
1687         Log: MacOS pod test tweak needs \Escape
1688      Branch: maint-5.6/perl
1689            ! t/pod/testp2pt.pl
1690 ____________________________________________________________________________
1691 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
1692         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
1693              resulting duplicate output, but t/harness isn't)
1694      Branch: maint-5.6/perl
1695            ! t/run/runenv.t
1696 ____________________________________________________________________________
1697 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
1698         Log: t/harness wasn't picking up all the tests
1699      Branch: maint-5.6/perl
1700            ! t/harness
1701 ____________________________________________________________________________
1702 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
1703         Log: update MANIFEST for new file
1704      Branch: maint-5.6/perl
1705            ! MANIFEST
1706 ____________________________________________________________________________
1707 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
1708         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
1709              the exception of the macperl/macos/... tree
1710      Branch: maint-5.6/perl
1711           +> t/lib/filefind-taint.t
1712           !> (integrate 72 files)
1713 ____________________________________________________________________________
1714 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
1715         Log: Fix test.
1716      Branch: maint-5.6/macperl
1717            ! macos/bundled_ext/Filter/t/call.t
1718 ____________________________________________________________________________
1719 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
1720         Log: Make perl fork()-safe (in a slightly limited way) even on
1721              platforms that don't have pthread_atfork() (extension of
1722              the fix in change#11151).
1723              
1724              Note that this will not help extensions that call fork()
1725              directly in C, or that link to libraries that call fork()
1726              directly.  Such cases must be fixed to either call
1727              PerlProc_fork(), or call atfork_lock() in parent before the
1728              calling the function that forks and call atfork_unlock()
1729              in both parent and child immediately after the fork().
1730              (There are no worries if C code calls exec() in the child
1731              immediately after a fork().  Only cases where the child
1732              calls perl's API functions (including New()) after the
1733              fork() are problematic.)
1734              
1735              This change also eliminates the use of vfork() from perl,
1736              since all such uses were violating the severe restrictions
1737              on modifying the state of the process between the vfork()
1738              and the exec().
1739              
1740              This is a modified version of patches suggested by Abhijit
1741              Menon-Sen and Richard Soderberg.
1742      Branch: perl
1743            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
1744            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
1745 ____________________________________________________________________________
1746 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
1747         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
1748              Switch, and Text::Balanced.
1749      Branch: maint-5.6/macperl
1750            + macos/bundled_ext/Filter/Util/Call/Call.pm
1751            + macos/bundled_ext/Filter/Util/Call/Call.xs
1752            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
1753            + macos/bundled_ext/Filter/t/MyFilter.pm
1754            + macos/bundled_ext/Filter/t/call.t
1755            + macos/bundled_ext/Filter/t/filter-util.pl
1756            + macos/bundled_lib/blib/lib/Class/ISA.pm
1757            + macos/bundled_lib/blib/lib/Digest.pm
1758            + macos/bundled_lib/blib/lib/Filter/Simple.pm
1759            + macos/bundled_lib/blib/lib/Switch.pm
1760            + macos/bundled_lib/blib/lib/Text/Balanced.pm
1761            + macos/bundled_lib/blib/lib/Text/Balanced.pod
1762            + macos/bundled_lib/t/Class/ISA/test.pl
1763            + macos/bundled_lib/t/Digest/Digest.t
1764            + macos/bundled_lib/t/Filter/Simple/test.pl
1765            + macos/bundled_lib/t/Switch/test.pl
1766            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
1767            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
1768            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
1769            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
1770            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
1771            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
1772            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
1773            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
1774 ____________________________________________________________________________
1775 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
1776         Log: Add Filter::Util::Call to config/make files; edit utils
1777              to recognize the module (it was descended too far down).
1778              Bump version to 5.6.1a4.
1779      Branch: maint-5.6/macperl
1780            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
1781            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
1782            ! macos/macperl/Makefile.mk macos/xsubpp.patch
1783 ____________________________________________________________________________
1784 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
1785         Log: Make DB_File the default for MLDBM on MacOS.
1786      Branch: maint-5.6/macperl
1787            ! macos/bundled_lib/blib/lib/MLDBM.pm
1788 ____________________________________________________________________________
1789 [ 11419] By: nick                                  on 2001/07/20  14:51:03
1790         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
1791              From:  Simon Cozens <simon@netthink.co.uk>
1792              Date:  Fri, 20 Jul 2001 11:42:35 -0400
1793              Message-Id:  <20010720114235.A5235@netthink.co.uk>
1794      Branch: perl
1795            ! lib/UnicodeCD.pm
1796 ____________________________________________________________________________
1797 [ 11418] By: nick                                  on 2001/07/20  14:48:12
1798         Log: Subject:  [PATCH regcomp.h] adds a comment
1799              From:  Abhijit Menon-Sen <ams@wiw.org>
1800              Date:  Fri, 20 Jul 2001 21:05:37 +0530
1801              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
1802      Branch: perl
1803            ! regcomp.h
1804 ____________________________________________________________________________
1805 [ 11417] By: nick                                  on 2001/07/20  14:16:38
1806         Log: Subject:  [PATCH 5.7.2] INSTALL updates
1807              From:  Andy Dougherty <doughera@lafayette.edu>
1808              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
1809              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
1810      Branch: perl
1811            ! INSTALL
1812 ____________________________________________________________________________
1813 [ 11416] By: nick                                  on 2001/07/20  06:44:44
1814         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
1815              From:  Russ Allbery <rra@stanford.edu>
1816              Date:  19 Jul 2001 15:52:37 -0700
1817              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
1818      Branch: perl
1819            ! lib/Pod/Man.pm
1820 ____________________________________________________________________________
1821 [ 11415] By: nick                                  on 2001/07/20  06:35:11
1822         Log: Subject:  [PATCH] defer op_seq allocation
1823              From:  Abhijit Menon-Sen <ams@wiw.org>
1824              Date:  Thu, 19 Jul 2001 22:12:24 +0530
1825              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
1826      Branch: perl
1827            ! op.c
1828 ____________________________________________________________________________
1829 [ 11414] By: nick                                  on 2001/07/20  06:23:36
1830         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
1831              From:  Abhijit Menon-Sen <ams@wiw.org>
1832              Date:  Fri, 20 Jul 2001 01:18:50 +0530
1833              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
1834              (Private e-mail)
1835      Branch: perl
1836            ! ext/Time/HiRes/HiRes.xs
1837 ____________________________________________________________________________
1838 [ 11413] By: nick                                  on 2001/07/20  06:18:53
1839         Log: Integrate mainline
1840      Branch: perlio
1841           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
1842            - t/base/commonsense.t
1843           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
1844           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
1845           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
1846           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
1847           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
1848           !> win32/win32.c
1849 ____________________________________________________________________________
1850 [ 11412] By: nick                                  on 2001/07/19  06:44:27
1851         Log: Integrate win32/perlhost.h from maintenance branch.
1852              (Rest of $ENV{PATH} / system() fix.)
1853      Branch: perl
1854           !> win32/perlhost.h
1855 ____________________________________________________________________________
1856 [ 11411] By: nick                                  on 2001/07/19  06:41:34
1857         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
1858              From:  Philip Newton <Philip.Newton@gmx.net>
1859              Date:  Wed, 18 Jul 2001 21:43:57 +0200
1860              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
1861      Branch: perl
1862            ! pod/perlhack.pod
1863 ____________________________________________________________________________
1864 [ 11410] By: nick                                  on 2001/07/19  06:39:35
1865         Log: Subject:  Security hole in taint checking in open()
1866              From:  deekoo@tentacle.net
1867              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
1868              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
1869      Branch: perl
1870            ! doio.c
1871 ____________________________________________________________________________
1872 [ 11409] By: nick                                  on 2001/07/19  06:28:08
1873         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
1874              From:  Abhijit Menon-Sen <ams@wiw.org>
1875              Date:  Thu, 19 Jul 2001 04:30:43 +0530
1876              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
1877      Branch: perl
1878            ! ext/Time/HiRes/HiRes.xs
1879 ____________________________________________________________________________
1880 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
1881         Log: Update docs with latest implementation information and new URLs.
1882      Branch: maint-5.6/macperl
1883            ! README.macos pod/perlport.pod
1884 ____________________________________________________________________________
1885 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
1886         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
1887              Fix BuildRules to accept optimization variables.
1888      Branch: maint-5.6/macperl
1889            + macos/bundled_ext/Digest/MD5/Makefile.mk
1890            ! macos/BuildRules.mk macos/Makefile.mk
1891            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
1892            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
1893 ____________________________________________________________________________
1894 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
1895         Log: Integrate changes 11399,11401
1896      Branch: maint-5.6/macperl
1897           !> win32/perlhost.h win32/win32.c
1898 ____________________________________________________________________________
1899 [ 11405] By: nick                                  on 2001/07/18  06:50:33
1900         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
1901              from perl5.6*
1902      Branch: perl
1903           !> win32/perlhost.h win32/win32.c
1904 ____________________________________________________________________________
1905 [ 11404] By: nick                                  on 2001/07/18  06:43:59
1906         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
1907              From:  hv@crypt0.demon.co.uk
1908              Date:  Wed, 18 Jul 2001 05:58:46 +0100
1909              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
1910      Branch: perl
1911            ! ext/POSIX/POSIX.t
1912 ____________________________________________________________________________
1913 [ 11403] By: nick                                  on 2001/07/18  06:38:57
1914         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
1915              From:  hv@crypt0.demon.co.uk
1916              Date:  Wed, 18 Jul 2001 05:21:54 +0100
1917              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
1918      Branch: perl
1919            ! numeric.c t/op/arith.t
1920 ____________________________________________________________________________
1921 [ 11402] By: nick                                  on 2001/07/18  06:19:17
1922         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
1923              From:  mjd@plover.com
1924              Date:  17 Jul 2001 17:59:20 -0000
1925              Message-Id:  <20010717175920.8177.qmail@plover.com>
1926      Branch: perl
1927            ! pod/perlre.pod
1928 ____________________________________________________________________________
1929 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
1930         Log: thinko in change#11400 (duh)
1931      Branch: maint-5.6/perl
1932            ! win32/perlhost.h
1933 ____________________________________________________________________________
1934 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
1935         Log: change#11399 revealed another unrelated bug; this is just a temporary
1936              bandaid
1937      Branch: maint-5.6/perl
1938            ! win32/perlhost.h
1939 ____________________________________________________________________________
1940 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
1941         Log: fix bugs in handling of the virtualized environment under windows;
1942              there were bugs in propagating any changes to %ENV down to the real
1943              environment when such changes happened in the toplevel process
1944              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
1945              problem identification, and for a part of the fix)
1946      Branch: maint-5.6/perl
1947            ! win32/perlhost.h win32/win32.c
1948 ____________________________________________________________________________
1949 [ 11398] By: nick                                  on 2001/07/17  08:26:35
1950         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
1951              From: Peter Prymmer <pvhp@forte.com>
1952              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
1953              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
1954              
1955              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
1956              should not depend on existance of Config.pm
1957      Branch: perl
1958           +> t/lib/commonsense.t
1959            - t/base/commonsense.t
1960            ! MANIFEST t/README
1961 ____________________________________________________________________________
1962 [ 11397] By: nick                                  on 2001/07/17  08:09:58
1963         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
1964              From:  Michael G Schwern <schwern@pobox.com>
1965              Date:  Mon, 16 Jul 2001 18:20:31 -0400
1966              Message-Id:  <20010716182031.A1128@blackrider>
1967      Branch: perl
1968            ! pod/perlhack.pod
1969 ____________________________________________________________________________
1970 [ 11396] By: nick                                  on 2001/07/17  08:04:11
1971         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
1972              From:  Gwyn Judd <b.judd@xtra.co.nz>
1973              Date:  Tue, 17 Jul 2001 20:55:58 +1200
1974              Message-Id:  <20010717205558.A3107@thislove>
1975      Branch: perl
1976            ! pod/perlfunc.pod
1977 ____________________________________________________________________________
1978 [ 11395] By: nick                                  on 2001/07/17  08:02:22
1979         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
1980              From:  Peter Prymmer <pvhp@forte.com>
1981              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
1982              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
1983      Branch: perl
1984            ! t/op/sprintf.t
1985 ____________________________________________________________________________
1986 [ 11394] By: nick                                  on 2001/07/17  07:57:06
1987         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
1988              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
1989              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
1990              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
1991      Branch: perl
1992            ! gv.c
1993 ____________________________________________________________________________
1994 [ 11392] By: nick                                  on 2001/07/17  07:50:12
1995         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
1996              From:  Coral <coral@moonlight.crystalflame.net>
1997              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
1998              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
1999      Branch: perl
2000            ! pp_sys.c thread.h
2001 ____________________________________________________________________________
2002 [ 11391] By: nick                                  on 2001/07/17  07:34:28
2003         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
2004              From:  Jonathan Stowe <gellyfish@gellyfish.com>
2005              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
2006              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
2007      Branch: perl
2008            ! utils/h2xs.PL
2009 ____________________________________________________________________________
2010 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
2011         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
2012              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
2013              and Mac::Apps::Launch, which don't work, and Time::HiRes and
2014              Time::Piece, which don't yet work.
2015      Branch: maint-5.6/macperl
2016            + (add 154 files)
2017 ____________________________________________________________________________
2018 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
2019         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
2020              Also add hack to get around missing setenv for PERL5DB.
2021      Branch: maint-5.6/macperl
2022            ! macos/macish.c macos/macish.h
2023 ____________________________________________________________________________
2024 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
2025         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
2026      Branch: maint-5.6/macperl
2027            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
2028            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
2029 ____________________________________________________________________________
2030 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
2031         Log: Fix up some configuration and make options, add extra
2032              extensions.
2033      Branch: maint-5.6/macperl
2034            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
2035            ! macos/macperl/Makefile.mk
2036 ____________________________________________________________________________
2037 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
2038         Log: From Change 11374 in maintperl.
2039      Branch: maint-5.6/macperl
2040           !> utils/h2ph.PL
2041 ____________________________________________________________________________
2042 [ 11385] By: nick                                  on 2001/07/16  14:12:58
2043         Log: Back out change to h2xs till it passes its test.
2044      Branch: perl
2045            ! utils/h2xs.PL
2046 ____________________________________________________________________________
2047 [ 11384] By: nick                                  on 2001/07/16  14:00:10
2048         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
2049              From:  Jonathan Stowe <gellyfish@gellyfish.com>
2050              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
2051              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
2052      Branch: perl
2053            ! utils/h2xs.PL
2054 ____________________________________________________________________________
2055 [ 11383] By: nick                                  on 2001/07/16  13:53:12
2056         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
2057              From:  Robin Houston <robin@kitsite.com>
2058              Date:  Sun, 15 Jul 2001 18:22:31 +0100
2059              Message-Id:  <20010715182230.A11174@robin>
2060      Branch: perl
2061            ! hints/darwin.sh
2062 ____________________________________________________________________________
2063 [ 11382] By: nick                                  on 2001/07/16  13:52:49
2064         Log: Subject:  [PATCH perl@11372] re_dup
2065              From:  Radu Greab <radu@netsoft.ro>
2066              Date:  Sun, 15 Jul 2001 04:50:06 +0300
2067              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
2068      Branch: perl
2069            ! sv.c
2070 ____________________________________________________________________________
2071 [ 11379] By: nick                                  on 2001/07/16  13:35:39
2072         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
2073              From:  Robin Houston <robin@kitsite.com>
2074              Date:  Sat, 14 Jul 2001 14:28:50 +0100
2075              Message-Id:  <20010714142850.A10205@robin>
2076      Branch: perl
2077            ! ext/B/B/Deparse.pm
2078 ____________________________________________________________________________
2079 [ 11378] By: nick                                  on 2001/07/16  13:30:36
2080         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
2081              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
2082              Date:  Sat, 14 Jul 2001 22:17:42 +0900
2083              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
2084      Branch: perl
2085            + ext/Encode/Encode/euc-jp-0212.enc
2086            ! ext/Encode/Encode/Tcl.pm
2087 ____________________________________________________________________________
2088 [ 11377] By: nick                                  on 2001/07/16  13:17:28
2089         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
2090              From:  Andy Dougherty <doughera@lafayette.edu>
2091              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
2092              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
2093      Branch: perl
2094            ! hints/darwin.sh hints/rhapsody.sh
2095 ____________________________________________________________________________
2096 [ 11376] By: nick                                  on 2001/07/16  09:05:00
2097         Log: Integrate mainline
2098      Branch: perlio
2099           +> ext/Encode/Encode/7bit-greek.enc
2100           +> ext/Encode/Encode/7bit-latin1.enc
2101           +> ext/Encode/Encode/cns11643-1.enc
2102           +> ext/Encode/Encode/cns11643-2.enc
2103           +> ext/Encode/Encode/iso2022-cn.enc
2104           +> ext/Encode/Encode/iso2022-jp1.enc
2105           +> ext/Encode/Encode/iso2022-jp2.enc
2106           !> Changes Configure MANIFEST Makefile.SH
2107           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
2108           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
2109           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
2110           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
2111           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
2112 ____________________________________________________________________________
2113 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
2114         Log: integrate change#11374 from maint-5.6
2115              
2116              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
2117      Branch: perl
2118           !> utils/h2ph.PL
2119 ____________________________________________________________________________
2120 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
2121         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
2122      Branch: maint-5.6/perl
2123            ! utils/h2ph.PL
2124 ____________________________________________________________________________
2125 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
2126         Log: Update Changes.
2127      Branch: perl
2128            ! Changes patchlevel.h
2129 ____________________________________________________________________________
2130 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
2131         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
2132              From: Jonathan Stowe <gellyfish@gellyfish.com>
2133              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
2134              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
2135      Branch: perl
2136            ! utils/h2xs.PL
2137 ____________________________________________________________________________
2138 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
2139         Log: Subject: patch to add DEL to [:cntrl:]
2140              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
2141              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
2142              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
2143      Branch: perl
2144            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
2145 ____________________________________________________________________________
2146 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
2147         Log: Metaconfig unit change for #11369; plus a dependency nit.
2148      Branch: metaconfig
2149            ! U/compline/nblock_io.U
2150      Branch: metaconfig/U/perl
2151            ! Extensions.U
2152 ____________________________________________________________________________
2153 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
2154         Log: #include <stdlib.h> so that exit() is prototyped,
2155              noticed by Hugo.
2156      Branch: perl
2157            ! Configure
2158 ____________________________________________________________________________
2159 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
2160         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
2161              From: Peter Prymmer <pvhp@forte.com>
2162              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
2163              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
2164      Branch: perl
2165            ! t/op/sprintf.t
2166 ____________________________________________________________________________
2167 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
2168         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
2169              From: Peter Prymmer <pvhp@forte.com>
2170              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
2171              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
2172      Branch: perl
2173            ! ext/Encode/Encode/Tcl.t
2174 ____________________________________________________________________________
2175 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
2176         Log: Add information about gcc 3.0 basic block profiling.
2177      Branch: perl
2178            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
2179 ____________________________________________________________________________
2180 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
2181         Log: Subject: Error in lib/PerlIO/Via.pm ?
2182              From: Mark-Jason Dominus <mjd@plover.com>
2183              Date: Fri, 13 Jul 2001 15:55:41 -0400
2184              Message-ID: <20010713195541.26751.qmail@plover.com>
2185      Branch: perl
2186            ! ext/PerlIO/Via/Via.pm
2187 ____________________________________________________________________________
2188 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
2189         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
2190              section from the Compiler section.
2191      Branch: perl
2192            ! myconfig.SH
2193 ____________________________________________________________________________
2194 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
2195         Log: Handle glibc style of constant definitions using enum
2196              with intervening #defines; from Brendan O'Dea.
2197      Branch: perl
2198            ! utils/h2ph.PL
2199 ____________________________________________________________________________
2200 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
2201         Log: Add LC_MESSAGES to the locale_h export tag (it already is
2202              in the Makefile.PL and thusly eligible for an XS constant)
2203              (see also maintperl #10543)
2204      Branch: perl
2205            ! ext/POSIX/POSIX.pm
2206 ____________________________________________________________________________
2207 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
2208         Log: Subject: Re: [patch] re_dup
2209              From: Abhijit Menon-Sen <ams@wiw.org>
2210              Date: Fri, 13 Jul 2001 21:41:09 +0530
2211              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
2212      Branch: perl
2213            ! sv.c
2214 ____________________________________________________________________________
2215 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
2216         Log: Subject: [patch] re_dup
2217              From: Doug MacEachern <dougm@covalent.net>
2218              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
2219              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
2220      Branch: perl
2221            ! sv.c
2222 ____________________________________________________________________________
2223 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
2224         Log: Update Changes.
2225      Branch: perl
2226            ! Changes patchlevel.h
2227 ____________________________________________________________________________
2228 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
2229         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
2230              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
2231              Date: Sat, 14 Jul 2001 00:06:30 +0900
2232              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
2233      Branch: perl
2234            + ext/Encode/Encode/7bit-greek.enc
2235            + ext/Encode/Encode/7bit-latin1.enc
2236            + ext/Encode/Encode/cns11643-1.enc
2237            + ext/Encode/Encode/cns11643-2.enc
2238            + ext/Encode/Encode/iso2022-cn.enc
2239            + ext/Encode/Encode/iso2022-jp1.enc
2240            + ext/Encode/Encode/iso2022-jp2.enc
2241            ! MANIFEST ext/Encode/Encode/Tcl.pm
2242            ! ext/Encode/Encode/iso2022-kr.enc
2243 ____________________________________________________________________________
2244 [ 11357] By: nick                                  on 2001/07/13  14:24:06
2245         Log: Blind integrate mainline (as of 5.7.2?)
2246      Branch: perlio
2247           !> AUTHORS Changes Porting/config.sh Porting/config_H
2248           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
2249           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
2250           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2251           !> win32/makefile.mk
2252 ____________________________________________________________________________
2253 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
2254         Log: Snip away the devel patchlevel.
2255      Branch: perl
2256            ! patchlevel.h
2257 ____________________________________________________________________________
2258 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
2259         Log: Bump the version to 5.7.2.
2260      Branch: perl
2261            ! Porting/config.sh Porting/config_H patchlevel.h
2262            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
2263            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2264            ! win32/makefile.mk
2265 ____________________________________________________________________________
2266 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
2267         Log: Update Changes.
2268      Branch: perl
2269            ! Changes
2270 ____________________________________________________________________________
2271 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
2272         Log: Reword.
2273      Branch: perl
2274            ! AUTHORS
2275 ____________________________________________________________________________
2276 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
2277         Log: AUTHORS update.
2278      Branch: perl
2279            ! AUTHORS
2280 ____________________________________________________________________________
2281 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
2282         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
2283              unless ithreads.
2284      Branch: perl
2285            ! makedef.pl
2286 ____________________________________________________________________________
2287 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
2288         Log: Integrate perlio.
2289      Branch: perl
2290           !> win32/distclean.bat
2291 ____________________________________________________________________________
2292 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
2293         Log: Test the encoding transform only iff we have PerlIO,
2294              noticed by H. Merijn Brand.
2295      Branch: perl
2296            ! ext/PerlIO/t/encoding.t
2297 ____________________________________________________________________________
2298 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
2299         Log: README.netware tweaks from Ananth Kesari.
2300      Branch: perl
2301            ! README.netware
2302 ____________________________________________________________________________
2303 [ 11346] By: nick                                  on 2001/07/13  09:18:51
2304         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
2305              to avoid /unicode vs /Unicode issues.
2306      Branch: perlio
2307            ! win32/distclean.bat
2308 ____________________________________________________________________________
2309 [ 11345] By: nick                                  on 2001/07/13  06:24:18
2310         Log: Integrate mainline
2311      Branch: perlio
2312           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
2313            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
2314           !> (integrate 63 files)
2315 ____________________________________________________________________________
2316 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
2317         Log: Add d_bincompat5005 information to perl -V.
2318      Branch: perl
2319            ! myconfig.SH
2320 ____________________________________________________________________________
2321 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
2322         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
2323              From: Abhijit Menon-Sen <ams@wiw.org>
2324              Date: Fri, 13 Jul 2001 07:12:36 +0530
2325              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
2326      Branch: perl
2327            ! sv.c
2328 ____________________________________________________________________________
2329 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
2330         Log: Remove unicode::distinct, as per Inaba Hiroto.
2331      Branch: perl
2332            - lib/unicode/distinct.pm
2333            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
2334            ! t/lib/1_compile.t
2335 ____________________________________________________________________________
2336 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
2337         Log: Paging for Dr Octothorpe.
2338      Branch: perl
2339            ! pod/perlfaq4.pod
2340 ____________________________________________________________________________
2341 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
2342         Log: cut-n-paste error noticed by mjd.
2343      Branch: perl
2344            ! pod/perlfaq4.pod
2345 ____________________________________________________________________________
2346 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
2347         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
2348              From: Peter Prymmer <pvhp@forte.com>
2349              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
2350              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
2351      Branch: perl
2352            ! pod/perlfaq4.pod
2353 ____________________________________________________________________________
2354 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
2355         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
2356              From: Randall Gellens <randy@qualcomm.com>
2357              Date: Thu, 12 Jul 2001 16:56:23 -0700
2358              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
2359      Branch: perl
2360            ! Porting/repository.pod
2361 ____________________________________________________________________________
2362 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
2363         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
2364      Branch: perl
2365            ! thread.h
2366 ____________________________________________________________________________
2367 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
2368         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
2369              From: coral <coral@moonlight.crystalflame.net>
2370              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
2371              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
2372      Branch: perl
2373            ! thread.h
2374 ____________________________________________________________________________
2375 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
2376         Log: Metaconfig unit change for #11134.
2377      Branch: metaconfig
2378            + U/threads/d_pthread_atfork.U
2379 ____________________________________________________________________________
2380 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
2381         Log: Add HAS_PTHREAD_ATFORK.
2382      Branch: perl
2383            ! Configure NetWare/config.wc NetWare/config_H.wc
2384            ! Porting/Glossary Porting/config.sh Porting/config_H
2385            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
2386            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
2387            ! vos/config.ga.def vos/config.ga.h win32/config.bc
2388            ! win32/config.gc win32/config.vc win32/config_H.bc
2389            ! win32/config_H.gc win32/config_H.vc
2390 ____________________________________________________________________________
2391 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
2392         Log: Subject: [PATCH] File::Copy fails on tied handles
2393              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
2394              Date: Thu, 12 Jul 2001 15:18:51 -0700
2395              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
2396      Branch: perl
2397            ! lib/File/Copy.pm
2398 ____________________________________________________________________________
2399 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
2400         Log: Subject: [PATCH] Langinfo.t
2401              From: Nicholas Clark <nick@ccl4.org>
2402              Date: Thu, 12 Jul 2001 23:55:38 +0100
2403              Message-ID: <20010712235538.M5827@plum.flirble.org>
2404      Branch: perl
2405            ! ext/I18N/Langinfo/Langinfo.t
2406 ____________________________________________________________________________
2407 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
2408         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
2409              From: Peter Prymmer <pvhp@forte.com>
2410              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
2411              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
2412      Branch: perl
2413            ! pod/perl572delta.pod
2414 ____________________________________________________________________________
2415 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
2416         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
2417              From: Abhijit Menon-Sen <ams@wiw.org>
2418              Date: Fri, 13 Jul 2001 05:21:16 +0530
2419              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
2420      Branch: perl
2421            ! sv.c
2422 ____________________________________________________________________________
2423 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
2424         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
2425              From: Abhijit Menon-Sen <ams@wiw.org>
2426              Date: Fri, 13 Jul 2001 03:04:25 +0530
2427              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
2428      Branch: perl
2429            ! av.c
2430 ____________________________________________________________________________
2431 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
2432         Log: s/^M$//g
2433      Branch: perl
2434            ! win32/Makefile win32/makefile.mk
2435 ____________________________________________________________________________
2436 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
2437         Log: Update Changes.
2438      Branch: perl
2439            ! Changes patchlevel.h
2440 ____________________________________________________________________________
2441 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
2442         Log: Typo spotted by Philip Newton.
2443      Branch: perl
2444            ! pod/perl572delta.pod
2445 ____________________________________________________________________________
2446 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
2447         Log: Subject: [PATCH] fixes perl_clone of perl_clone
2448              From: Artur Bergman <artur@contiller.se>
2449              Date: Thu, 12 Jul 2001 20:57:09 +0200
2450              Message-ID: <B773BFA4.236B%artur@contiller.se>
2451      Branch: perl
2452            ! sv.c
2453 ____________________________________________________________________________
2454 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
2455         Log: Add README.uts from Hal Morris.
2456      Branch: perl
2457            + README.uts
2458            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
2459            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
2460 ____________________________________________________________________________
2461 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
2462         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
2463              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2464              Date: Thu, 12 Jul 2001 20:32:37 +0200
2465              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
2466      Branch: perl
2467            ! hints/aix.sh
2468 ____________________________________________________________________________
2469 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
2470         Log: Subject: Patch: document reg_data.what member
2471              From: Mark-Jason Dominus <mjd@plover.com>
2472              Message-ID: <20010712182532.14821.qmail@plover.com>
2473              Date: Thu, 12 Jul 2001 14:25:32 -0400
2474      Branch: perl
2475            ! regcomp.c regcomp.h
2476 ____________________________________________________________________________
2477 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
2478         Log: Subject: [PATCH] Perl_re_dup()
2479              From: Abhijit Menon-Sen <ams@wiw.org>
2480              Date: Thu, 12 Jul 2001 23:54:32 +0530
2481              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
2482      Branch: perl
2483            ! embed.h embed.pl perlapi.c proto.h sv.c
2484 ____________________________________________________________________________
2485 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
2486         Log: Regen Configure, modlib, toc.
2487      Branch: perl
2488            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2489            ! pod/perlmodlib.pod pod/perltoc.pod
2490 ____________________________________________________________________________
2491 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
2492         Log: The problem seems to be in PerlIO::Layer::->find() not
2493              accepting the ":encoding(blurflur)" arguments.
2494      Branch: perl
2495            ! lib/PerlIO.pm lib/open.pm
2496 ____________________________________________________________________________
2497 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
2498         Log: AIX doc update.
2499      Branch: perl
2500            ! README.aix pod/perl572delta.pod
2501 ____________________________________________________________________________
2502 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
2503         Log: Subject: AIX README update
2504              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2505              Date: Thu, 12 Jul 2001 19:28:30 +0200
2506              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
2507      Branch: perl
2508            ! README.aix
2509 ____________________________________________________________________________
2510 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
2511         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
2512              From: Norton Allen <allen@huarp.harvard.edu>
2513              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
2514              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
2515      Branch: perl
2516            ! ext/IO/lib/IO/t/io_unix.t
2517 ____________________________________________________________________________
2518 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
2519         Log: Subject: [PATCH README.qnx hints/qnx.sh]
2520              From: Norton Allen <allen@huarp.harvard.edu>
2521              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
2522              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
2523      Branch: perl
2524            ! README.qnx hints/qnx.sh
2525 ____________________________________________________________________________
2526 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
2527         Log: Subject: [patch] faster PM_GETRE
2528              From: Doug MacEachern <dougm@covalent.net>
2529              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
2530              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
2531      Branch: perl
2532            ! op.h
2533 ____________________________________________________________________________
2534 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
2535         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
2536              From: Doug MacEachern <dougm@covalent.net>
2537              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
2538              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
2539      Branch: perl
2540            ! op.c
2541 ____________________________________________________________________________
2542 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
2543         Log: Tell where the nice Estonian database is.
2544      Branch: perl
2545            ! lib/open.pm
2546 ____________________________________________________________________________
2547 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
2548         Log: Retract #11309 since #11310 is a better fix.
2549      Branch: perl
2550            ! t/lib/1_compile.t
2551 ____________________________________________________________________________
2552 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
2553         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
2554              change#11300 needs to return the status of failed win32_spawnvp())
2555              
2556              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
2557              splitting correctly; remove unused variables; 'require' at run time
2558              rather than 'use' at compile time for I18N::Langinfo, since it
2559              isn't everyware
2560      Branch: perl
2561            ! lib/open.pm win32/win32.c
2562 ____________________________________________________________________________
2563 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
2564         Log: Temporary workaround.
2565      Branch: perl
2566            ! t/lib/1_compile.t
2567 ____________________________________________________________________________
2568 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
2569         Log: UCD typo in #11306 and add also more known-to-be-tested
2570              modules to the skip list.
2571      Branch: perl
2572            ! t/lib/1_compile.t
2573 ____________________________________________________________________________
2574 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
2575         Log: Rename Unicode::UCD to UnicodeCD to avoid
2576              messups with case-insensitive filesystems.
2577      Branch: perl
2578            + lib/UnicodeCD.pm lib/UnicodeCD.t
2579            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
2580            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
2581 ____________________________________________________________________________
2582 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
2583         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
2584              From: daniel@biz.bitpusher.com
2585              Date: Wed, 11 Jul 2001 23:25:47 -0700
2586              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
2587      Branch: perl
2588            ! lib/Tie/Array.pm t/op/splice.t
2589 ____________________________________________________________________________
2590 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
2591         Log: Subject: [PATCH] More accurate line numbers in messages
2592              From: Paul Johnson <paul@pjcj.net>
2593              Date: Thu, 12 Jul 2001 04:14:11 +0200
2594              Message-ID: <20010712041411.A3467@pjcj.net>
2595              
2596              (With prototyping and multiplicity tweaks.)
2597      Branch: perl
2598            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
2599 ____________________________________________________________________________
2600 [ 11304] By: nick                                  on 2001/07/12  12:53:40
2601         Log: Integrate mainline
2602      Branch: perlio
2603           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
2604           !> regexec.c thread.h
2605 ____________________________________________________________________________
2606 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
2607         Log: Cut-and-pasto in #11298.
2608      Branch: perl
2609            ! ext/ByteLoader/bytecode.h
2610 ____________________________________________________________________________
2611 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
2612         Log: Update the AIX known problems section.
2613      Branch: perl
2614            ! pod/perl572delta.pod
2615 ____________________________________________________________________________
2616 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
2617         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
2618              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2619              Date: Thu, 12 Jul 2001 12:16:16 +0200
2620              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
2621      Branch: perl
2622            ! hints/aix.sh
2623 ____________________________________________________________________________
2624 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
2625         Log: Integrate perlio.
2626      Branch: perl
2627           !> makedef.pl win32/win32.c
2628 ____________________________________________________________________________
2629 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
2630         Log: Subject: [PATCH] fix for PMOP threadness failures
2631              From: Artur Bergman <artur@contiller.se>
2632              Date: Thu, 12 Jul 2001 09:48:06 +0200
2633              Message-ID: <B77322D6.22DD%artur@contiller.se>
2634      Branch: perl
2635            ! regexec.c
2636 ____________________________________________________________________________
2637 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
2638         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
2639              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
2640              Date: Thu, 12 Jul 2001 09:09:48 +0200
2641              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
2642              
2643              More parentheses to keep bcc happy.
2644      Branch: perl
2645            ! ext/ByteLoader/bytecode.h
2646 ____________________________________________________________________________
2647 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
2648         Log: Subject: Re: [patch] pthread_atfork bandaid
2649              From: Doug MacEachern <dougm@covalent.net>
2650              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
2651              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
2652      Branch: perl
2653            ! thread.h
2654 ____________________________________________________________________________
2655 [ 11296] By: nick                                  on 2001/07/12  11:55:48
2656         Log: Exclude reentrant_buffer from .def file
2657      Branch: perlio
2658            ! makedef.pl
2659 ____________________________________________________________________________
2660 [ 11295] By: nick                                  on 2001/07/12  11:11:44
2661         Log: Honour void-ness of my_exit()
2662      Branch: perlio
2663            ! win32/win32.c
2664 ____________________________________________________________________________
2665 [ 11294] By: nick                                  on 2001/07/12  07:51:04
2666         Log: Integrate mainline
2667      Branch: perlio
2668           +> uts/sprintf_wrap.c
2669           !> (integrate 35 files)
2670 ____________________________________________________________________________
2671 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
2672         Log: Retract #11289.
2673      Branch: perl
2674            ! embed.h embed.pl perl.c proto.h thread.h
2675 ____________________________________________________________________________
2676 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
2677         Log: Now the :locale pseudolayer *almost* works...
2678      Branch: perl
2679            ! lib/open.pm
2680 ____________________________________________________________________________
2681 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
2682         Log: Locale encoding tweaks.
2683      Branch: perl
2684            ! lib/open.pm
2685 ____________________________________________________________________________
2686 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
2687         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
2688              From: Mark-Jason Dominus <mjd@plover.com>
2689              Date: Thu, 12 Jul 2001 00:59:31 -0400
2690              Message-ID: <20010712045931.8543.qmail@plover.com>
2691              
2692              Remove the chmod/umask leading zero warning.
2693      Branch: perl
2694            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
2695            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
2696 ____________________________________________________________________________
2697 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
2698         Log: (Retracted by #11289.)
2699      Branch: perl
2700            ! embed.h embed.pl perl.c proto.h thread.h
2701 ____________________________________________________________________________
2702 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
2703         Log: Needed by #11283.
2704      Branch: perl
2705            ! intrpvar.h
2706 ____________________________________________________________________________
2707 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
2708         Log: Metaconfig unit change for #11286.
2709      Branch: metaconfig/U/perl
2710            ! patchlevel.U
2711 ____________________________________________________________________________
2712 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
2713         Log: Subject: Re: [PATCH Configure] perl -V broken
2714              From: Andy Dougherty <doughera@lafayette.edu>
2715              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
2716              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
2717      Branch: perl
2718            ! Configure myconfig.SH
2719 ____________________________________________________________________________
2720 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
2721         Log: Retract #11166 (and #11237).
2722      Branch: perl
2723            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
2724            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
2725            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
2726 ____________________________________________________________________________
2727 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
2728         Log: UTS tweaks for Hal Morris.
2729      Branch: perl
2730            + uts/sprintf_wrap.c
2731            ! MANIFEST hints/uts.sh perl.h
2732 ____________________________________________________________________________
2733 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
2734         Log: Subject: [PATCH] Use reentrant API glibc
2735              From: Artur Bergman <artur@contiller.se>
2736              Date: Thu, 12 Jul 2001 00:58:21 +0200
2737              Message-ID: <B772A6AD.2288%artur@contiller.se>
2738      Branch: perl
2739            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
2740            ! sv.c
2741 ____________________________________________________________________________
2742 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
2743         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
2744              From: barries <barries@slaysys.com>
2745              Date: Wed, 11 Jul 2001 15:11:46 -0400
2746              Message-ID: <20010711151146.G24560@jester.slaysys.com>
2747      Branch: perl
2748            ! pp_sys.c t/lib/warnings/doio win32/win32.c
2749 ____________________________________________________________________________
2750 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
2751         Log: Subject: [patch] pthread_atfork bandaid
2752              From: Doug MacEachern <dougm@covalent.net>
2753              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
2754              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
2755      Branch: perl
2756            ! miniperlmain.c perl.c
2757 ____________________________________________________________________________
2758 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
2759         Log: Subject: [patch] perl_clone leaks
2760              From: Doug MacEachern <dougm@covalent.net>
2761              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
2762              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
2763      Branch: perl
2764            ! sv.c
2765 ____________________________________________________________________________
2766 [ 11279] By: nick                                  on 2001/07/11  15:49:38
2767         Log: Integrate mainline
2768      Branch: perlio
2769           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
2770           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
2771           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
2772           +> lib/Term/ANSIColor/README
2773           !> (integrate 54 files)
2774 ____________________________________________________________________________
2775 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
2776         Log: Update Changes.
2777      Branch: perl
2778            ! Changes patchlevel.h
2779 ____________________________________________________________________________
2780 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
2781         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
2782              From: Peter Prymmer <pvhp@forte.com>
2783              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
2784              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
2785              
2786              Backport of embed.pl to 5.003.
2787      Branch: perl
2788            ! embed.pl
2789 ____________________________________________________________________________
2790 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
2791         Log: Subject: Re: POSIX test #14 on UTS 
2792              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2793              Date: Wed, 11 Jul 2001 03:02:14 +0100
2794              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
2795      Branch: perl
2796            ! ext/POSIX/POSIX.t
2797 ____________________________________________________________________________
2798 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
2799         Log: Make the I32 an IV to preserve structure alignment and size.
2800      Branch: perl
2801            ! op.h
2802 ____________________________________________________________________________
2803 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
2804         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
2805              From: "Artur Bergman" <artur@contiller.se>
2806              Date: Wed, 11 Jul 2001 14:23:37 +0200
2807              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
2808              
2809              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
2810      Branch: perl
2811            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
2812            ! pod/perlapi.pod sv.c
2813 ____________________________________________________________________________
2814 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
2815         Log: Tweak until Pod::Parser gets updated.
2816      Branch: perl
2817            ! t/pod/special_seqs.xr
2818 ____________________________________________________________________________
2819 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
2820         Log: File::Spec usage tweak.
2821      Branch: perl
2822            ! lib/ExtUtils.t
2823 ____________________________________________________________________________
2824 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
2825         Log: Integrate #11263 from macperl; macos and macosx updates.
2826      Branch: perl
2827           !> pod/perlport.pod
2828 ____________________________________________________________________________
2829 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
2830         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
2831              From: Peter Prymmer <pvhp@forte.com>
2832              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
2833              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
2834      Branch: perl
2835            + ext/Time/HiRes/hints/dynixptx.pl
2836            ! MANIFEST hints/dynixptx.sh
2837 ____________________________________________________________________________
2838 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
2839         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
2840              From: Nicholas Clark <nick@ccl4.org>
2841              Date: Tue, 10 Jul 2001 23:17:43 +0100
2842              Message-ID: <20010710231742.B59620@plum.flirble.org>
2843      Branch: perl
2844            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
2845 ____________________________________________________________________________
2846 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
2847         Log: Subject: [DOC PATCH] Pluggable runops
2848              From: Paul Johnson <paul@pjcj.net>
2849              Date: Tue, 10 Jul 2001 21:53:28 +0200
2850              Message-ID: <20010710215328.B26577@pjcj.net>
2851      Branch: perl
2852            ! pod/perlguts.pod
2853 ____________________________________________________________________________
2854 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
2855         Log: Subject: [PATCH] Authors
2856              From: Artur Bergman <artur@contiller.se>
2857              Date: Tue, 10 Jul 2001 20:39:12 +0200
2858              Message-ID: <B771186F.21CD%artur@contiller.se>
2859      Branch: perl
2860            ! AUTHORS
2861 ____________________________________________________________________________
2862 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
2863         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
2864              From: Doug MacEachern <dougm@covalent.net>
2865              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
2866              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
2867      Branch: perl
2868            ! pp_ctl.c
2869 ____________________________________________________________________________
2870 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
2871         Log: Subject: doc patch; times() in scalar context
2872              From: mjd@plover.com
2873              Date: 10 Jul 2001 18:01:17 -0000
2874              Message-ID: <20010710180117.12477.qmail@plover.com>
2875      Branch: perl
2876            ! pod/perlfunc.pod
2877 ____________________________________________________________________________
2878 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
2879         Log: Subject: [PATCH] Small fix to pp_gmtime
2880              From: Artur Bergman <artur@contiller.se>
2881              Date: Tue, 10 Jul 2001 19:54:52 +0200
2882              Message-ID: <B7710E0B.21C5%artur@contiller.se>
2883      Branch: perl
2884            ! pp_sys.c
2885 ____________________________________________________________________________
2886 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
2887         Log: Integrate changes from mainline perl, add notes about
2888              Mac OS X and Mac OS.
2889      Branch: maint-5.6/macperl
2890            ! pod/perlport.pod
2891 ____________________________________________________________________________
2892 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
2893         Log: A proof of the dangers of package; ?
2894      Branch: perl
2895            ! t/lib/warnings/op
2896 ____________________________________________________________________________
2897 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
2898         Log: Regen toc and modlib.
2899      Branch: perl
2900            ! pod/perlmodlib.pod pod/perltoc.pod
2901 ____________________________________________________________________________
2902 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
2903         Log: Add compexcl(), casefold(), and casespec() interfaces;
2904              and make all interfaces to return hash references instead
2905              of hashes. 
2906      Branch: perl
2907            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
2908 ____________________________________________________________________________
2909 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
2910         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
2911              From: "Philip Newton" <Philip.Newton@gmx.net>
2912              Date: Tue, 10 Jul 2001 09:55:59 +0200
2913              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
2914              
2915              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
2916              From: "Philip Newton" <Philip.Newton@gmx.net>
2917              Date: Tue, 10 Jul 2001 09:56:37 +0200
2918              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
2919      Branch: perl
2920            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2921            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
2922 ____________________________________________________________________________
2923 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
2924         Log: Subject: [patch] undef &xsub for 1,2
2925              From: Doug MacEachern <dougm@covalent.net>
2926              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
2927              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
2928              
2929              (This version of the patch with a comment from Gisle.)
2930      Branch: perl
2931            ! op.c
2932 ____________________________________________________________________________
2933 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
2934         Log: Mention package; deprecation and the Win32 problems.
2935      Branch: perl
2936            ! pod/perl572delta.pod
2937 ____________________________________________________________________________
2938 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
2939         Log: Subject: [PATCH] deprecate package with no arguments
2940              From: Robin Houston <robin@kitsite.com>
2941              Date: Tue, 10 Jul 2001 13:33:40 +0100
2942              Message-ID: <20010710133340.A13452@robin.kitsite.com>
2943      Branch: perl
2944            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
2945 ____________________________________________________________________________
2946 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
2947         Log: Upgrade to podlators 1.10.
2948      Branch: perl
2949            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
2950            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
2951            ! pod/pod2man.PL pod/pod2text.PL
2952 ____________________________________________________________________________
2953 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
2954         Log: Upgrade to Term::ANSIColor 1.04.
2955      Branch: perl
2956            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
2957            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
2958 ____________________________________________________________________________
2959 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
2960         Log: Integrate perlio (the right fix for the ":layer(args)")
2961      Branch: perl
2962           !> perlio.c
2963 ____________________________________________________________________________
2964 [ 11252] By: nick                                  on 2001/07/10  06:58:14
2965         Log: Fix open(...,"...:layer(xxx)",...)
2966              - use memEQ not strEQ as there is '(' not '\0'
2967      Branch: perlio
2968            ! perlio.c
2969 ____________________________________________________________________________
2970 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
2971         Log: Telling the number of tests helps.
2972      Branch: perl
2973            ! ext/PerlIO/t/encoding.t
2974 ____________________________________________________________________________
2975 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
2976         Log: Require I18N::Langinfo, not use.
2977      Branch: perl
2978            ! lib/open.pm
2979 ____________________________________________________________________________
2980 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
2981         Log: Add a test for for PerlIO ":encoding(...)" layer.
2982      Branch: perl
2983            + ext/PerlIO/t/encoding.t
2984            ! MANIFEST ext/Encode/Encode.pm
2985 ____________________________________________________________________________
2986 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
2987         Log: PerlIO ":encoding(foobar)" temporary fix.
2988              Not really correct, I think, since the change means
2989              that prefixes match.
2990      Branch: perl
2991            ! perlio.c
2992 ____________________________________________________________________________
2993 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
2994         Log: Update to Math::BigInt 1.36.  The biggest news is
2995              the separation of the backend; now the pure Perl
2996              implementation is in Math::BigInt::Calc, but one
2997              can plugin, say, Math::BigInt::BitVect, and get
2998              considerable speedup.
2999      Branch: perl
3000            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
3001            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3002            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
3003            ! lib/Math/BigInt/t/mbimbf.t
3004 ____________________________________________________________________________
3005 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
3006         Log: Subject: Re: compatibility question
3007              From: Peter Prymmer <pvhp@forte.com>
3008              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
3009              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
3010      Branch: perl
3011            ! lib/ExtUtils/MM_VMS.pm
3012 ____________________________________________________________________________
3013 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
3014         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
3015              From: Norton Allen <allen@huarp.harvard.edu>
3016              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
3017              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
3018      Branch: perl
3019            ! ext/File/Glob/t/basic.t
3020 ____________________________________________________________________________
3021 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
3022         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
3023              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3024              Date: Tue, 10 Jul 2001 00:29:55 +0900
3025              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
3026      Branch: perl
3027            + ext/Encode/Encode/HZ.enc
3028            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
3029            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
3030            ! ext/Encode/Encode/iso2022-jp.enc
3031            ! ext/Encode/Encode/iso2022-kr.enc
3032 ____________________________________________________________________________
3033 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
3034         Log: Add in all them there macos/ files.
3035      Branch: maint-5.6/macperl
3036            + (add 577 files)
3037 ____________________________________________________________________________
3038 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
3039         Log: Add the new modules to the list of having those own tests.
3040      Branch: perl
3041            ! t/lib/1_compile.t
3042 ____________________________________________________________________________
3043 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
3044         Log: Add INOUT to control both ways at the same time.
3045      Branch: perl
3046            ! lib/open.pm
3047 ____________________________________________________________________________
3048 [ 11240] By: nick                                  on 2001/07/09  16:33:50
3049         Log: Integrate mainline
3050      Branch: perlio
3051           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
3052           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
3053           !> (integrate 41 files)
3054 ____________________________________________________________________________
3055 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
3056         Log: More encoding mapping magic.
3057      Branch: perl
3058            ! lib/open.pm
3059 ____________________________________________________________________________
3060 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
3061         Log: Update Changes.
3062      Branch: perl
3063            ! Changes patchlevel.h
3064 ____________________________________________________________________________
3065 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
3066         Log: (Retracted by #11285).
3067              
3068              Subject: [PATCH] OPpCONST_OCTAL fixes
3069              From: Abhijit Menon-Sen <ams@wiw.org>
3070              Date: Mon, 9 Jul 2001 07:38:45 +0530
3071              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
3072      Branch: perl
3073            ! op.c
3074 ____________________________________________________________________________
3075 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
3076         Log: Add a pseudolayer ":locale" to the open pragma which
3077              will get the encoding from the locale.  Yet undocumented
3078              because I can't get the PerlIO :encoding(foobar) to work.
3079      Branch: perl
3080            ! ext/Encode/Encode.pm lib/open.pm
3081 ____________________________________________________________________________
3082 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
3083         Log: Add more encoding mappings.
3084      Branch: perl
3085            ! ext/Encode/Encode.pm
3086 ____________________________________________________________________________
3087 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
3088         Log: Document that using :encoding layer requires using Encode.
3089      Branch: perl
3090            ! ext/Encode/Encode.pm lib/PerlIO.pm
3091 ____________________________________________________________________________
3092 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
3093         Log: Netware tweak from Ananth Kesari.
3094      Branch: perl
3095            ! NetWare/netware.h
3096 ____________________________________________________________________________
3097 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
3098         Log: t/harness doesn't know about run/*.t
3099      Branch: perl
3100            ! t/harness
3101 ____________________________________________________________________________
3102 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
3103         Log: run/exit.t busted on windows
3104      Branch: perl
3105            ! t/run/exit.t
3106 ____________________________________________________________________________
3107 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
3108         Log: fix a couple of UCD.t tests that fail due to bad case
3109      Branch: perl
3110            ! lib/Unicode/UCD.t
3111 ____________________________________________________________________________
3112 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
3113         Log: test skip logic was broken
3114      Branch: perl
3115            ! ext/I18N/Langinfo/Langinfo.t
3116 ____________________________________________________________________________
3117 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
3118         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
3119              failure of ExtUtils.t#27 when built in debug mode)
3120      Branch: perl
3121            ! lib/ExtUtils/MM_Win32.pm
3122 ____________________________________________________________________________
3123 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
3124         Log: I18N::Langinfo is not available on windows
3125      Branch: perl
3126            ! win32/FindExt.pm
3127 ____________________________________________________________________________
3128 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
3129         Log: save a dTHX
3130      Branch: perl
3131            ! ext/POSIX/POSIX.xs
3132 ____________________________________________________________________________
3133 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
3134         Log: Update Changes.
3135      Branch: perl
3136            ! Changes patchlevel.h
3137 ____________________________________________________________________________
3138 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
3139         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
3140              as pointed out by Sarathy.
3141      Branch: perl
3142            ! ext/I18N/Langinfo/Langinfo.xs
3143 ____________________________________________________________________________
3144 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
3145         Log: Retract #11212.
3146      Branch: perl
3147            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
3148 ____________________________________________________________________________
3149 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
3150         Log: Bump up the VERSION of Cwd.xs.
3151      Branch: perl
3152            ! ext/Cwd/Makefile.PL
3153 ____________________________________________________________________________
3154 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
3155         Log: Retract #11220, the problem wasn't the missing leading zero.
3156              Here's the problem:
3157              $ ./perl -we 'chmod(oct("755"), ".")'
3158              Non-octal literal mode (493) specified at -e line 1.
3159              (Did you mean 0493 instead?)
3160      Branch: perl
3161            ! lib/ExtUtils/MM_Unix.pm
3162 ____________________________________________________________________________
3163 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
3164         Log: (Retracted by #11221)
3165              Change the PERM_RW and PERM_RWX to 0644 and 0755
3166              (add the leading zero).
3167      Branch: perl
3168            ! lib/ExtUtils/MM_Unix.pm
3169 ____________________________________________________________________________
3170 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
3171         Log: Integrate changes #11193, 11205, 11209 from macperl.
3172              
3173              Fix up AutoLoader to fudge for Mac paths in import().
3174              
3175              Allow symbols in try_symbol() to begin with "_".
3176              
3177              Small portability fix for Mac OS.
3178      Branch: perl
3179           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
3180 ____________________________________________________________________________
3181 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
3182         Log: Metaconfig unit change for #11217.
3183      Branch: metaconfig/U/perl
3184            ! Extensions.U
3185 ____________________________________________________________________________
3186 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
3187         Log: Detypo, problem noticed by Gerrit P. Haase.
3188      Branch: perl
3189            ! Configure config_h.SH
3190 ____________________________________________________________________________
3191 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
3192         Log: Cwd cleanups.
3193      Branch: perl
3194            ! ext/Cwd/Cwd.xs
3195 ____________________________________________________________________________
3196 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
3197         Log: Slight tweaks on #11213.
3198      Branch: perl
3199            ! toke.c
3200 ____________________________________________________________________________
3201 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
3202         Log: A missing dTHX noticed by Gerrit P. Haase.
3203      Branch: perl
3204            ! ext/POSIX/POSIX.xs
3205 ____________________________________________________________________________
3206 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
3207         Log: Subject: [PATCH toke.c] Simplify yytoke()
3208              From: Simon Cozens <simon@netthink.co.uk>
3209              Date: Sun, 8 Jul 2001 13:24:34 +0100
3210              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
3211              
3212              Split out pending_ident().
3213      Branch: perl
3214            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
3215 ____________________________________________________________________________
3216 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
3217         Log: (Retracted by #11223.)
3218              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
3219              Date: Wed, 05 Nov 1997 17:22:34 -0600
3220              From: Graham Barr <gbarr@ti.com>
3221              Message-Id: <3460FFBA.6DA51F46@ti.com>
3222      Branch: perl
3223            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
3224 ____________________________________________________________________________
3225 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
3226         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
3227      Branch: perl
3228            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
3229            ! pod/perllocale.pod
3230 ____________________________________________________________________________
3231 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
3232         Log: Really do the test under the C locale.
3233      Branch: perl
3234            ! ext/I18N/Langinfo/Langinfo.t
3235 ____________________________________________________________________________
3236 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
3237         Log: Small portability fix for Mac OS.
3238      Branch: maint-5.6/macperl
3239            ! lib/Cwd.pm
3240 ____________________________________________________________________________
3241 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
3242         Log: Metaconfig unit change for #11207.
3243      Branch: metaconfig/U/perl
3244            ! Extensions.U
3245 ____________________________________________________________________________
3246 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
3247         Log: Add I18N::Langinfo, which is basically a wrapper around
3248              nl_langinfo(), which is an additional way to query locale
3249              specific information.
3250      Branch: perl
3251            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
3252            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
3253            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
3254 ____________________________________________________________________________
3255 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
3256         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
3257              used in File::Find tests; replace with if.t.
3258      Branch: maint-5.6/macperl
3259            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
3260            ! t/pragma/warn/op
3261 ____________________________________________________________________________
3262 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
3263         Log: Allow symbols in try_symbol() to begin with "_".
3264      Branch: maint-5.6/macperl
3265            ! makedef.pl
3266 ____________________________________________________________________________
3267 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
3268         Log: Sync up the File::Find changes from the rewrite by
3269              Thomas Wegner, et al.
3270      Branch: maint-5.6/macperl
3271            + t/lib/filefind-taint.t
3272            ! lib/File/Find.pm t/lib/filefind.t
3273 ____________________________________________________________________________
3274 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
3275         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
3276              From: Thomas Wegner <wegner_thomas@yahoo.com>
3277              Date: Thu, 5 Jul 2001 20:31:25 +0200
3278              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
3279      Branch: maint-5.6/macperl
3280            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
3281 ____________________________________________________________________________
3282 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
3283         Log: Some more test portability fixes.
3284      Branch: maint-5.6/macperl
3285            ! t/lib/filecopy.t t/pragma/warn/pp_sys
3286 ____________________________________________________________________________
3287 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
3288         Log: The #11200 removed wrong (non-existent) target.  Duh.
3289      Branch: perl
3290            ! Makefile.SH
3291 ____________________________________________________________________________
3292 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
3293         Log: Zap the lib/re.pm before creating it.
3294      Branch: perl
3295            ! Makefile.SH
3296 ____________________________________________________________________________
3297 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
3298         Log: Another test.  Please ignore.
3299      Branch: maint-5.6/macperl
3300            ! README.macos
3301 ____________________________________________________________________________
3302 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
3303         Log: Portability fixes for a lot of tests, especially IO-related
3304              tests, and warnings, and the harness script.
3305      Branch: maint-5.6/macperl
3306            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
3307            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
3308            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
3309            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
3310            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
3311            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
3312            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
3313            ! t/pragma/warnings.t
3314 ____________________________________________________________________________
3315 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
3316         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
3317              From: Nicholas Clark <nick@ccl4.org>
3318              Date: Sat, 7 Jul 2001 21:00:17 +0100
3319              Message-ID: <20010707210017.H59620@plum.flirble.org>
3320      Branch: perl
3321            ! lib/h2xs.t
3322 ____________________________________________________________________________
3323 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
3324         Log: The UNICOS/mk SysV IPC problem has been fixed.
3325      Branch: perl
3326            ! pod/perl572delta.pod
3327 ____________________________________________________________________________
3328 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
3329         Log: Slight update tweaks on perlunicode.pod.
3330      Branch: perl
3331            ! pod/perlunicode.pod
3332 ____________________________________________________________________________
3333 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
3334         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
3335              From: Mark-Jason Dominus <mjd@plover.com>
3336              Date: Sat, 07 Jul 2001 13:04:04 -0400
3337              Message-ID: <20010707170404.32694.qmail@plover.com>
3338      Branch: perl
3339            ! ext/DB_File/DB_File.pm
3340 ____________________________________________________________________________
3341 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
3342         Log: Fix up AutoLoader to fudge for Mac paths in import().
3343      Branch: maint-5.6/macperl
3344            ! lib/AutoLoader.pm
3345 ____________________________________________________________________________
3346 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
3347         Log: Try to force the lib/re.pm to be there before entering
3348              the extensions builds, should help for parallel makes.
3349      Branch: perl
3350            ! Makefile.SH
3351 ____________________________________________________________________________
3352 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
3353         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
3354              From: Norton Allen <allen@huarp.harvard.edu>
3355              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
3356              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
3357      Branch: perl
3358            ! ext/POSIX/POSIX.xs
3359 ____________________________________________________________________________
3360 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
3361         Log: Subject: [PATCH] Re: op/arith.t
3362              From: Nicholas Clark <nick@ccl4.org>
3363              Date: Sat, 7 Jul 2001 13:04:54 +0100
3364              Message-ID: <20010707130454.D59620@plum.flirble.org>
3365      Branch: perl
3366            ! numeric.c toke.c
3367 ____________________________________________________________________________
3368 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
3369         Log: Subject: [PATCH] h2xs
3370              From: Nicholas Clark <nick@ccl4.org>
3371              Date: Fri, 6 Jul 2001 23:25:14 +0100
3372              Message-ID: <20010706232514.X59620@plum.flirble.org>
3373      Branch: perl
3374            ! utils/h2xs.PL
3375 ____________________________________________________________________________
3376 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
3377         Log: Subject: Re: bleedperl perl_alloc..free leakage
3378              From: Radu Greab <radu@netsoft.ro>
3379              Date: Fri, 6 Jul 2001 19:48:54 +0300
3380              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
3381              
3382              Leak-be-gone.
3383      Branch: perl
3384            ! op.c
3385 ____________________________________________________________________________
3386 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
3387         Log: Test again.  Please ignore.
3388      Branch: maint-5.6/macperl
3389            ! README.macos
3390 ____________________________________________________________________________
3391 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
3392         Log: Test.  Please ignore.
3393      Branch: maint-5.6/macperl
3394            ! README.macos
3395 ____________________________________________________________________________
3396 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
3397         Log: Include changes already sent in separately as patches,
3398              before branch was created.
3399      Branch: maint-5.6/macperl
3400            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
3401            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
3402            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
3403            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
3404            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
3405            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
3406            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
3407            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
3408            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
3409            ! t/pragma/strict.t
3410 ____________________________________________________________________________
3411 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
3412         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
3413              From: Norton Allen <allen@huarp.harvard.edu>
3414              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
3415              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
3416      Branch: perl
3417            ! utf8.h
3418 ____________________________________________________________________________
3419 [ 11183] By: nick                                  on 2001/07/06  16:27:40
3420         Log: Integrate mainline
3421      Branch: perlio
3422           +> (branch 42 files)
3423            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
3424            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
3425            - win32/bin/mdelete.bat
3426           !> (integrate 215 files)
3427 ____________________________________________________________________________
3428 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
3429         Log: The #11166 needed also these updated.
3430      Branch: perl
3431            ! lib/warnings.pm warnings.h
3432 ____________________________________________________________________________
3433 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
3434         Log: Update Changes.
3435      Branch: perl
3436            ! Changes patchlevel.h
3437 ____________________________________________________________________________
3438 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
3439         Log: Regen toc.
3440      Branch: perl
3441            ! pod/perltoc.pod
3442 ____________________________________________________________________________
3443 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
3444         Log: Nit from Abhijit.
3445      Branch: perl
3446            ! lib/CPAN.pm
3447 ____________________________________________________________________________
3448 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
3449         Log: Retract #11172.
3450      Branch: perl
3451            ! t/op/method.t
3452 ____________________________________________________________________________
3453 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
3454         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
3455              From: Norton Allen <allen@huarp.harvard.edu>
3456              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
3457              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
3458      Branch: perl
3459            ! lib/Cwd.pm
3460 ____________________________________________________________________________
3461 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
3462         Log: (Accidentally empty check-in.)
3463      Branch: perl
3464            ! utf8.h
3465 ____________________________________________________________________________
3466 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
3467         Log: Retract #11165 since Sarathy pointed out it'll not
3468              work properly under threads, the problem should be
3469              solved using "the savestack, either via SSNEW() or
3470              using a newSVpv()+SAVEFREESV() combo."
3471      Branch: perl
3472            ! ext/POSIX/POSIX.xs
3473 ____________________________________________________________________________
3474 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
3475         Log: Retract #11125 since NI-S pointed out it'll not work in
3476              cases where the extension has their own handcrafted INC
3477              et alia.
3478      Branch: perl
3479            ! lib/ExtUtils/MM_Unix.pm
3480 ____________________________________________________________________________
3481 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
3482         Log: Subject: RE: [PATCH] -I and MakeMaker again
3483              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
3484              Date: Fri, 6 Jul 2001 09:18:29 +0200
3485              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
3486      Branch: perl
3487            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
3488            ! lib/ExtUtils/MM_Win32.pm
3489 ____________________________________________________________________________
3490 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
3491         Log: (Retracted by #11178)
3492              Subject: [PATCH t/op/method.t] SUPER:: strangeness
3493              From: Piers Cawley <pdcawley@iterative-software.com>
3494              Date: 06 Jul 2001 10:49:01 +0100
3495              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
3496      Branch: perl
3497            ! t/op/method.t
3498 ____________________________________________________________________________
3499 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
3500         Log: VOS README update from Paul Green.
3501      Branch: perl
3502            ! README.vos
3503 ____________________________________________________________________________
3504 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
3505         Log: Subject: [PATCH README.qnx hints/qnx.sh]
3506              From: Norton Allen <allen@huarp.harvard.edu>
3507              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
3508              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
3509      Branch: perl
3510            ! README.qnx hints/qnx.sh
3511 ____________________________________________________________________________
3512 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
3513         Log: Subject: [PATCH] Doc patch for Tie::Hash
3514              From: Artur Bergman <artur@contiller.se>
3515              Date: Thu, 05 Jul 2001 22:51:18 +0200
3516              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
3517      Branch: perl
3518            ! lib/Tie/Hash.pm
3519 ____________________________________________________________________________
3520 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
3521         Log: Subject: [PATCH] perlfaq4.pod
3522              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
3523              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
3524              Date: Thu, 5 Jul 2001 18:44:10 +0100 
3525      Branch: perl
3526            ! pod/perlfaq4.pod
3527 ____________________________________________________________________________
3528 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
3529         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
3530              From: Robin Houston <robin@kitsite.com>
3531              Date: Thu, 5 Jul 2001 18:33:21 +0100
3532              Message-ID: <20010705183321.A27345@robin.kitsite.com>
3533      Branch: perl
3534            ! ext/B/B/Deparse.pm
3535 ____________________________________________________________________________
3536 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
3537         Log: (Retracted by #11285.)
3538              
3539              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
3540              From: Abhijit Menon-Sen <ams@wiw.org>
3541              Date: Fri, 6 Jul 2001 01:26:32 +0530
3542              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
3543      Branch: perl
3544            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
3545            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
3546            ! warnings.pl
3547 ____________________________________________________________________________
3548 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
3549         Log: (Retracted by #11175)
3550              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
3551              From: Norton Allen <allen@huarp.harvard.edu>
3552              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
3553              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
3554      Branch: perl
3555            ! ext/POSIX/POSIX.xs
3556 ____________________________________________________________________________
3557 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
3558         Log: Unterminated C< (noticed by Richard Hatch), and few other
3559              small Unicode doc tweaks.
3560      Branch: perl
3561            ! pod/perlretut.pod
3562 ____________________________________________________________________________
3563 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
3564         Log: More flexible argument understanding; add charblocks() and
3565              charscripts(); make charblock() and charscript() two-way;
3566              add charinrange(); separate the $Unicode::UCD::VERSION and
3567              the version of the Unicode by adding UnicodeVersion().
3568      Branch: perl
3569            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
3570 ____________________________________________________________________________
3571 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
3572         Log: Update Unicode::UCD on \p{In...}.
3573      Branch: perl
3574            ! lib/Unicode/UCD.pm
3575 ____________________________________________________________________________
3576 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
3577         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
3578              From: Norton Allen <allen@huarp.harvard.edu>
3579              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
3580              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
3581      Branch: perl
3582            ! lib/ExtUtils/MM_Unix.pm
3583 ____________________________________________________________________________
3584 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
3585         Log: POSIX-BC tweaks from Thomas Dorner.
3586      Branch: perl
3587            ! hints/posix-bc.sh perlio.h
3588 ____________________________________________________________________________
3589 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
3590         Log: Module updates for the delta.
3591      Branch: perl
3592            ! pod/perl572delta.pod
3593 ____________________________________________________________________________
3594 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
3595         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
3596              From: Norton Allen <allen@huarp.harvard.edu>
3597              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
3598              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
3599      Branch: perl
3600            ! ext/IO/lib/IO/t/io_sock.t
3601 ____________________________________________________________________________
3602 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
3603         Log: Subject: [PATCH perldiag.pod] Quick fixes
3604              From: Simon Cozens <simon@netthink.co.uk>
3605              Date: Wed, 4 Jul 2001 20:22:12 +0100
3606              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
3607      Branch: perl
3608            ! pod/perldiag.pod
3609 ____________________________________________________________________________
3610 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
3611         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
3612              From: Radu Greab <radu@netsoft.ro>
3613              Date: Wed, 4 Jul 2001 22:13:31 +0300
3614              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
3615      Branch: perl
3616            ! op.c sv.c t/op/pos.t
3617 ____________________________________________________________________________
3618 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
3619         Log: Subject: [PATCH] -I and MakeMaker again
3620              From: Michael G Schwern <schwern@pobox.com>
3621              Date: Wed, 4 Jul 2001 15:03:07 -0400
3622              Message-ID: <20010704150307.I20340@blackrider>
3623              
3624              (and retract #11145)
3625      Branch: perl
3626            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
3627            ! lib/ExtUtils/MakeMaker.pm
3628 ____________________________________________________________________________
3629 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
3630         Log: Subject: Re: PERFORCE change 11142 for review
3631              From: "Philip Newton" <Philip.Newton@gmx.net>
3632              Date: Wed, 4 Jul 2001 20:46:26 +0200
3633              Message-Id: <200107041841.VAA25380@taas.iki.fi>
3634      Branch: perl
3635            ! lib/ExtUtils/MakeMaker.pm
3636 ____________________________________________________________________________
3637 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
3638         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
3639              From: Jonathan Stowe <gellyfish@gellyfish.com>
3640              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
3641              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
3642      Branch: perl
3643            ! utils/pl2pm.PL
3644 ____________________________________________________________________________
3645 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
3646         Log: fix the binary compatibility issue when building with/without
3647              usemymalloc by exporting Perl_malloc() et al as simple wrappers
3648              around the system functions (this allows most extensions built
3649              using one mode to coexist with perls built in the other mode)
3650              
3651              XXX the Perl_mfree() wrapper might need to do return(free()) on
3652              platforms where Free_t isn't "void"
3653      Branch: perl
3654            ! embed.h embed.pl makedef.pl proto.h util.c
3655 ____________________________________________________________________________
3656 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
3657         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
3658              since it doesn't ensure threads other than the one calling fork()
3659              aren't holding any locks; the fix is to use pthread_atfork() to
3660              hold global locks
3661              
3662              building perl with -Dusemymalloc exacerbates the problem since
3663              Perl_malloc() holds a mutex, and perl's exec() calls New()
3664              
3665              XXX the code in win32thread.h may be needed on platforms that have
3666              no pthread_atfork()
3667      Branch: perl
3668            ! perl.c thread.h win32/win32thread.h
3669 ____________________________________________________________________________
3670 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
3671         Log: Integrate #11009 from maintperl.
3672      Branch: maint-5.6/macperl
3673           !> lib/ExtUtils/Manifest.pm
3674 ____________________________________________________________________________
3675 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
3676         Log: Flexing my Perforce muscles.
3677      Branch: maint-5.6/macperl
3678            ! README.macos
3679 ____________________________________________________________________________
3680 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
3681         Log: Update Changes.
3682      Branch: perl
3683            ! Changes patchlevel.h
3684 ____________________________________________________________________________
3685 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
3686         Log: Metaconfig unit change for #11146.
3687      Branch: metaconfig/U/perl
3688            ! d_fcntl_can_lock.U
3689 ____________________________________________________________________________
3690 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
3691         Log: Somehow the #ifdefs of the added code (in #11093) made
3692              HP-UX to fail the fcntl locking test, without the ifdefs
3693              the test seems to be working again.  Reason unknown:
3694              HP-UX cc doesn't complain either way.
3695      Branch: perl
3696            ! Configure
3697 ____________________________________________________________________________
3698 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
3699         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
3700      Branch: perl
3701            ! lib/ExtUtils/MM_Unix.pm
3702 ____________________________________________________________________________
3703 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
3704         Log: gcc -Wall nit.
3705      Branch: perl
3706            ! pp_hot.c
3707 ____________________________________________________________________________
3708 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
3709         Log: When removing tests updating the test count is a good idea, too.
3710      Branch: perl
3711            ! lib/Net/t/require.t
3712 ____________________________________________________________________________
3713 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
3714         Log: Document #11134 and add the new symbols to the list of
3715              of MakeMaker known ones.
3716      Branch: perl
3717            ! lib/ExtUtils/MakeMaker.pm
3718 ____________________________________________________________________________
3719 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
3720         Log: Microperl update.
3721      Branch: perl
3722            ! uconfig.h
3723 ____________________________________________________________________________
3724 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
3725         Log: Update the libnet tests as per #11138.
3726      Branch: perl
3727            - lib/Net/t/ph.t
3728            ! MANIFEST lib/Net/t/require.t
3729 ____________________________________________________________________________
3730 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
3731         Log: Regen toc and modlib.
3732      Branch: perl
3733            ! pod/perlmodlib.pod pod/perltoc.pod
3734 ____________________________________________________________________________
3735 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
3736         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
3737              Graham's request.
3738      Branch: perl
3739            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
3740            ! MANIFEST
3741 ____________________________________________________________________________
3742 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
3743         Log: Add the OS/390 harness results to the delta.
3744      Branch: perl
3745            ! pod/perl572delta.pod
3746 ____________________________________________________________________________
3747 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
3748         Log: Avoid the two study tests in OS/390 until the bug has been solved.
3749      Branch: perl
3750            ! t/op/study.t
3751 ____________________________________________________________________________
3752 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
3753         Log: DOS/DJGPP tweaks from Laszlo Molnar.
3754      Branch: perl
3755            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
3756 ____________________________________________________________________________
3757 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
3758         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
3759              From: Michael G Schwern <schwern@pobox.com>
3760              Date: Wed, 4 Jul 2001 00:01:16 -0400
3761              Message-ID: <20010704000116.C591@blackrider>
3762      Branch: perl
3763            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
3764 ____________________________________________________________________________
3765 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
3766         Log: The #11132 missed singleton characters (not part
3767              of a unilo..unihi range) in Unicode scripts.
3768      Branch: perl
3769            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
3770            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
3771            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
3772            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
3773            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
3774            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
3775            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
3776            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
3777            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
3778            ! lib/unicode/mktables.PL t/op/pat.t
3779 ____________________________________________________________________________
3780 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
3781         Log: Support preferentially the Unicode 'scripts' definition
3782              in the \p{In...} notation since according to Unicode the
3783              scripts concept is more natural for matching than using
3784              the somewhat artificial block names.  The block names are
3785              still available, though, and if there's a name conflict,
3786              the scripts one wins and the blocks one has to do with
3787              'Block' appended to its name.  For more information see
3788              
3789              http://www.unicode.org/unicode/reports/tr24/
3790      Branch: perl
3791            + lib/unicode/In/100.pl lib/unicode/In/101.pl
3792            + lib/unicode/In/102.pl lib/unicode/In/103.pl
3793            + lib/unicode/In/104.pl lib/unicode/In/105.pl
3794            + lib/unicode/In/106.pl lib/unicode/In/107.pl
3795            + lib/unicode/In/108.pl lib/unicode/In/109.pl
3796            + lib/unicode/In/110.pl lib/unicode/In/111.pl
3797            + lib/unicode/In/112.pl lib/unicode/In/113.pl
3798            + lib/unicode/In/114.pl lib/unicode/In/115.pl
3799            + lib/unicode/In/116.pl lib/unicode/In/117.pl
3800            + lib/unicode/In/118.pl lib/unicode/In/119.pl
3801            + lib/unicode/In/120.pl lib/unicode/In/121.pl
3802            + lib/unicode/In/122.pl lib/unicode/In/123.pl
3803            + lib/unicode/In/124.pl lib/unicode/In/125.pl
3804            + lib/unicode/In/126.pl lib/unicode/In/127.pl
3805            + lib/unicode/In/128.pl lib/unicode/In/129.pl
3806            + lib/unicode/In/130.pl lib/unicode/In/131.pl
3807            + lib/unicode/In/132.pl lib/unicode/In/133.pl
3808            + lib/unicode/In/134.pl lib/unicode/In/135.pl
3809            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
3810            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
3811            ! (edit 106 files)
3812 ____________________________________________________________________________
3813 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
3814         Log: Better document the difference between a block and a script.
3815      Branch: perl
3816            ! lib/Unicode/UCD.pm
3817 ____________________________________________________________________________
3818 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
3819         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
3820              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
3821              Date: Tue, 3 Jul 2001 15:04:23 -0500
3822              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
3823      Branch: perl
3824            ! lib/CPAN.pm
3825 ____________________________________________________________________________
3826 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
3827         Log: Add tests for charscript().
3828      Branch: perl
3829            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
3830 ____________________________________________________________________________
3831 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
3832         Log: Add charscript() to get the UTR#24 script names of characters.
3833      Branch: perl
3834            ! lib/Unicode/UCD.pm
3835 ____________________________________________________________________________
3836 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
3837         Log: Todo updates.
3838      Branch: perl
3839            ! pod/perltodo.pod
3840 ____________________________________________________________________________
3841 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
3842         Log: Unicode::UCD updates.
3843      Branch: perl
3844            ! lib/Unicode/UCD.pm
3845 ____________________________________________________________________________
3846 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
3847         Log: (Retracted by #11174)
3848              Subject: MakeMaker should pass through DEFINE and INC to subdirs
3849              From: Alan Burlison <Alan.Burlison@sun.com>
3850              Date: Tue, 03 Jul 2001 15:20:13 +0100
3851              Message-ID: <3B41D49D.A923D4F9@sun.com>
3852      Branch: perl
3853            ! lib/ExtUtils/MM_Unix.pm
3854 ____________________________________________________________________________
3855 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
3856         Log: Subject: Patch needed for UTS
3857              From: hom00@utsglobal.com (Hal Morris)
3858              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
3859              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
3860              
3861              Replace #11113 with a better version.
3862      Branch: perl
3863            ! perl.h
3864 ____________________________________________________________________________
3865 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
3866         Log: Subject: Re: POINTERRIGOR
3867              From: Andy Dougherty <doughera@lafayette.edu>
3868              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
3869              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
3870      Branch: perl
3871            ! util.c
3872 ____________________________________________________________________________
3873 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
3874         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
3875              From: "Philip Newton" <pnewton@gmx.de>
3876              Date: Tue, 3 Jul 2001 17:03:34 +0200
3877              Message-ID: <3B41FAE6.29564.660E117@localhost>
3878      Branch: perl
3879            ! pp_hot.c
3880 ____________________________________________________________________________
3881 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
3882         Log: Typos.
3883      Branch: perl
3884            ! INSTALL
3885 ____________________________________________________________________________
3886 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
3887         Log: Subject: [PATCH 5.6.1] debugger fixes
3888              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3889              Date: Tue, 3 Jul 2001 03:38:18 -0400
3890              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
3891              
3892              The $^S is working again.
3893      Branch: perl
3894            ! lib/perl5db.pl
3895 ____________________________________________________________________________
3896 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
3897         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
3898              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3899              Date: Tue, 3 Jul 2001 03:34:06 -0400
3900              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
3901      Branch: perl
3902            ! os2/OS2/Process/Process.pm
3903 ____________________________________________________________________________
3904 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
3905         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
3906              From: "Philip Newton" <Philip.Newton@gmx.net>
3907              Date: Tue, 3 Jul 2001 09:11:27 +0200
3908              Message-Id: <200107030706.KAA04596@taas.iki.fi>
3909      Branch: perl
3910            ! lib/FindBin.pm
3911 ____________________________________________________________________________
3912 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
3913         Log: Delta delta.
3914      Branch: perl
3915            ! pod/perl572delta.pod
3916 ____________________________________________________________________________
3917 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
3918         Log: Metaconfig unit change for 11115.
3919      Branch: metaconfig
3920            ! U/modified/libc.U
3921 ____________________________________________________________________________
3922 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
3923         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
3924              (from Richard Hatch) (this was the cause of pipes() and
3925              times() myeteriously not being found)
3926      Branch: perl
3927            ! Configure
3928 ____________________________________________________________________________
3929 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
3930         Log: Retract #10142, the real culprit found by Richard Hatch,
3931              coming soon to Configure near you.
3932      Branch: perl
3933            ! hints/aix.sh
3934 ____________________________________________________________________________
3935 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
3936         Log: (Replaced by #11124) UTS workaround from Hal Morris.
3937      Branch: perl
3938            ! perl.h
3939 ____________________________________________________________________________
3940 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
3941         Log: Subject: [PATCH] grok not grocking correctly
3942              From: Nicholas Clark <nick@ccl4.org>
3943              Date: Tue, 3 Jul 2001 00:19:08 +0100
3944              Message-ID: <20010703001908.H59620@plum.flirble.org>
3945      Branch: perl
3946            ! numeric.c
3947 ____________________________________________________________________________
3948 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
3949         Log: Subject: [PATCH Deparse.t] test just-posted patches
3950              From: Robin Houston <robin@kitsite.com>
3951              Date: Mon, 2 Jul 2001 23:46:15 +0100
3952              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
3953      Branch: perl
3954            ! ext/B/Deparse.t
3955 ____________________________________________________________________________
3956 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
3957         Log: Subject: [PATCH toke.c] autosplit into @F
3958              From: Robin Houston <robin@kitsite.com>
3959              Date: Mon, 2 Jul 2001 23:18:20 +0100
3960              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
3961      Branch: perl
3962            ! perl.c toke.c
3963 ____________________________________________________________________________
3964 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
3965         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
3966              From: Robin Houston <robin@kitsite.com>
3967              Date: Mon, 2 Jul 2001 23:00:48 +0100
3968              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
3969      Branch: perl
3970            ! ext/B/B/Deparse.pm
3971 ____________________________________________________________________________
3972 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
3973         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
3974              From: "Philip Newton" <Philip.Newton@gmx.net>
3975              Date: Mon, 2 Jul 2001 22:06:22 +0200
3976              (no Message-Id)
3977      Branch: perl
3978            ! ext/NDBM_File/hints/linux.pl
3979 ____________________________________________________________________________
3980 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
3981         Log: Subject: Re: Fixed pack problem - sort of
3982              From: Nicholas Clark <nick@ccl4.org>
3983              Date: Mon, 2 Jul 2001 20:59:20 +0100
3984              Message-ID: <20010702205919.F59620@plum.flirble.org>
3985      Branch: perl
3986            ! pp_pack.c t/op/pack.t
3987 ____________________________________________________________________________
3988 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
3989         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
3990              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3991              Date: Mon, 2 Jul 2001 15:45:41 -0400
3992              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
3993      Branch: perl
3994            ! os2/os2.c
3995 ____________________________________________________________________________
3996 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
3997         Log: (Mistaken retraction)
3998      Branch: perl
3999            ! utils/pl2pm.PL
4000 ____________________________________________________________________________
4001 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
4002         Log: Detypo in #11103.
4003      Branch: perl
4004            ! utils/pl2pm.PL
4005 ____________________________________________________________________________
4006 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
4007         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
4008              From: Jonathan Stowe <gellyfish@gellyfish.com>
4009              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
4010              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
4011      Branch: perl
4012            ! utils/pl2pm.PL
4013 ____________________________________________________________________________
4014 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
4015         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
4016              From: "Craig A. Berry" <craigberry@mac.com>
4017              Date: Mon, 02 Jul 2001 14:11:23 -0500
4018              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
4019      Branch: perl
4020            ! lib/Unicode/UCD.pm
4021 ____________________________________________________________________________
4022 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
4023         Log: Subject: [PATCH] Re: op/numconvert.t failures
4024              From: Nicholas Clark <nick@ccl4.org>
4025              Date: Mon, 2 Jul 2001 20:10:48 +0100
4026              Message-ID: <20010702201048.E59620@plum.flirble.org>
4027      Branch: perl
4028            ! t/op/numconvert.t
4029 ____________________________________________________________________________
4030 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
4031         Log: Update Changes.
4032      Branch: perl
4033            ! Changes patchlevel.h
4034 ____________________________________________________________________________
4035 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
4036         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
4037              The real fix must be more involved.  The line of code all the leaky
4038              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
4039              line of Perl_newPMOP().
4040      Branch: perl
4041            ! op.h
4042 ____________________________________________________________________________
4043 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
4044         Log: Based on
4045              
4046              Subject: Re: sizeof(struct sembuf)
4047              From: Nicholas Clark <nick@ccl4.org>
4048              Date: Sun, 1 Jul 2001 22:26:48 +0100
4049              Message-ID: <20010701222648.W59620@plum.flirble.org>
4050              
4051              but do semop() always the slow way.
4052      Branch: perl
4053            ! doio.c
4054 ____________________________________________________________________________
4055 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
4056         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
4057              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4058              Date: Tue, 03 Jul 2001 00:56:30 +0900
4059              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
4060      Branch: perl
4061            ! ext/Encode/Encode/Tcl.t
4062 ____________________________________________________________________________
4063 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
4064         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
4065              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4066              Date: Tue, 03 Jul 2001 00:55:46 +0900
4067              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
4068      Branch: perl
4069            ! ext/Encode/Encode/Tcl.pm
4070 ____________________________________________________________________________
4071 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
4072         Log: Regen api and toc.
4073      Branch: perl
4074            ! pod/perlapi.pod pod/perltoc.pod
4075 ____________________________________________________________________________
4076 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
4077         Log: Metaconfig unit change for #11093.
4078      Branch: metaconfig/U/perl
4079            ! d_fcntl_can_lock.U
4080 ____________________________________________________________________________
4081 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
4082         Log: The fcntl locking test may hang if NFS locking messed up;
4083              break out with alarm(10).
4084      Branch: perl
4085            ! Configure
4086 ____________________________________________________________________________
4087 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
4088         Log: Move the mdelete.bat from win32/bin to win32.
4089      Branch: perl
4090            ! MANIFEST
4091 ____________________________________________________________________________
4092 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
4093         Log: Typo in #11083.
4094      Branch: perl
4095            ! ext/Time/Piece/Piece.t
4096 ____________________________________________________________________________
4097 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
4098         Log: Netware tweaks from Guruprasad.
4099      Branch: perl
4100            - NetWare/perlsdio.h
4101            ! MANIFEST NetWare/Makefile NetWare/interface.c
4102            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
4103            ! perlsdio.h
4104 ____________________________________________________________________________
4105 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
4106         Log: Subject: Re: [PATH] shared -> unique;
4107              From: Abhijit Menon-Sen <ams@wiw.org>
4108              Date: Wed, 27 Jun 2001 03:51:27 +0530
4109              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
4110      Branch: perl
4111            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
4112 ____________________________________________________________________________
4113 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
4114         Log: Subject: Re: AIX / gcc-3.0
4115              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4116              Date: Mon, 02 Jul 2001 15:20:21 +0200
4117              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
4118      Branch: perl
4119            ! hints/aix.sh
4120 ____________________________________________________________________________
4121 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
4122         Log: Subject: Re: Bug report: split splits on wrong pattern
4123              From: Abhijit Menon-Sen <ams@wiw.org>
4124              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
4125              Date: Mon, 2 Jul 2001 16:31:33 +0530
4126      Branch: perl
4127            ! pp_ctl.c
4128 ____________________________________________________________________________
4129 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
4130         Log: Subject: [PATCH 5.6.1] test harness
4131              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4132              Date: Mon, 2 Jul 2001 06:29:21 -0400
4133              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
4134      Branch: perl
4135            ! lib/Test/Harness.pm
4136 ____________________________________________________________________________
4137 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
4138         Log: Subject: [PATCH 5.6.1] debugger goof
4139              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4140              Date: Mon, 2 Jul 2001 06:27:22 -0400
4141              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
4142      Branch: perl
4143            ! lib/perl5db.pl
4144 ____________________________________________________________________________
4145 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
4146         Log: Subject: [PATCH 5.6.1] OS/2 cwd
4147              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4148              Date: Mon, 2 Jul 2001 06:21:17 -0400
4149              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
4150      Branch: perl
4151            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
4152 ____________________________________________________________________________
4153 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
4154         Log: Make #11082 more OS/2-specific.
4155      Branch: perl
4156            ! ext/Time/Piece/Piece.t
4157 ____________________________________________________________________________
4158 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
4159         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
4160              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4161              Date: Mon, 2 Jul 2001 06:06:34 -0400
4162              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
4163      Branch: perl
4164            ! ext/Time/Piece/Piece.t
4165 ____________________________________________________________________________
4166 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
4167         Log: Subject: [PATCH B::Deparse] version number & changes
4168              From: Robin Houston <robin@kitsite.com>  
4169              Date: Sun, 1 Jul 2001 17:17:29 +0100
4170              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
4171      Branch: perl
4172            ! ext/B/B/Deparse.pm
4173 ____________________________________________________________________________
4174 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
4175         Log: Subject: a small fix.
4176              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
4177              Date: Mon, 2 Jul 2001 12:17:53 +0200
4178              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
4179      Branch: perl
4180            ! ext/Thread/Thread.xs
4181 ____________________________________________________________________________
4182 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
4183         Log: Subject: RE: perl@10907
4184              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
4185              Date: Mon, 2 Jul 2001 12:06:16 +0200
4186              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
4187              
4188              Borland C vs PerlIO.
4189      Branch: perl
4190            ! win32/config.bc win32/config_H.bc
4191 ____________________________________________________________________________
4192 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
4193         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
4194              From: "H.M. Brand" <merijn@l1.procura.nl>
4195              Date: Mon, 02 Jul 2001 11:18:57 +0200
4196              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
4197      Branch: perl
4198            ! t/op/write.t
4199 ____________________________________________________________________________
4200 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
4201         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
4202              From: Michael G Schwern <schwern@pobox.com>
4203              Date: Mon, 2 Jul 2001 00:26:24 -0400
4204              Message-ID: <20010702002624.A18302@blackrider>
4205      Branch: perl
4206            - ext/util/mkbootstrap
4207 ____________________________________________________________________________
4208 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
4209         Log: Subject: [PATCH op.h] v minor comment tweak
4210              From: Robin Houston <robin@puffinry.freeserve.co.uk>
4211              Date: Mon, 2 Jul 2001 00:42:01 +0100
4212              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
4213      Branch: perl
4214            ! op.h
4215 ____________________________________________________________________________
4216 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
4217         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
4218      Branch: perl
4219            ! pod/perlfunc.pod
4220 ____________________________________________________________________________
4221 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
4222         Log: Subject: Re: sizeof(struct sembuf)
4223              From: Nicholas Clark <nick@ccl4.org>
4224              Date: Sun, 1 Jul 2001 19:23:16 +0100
4225              Message-ID: <20010701192316.V59620@plum.flirble.org>
4226              
4227              s/signaling/signalling/
4228      Branch: perl
4229            ! pod/perlfunc.pod
4230 ____________________________________________________________________________
4231 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
4232         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
4233              From: "Philip Newton" <Philip.Newton@gmx.net>
4234              Date: Sun, 1 Jul 2001 09:37:56 +0200
4235              Message-Id: <200107010733.KAA03920@taas.iki.fi>
4236      Branch: perl
4237            ! pod/perlvar.pod
4238 ____________________________________________________________________________
4239 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
4240         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
4241              From: "Philip Newton" <Philip.Newton@gmx.net>
4242              Date: Sun, 1 Jul 2001 09:37:56 +0200
4243              Message-Id: <200107010733.KAA03925@taas.iki.fi>
4244      Branch: perl
4245            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
4246 ____________________________________________________________________________
4247 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
4248         Log: Metaconfig unit change for #11070.
4249      Branch: metaconfig
4250            ! U/compline/randfunc.U
4251 ____________________________________________________________________________
4252 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
4253         Log: Subject: [PATCH perlsnap] its --> it's --> its
4254              From: "Philip Newton" <Philip.Newton@gmx.net>
4255              Date: Sun, 1 Jul 2001 09:37:56 +0200
4256              Message-Id: <200107010733.KAA03914@taas.iki.fi>
4257      Branch: perl
4258            ! Porting/config_H
4259 ____________________________________________________________________________
4260 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
4261         Log: Sync with Sarathy; integrate with perlio.
4262      Branch: perl
4263           !> gv.c
4264 ____________________________________________________________________________
4265 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
4266         Log: regenerate win32/config_H.?c files
4267      Branch: perl
4268            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4269 ____________________________________________________________________________
4270 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
4271         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
4272              naming discipline
4273              
4274              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
4275              because of this)
4276              
4277              fix a warning about "fd" being used without being set in Cwd.xs
4278      Branch: perl
4279            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
4280            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
4281            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
4282            ! win32/config.vc
4283 ____________________________________________________________________________
4284 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
4285         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
4286              within macro arguments") and warnings ("unary minus applied to
4287              unsigned type", among others)
4288      Branch: perl
4289            ! gv.c hv.c op.c pp.c sv.c toke.c
4290 ____________________________________________________________________________
4291 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
4292         Log: win32 fixes: more spurious CRs
4293      Branch: perl
4294            ! win32/mdelete.bat
4295 ____________________________________________________________________________
4296 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
4297         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
4298              from win32/bin (or it gets deleted by distclean); don't delete
4299              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
4300              NT (should be made Win9x specific, and added to makefile.mk)
4301      Branch: perl
4302           +> win32/mdelete.bat
4303            - win32/bin/mdelete.bat
4304            ! win32/Makefile win32/makefile.mk
4305 ____________________________________________________________________________
4306 [ 11063] By: nick                                  on 2001/07/01  18:54:09
4307         Log: Quick for for #ifdef mess
4308      Branch: perlio
4309            ! gv.c
4310 ____________________________________________________________________________
4311 [ 11062] By: nick                                  on 2001/07/01  18:47:42
4312         Log: Raw integrate - does not build #if mess in gv.c
4313      Branch: perlio
4314           !> (integrate 29 files)
4315 ____________________________________________________________________________
4316 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
4317         Log: Make 'compile' target a little less broken.
4318              Still very broken, though: -Wall warnings from
4319              the generated code, boot_Foo prototypes missing,
4320              can't autoload Fcntl::SEEK_CUR et alia, ...
4321      Branch: perl
4322            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
4323            ! utils/perlcc.PL x2p/Makefile.SH
4324 ____________________________________________________________________________
4325 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
4326         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
4327      Branch: perl
4328            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
4329            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
4330 ____________________________________________________________________________
4331 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
4332         Log: Update Changes.
4333      Branch: perl
4334            ! Changes patchlevel.h
4335 ____________________________________________________________________________
4336 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
4337         Log: Still one typo, regen toc.
4338      Branch: perl
4339            ! lib/Unicode/UCD.pm pod/perltoc.pod
4340 ____________________________________________________________________________
4341 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
4342         Log: Detypos and regen toc.
4343      Branch: perl
4344            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
4345 ____________________________________________________________________________
4346 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
4347         Log: VERSION tweak.
4348      Branch: perl
4349            ! ext/List/Util/lib/List/Util.pm
4350 ____________________________________________________________________________
4351 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
4352         Log: Attempt at plugging the leak under ithreads detected by Doug.
4353      Branch: perl
4354            ! op.h
4355 ____________________________________________________________________________
4356 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
4357         Log: gcc -Wall lint after #11051.
4358      Branch: perl
4359            ! pp_sys.c
4360 ____________________________________________________________________________
4361 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
4362         Log: Integrate perlio.
4363      Branch: perl
4364           !> lib/File/Find/taint.t
4365 ____________________________________________________________________________
4366 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
4367         Log: Don't use the v-strings for module VERSIONs.
4368      Branch: perl
4369            ! lib/Unicode/UCD.pm
4370 ____________________________________________________________________________
4371 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
4372         Log: Code cleanup based on turning off the -woffs in IRIX.
4373              Not all of the gripes cleaned up (hairy code in hv.c and
4374              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
4375              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
4376              to the IRIX hints)
4377      Branch: perl
4378            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
4379            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
4380            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
4381            ! regcomp.c sv.c
4382 ____________________________________________________________________________
4383 [ 11050] By: nick                                  on 2001/06/30  20:46:46
4384         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
4385      Branch: perlio
4386            ! lib/File/Find/taint.t
4387 ____________________________________________________________________________
4388 [ 11049] By: nick                                  on 2001/06/30  18:13:33
4389         Log: Integrate mainline
4390      Branch: perlio
4391           +> NetWare/nwstdio.h NetWare/perlsdio.h
4392           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
4393           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
4394           +> lib/Unicode/UCD.t t/run/exit.t
4395           !> (integrate 60 files)
4396 ____________________________________________________________________________
4397 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
4398         Log: Delta delta.
4399      Branch: perl
4400            ! pod/perl572delta.pod
4401 ____________________________________________________________________________
4402 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
4403         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
4404              by CPAN.pm, use rather _00.
4405      Branch: perl
4406            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
4407            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
4408            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
4409            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
4410            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
4411            ! lib/ExtUtils/Embed.pm lib/Test.pm
4412 ____________________________________________________________________________
4413 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
4414         Log: Add a simple Unicode character database interface, Unicode::UCD.
4415      Branch: perl
4416            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
4417            ! MANIFEST
4418 ____________________________________________________________________________
4419 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
4420         Log: Subject: [PATCH] op/numconver.t
4421              From: Nicholas Clark <nick@ccl4.org>
4422              Date: Sat, 30 Jun 2001 15:40:10 +0100
4423              Message-ID: <20010630154010.I59620@plum.flirble.org>
4424      Branch: perl
4425            ! t/op/numconvert.t
4426 ____________________________________________________________________________
4427 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
4428         Log: The $^N is now taken (by #11038).
4429      Branch: perl
4430            ! t/base/lex.t
4431 ____________________________________________________________________________
4432 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
4433         Log: The #11040 had slipped to a wrong function...
4434      Branch: perl
4435            ! sv.c
4436 ____________________________________________________________________________
4437 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
4438         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
4439              the Configure library symbol probe mysteriously finds all
4440              symbols but those of pipe() and times().
4441      Branch: perl
4442            ! hints/aix.sh
4443 ____________________________________________________________________________
4444 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
4445         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
4446              From: Nicholas Clark <nick@ccl4.org>
4447              Date: Fri, 29 Jun 2001 23:49:07 +0100
4448              Message-ID: <20010629234907.D59620@plum.flirble.org>
4449      Branch: perl
4450            ! lib/ExtUtils.t
4451 ____________________________________________________________________________
4452 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
4453         Log: Subject: [PATCH] weakref fix 2, not yet there
4454              From: Artur Bergman <artur@contiller.se>
4455              Date: Sat, 30 Jun 2001 01:18:16 +0200
4456              Message-ID: <B762D957.1CC9%artur@contiller.se>
4457      Branch: perl
4458            ! sv.c
4459 ____________________________________________________________________________
4460 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
4461         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
4462              From: Michael G Schwern <schwern@pobox.com>
4463              Date: Fri, 29 Jun 2001 19:39:11 -0400
4464              Message-ID: <20010629193910.D25304@blackrider>
4465      Branch: perl
4466            + t/run/exit.t
4467            ! MANIFEST
4468 ____________________________________________________________________________
4469 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
4470         Log: Add support for $^N, the most-recently closed group.
4471      Branch: perl
4472            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
4473            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
4474            ! thrdvar.h
4475 ____________________________________________________________________________
4476 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
4477         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
4478              From: lvirden@cas.org
4479              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
4480              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
4481              
4482              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
4483              From: lvirden@cas.org
4484              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
4485              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
4486      Branch: perl
4487            ! README.solaris
4488 ____________________________________________________________________________
4489 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
4490         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
4491              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4492              Date: Sat, 30 Jun 2001 07:33:37 +0900
4493              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
4494              
4495              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
4496              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4497              Date: Sat, 30 Jun 2001 21:38:14 +0900
4498              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
4499      Branch: perl
4500            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
4501            + ext/Encode/Encode/7bit-kr.enc
4502            ! MANIFEST ext/Encode/Encode/Tcl.pm
4503 ____________________________________________________________________________
4504 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
4505         Log: NetWare tweaks from Guruprasad.
4506      Branch: perl
4507            + NetWare/nwstdio.h NetWare/perlsdio.h
4508            ! MANIFEST NetWare/Makefile NetWare/config.wc
4509            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
4510            ! NetWare/t/Readme.txt
4511 ____________________________________________________________________________
4512 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
4513         Log: More module $VERSION bump-ups.
4514      Branch: perl
4515            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
4516            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
4517            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
4518 ____________________________________________________________________________
4519 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
4520         Log: Doc update due to #11032.
4521      Branch: perl
4522            ! pod/perl572delta.pod
4523 ____________________________________________________________________________
4524 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
4525         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
4526              From: Peter Prymmer <pvhp@forte.com>
4527              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
4528              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
4529      Branch: perl
4530            ! ext/Time/HiRes/HiRes.xs
4531 ____________________________________________________________________________
4532 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
4533         Log: -lpthreads missing in AIX.
4534      Branch: perl
4535            ! hints/aix.sh
4536 ____________________________________________________________________________
4537 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
4538         Log: Subject: [PATCH] CLONE && weakrefs
4539              From: Artur Bergman <artur@contiller.se>
4540              Date: Fri, 29 Jun 2001 17:02:00 +0200
4541              Message-ID: <B7626508.1CA0%artur@contiller.se>
4542      Branch: perl
4543            ! sv.c
4544 ____________________________________________________________________________
4545 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
4546         Log: Subject: Re: Bug report: split splits on wrong pattern
4547              From: Radu Greab <radu@netsoft.ro>
4548              Date: Wed, 27 Jun 2001 21:50:52 +0300
4549              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
4550      Branch: perl
4551            ! pp_ctl.c t/op/split.t
4552 ____________________________________________________________________________
4553 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
4554         Log: Metaconfig unit change for #11027.
4555      Branch: metaconfig/U/perl
4556            ! d_modfl.U
4557 ____________________________________________________________________________
4558 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
4559         Log: I thought this Configure glitch for AIX was just recently fixed?
4560      Branch: perl
4561            ! Configure
4562 ____________________________________________________________________________
4563 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
4564         Log: Update Changes.
4565      Branch: perl
4566            ! Changes patchlevel.h
4567 ____________________________________________________________________________
4568 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
4569         Log: Subject: Re: perl@10967, File::Find, and Cwd
4570              From: Mike Guy <mjtg@cam.ac.uk>
4571              Date: Fri, 29 Jun 2001 14:56:49 +0100
4572              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
4573      Branch: perl
4574            ! lib/File/Find/taint.t
4575 ____________________________________________________________________________
4576 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
4577         Log: Update the sv_pvprintify() spec.
4578      Branch: perl
4579            ! pod/perltodo.pod
4580 ____________________________________________________________________________
4581 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
4582         Log: Known test failures update.
4583      Branch: perl
4584            ! pod/perl572delta.pod
4585 ____________________________________________________________________________
4586 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
4587         Log: Based on
4588              
4589              Subject: [PATCH @11016] More );) fixes
4590              From: Richard Soderberg <rs@crystalflame.net>
4591              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
4592              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
4593      Branch: perl
4594            ! ext/Thread/Thread.xs ext/Thread/typemap
4595 ____________________________________________________________________________
4596 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
4597         Log: Subject: [PATCH @11016] Fixes compile errors in four files
4598              From: Richard Soderberg <rs@crystalflame.net>
4599              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
4600              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
4601      Branch: perl
4602            ! mg.c pp.c pp_hot.c util.c
4603 ____________________________________________________________________________
4604 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
4605         Log: AIX hints tweaking continues, from Merijn Brand.
4606      Branch: perl
4607            ! hints/aix.sh
4608 ____________________________________________________________________________
4609 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
4610         Log: HP-UX needs gccversion sooner, from Merijn Brand.
4611      Branch: perl
4612            ! hints/hpux.sh
4613 ____________________________________________________________________________
4614 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
4615         Log: Subject: [PATCH 5.6.1] OS/2 docs
4616              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4617              Date: Fri, 29 Jun 2001 02:34:12 -0400
4618              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
4619      Branch: perl
4620            ! README.os2 os2/Changes
4621 ____________________________________________________________________________
4622 [ 11017] By: nick                                  on 2001/06/29  10:20:30
4623         Log: Integrate mainline
4624      Branch: perlio
4625           +> (branch 37 files)
4626            - ext/ODBM_File/sdbm.t
4627           !> (integrate 211 files)
4628 ____________________________________________________________________________
4629 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
4630         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
4631              the modules found using a script written by Larry Schatzer Jr.
4632      Branch: perl
4633            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
4634            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
4635            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
4636            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
4637            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
4638            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
4639            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
4640            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
4641            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
4642            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
4643            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
4644            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
4645            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
4646            ! lib/constant.pm lib/fields.pm lib/strict.pm
4647 ____________________________________________________________________________
4648 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
4649         Log: The latest JPL from the anoncvs.
4650      Branch: perl
4651            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
4652 ____________________________________________________________________________
4653 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
4654         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
4655      Branch: perl
4656            ! t/op/pat.t
4657 ____________________________________________________________________________
4658 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
4659         Log: Worrying about insecure directories now is a bit too late.
4660      Branch: perl
4661            ! lib/File/Find/taint.t
4662 ____________________________________________________________________________
4663 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
4664         Log: Cannot DIE() in a void function,
4665              from Richard Hatch <rhatch@austin.ibm.com>.
4666      Branch: perl
4667            ! ext/IPC/SysV/SysV.xs
4668 ____________________________________________________________________________
4669 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
4670         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
4671              From: Peter Prymmer <pvhp@forte.com>
4672              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
4673              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
4674              
4675              (unfinished: time/hires tests 3, 5, 14 failing, but better
4676              than wholesale failure)
4677      Branch: perl
4678            ! ext/Time/HiRes/HiRes.xs
4679 ____________________________________________________________________________
4680 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
4681         Log: Subject: [PATCH 5.6.1] OS/2 improvements
4682              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4683              Date: Thu, 28 Jun 2001 16:03:14 -0400
4684              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
4685      Branch: perl
4686            + os2/os2_base.t
4687            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
4688            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
4689            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
4690            ! os2/os2ish.h
4691 ____________________________________________________________________________
4692 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
4693         Log: Subject: Incrementing Extutils::Manifest's $VERSION
4694              From: Michael G Schwern <schwern@pobox.com>
4695              Date: Thu, 28 Jun 2001 13:13:49 -0400
4696              Message-ID: <20010628131349.A14738@blackrider>
4697      Branch: maint-5.6/perl
4698            ! lib/ExtUtils/Manifest.pm
4699 ____________________________________________________________________________
4700 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
4701         Log: AIX tweak from Merijn Brand.
4702      Branch: perl
4703            ! hints/aix.sh
4704 ____________________________________________________________________________
4705 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
4706         Log: Create the macperl branch.
4707      Branch: maint-5.6/macperl
4708           +> (branch 1728 files)
4709 ____________________________________________________________________________
4710 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
4711         Log: Update Changes.
4712      Branch: perl
4713            ! Changes patchlevel.h
4714 ____________________________________________________________________________
4715 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
4716         Log: More Perforce lore.
4717      Branch: perl
4718            ! Porting/repository.pod
4719 ____________________________________________________________________________
4720 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
4721         Log: Metaconfig unit changes for #11003.
4722      Branch: metaconfig/U/perl
4723            + d_nl_langinfo.U i_langinfo.U
4724 ____________________________________________________________________________
4725 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
4726         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
4727              Expected not to exist in non-UNIX excepting in VMS, where
4728              according to a quick web survey they just might.
4729      Branch: perl
4730            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
4731            ! Porting/config_H config_h.SH configure.com epoc/config.sh
4732            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
4733            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4734            ! win32/config.bc win32/config.gc win32/config.vc
4735 ____________________________________________________________________________
4736 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
4737         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
4738              in AIX is one is doing a 64-bit build.
4739      Branch: perl
4740            ! hints/aix.sh
4741 ____________________________________________________________________________
4742 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
4743         Log: Metaconfig unit changes for #11000.
4744      Branch: metaconfig/U/perl
4745            ! use64bits.U uselfs.U
4746 ____________________________________________________________________________
4747 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
4748         Log: Move use64bitint and use64bitall before uselargefiles.
4749      Branch: perl
4750            ! Configure
4751 ____________________________________________________________________________
4752 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
4753         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
4754              From: Robert Spier <rspier@pobox.com>
4755              Message-ID: <15162.41164.618712.841415@rls.cx>
4756              Date: Wed, 27 Jun 2001 23:13:16 -0400
4757      Branch: perl
4758            ! doio.c
4759 ____________________________________________________________________________
4760 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
4761         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
4762              From: Peter Prymmer <pvhp@forte.com>
4763              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
4764              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
4765      Branch: perl
4766            ! numeric.c
4767 ____________________________________________________________________________
4768 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
4769         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
4770              From: Peter Prymmer <pvhp@forte.com>
4771              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
4772              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
4773      Branch: perl
4774            ! configure.com ext/Digest/MD5/Makefile.PL
4775 ____________________________________________________________________________
4776 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
4777         Log: Update Changes.
4778      Branch: perl
4779            ! Changes patchlevel.h
4780 ____________________________________________________________________________
4781 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
4782         Log: Tiny EPOC updates.
4783      Branch: perl
4784            ! epoc/config.sh
4785 ____________________________________________________________________________
4786 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
4787         Log: The Test::More and Test::Simple tests required help
4788              thanks to our schizophrenic test scheme.
4789      Branch: perl
4790            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
4791            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
4792            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
4793            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
4794            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
4795 ____________________________________________________________________________
4796 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
4797         Log: Upgrade to Test::Simple 0.09.
4798      Branch: perl
4799            + lib/Test/Simple/Changes
4800            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
4801            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
4802            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
4803            ! lib/Test/Simple/t/plan_is_noplan.t
4804 ____________________________________________________________________________
4805 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
4806         Log: Upgrade to Test::More 0.07.
4807      Branch: perl
4808            + lib/Test/More/Changes
4809            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
4810            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
4811            ! lib/Test/More/t/skipall.t
4812 ____________________________________________________________________________
4813 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
4814         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
4815              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4816              Date: Wed, 27 Jun 2001 18:40:04 +0200
4817              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
4818      Branch: perl
4819            ! hints/hpux.sh
4820 ____________________________________________________________________________
4821 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
4822         Log: Subject: [PATCH README.qnx hints/qnx.sh]
4823              From: Norton Allen <allen@huarp.harvard.edu>
4824              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
4825              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
4826      Branch: perl
4827            ! README.qnx hints/qnx.sh
4828 ____________________________________________________________________________
4829 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
4830         Log: Subject: [PATCH] two little documentation nits
4831              From: Abhijit Menon-Sen <ams@wiw.org>
4832              Date: Wed, 27 Jun 2001 20:07:50 +0530
4833              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
4834      Branch: perl
4835            ! sv.c sv.h
4836 ____________________________________________________________________________
4837 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
4838         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
4839              From: Norton Allen <allen@huarp.harvard.edu>
4840              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
4841              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
4842      Branch: perl
4843            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
4844 ____________________________________________________________________________
4845 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
4846         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
4847              From: Michael G Schwern <schwern@pobox.com>
4848              Date: Wed, 27 Jun 2001 02:34:58 -0400
4849              Message-ID: <20010627023458.K23874@blackrider>
4850      Branch: perl
4851            ! vms/test.com
4852 ____________________________________________________________________________
4853 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
4854         Log: Add perl_clone_host() for Netware.
4855      Branch: perl
4856            ! NetWare/nw5.c
4857 ____________________________________________________________________________
4858 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
4859         Log: GCC 3.0 hints for HP-UX.
4860      Branch: perl
4861            ! hints/hpux.sh
4862 ____________________________________________________________________________
4863 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
4864         Log: In some Linux distributions the libndbm is broken
4865              (no null key support), therefore link with libgdbm
4866              (if available), since it has a working ndbm emulation,
4867              from Jonathan Stowe.
4868      Branch: perl
4869            + ext/NDBM_File/hints/linux.pl
4870            ! MANIFEST
4871 ____________________________________________________________________________
4872 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
4873         Log: Subject: [PATCH perl@10930] find.t hack for VMS
4874              From: "Craig A. Berry" <craigberry@mac.com>
4875              Date: Tue, 26 Jun 2001 23:40:25 -0500
4876              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
4877      Branch: perl
4878            ! lib/File/Find/find.t
4879 ____________________________________________________________________________
4880 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
4881         Log: AUTHORS updates.
4882      Branch: perl
4883            ! AUTHORS
4884 ____________________________________________________________________________
4885 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
4886         Log: Metaconfig unit change like #10980.
4887      Branch: metaconfig
4888            ! U/compline/d_stdstdio.U
4889 ____________________________________________________________________________
4890 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
4891         Log: "lose the it's", from Abhijit Menon-Sen.
4892              ("It's" not searched, pods not searched.)
4893      Branch: perl
4894            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
4895            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
4896            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
4897            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
4898            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4899            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
4900 ____________________________________________________________________________
4901 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
4902         Log: "lose the looses", from Abhijit Menon-Sen.
4903      Branch: perl
4904            ! ext/B/B/Assembler.pm gv.c
4905 ____________________________________________________________________________
4906 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
4907         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
4908      Branch: perl
4909            ! hints/os390.sh
4910 ____________________________________________________________________________
4911 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
4912         Log: DEC C 5.3 on the VAX simply doesn't seem to like
4913              compiling the MD5 extension, disable it there for now,
4914              from Peter Prymmer.
4915      Branch: perl
4916            ! configure.com
4917 ____________________________________________________________________________
4918 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
4919         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
4920              From: Jonathan Stowe <gellyfish@gellyfish.com>
4921              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
4922              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
4923      Branch: perl
4924            ! pod/perlfaq3.pod
4925 ____________________________________________________________________________
4926 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
4927         Log: Subject: [PATCH 5.6.1] perlxs misprints
4928              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4929              Date: Tue, 26 Jun 2001 17:20:00 -0400
4930              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
4931      Branch: perl
4932            ! pod/perlxs.pod
4933 ____________________________________________________________________________
4934 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
4935         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
4936              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4937              Date: Tue, 26 Jun 2001 17:27:07 -0400
4938              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
4939      Branch: perl
4940            ! lib/ExtUtils/MM_Unix.pm
4941 ____________________________________________________________________________
4942 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
4943         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
4944              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4945              Date: Tue, 26 Jun 2001 17:23:24 -0400
4946              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
4947      Branch: perl
4948            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
4949 ____________________________________________________________________________
4950 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
4951         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
4952              by Olaf Flebbe.
4953      Branch: perl
4954            ! perl.h
4955 ____________________________________________________________________________
4956 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
4957         Log: Detypo.
4958      Branch: perl
4959            ! lib/Memoize/t/tie_sdbm.t
4960 ____________________________________________________________________________
4961 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
4962         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
4963      Branch: perl
4964            ! win32/perllib.c
4965 ____________________________________________________________________________
4966 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
4967         Log: Subject: [patch] perl_clone+CvFILE
4968              From: Doug MacEachern <dougm@covalent.net>
4969              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
4970              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
4971      Branch: perl
4972            ! sv.c
4973 ____________________________________________________________________________
4974 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
4975         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
4976              From: Mark-Jason Dominus <mjd@plover.com>
4977              Date: Tue, 26 Jun 2001 12:33:01 -0400
4978              Message-ID: <20010626163301.31298.qmail@plover.com>
4979      Branch: perl
4980            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
4981 ____________________________________________________________________________
4982 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
4983         Log: Update Changes.
4984      Branch: perl
4985            ! Changes patchlevel.h
4986 ____________________________________________________________________________
4987 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
4988         Log: Also catfile() needs now to explicitly exported.
4989      Branch: perl
4990            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
4991 ____________________________________________________________________________
4992 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
4993         Log: Regen toc.
4994      Branch: perl
4995            ! pod/perltoc.pod
4996 ____________________________________________________________________________
4997 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
4998         Log: Nonexistent pod command.
4999      Branch: perl
5000            ! pod/perl572delta.pod
5001 ____________________________________________________________________________
5002 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
5003         Log: Be more portable in the quest for tmpdir.
5004      Branch: perl
5005            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
5006 ____________________________________________________________________________
5007 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
5008         Log: Be more portable in finding out the home directory,
5009              and use File::Spec to do the concat.
5010              (Come to think of it, couldn't File::Spec provide
5011              for a ->homedir method?)
5012      Branch: perl
5013            ! lib/Net/Config.pm
5014 ____________________________________________________________________________
5015 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
5016         Log: Doc patch for #10959.
5017      Branch: perl
5018            ! pod/perlfunc.pod
5019 ____________________________________________________________________________
5020 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
5021         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
5022              From: "Philip Newton" <pnewton@gmx.de>
5023              Date: Tue, 26 Jun 2001 16:26:47 +0200
5024              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
5025      Branch: perl
5026            ! pod/perldata.pod
5027 ____________________________________________________________________________
5028 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
5029         Log: Subject: [PATH] shared -> unique;
5030              From: "Artur Bergman" <artur@contiller.se>
5031              Date: Tue, 26 Jun 2001 16:18:40 +0200
5032              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
5033              
5034              Because "shared" isn't: it's read-only.
5035      Branch: perl
5036            ! toke.c xsutils.c
5037 ____________________________________________________________________________
5038 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
5039         Log: Escape multiline croak messages.
5040      Branch: perl
5041            ! t/op/ver.t
5042 ____________________________________________________________________________
5043 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
5044         Log: No more pragma/*.t for minitest.
5045      Branch: perl
5046            ! Makefile.SH
5047 ____________________________________________________________________________
5048 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
5049         Log: AUTHORS updates.
5050      Branch: perl
5051            ! AUTHORS
5052 ____________________________________________________________________________
5053 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
5054         Log: delta updates.
5055      Branch: perl
5056            ! pod/perl572delta.pod
5057 ____________________________________________________________________________
5058 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
5059         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
5060              From: Artur Bergman <artur@contiller.se> 
5061              Date: Tue, 26 Jun 2001 15:32:53 +0200
5062              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
5063      Branch: perl
5064            ! makedef.pl sv.c sv.h win32/perllib.c
5065 ____________________________________________________________________________
5066 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
5067         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
5068              From: Jonathan Stowe <gellyfish@gellyfish.com>
5069              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
5070              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
5071              
5072              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
5073      Branch: perl
5074            + ext/Time/HiRes/hints/sco.pl
5075            ! MANIFEST
5076 ____________________________________________________________________________
5077 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
5078         Log: Subject: [PATCH 5.6.1] static build
5079              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5080              Date: Tue, 26 Jun 2001 04:22:25 -0400
5081              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
5082      Branch: perl
5083            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
5084            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
5085 ____________________________________________________________________________
5086 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
5087         Log: DJGPP patches from Laszlo Molnar.
5088      Branch: perl
5089            ! djgpp/djgpp.c perl.c util.c
5090 ____________________________________________________________________________
5091 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
5092         Log: Netware patches from Ananth Kesari.
5093      Branch: perl
5094            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
5095            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
5096            ! NetWare/nwtinfo.h
5097 ____________________________________________________________________________
5098 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
5099         Log: Detypo.
5100      Branch: perl
5101            ! ext/Errno/Errno_pm.PL
5102 ____________________________________________________________________________
5103 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
5104         Log: There seems to be two ways of spelling the $^O in *STEP.
5105      Branch: perl
5106            ! ext/Errno/Errno_pm.PL
5107 ____________________________________________________________________________
5108 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
5109         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
5110              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
5111      Branch: perl
5112            ! ext/Errno/Errno_pm.PL
5113 ____________________________________________________________________________
5114 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
5115         Log: Known bugs update.
5116      Branch: perl
5117            ! pod/perl572delta.pod
5118 ____________________________________________________________________________
5119 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
5120         Log: The default installation of Cygwin has 500 as root's uid.
5121      Branch: perl
5122            ! lib/User/pwent.t
5123 ____________________________________________________________________________
5124 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
5125         Log: Be even more relaxed (re-allow having only one entry).
5126      Branch: perl
5127            ! t/op/grent.t t/op/pwent.t
5128 ____________________________________________________________________________
5129 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
5130         Log: Test failure updates.
5131      Branch: perl
5132            ! pod/perl572delta.pod
5133 ____________________________________________________________________________
5134 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
5135         Log: MPE/iX test tweaks from Mark Bixby.
5136      Branch: perl
5137            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
5138            ! t/io/fs.t t/op/stat.t
5139 ____________________________________________________________________________
5140 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
5141         Log: Microperl findings.
5142      Branch: perl
5143            ! perl.h pp_sys.c
5144 ____________________________________________________________________________
5145 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
5146         Log: Touch uconfig.h.
5147      Branch: perl
5148            ! uconfig.h
5149 ____________________________________________________________________________
5150 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
5151         Log: Subject: [PATCH] Proposed fix for Pod::Man
5152              From: Rob Napier <rnapier@employees.org>
5153              Date: Mon, 25 Jun 2001 15:49:24 -0400
5154              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
5155              
5156              Cater for Solaris nroff brokenness (shortchanges daisywheel
5157              printers, but hey, we also no more support PDPs.)
5158      Branch: perl
5159            ! lib/Pod/Man.pm
5160 ____________________________________________________________________________
5161 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
5162         Log: Typo in #10937.
5163      Branch: perl
5164            ! ext/POSIX/sigaction.t
5165 ____________________________________________________________________________
5166 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
5167         Log: SIGCONT not trappable in VMS.
5168      Branch: perl
5169            ! ext/POSIX/sigaction.t
5170 ____________________________________________________________________________
5171 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
5172         Log: Subject: [DRAFT] Encode-Tcl.t
5173              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5174              Date: Tue, 26 Jun 2001 03:38:08 +0900
5175              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
5176      Branch: perl
5177            + ext/Encode/Encode/Tcl.t
5178            ! MANIFEST ext/Encode/Encode/Tcl.pm
5179 ____________________________________________________________________________
5180 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
5181         Log: Because of #10932 retract also the perlfunc hunk of #10910.
5182      Branch: perl
5183            ! pod/perlfunc.pod
5184 ____________________________________________________________________________
5185 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
5186         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
5187              by Ilya Zakharevich in
5188              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
5189      Branch: perl
5190            ! XSUB.h
5191 ____________________________________________________________________________
5192 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
5193         Log: Typo in #10889.
5194      Branch: perl
5195            ! hints/uts.sh
5196 ____________________________________________________________________________
5197 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
5198         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
5199              From: Abhijit Menon-Sen <ams@wiw.org>
5200              Date: Mon, 25 Jun 2001 23:45:45 +0530
5201              Message-ID: <20010625234545.A5022@lustre.linux.in>
5202      Branch: perl
5203            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
5204 ____________________________________________________________________________
5205 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
5206         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
5207              From: Michael G Schwern <schwern@pobox.com>
5208              Date: Mon, 25 Jun 2001 14:35:51 -0400
5209              Message-ID: <20010625143551.H13819@blackrider>
5210      Branch: perl
5211            ! lib/Test.pm
5212 ____________________________________________________________________________
5213 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
5214         Log: Update Changes.
5215      Branch: perl
5216            ! Changes patchlevel.h
5217 ____________________________________________________________________________
5218 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
5219         Log: Regen toc and modlib.
5220      Branch: perl
5221            ! pod/perlmodlib.pod pod/perltoc.pod
5222 ____________________________________________________________________________
5223 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
5224         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
5225              for the benefit of C++ compilers, as suggested by Guruprasad.
5226      Branch: perl
5227            ! embed.pl proto.h
5228 ____________________________________________________________________________
5229 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
5230         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
5231              From: Jonathan Stowe <gellyfish@gellyfish.com>
5232              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
5233              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
5234      Branch: perl
5235            ! pod/perlfaq5.pod
5236 ____________________________________________________________________________
5237 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
5238         Log: Missed from #10925.
5239      Branch: perl
5240            ! gv.c
5241 ____________________________________________________________________________
5242 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
5243         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
5244              From: Robin Houston <robin@kitsite.com>
5245              Date: Sat, 19 May 2001 16:19:34 +0100
5246              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
5247      Branch: perl
5248            ! cv.h gv.h op.c
5249 ____________________________________________________________________________
5250 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
5251         Log: Netware README tweak.
5252      Branch: perl
5253            ! README.netware
5254 ____________________________________________________________________________
5255 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
5256         Log: Subject: [PATCH] Re: overload.t fails
5257              From: Abhijit Menon-Sen <ams@wiw.org>
5258              Date: Mon, 25 Jun 2001 14:52:20 +0530
5259              Message-ID: <20010625145220.A24114@lustre.linux.in>
5260      Branch: perl
5261            ! lib/overload.t
5262 ____________________________________________________________________________
5263 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
5264         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
5265              From: Mike Guy <mjtg@cam.ac.uk>
5266              Date: Mon, 25 Jun 2001 11:43:23 +0100
5267              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
5268      Branch: perl
5269            ! lib/Carp.pm
5270 ____________________________________________________________________________
5271 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
5272         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
5273              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5274              Date: Sun, 24 Jun 2001 05:17:05 -0400
5275              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
5276      Branch: perl
5277            ! os2/os2ish.h
5278 ____________________________________________________________________________
5279 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
5280         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
5281              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5282              Date: Mon, 25 Jun 2001 05:52:27 -0400
5283              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
5284      Branch: perl
5285            ! hints/os2.sh
5286 ____________________________________________________________________________
5287 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
5288         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
5289              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5290              Date: Mon, 25 Jun 2001 05:23:35 -0400
5291              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
5292      Branch: perl
5293            ! os2/os2.c
5294 ____________________________________________________________________________
5295 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
5296         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
5297              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5298              Date: Mon, 25 Jun 2001 05:04:32 -0400
5299              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
5300      Branch: perl
5301            ! os2/OS2/REXX/DLL/DLL.pm
5302 ____________________________________________________________________________
5303 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
5304         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
5305              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5306              Date: Mon, 25 Jun 2001 05:02:36 -0400
5307              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
5308      Branch: perl
5309            ! mg.c os2/dl_os2.c os2/os2.c
5310 ____________________________________________________________________________
5311 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
5312         Log: Subject: Re: [PATCH 5.6.1] misprints
5313              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5314              Date: Mon, 25 Jun 2001 04:50:50 -0400
5315              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
5316      Branch: perl
5317            ! os2/os2.c pp_sys.c
5318 ____________________________________________________________________________
5319 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
5320         Log: Add Test::More and Test::Simple to the delta.
5321      Branch: perl
5322            ! pod/perl572delta.pod
5323 ____________________________________________________________________________
5324 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
5325         Log: Add Test::More, from Michael G Schwern.
5326      Branch: perl
5327            + lib/Test/More.pm lib/Test/More/t/More.t
5328            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
5329            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
5330            + t/lib/Test/More/Catch.pm
5331            ! MANIFEST
5332 ____________________________________________________________________________
5333 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
5334         Log: Add Test::Simple from Michael G Schwern.
5335      Branch: perl
5336            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
5337            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
5338            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
5339            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
5340            + t/lib/Test/Simple/Catch.pm
5341            + t/lib/Test/Simple/sample_tests/death.plx
5342            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
5343            + t/lib/Test/Simple/sample_tests/extras.plx
5344            + t/lib/Test/Simple/sample_tests/five_fail.plx
5345            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
5346            + t/lib/Test/Simple/sample_tests/one_fail.plx
5347            + t/lib/Test/Simple/sample_tests/require.plx
5348            + t/lib/Test/Simple/sample_tests/success.plx
5349            + t/lib/Test/Simple/sample_tests/too_few.plx
5350            + t/lib/Test/Simple/sample_tests/two_fail.plx
5351            ! MANIFEST
5352 ____________________________________________________________________________
5353 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
5354         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
5355              From: "Craig A. Berry" <craigberry@mac.com>
5356              Date: Sun, 24 Jun 2001 23:41:36 -0500
5357              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
5358      Branch: perl
5359            ! pp_sys.c
5360 ____________________________________________________________________________
5361 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
5362         Log: Upgrade to Attribute::Handlers 0.70.
5363      Branch: perl
5364            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
5365            ! MANIFEST lib/Attribute/Handlers.pm
5366 ____________________________________________________________________________
5367 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
5368         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
5369              From: Abhijit Menon-Sen <ams@wiw.org>
5370              Date: Sat, 23 Jun 2001 05:17:44 +0530
5371              Message-ID: <20010623051744.A18583@lustre.linux.in>
5372              
5373              (Can't think of a good place to put tests.)
5374      Branch: perl
5375            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
5376 ____________________________________________________________________________
5377 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
5378         Log: Subject: [PATCH] t/op/pat.t typo fix
5379              From: Richard Soderberg <rs@crystalflame.net>
5380              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
5381              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
5382      Branch: perl
5383            ! t/op/pat.t
5384 ____________________________________________________________________________
5385 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
5386         Log: Move the pack warnings to their own file, as pointed
5387              out by Spider.
5388      Branch: perl
5389            + t/lib/warnings/pp_pack
5390            ! MANIFEST t/lib/warnings/pp
5391 ____________________________________________________________________________
5392 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
5393         Log: Update Changes.
5394      Branch: perl
5395            ! Changes patchlevel.h
5396 ____________________________________________________________________________
5397 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
5398         Log: Partially fix a problem noticed by IRIX compiler:
5399              the initialization of parse_start was bypassed by
5400              several gotos.  Now initialized to zero, which may
5401              not be the best choice.
5402      Branch: perl
5403            ! regcomp.c
5404 ____________________________________________________________________________
5405 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
5406         Log: Relax the group and password tests back to moaning only
5407              if no matches at all are found.  (Even with a small sample
5408              I could find many sites where there are, umm, anomalies in
5409              the said databases.)       
5410      Branch: perl
5411            ! t/op/grent.t t/op/pwent.t
5412 ____________________________________________________________________________
5413 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
5414         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
5415      Branch: perl
5416            ! pp_ctl.c
5417 ____________________________________________________________________________
5418 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
5419         Log: De-cut-and-pasto in #10902.
5420      Branch: perl
5421            ! pp_ctl.c
5422 ____________________________________________________________________________
5423 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
5424         Log: The #10771 didn't take?
5425      Branch: perl
5426            ! pp_ctl.c
5427 ____________________________________________________________________________
5428 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
5429         Log: Undo the filetests part of #10900, under multiplicity
5430              weird errors take place.
5431      Branch: perl
5432            ! pp_sys.c
5433 ____________________________________________________________________________
5434 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
5435         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
5436      Branch: perl
5437            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
5438 ____________________________________________________________________________
5439 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
5440         Log: (Replaced by #10922)
5441              
5442              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
5443              From: Tony Bowden <tony@kasei.com>
5444              Date: Sun, 24 Jun 2001 17:32:40 +0100
5445              Message-ID: <20010624173240.A16293@blackstar.co.uk>
5446              
5447              Document (well, mention) shortmess() and longmess()
5448              to rob people of their fun of reinventing the weel.
5449      Branch: perl
5450            ! lib/Carp.pm
5451 ____________________________________________________________________________
5452 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
5453         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
5454              From: Brian Jepson <bjepson@oreilly.com>
5455              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
5456              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
5457      Branch: perl
5458            ! pp_sys.c
5459 ____________________________________________________________________________
5460 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
5461         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
5462              From: Robin Barker <rmb1@cise.npl.co.uk> 
5463              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
5464              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
5465      Branch: perl
5466            ! lib/CPAN.pm
5467 ____________________________________________________________________________
5468 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
5469         Log: Memoize patch from mjd.
5470      Branch: perl
5471            ! lib/Memoize/t/tie_storable.t
5472 ____________________________________________________________________________
5473 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
5474         Log: Spec the sv_pvprintify() a bit more.
5475      Branch: perl
5476            ! pod/perltodo.pod
5477 ____________________________________________________________________________
5478 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
5479         Log: Upgrade to Memoize 0.65.
5480      Branch: perl
5481            + lib/Memoize/t/array_confusion.t
5482            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
5483            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
5484            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
5485            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
5486            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
5487            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
5488            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
5489            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
5490            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
5491            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
5492            ! lib/Memoize/t/tie_storable.t
5493 ____________________________________________________________________________
5494 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
5495         Log: Metaconfig unit change for #10892.
5496      Branch: metaconfig
5497            ! U/modified/Options.U
5498 ____________________________________________________________________________
5499 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
5500         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
5501              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5502              Date: Sun, 24 Jun 2001 05:24:40 -0400
5503              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
5504      Branch: perl
5505            ! Configure hints/os2.sh
5506 ____________________________________________________________________________
5507 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
5508         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
5509              From: Mike Guy <mjtg@cam.ac.uk>
5510              Date: Sun, 24 Jun 2001 15:28:39 +0100
5511              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
5512              
5513              Fix an ancient (5.002) bug.
5514      Branch: perl
5515            ! lib/Carp/Heavy.pm
5516 ____________________________________________________________________________
5517 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
5518         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
5519              variables.
5520      Branch: perl
5521            ! pp_sys.c
5522 ____________________________________________________________________________
5523 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
5524         Log: Make UTS as per #10888.
5525      Branch: perl
5526            ! hints/uts.sh
5527 ____________________________________________________________________________
5528 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
5529         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
5530      Branch: perl
5531            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
5532            ! mpeix/mpeixish.h perl.h unixish.h
5533 ____________________________________________________________________________
5534 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
5535         Log: AUTHORS update.
5536      Branch: perl
5537            ! AUTHORS
5538 ____________________________________________________________________________
5539 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
5540         Log: Subject: Encode::Tcl for multibyte doesnot work
5541              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5542              Date: Sun, 24 Jun 2001 22:48:21 +0900
5543              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
5544      Branch: perl
5545            ! ext/Encode/Encode/Tcl.pm
5546 ____________________________________________________________________________
5547 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
5548         Log: Subject: [PATCH] Remove tautology in error messages
5549              From: Mike Guy <mjtg@cam.ac.uk>
5550              Date: Sun, 24 Jun 2001 13:31:00 +0100
5551              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
5552      Branch: perl
5553            ! pp_sys.c
5554 ____________________________________________________________________________
5555 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
5556         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
5557      Branch: perl
5558            ! hints/darwin.sh
5559 ____________________________________________________________________________
5560 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
5561         Log: Subject: Re: [PATCH 5.6.1] test suite
5562              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5563              Date: Sun, 24 Jun 2001 05:47:05 -0400
5564              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
5565              
5566              Test suite fixes.
5567      Branch: perl
5568            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
5569 ____________________________________________________________________________
5570 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
5571         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
5572              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5573              Date: Sun, 24 Jun 2001 05:37:19 -0400
5574              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
5575      Branch: perl
5576            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
5577 ____________________________________________________________________________
5578 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
5579         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
5580              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5581              Date: Sun, 24 Jun 2001 05:34:50 -0400
5582              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
5583              
5584              Pacify compiler warnings.
5585      Branch: perl
5586            ! pp_sys.c
5587 ____________________________________________________________________________
5588 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
5589         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
5590              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5591              Date: Sun, 24 Jun 2001 05:21:18 -0400
5592              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
5593              
5594              Enable compression of executables during link time.
5595      Branch: perl
5596            ! hints/os2.sh
5597 ____________________________________________________________________________
5598 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
5599         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
5600              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5601              Date: Sun, 24 Jun 2001 05:15:11 -0400
5602              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
5603              
5604              Add ordinals to the export list for Perl DLL.
5605              (Breaks intra-version DLL compatibility.)
5606      Branch: perl
5607            ! makedef.pl
5608 ____________________________________________________________________________
5609 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
5610         Log: Allow (displaying and) re-editing the Subject in perlbug.
5611              Also abstract the Subject quality control into a function.
5612      Branch: perl
5613            ! utils/perlbug.PL
5614 ____________________________________________________________________________
5615 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
5616         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
5617      Branch: perl
5618            ! utils/perlbug.PL
5619 ____________________________________________________________________________
5620 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
5621         Log: Regen toc and modlib.
5622      Branch: perl
5623            ! pod/perlmodlib.pod pod/perltoc.pod
5624 ____________________________________________________________________________
5625 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
5626         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
5627              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
5628              attribute semantics as much as possible, or 'ntsec' which uses
5629              native NTFS semantics.)  (See also #10877.)
5630      Branch: perl
5631            ! perl.c
5632 ____________________________________________________________________________
5633 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
5634         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
5635      Branch: perl
5636            ! lib/Test/Harness.pm
5637 ____________________________________________________________________________
5638 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
5639         Log: Just zap the -uPerlio.
5640      Branch: perl
5641            ! ext/B/Stash.t
5642 ____________________________________________________________________________
5643 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
5644         Log: Do not test PerlIO if PerlIO not used.
5645      Branch: perl
5646            ! ext/PerlIO/PerlIO.t
5647 ____________________________________________________________________________
5648 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
5649         Log: Regen perlapi.
5650      Branch: perl
5651            ! pod/perlapi.pod
5652 ____________________________________________________________________________
5653 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
5654         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
5655              From: Nicholas Clark <nick@ccl4.org>
5656              Date: Sat, 23 Jun 2001 22:55:47 +0100
5657              Message-ID: <20010623225547.Z98663@plum.flirble.org>
5658      Branch: perl
5659            ! numeric.c
5660 ____________________________________________________________________________
5661 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
5662         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
5663              From: Prymmer/Kahn <pvhp@best.com>
5664              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
5665              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
5666      Branch: perl
5667            ! lib/h2xs.t
5668 ____________________________________________________________________________
5669 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
5670         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
5671              cygwin does not taint cwd, just like win32.
5672      Branch: perl
5673            ! lib/File/Find/taint.t t/op/taint.t
5674 ____________________________________________________________________________
5675 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
5676         Log: Retract #10865, the patch should be unnecessary.
5677              (But seemingly helpful in Cygwin?  Strange.)
5678      Branch: perl
5679            ! lib/Memoize/t/tie_ndbm.t
5680 ____________________________________________________________________________
5681 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
5682         Log: Misplaced test file; plus Cygwin filesystem semantics.
5683      Branch: perl
5684            + ext/SDBM_File/sdbm.t
5685            - ext/ODBM_File/sdbm.t
5686            ! MANIFEST
5687 ____________________________________________________________________________
5688 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
5689         Log: (Retracted by #10867.)
5690      Branch: perl
5691            ! lib/Memoize/t/tie_ndbm.t
5692 ____________________________________________________________________________
5693 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
5694         Log: Metaconfig unit change for #10863.
5695      Branch: metaconfig/U/perl
5696            ! Extensions.U
5697 ____________________________________________________________________________
5698 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
5699         Log: In Cygwin do not build NDBM_File and ODBM_File unless
5700              -lndbm and -ldbm are available.
5701      Branch: perl
5702            ! Configure config_h.SH
5703 ____________________________________________________________________________
5704 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
5705         Log: More Cygwin filesystem semantics.
5706      Branch: perl
5707            ! t/io/fs.t t/op/stat.t
5708 ____________________________________________________________________________
5709 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
5710         Log: More DOSish permission semantics for Cygwin.
5711      Branch: perl
5712            ! lib/AnyDBM_File.t
5713 ____________________________________________________________________________
5714 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
5715         Log: Cygwin too has different permission semantics.
5716      Branch: perl
5717            ! ext/GDBM_File/gdbm.t
5718 ____________________________________________________________________________
5719 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
5720         Log: The group (and assumedly passwd) databases can have
5721              only one entry (this is the case in cygwin).
5722      Branch: perl
5723            ! t/op/grent.t t/op/pwent.t
5724 ____________________________________________________________________________
5725 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
5726         Log: Also in Cygwin use Socket to figure out domainname
5727              (if any) (avoids trying to call external 'domainname',
5728              which doesn't at the moment exist in Cygwin)
5729      Branch: perl
5730            ! lib/Net/Domain.pm
5731 ____________________________________________________________________________
5732 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
5733         Log: Remove also the lib$Foo.def, not just $Foo.def.
5734      Branch: perl
5735            ! lib/ExtUtils/MM_Unix.pm
5736 ____________________________________________________________________________
5737 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
5738         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
5739      Branch: perl
5740            ! unixish.h
5741 ____________________________________________________________________________
5742 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
5743         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
5744              to match the whole isprint(), only the space character.
5745      Branch: perl
5746            ! handy.h pod/perlre.pod t/op/pat.t
5747 ____________________________________________________________________________
5748 [ 10854] By: nick                                  on 2001/06/23  08:09:33
5749         Log: Integrate mainline
5750      Branch: perlio
5751           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
5752           !> lib/ExtUtils.t lib/File/Find/taint.t
5753           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
5754           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
5755           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
5756 ____________________________________________________________________________
5757 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
5758         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
5759              with its floats    in os390 and s390 (UTS).
5760      Branch: perl
5761            ! lib/Math/BigInt/t/bigintpm.t
5762 ____________________________________________________________________________
5763 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
5764         Log: Add also UTS (s390) to the non-IEEE float platforms.
5765      Branch: perl
5766            ! t/op/sprintf.t
5767 ____________________________________________________________________________
5768 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
5769         Log: Subject: RFC: what are applicable standards for exponent sizes?
5770              From: Peter Prymmer <pvhp@forte.com>
5771              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
5772              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
5773      Branch: perl
5774            ! t/op/sprintf.t
5775 ____________________________________________________________________________
5776 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
5777         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
5778              From: Peter Prymmer <pvhp@forte.com>
5779              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
5780              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
5781      Branch: perl
5782            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
5783 ____________________________________________________________________________
5784 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
5785         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
5786              From: Peter Prymmer <pvhp@forte.com>
5787              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
5788              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
5789      Branch: perl
5790            ! lib/ExtUtils.t
5791 ____________________________________________________________________________
5792 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
5793         Log: Retract #10845.
5794      Branch: perl
5795            ! lib/File/Find/taint.t
5796 ____________________________________________________________________________
5797 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
5798         Log: Yet another error message.
5799      Branch: perl
5800            ! t/op/mkdir.t
5801 ____________________________________________________________________________
5802 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
5803         Log: The croak message for nonexistent socket functions may vary.
5804      Branch: perl
5805            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
5806 ____________________________________________________________________________
5807 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
5808         Log: (Retracted by #10848.)
5809      Branch: perl
5810            ! lib/File/Find/taint.t
5811 ____________________________________________________________________________
5812 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
5813         Log: Integrate perlio.
5814      Branch: perl
5815           !> lib/File/Find/taint.t t/op/write.t
5816 ____________________________________________________________________________
5817 [ 10843] By: nick                                  on 2001/06/22  21:24:51
5818         Log: Back out debug in taint.t
5819      Branch: perlio
5820            ! lib/File/Find/taint.t
5821 ____________________________________________________________________________
5822 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
5823         Log: setitimer() does not exist in Unicos, despite of what
5824              Configure thinks, from Mark P. Lutz.
5825      Branch: perl
5826            ! hints/unicos.sh
5827 ____________________________________________________________________________
5828 [ 10841] By: nick                                  on 2001/06/22  21:19:36
5829         Log: Skip cwd test on Win32 ???
5830      Branch: perlio
5831            ! lib/File/Find/taint.t
5832 ____________________________________________________________________________
5833 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
5834         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
5835              and Tru64 gcc -Wall happy.
5836      Branch: perl
5837            ! mg.c
5838 ____________________________________________________________________________
5839 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
5840         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
5841      Branch: perl
5842            ! ext/IPC/SysV/Semaphore.pm
5843 ____________________________________________________________________________
5844 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
5845         Log: Metaconfig unit change for #10837.
5846      Branch: metaconfig/U/perl
5847            ! Cross.U
5848 ____________________________________________________________________________
5849 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
5850         Log: Cleanup of the cross-compilation unit.
5851      Branch: perl
5852            ! Configure
5853 ____________________________________________________________________________
5854 [ 10836] By: nick                                  on 2001/06/22  20:45:12
5855         Log: Skip |- based op/write.t on Win32 as well as VMS
5856      Branch: perlio
5857            ! t/op/write.t
5858 ____________________________________________________________________________
5859 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
5860         Log: Integrate perlio.
5861      Branch: perl
5862           !> util.c
5863 ____________________________________________________________________________
5864 [ 10834] By: nick                                  on 2001/06/22  20:41:54
5865         Log: Integrate mainline
5866      Branch: perlio
5867           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5868           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
5869           !> vos/config.ga.h
5870 ____________________________________________________________________________
5871 [ 10833] By: nick                                  on 2001/06/22  20:22:58
5872         Log: Patcho fix.
5873      Branch: perlio
5874            ! util.c
5875 ____________________________________________________________________________
5876 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
5877         Log: Metaconfig unit changes for #10831.
5878      Branch: metaconfig
5879            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
5880 ____________________________________________________________________________
5881 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
5882         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
5883              From: Andy Dougherty <doughera@lafayette.edu>
5884              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
5885              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
5886      Branch: perl
5887            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5888            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
5889 ____________________________________________________________________________
5890 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
5891         Log: MPE/iX prototype nits from Mark Bixby.
5892      Branch: perl
5893            ! pp_sys.c
5894 ____________________________________________________________________________
5895 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
5896         Log: Detypo.
5897      Branch: perl
5898            ! util.c
5899 ____________________________________________________________________________
5900 [ 10828] By: nick                                  on 2001/06/22  15:33:37
5901         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
5902      Branch: perlio
5903           +> lib/h2xs.t
5904           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
5905           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
5906           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
5907           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
5908           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
5909           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
5910           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
5911           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
5912           !> vms/vmsish.h
5913 ____________________________________________________________________________
5914 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
5915         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
5916              Date: Fri, 22 Jun 2001 10:08:35 -0500
5917              From: "Craig A. Berry" <craigberry@mac.com>
5918              Message-Id: <a05101001b75908704194@[192.168.56.145]>
5919      Branch: perl
5920            ! vms/vms.c vms/vmsish.h
5921 ____________________________________________________________________________
5922 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
5923         Log: NetWare scripts tweak from Ananth Kesari.
5924      Branch: perl
5925            ! NetWare/t/NWScripts.pl
5926 ____________________________________________________________________________
5927 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
5928         Log: Update Changes.
5929      Branch: perl
5930            ! Changes patchlevel.h
5931 ____________________________________________________________________________
5932 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
5933         Log: Add .i and .s targets.
5934      Branch: perl
5935            ! Makefile.SH
5936 ____________________________________________________________________________
5937 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
5938         Log: Upgrade to Locale::Maketext 1.03.
5939      Branch: perl
5940            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
5941            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
5942 ____________________________________________________________________________
5943 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
5944         Log: Upgrade to I18N::LangTags 0.26.
5945      Branch: perl
5946            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
5947            ! lib/I18N/LangTags/test.pl
5948 ____________________________________________________________________________
5949 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
5950         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
5951              Philip Newton.
5952      Branch: perl
5953            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
5954            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5955 ____________________________________________________________________________
5956 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
5957         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
5958              From: Prymmer/Kahn <pvhp@best.com>
5959              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
5960              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
5961      Branch: perl
5962            + lib/h2xs.t
5963            ! MANIFEST utils/h2xs.PL
5964 ____________________________________________________________________________
5965 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
5966         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
5967              From: Prymmer/Kahn <pvhp@best.com>
5968              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
5969              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
5970      Branch: perl
5971            ! lib/ExtUtils.t
5972 ____________________________________________________________________________
5973 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
5974         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
5975              From: Prymmer/Kahn <pvhp@best.com>
5976              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
5977              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
5978      Branch: perl
5979            ! t/pod/plainer.t
5980 ____________________________________________________________________________
5981 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
5982         Log: AUTHORS update.
5983      Branch: perl
5984            ! AUTHORS
5985 ____________________________________________________________________________
5986 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
5987         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
5988              From: "Craig A. Berry" <craigberry@mac.com>
5989              Date: Thu, 21 Jun 2001 18:20:38 -0500
5990              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
5991      Branch: perl
5992            ! ext/POSIX/POSIX.xs
5993 ____________________________________________________________________________
5994 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
5995         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
5996              From: "Craig A. Berry" <craigberry@mac.com>
5997              Date: Thu, 21 Jun 2001 09:58:52 -0500
5998              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
5999      Branch: perl
6000            ! ext/B/Deparse.t t/op/write.t
6001 ____________________________________________________________________________
6002 [ 10814] By: nick                                  on 2001/06/22  08:13:09
6003         Log: Integrate mainline.
6004      Branch: perlio
6005           !> (integrate 46 files)
6006 ____________________________________________________________________________
6007 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
6008         Log: Change the prefixes only if $prefix is unset,
6009              as originally patched by Marcel Grunauer.
6010      Branch: perl
6011            ! hints/darwin.sh hints/rhapsody.sh
6012 ____________________________________________________________________________
6013 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
6014         Log: Subject: Re: Patch for hints/darwin.sh
6015              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
6016              Date: Thu, 21 Jun 2001 11:23:46 -0700
6017              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
6018      Branch: perl
6019            ! hints/darwin.sh hints/rhapsody.sh
6020 ____________________________________________________________________________
6021 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
6022         Log: Add .PHONY targets for non-file targets,
6023              from Wilfredo Sánchez.  Should help saying
6024              "make install" on case-insensitive filesystems.
6025      Branch: perl
6026            ! Makefile.SH
6027 ____________________________________________________________________________
6028 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
6029         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
6030              From: Doug MacEachern <dougm@covalent.net>
6031              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
6032              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
6033              
6034              plus reword the getcwd() comment, plus use getcwd() buffer
6035              size minus one.
6036      Branch: perl
6037            ! util.c
6038 ____________________________________________________________________________
6039 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
6040         Log: More gprofing from Doug MacEachern.
6041      Branch: perl
6042            ! Makefile.SH
6043 ____________________________________________________________________________
6044 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
6045         Log: Metaconfig unit change for #10807.
6046      Branch: metaconfig/U/perl
6047            ! d_sfio.U
6048 ____________________________________________________________________________
6049 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
6050         Log: Tell that you are removing the unneeded -lsfio.
6051      Branch: perl
6052            ! Configure
6053 ____________________________________________________________________________
6054 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
6055         Log: More MPE/iX tweaks from Mark Bixby.
6056      Branch: perl
6057            ! perl.c t/op/magic.t
6058 ____________________________________________________________________________
6059 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
6060         Log: The fchdir() proto is supposed to live in <unistd.h>.
6061      Branch: perl
6062            ! ext/Cwd/Cwd.xs
6063 ____________________________________________________________________________
6064 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
6065         Log: This town is too small for the Cwd extension and me,
6066              it would seem...
6067      Branch: perl
6068            ! ext/Cwd/Cwd.xs
6069 ____________________________________________________________________________
6070 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
6071         Log: Metaconfig unit change for #10802.
6072      Branch: metaconfig/U/perl
6073            ! d_modfl.U
6074 ____________________________________________________________________________
6075 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
6076         Log: More d'ohs.
6077      Branch: perl
6078            ! Configure
6079 ____________________________________________________________________________
6080 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
6081         Log: Off-by-one.  I'm so classic.
6082      Branch: perl
6083            ! util.c
6084 ____________________________________________________________________________
6085 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
6086         Log: Update Changes.
6087      Branch: perl
6088            ! Changes patchlevel.h
6089 ____________________________________________________________________________
6090 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
6091         Log: Subject: Documentation patch for Net::FTP
6092              From: Marcel Grunauer <marcel@codewerk.com>
6093              Date: Wed, 20 Jun 2001 23:03:26 +0200
6094              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
6095      Branch: perl
6096            ! lib/Net/FTP.pm
6097 ____________________________________________________________________________
6098 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
6099         Log: Retract the #10417 mg.c and embed.pl parts because of
6100              strange SEGVs in 64bit x86 FreeBSD observed by
6101              Nicholas Clark.
6102      Branch: perl
6103            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
6104 ____________________________________________________________________________
6105 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
6106         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
6107      Branch: perl
6108            ! Configure NetWare/config.wc NetWare/config_H.wc
6109            ! Porting/Glossary Porting/config.sh Porting/config_H
6110            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
6111            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6112            ! vos/config.ga.h win32/config.bc win32/config.gc
6113            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6114            ! win32/config_H.vc
6115 ____________________________________________________________________________
6116 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
6117         Log: Cwd tweak from Doug MacEachern.
6118      Branch: perl
6119            ! ext/Cwd/Cwd.xs
6120 ____________________________________________________________________________
6121 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
6122         Log: Protect the fchdir() and lstat() with ifdefs.
6123              fchdir() needs a Configure probe.
6124      Branch: perl
6125            ! ext/Cwd/Cwd.xs
6126 ____________________________________________________________________________
6127 [ 10794] By: nick                                  on 2001/06/21  17:11:35
6128         Log: Integrate mainline
6129      Branch: perlio
6130           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
6131           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
6132           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
6133           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
6134           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
6135           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
6136           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
6137           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
6138            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
6139            - lib/File/Glob/case.t lib/File/Glob/global.t
6140            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
6141            - lib/File/Temp/posix.t lib/File/Temp/security.t
6142            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
6143            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
6144            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
6145            - lib/Text/Wrap/wrap.t
6146           !> (integrate 41 files)
6147 ____________________________________________________________________________
6148 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
6149         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
6150              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
6151              Date: Thu, 21 Jun 2001 13:04:54 -0500
6152              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
6153      Branch: perl
6154            ! ext/Cwd/Cwd.xs
6155 ____________________________________________________________________________
6156 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
6157         Log: Subject: [PATCH pod] overlong =item
6158              From: Robin Barker <rmb1@cise.npl.co.uk>
6159              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
6160              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
6161      Branch: perl
6162            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
6163            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6164 ____________________________________________________________________________
6165 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
6166         Log: Subject: [PATCH perlio.c] format 
6167              From: Robin Barker <rmb1@cise.npl.co.uk>
6168              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
6169              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
6170      Branch: perl
6171            ! perlio.c
6172 ____________________________________________________________________________
6173 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
6174         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
6175              From: Radu Greab <radu@netsoft.ro>
6176              Date: Thu, 21 Jun 2001 19:06:02 +0300
6177              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
6178      Branch: perl
6179            ! pod/perlapi.pod sv.c
6180 ____________________________________________________________________________
6181 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
6182         Log: The metaconfig unit changes for #10788.
6183      Branch: metaconfig/U/perl
6184            ! Cross.U fflushall.U
6185 ____________________________________________________________________________
6186 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
6187         Log: Cross-configuration changes: make $from to rm the files
6188              before copying them over (this means that he rm can be
6189              removed from the fflushall test), create $targetmkdir      
6190              (not documented in install since it is supposed to internal
6191              use only), make $run to copy over the executable only if
6192              a stamp file .xok doesn't already exist (to avoid unnecessary
6193              copying of the executable)
6194      Branch: perl
6195            ! Configure Makefile.SH
6196 ____________________________________________________________________________
6197 [ 10787] By: nick                                  on 2001/06/21  14:16:18
6198         Log: Integrate mainline
6199      Branch: perlio
6200           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
6201           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
6202           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
6203            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
6204           !> (integrate 34 files)
6205 ____________________________________________________________________________
6206 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
6207         Log: Re-add the files as text.
6208      Branch: perl
6209            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
6210 ____________________________________________________________________________
6211 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
6212         Log: Delete the binary files.
6213      Branch: perl
6214            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
6215 ____________________________________________________________________________
6216 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
6217         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
6218              From: Andy Dougherty <doughera@lafayette.edu>
6219              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
6220              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
6221      Branch: perl
6222            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
6223            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
6224            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
6225            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
6226 ____________________________________________________________________________
6227 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
6228         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
6229              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
6230              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
6231              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
6232              
6233              Setting umask to something friendlier.
6234      Branch: perl
6235            ! installman installperl
6236 ____________________________________________________________________________
6237 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
6238         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
6239              Resort MANIFEST with sort -f, looks much better.
6240      Branch: perl
6241            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
6242            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
6243            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
6244            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
6245            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
6246            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
6247            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
6248            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
6249            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
6250            - lib/File/Glob/case.t lib/File/Glob/global.t
6251            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
6252            - lib/File/Temp/posix.t lib/File/Temp/security.t
6253            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
6254            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
6255            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
6256            - lib/Text/Wrap/wrap.t
6257            ! MANIFEST
6258 ____________________________________________________________________________
6259 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
6260         Log: Upgrade to I18N::LangTags 0.25.
6261      Branch: perl
6262            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
6263            ! lib/I18N/LangTags/List.pm
6264 ____________________________________________________________________________
6265 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
6266         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
6267              From: Richard Soderberg <rs@crystalflame.net>
6268              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
6269              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
6270      Branch: perl
6271            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
6272            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
6273 ____________________________________________________________________________
6274 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
6275         Log: Test obsoleted by change #10777.
6276      Branch: perl
6277            ! t/op/sub_lval.t
6278 ____________________________________________________________________________
6279 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
6280         Log: Case of confused test numbering.
6281      Branch: perl
6282            ! t/op/pat.t
6283 ____________________________________________________________________________
6284 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
6285         Log: Subject: Re: Opinion on undef lvalue
6286              From: Abhijit Menon-Sen <ams@wiw.org>
6287              Date: Sun, 17 Jun 2001 13:04:46 +0530
6288              Message-ID: <20010617130446.B27925@lustre.linux.in>
6289              
6290              Allow lvalue subs to return undef in array context.
6291      Branch: perl
6292            ! pp_hot.c
6293 ____________________________________________________________________________
6294 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
6295         Log: Just a guess that using the same hack for cygwin as
6296              for win32 might help.
6297      Branch: perl
6298            ! lib/File/Find/find.t
6299 ____________________________________________________________________________
6300 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
6301         Log: NetWare tweaks from Guruprasad.
6302      Branch: perl
6303            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
6304            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
6305            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
6306            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
6307 ____________________________________________________________________________
6308 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
6309         Log: Subject: Re: perl@10722: Bogus warnings on REs 
6310              From: Hugo <hv@crypt.compulink.co.uk>
6311              Date: Thu, 21 Jun 2001 09:51:17 +0100
6312              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
6313              
6314              Unroll to avoid a UTS compiler bug.
6315      Branch: perl
6316            ! regcomp.c
6317 ____________________________________________________________________________
6318 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
6319         Log: Subject: Re: [PATCH] Make /o work under i?threads
6320              From: Artur Bergman <artur@contiller.se>
6321              Date: Thu, 21 Jun 2001 14:38:03 +0200
6322              Message-ID: <B757B74A.184D%artur@contiller.se>
6323      Branch: perl
6324            ! t/op/pat.t
6325 ____________________________________________________________________________
6326 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
6327         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
6328              From: Artur Bergman <artur@contiller.se> 
6329              Date: Thu, 21 Jun 2001 14:27:33 +0200
6330              Message-ID: <B757B4D4.1849%artur@contiller.se>
6331              
6332              Plus extra parentheses.
6333      Branch: perl
6334            ! op.h
6335 ____________________________________________________________________________
6336 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
6337         Log: Subject: [PATCH] Make /o work under i?threads
6338              From: Richard Soderberg <rs@crystalflame.net>
6339              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
6340              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
6341      Branch: perl
6342            ! pp_ctl.c
6343 ____________________________________________________________________________
6344 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
6345         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
6346              From: Artur Bergman <artur@contiller.se>
6347              Date: Thu, 21 Jun 2001 14:04:54 +0200
6348              Message-ID: <B757AF86.1842%artur@contiller.se>
6349      Branch: perl
6350            ! op.h
6351 ____________________________________________________________________________
6352 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
6353         Log: Subject: Re: perl@10765: sv.c not OK on win32
6354              From: Artur Bergman <artur@contiller.se>
6355              Date: Thu, 21 Jun 2001 10:31:06 +0200
6356              Message-ID: <B7577D69.182C%artur@contiller.se>
6357      Branch: perl
6358            ! sv.c
6359 ____________________________________________________________________________
6360 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
6361         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
6362              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6363              Date: Thu, 21 Jun 2001 06:23:56 -0400
6364              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
6365              
6366              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
6367              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6368              Date: Thu, 21 Jun 2001 06:32:21 -0400
6369              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
6370      Branch: perl
6371            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
6372 ____________________________________________________________________________
6373 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
6374         Log: Subject: [PATCH] make syslog test more verbose
6375              From: Robert Spier <rspier@pobox.com>
6376              Date: Thu, 21 Jun 2001 00:54:32 -0400
6377              Message-ID: <15153.32264.295807.333073@rls.cx>
6378      Branch: perl
6379            ! ext/Sys/Syslog/syslog.t
6380 ____________________________________________________________________________
6381 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
6382         Log: Subject: op/study.t refinements
6383              From: Hugo <hv@crypt.compulink.co.uk>
6384              Date: Thu, 21 Jun 2001 00:29:07 +0100
6385              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
6386      Branch: perl
6387            ! t/op/study.t
6388 ____________________________________________________________________________
6389 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
6390         Log: Update Changes.
6391      Branch: perl
6392            ! Changes patchlevel.h
6393 ____________________________________________________________________________
6394 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
6395         Log: Subject: Re: [PATCH] djgpp updates
6396              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
6397              Date: Wed, 20 Jun 2001 10:05:15 +0200
6398              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
6399      Branch: perl
6400            ! djgpp/config.over
6401 ____________________________________________________________________________
6402 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
6403         Log: Fix for ID 20010619.002 "When building hash, hash keys that
6404              are function calls are not being called", from Abhijit.
6405      Branch: perl
6406            ! t/base/lex.t toke.c
6407 ____________________________________________________________________________
6408 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
6409         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
6410      Branch: perl
6411            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
6412            + lib/Locale/Maketext/test.pl
6413            - lib/Locale/Maketext.t
6414            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
6415            ! lib/Locale/Maketext/TPJ13.pod
6416 ____________________________________________________________________________
6417 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
6418         Log: Metaconfig unit change for #10760.
6419      Branch: metaconfig
6420            ! U/modified/Cppsym.U
6421 ____________________________________________________________________________
6422 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
6423         Log: Do not remove the ccsym* Cppsym* files since
6424              they are useful for metaconfig units coming after us.
6425              (This is the Configure nit mentioned in #10752.)
6426      Branch: perl
6427            ! Configure
6428 ____________________________________________________________________________
6429 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
6430         Log: Update to I18N::LangTags 0.24, from Sean Burke.
6431      Branch: perl
6432            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
6433            + lib/I18N/LangTags/README
6434            - lib/I18N/LangTags/List.pod
6435            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
6436 ____________________________________________________________________________
6437 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
6438         Log: Regen headers.
6439      Branch: perl
6440            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
6441            ! pod/perlapi.pod proto.h
6442 ____________________________________________________________________________
6443 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
6444         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
6445              From: Artur Bergman <artur@contiller.se>
6446              Date: Wed, 20 Jun 2001 11:31:32 +0200
6447              Message-ID: <B7563A14.17D8%artur@contiller.se>
6448      Branch: perl
6449            ! embed.pl hv.c intrpvar.h sv.c sv.h
6450 ____________________________________________________________________________
6451 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
6452         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
6453              From: Tim Sweetman <tim@aldigital.co.uk> 
6454              Date: Wed, 13 Jun 2001 14:25:17 +0100 
6455              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
6456      Branch: perl
6457            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
6458 ____________________________________________________________________________
6459 [ 10755] By: nick                                  on 2001/06/20  16:12:37
6460         Log: Integrate mainline
6461      Branch: perlio
6462           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
6463           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
6464           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
6465           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
6466           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
6467           !> t/op/study.t util.c
6468 ____________________________________________________________________________
6469 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
6470         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
6471              but not Makefile)
6472      Branch: maint-5.6/perl
6473            ! win32/Makefile
6474 ____________________________________________________________________________
6475 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
6476         Log: Security tweak on readlink().
6477      Branch: perl
6478            ! pp_sys.c
6479 ____________________________________________________________________________
6480 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
6481         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
6482      Branch: perl
6483            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
6484            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
6485            ! mpeix/relink t/op/pwent.t
6486 ____________________________________________________________________________
6487 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
6488         Log: Reinstate #10725 (with probe for alarm()).
6489      Branch: perl
6490            ! t/op/study.t
6491 ____________________________________________________________________________
6492 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
6493         Log: Replace our implementation of realpath() with OpenBSD's
6494              (src/lib/libc/stdlib/realpath.c 1.4).
6495      Branch: perl
6496            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
6497            ! pod/perldiag.pod proto.h util.c
6498 ____________________________________________________________________________
6499 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
6500         Log: Integrate perlio.
6501      Branch: perl
6502           !> perlio.c
6503 ____________________________________________________________________________
6504 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
6505         Log: No point in going into memory-saving contortions
6506              with getcwd() since there's a danger of buffer overflow.
6507              Also make the POSIX extension to use sv_getcwd().
6508              Finally, a missed proto.h fragment.
6509      Branch: perl
6510            ! ext/POSIX/POSIX.xs proto.h util.c
6511 ____________________________________________________________________________
6512 [ 10747] By: nick                                  on 2001/06/20  12:38:26
6513         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
6514      Branch: perlio
6515            ! perlio.c
6516 ____________________________________________________________________________
6517 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
6518         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
6519              From: Graham Barr <gbarr@pobox.com>
6520              Date: Wed, 20 Jun 2001 11:05:49 +0100
6521              Message-ID: <20010620110549.I19188@pobox.com>
6522              
6523              reported in        
6524              
6525              Subject: Bug in IO::Socket::INET module (repeat)
6526              From: "Harmon S. Nine" <hnine@netarx.com>
6527              Date: Tue, 19 Jun 2001 09:41:35 -0400
6528              Message-ID: <3B2F568F.8080605@netarx.com>
6529              
6530              The bug was that the IO::Socket::INET constructor
6531              did not allow a 'LocalPort' of 0.
6532      Branch: perl
6533            ! ext/IO/lib/IO/Socket/INET.pm
6534 ____________________________________________________________________________
6535 [ 10745] By: nick                                  on 2001/06/20  08:56:39
6536         Log: Integrate mainline.
6537      Branch: perlio
6538           !> (integrate 37 files)
6539 ____________________________________________________________________________
6540 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
6541         Log: After some reading I don't think we can blindly
6542              use systems' realpath().  Too many security problems,
6543              too many buggy implementations.
6544              
6545              TODO: the realpath() emulation code in util.c doesn't
6546              seem fully operational?  (readlink(), for example?)
6547      Branch: perl
6548            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
6549            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
6550            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
6551            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
6552            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
6553            ! win32/config_H.gc win32/config_H.vc
6554 ____________________________________________________________________________
6555 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
6556         Log: Metaconfig unit change for #10738.
6557      Branch: metaconfig
6558            ! U/compline/d_gconvert.U
6559 ____________________________________________________________________________
6560 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
6561         Log: Integrate change #10739 from maintperl:
6562              
6563              C<eval "/x$\r\n/x"> fails to compile correctly 
6564      Branch: perl
6565           !> t/op/pat.t toke.c
6566 ____________________________________________________________________________
6567 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
6568         Log: Retract #10725 (Hugo asked NOT to apply the patch)
6569      Branch: perl
6570            ! t/op/study.t
6571 ____________________________________________________________________________
6572 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
6573         Log: The test.third results were funnily named because of the
6574              new test scheme.
6575      Branch: perl
6576            ! t/TEST
6577 ____________________________________________________________________________
6578 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
6579         Log: C<eval "/x$\r\n/x"> fails to compile correctly
6580      Branch: maint-5.6/perl
6581            ! t/op/pat.t toke.c
6582 ____________________________________________________________________________
6583 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
6584         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
6585              From: Spider Boardman <spider@Orb.Nashua.NH.US>
6586              Date: Tue, 19 Jun 2001 19:15:40 -0400
6587              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
6588              
6589              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
6590              because "1e+129" being expected but "1.e+129" being returned.
6591              The culprit (at least in Tru64) is the use of gcvt().
6592      Branch: perl
6593            ! Configure
6594 ____________________________________________________________________________
6595 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
6596         Log: Subject: [PATCH perl@10722] test hunting on VMS
6597              From: "Craig A. Berry" <craigberry@mac.com>
6598              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
6599              Date: Tue, 19 Jun 2001 18:59:01 -0500
6600      Branch: perl
6601            ! vms/test.com
6602 ____________________________________________________________________________
6603 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
6604         Log: Subject: [PATCH] s/typos//
6605              From: Abhijit Menon-Sen <ams@wiw.org>
6606              Date: Wed, 20 Jun 2001 02:15:02 +0530
6607              Message-ID: <20010620021502.A14541@lustre.linux.in>
6608              
6609              Without the op.h s/bearword/bareword/ hunk, see
6610              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
6611      Branch: perl
6612            ! util.c
6613 ____________________________________________________________________________
6614 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
6615         Log: Metaconfig unit change for #10732 and #10733.
6616      Branch: metaconfig/U/perl
6617            ! fflushall.U
6618 ____________________________________________________________________________
6619 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
6620         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
6621              From: "Craig A. Berry" <craigberry@mac.com>
6622              Date: Tue, 19 Jun 2001 17:19:48 -0500
6623              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
6624      Branch: perl
6625            ! configure.com vms/descrip_mms.template
6626 ____________________________________________________________________________
6627 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
6628         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
6629              From: Spider Boardman <spider@Orb.Nashua.NH.US>
6630              Date: Tue, 19 Jun 2001 16:48:07 -0400
6631              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
6632              
6633              Further fixes to fflush(NULL) detection.
6634      Branch: perl
6635            ! Configure
6636 ____________________________________________________________________________
6637 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
6638         Log: AIX test -s hangs with non-existent files?
6639              (A genuine logic bug in Configure, but AIX also broken?)
6640      Branch: perl
6641            ! Configure
6642 ____________________________________________________________________________
6643 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
6644         Log: AUTHORS updates.
6645      Branch: perl
6646            ! AUTHORS
6647 ____________________________________________________________________________
6648 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
6649         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
6650              From: Spider Boardman <spider@Orb.Nashua.NH.US>
6651              Date: Tue, 19 Jun 2001 15:33:25 -0400
6652              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
6653      Branch: perl
6654            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
6655            ! t/lib/warnings/pp
6656 ____________________________________________________________________________
6657 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
6658         Log: Integrate perlio.
6659      Branch: perl
6660           !> lib/File/Find/find.t win32/distclean.bat
6661 ____________________________________________________________________________
6662 [ 10728] By: nick                                  on 2001/06/19  18:24:53
6663         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
6664      Branch: perlio
6665            ! lib/File/Find/find.t win32/distclean.bat
6666 ____________________________________________________________________________
6667 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
6668         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
6669              also add information how to find out whether one has PerlIO.
6670      Branch: perl
6671            ! pod/perlfunc.pod
6672 ____________________________________________________________________________
6673 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
6674         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
6675              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
6676              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
6677              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
6678      Branch: perl
6679            ! pod/perlfunc.pod
6680 ____________________________________________________________________________
6681 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
6682         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
6683              From: Hugo <hv@crypt.compulink.co.uk>
6684              Date: Tue, 19 Jun 2001 12:37:30 +0100
6685              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
6686      Branch: perl
6687            ! t/op/study.t
6688 ____________________________________________________________________________
6689 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
6690         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
6691              From: Hugo <hv@crypt.compulink.co.uk>
6692              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
6693              Date: Tue, 19 Jun 2001 13:15:17 +0100
6694      Branch: perl
6695            ! util.c
6696 ____________________________________________________________________________
6697 [ 10723] By: nick                                  on 2001/06/19  14:46:15
6698         Log: Integrate mainline
6699      Branch: perlio
6700           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
6701           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
6702           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
6703           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
6704           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
6705           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
6706            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
6707            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
6708            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
6709            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
6710            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
6711            - ext/Thread/unsync4.t
6712           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
6713           !> djgpp/config.over djgpp/fixpmain
6714           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
6715           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
6716           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
6717 ____________________________________________________________________________
6718 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
6719         Log: Update Changes.
6720      Branch: perl
6721            ! Changes patchlevel.h
6722 ____________________________________________________________________________
6723 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
6724         Log: The existence shall be MANIFESted.
6725      Branch: perl
6726            ! MANIFEST
6727 ____________________________________________________________________________
6728 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
6729         Log: The old libnet.cfg is first searched from the current directory,
6730              only then from the module path.
6731      Branch: perl
6732            ! utils/libnetcfg.PL
6733 ____________________________________________________________________________
6734 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
6735         Log: NetWare tweaks from Guruprasad.
6736      Branch: perl
6737            ! NetWare/Makefile NetWare/config.wc
6738 ____________________________________________________________________________
6739 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
6740         Log: Subject: [PATCH] djgpp updates
6741              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
6742              Date: Tue, 19 Jun 2001 10:59:06 +0200
6743              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
6744      Branch: perl
6745            ! djgpp/config.over djgpp/fixpmain
6746 ____________________________________________________________________________
6747 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
6748         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
6749              From: Prymmer/Kahn <pvhp@best.com>
6750              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
6751              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
6752      Branch: perl
6753            ! win32/Makefile
6754 ____________________________________________________________________________
6755 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
6756         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
6757              to happen right after the inclusion of <inttypes.h>,
6758              from Edward Moy.
6759      Branch: perl
6760            ! handy.h perl.h
6761 ____________________________________________________________________________
6762 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
6763         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
6764              From: Doug MacEachern <dougm@covalent.net>
6765              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
6766              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
6767      Branch: perl
6768            ! ext/DynaLoader/DynaLoader_pm.PL
6769 ____________________________________________________________________________
6770 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
6771         Log: Revert #10656 for perfomance reasons but leave in the
6772              use of Hv*() macros -- in comments, so that grepping the
6773              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
6774              suggested by Sarathy, also by Abhijit.)
6775      Branch: perl
6776            ! hv.c
6777 ____________________________________________________________________________
6778 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
6779         Log: Subject: [patch] .s MakeMaker suffix
6780              From: Doug MacEachern <dougm@covalent.net>
6781              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
6782              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
6783      Branch: perl
6784            ! lib/ExtUtils/MM_Unix.pm
6785 ____________________________________________________________________________
6786 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
6787         Log: One test lost in the big shuffle restored.
6788      Branch: perl
6789            + ext/IPC/SysV/ipcsysv.t
6790            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
6791 ____________________________________________________________________________
6792 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
6793         Log: Rename the old non-standard threads tests so that
6794              they won't be invoked.
6795      Branch: perl
6796            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
6797            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
6798            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
6799            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
6800            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
6801            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
6802            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
6803            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
6804            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
6805            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
6806            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
6807            - ext/Thread/unsync4.t
6808            ! MANIFEST
6809 ____________________________________________________________________________
6810 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
6811         Log: Integrate perlio.
6812      Branch: perl
6813           !> win32/config_sh.PL
6814 ____________________________________________________________________________
6815 [ 10709] By: nick                                  on 2001/06/19  08:18:18
6816         Log: Integrate mainline
6817      Branch: perlio
6818           +> (branch 40 files)
6819            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
6820            - lib/strict/subs lib/strict/vars lib/warnings/1global
6821            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
6822            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
6823            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
6824            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
6825            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
6826            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
6827            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
6828            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
6829            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
6830            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
6831            - lib/warnings/utf8 lib/warnings/util
6832           !> (integrate 57 files)
6833 ____________________________________________________________________________
6834 [ 10708] By: nick                                  on 2001/06/19  07:57:10
6835         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
6836      Branch: perlio
6837            ! win32/config_sh.PL
6838 ____________________________________________________________________________
6839 [ 10707] By: nick                                  on 2001/06/19  07:05:07
6840         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
6841      Branch: perl
6842            ! perly.c perly.y perly_c.diff vms/perly_c.vms
6843 ____________________________________________________________________________
6844 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
6845         Log: More perl572delta tweaks.
6846      Branch: perl
6847            ! pod/perl572delta.pod
6848 ____________________________________________________________________________
6849 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
6850         Log: Update perl572delta.
6851      Branch: perl
6852            ! pod/perl572delta.pod
6853 ____________________________________________________________________________
6854 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
6855         Log: VOS updates from Paul Green.
6856      Branch: perl
6857            ! vos/Changes vos/build.cm vos/perl.bind
6858 ____________________________________________________________________________
6859 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
6860         Log: Update the vos/config.*.* files.
6861      Branch: perl
6862            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6863            ! vos/config.ga.h
6864 ____________________________________________________________________________
6865 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
6866         Log: Add a makefile for more painless adding of symbols to the
6867              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
6868              takes care of the adding)
6869      Branch: perl
6870            + vos/Makefile
6871 ____________________________________________________________________________
6872 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
6873         Log: Make libnetcfg by default display the libnet configuration,
6874              -c to change, add -i for old config, document all options,
6875              regen toc.
6876      Branch: perl
6877            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
6878 ____________________________________________________________________________
6879 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
6880         Log: gcc -Wall sweep.
6881      Branch: perl
6882            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
6883 ____________________________________________________________________________
6884 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
6885         Log: So there.
6886      Branch: perl
6887            ! universal.c
6888 ____________________________________________________________________________
6889 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
6890         Log: Document the need for sv_printify().
6891              
6892              Document that 'use utf8' has been considered.
6893              
6894              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
6895      Branch: perl
6896            ! pod/perltodo.pod universal.c
6897 ____________________________________________________________________________
6898 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
6899         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
6900              From: Nicholas Clark <nick@ccl4.org>
6901              Date: Mon, 18 Jun 2001 23:29:23 +0100
6902              Message-ID: <20010618232923.I98663@plum.flirble.org>
6903      Branch: perl
6904            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
6905            ! ext/Sys/Syslog/Makefile.PL
6906 ____________________________________________________________________________
6907 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
6908         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
6909              From: Scott.L.Miller@Compaq.com
6910              Date: Mon, 18 Jun 2001 10:12:27 -0500
6911              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
6912      Branch: perl
6913            ! lib/perl5db.pl pod/perldebug.pod
6914 ____________________________________________________________________________
6915 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
6916         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
6917              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
6918              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
6919              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
6920      Branch: perl
6921            ! lib/Carp/Heavy.pm
6922 ____________________________________________________________________________
6923 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
6924         Log: Subject: [PATCH] Documentation changes for CLONE
6925              From: Artur Bergman <artur@contiller.se>
6926              Date: Mon, 18 Jun 2001 22:06:37 +0200
6927              Message-ID: <B7542BEC.1719%artur@contiller.se>
6928      Branch: perl
6929            ! pod/perlmod.pod pod/perlsub.pod
6930 ____________________________________________________________________________
6931 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
6932         Log: Subject: Re: configure.com
6933              From: "Craig A. Berry" <craigberry@mac.com>
6934              Date: Mon, 18 Jun 2001 16:04:38 -0500
6935              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
6936      Branch: perl
6937            ! configure.com
6938 ____________________________________________________________________________
6939 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
6940         Log: Subject: PL_nullstash + perl_clone()
6941              From: Doug MacEachern <dougm@covalent.net>
6942              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
6943              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
6944      Branch: perl
6945            ! sv.c
6946 ____________________________________________________________________________
6947 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
6948         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
6949              From: davem@fdgroup.co.uk
6950              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
6951              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
6952      Branch: perl
6953            ! embed.pl pod/perlapi.pod
6954 ____________________________________________________________________________
6955 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
6956         Log: More cross-compilation defaults gleaned from -Dcc
6957              if it is CPU-OS-gcc.
6958      Branch: metaconfig
6959            ! U/modified/libc.U
6960      Branch: metaconfig/U/perl
6961            ! Cross.U
6962      Branch: perl
6963            ! Configure INSTALL
6964 ____________________________________________________________________________
6965 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
6966         Log: Update Changes.
6967      Branch: perl
6968            ! Changes patchlevel.h
6969 ____________________________________________________________________________
6970 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
6971         Log: Subject: [PATCH 5.7.1] sv.c documentation
6972              From: davem@fdgroup.co.uk
6973              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
6974              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
6975      Branch: perl
6976            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
6977            ! sv.c sv.h
6978 ____________________________________________________________________________
6979 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
6980         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
6981              From: "Jon Gunnip" <jongunnip@hotmail.com>
6982              Date: Sun, 17 Jun 2001 18:24:29 -0400
6983              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
6984      Branch: perl
6985            ! pod/perlvar.pod
6986 ____________________________________________________________________________
6987 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
6988         Log: Move the locale/strict/warnings helper files back
6989              under the t/lib; this way the amount of non-installabled
6990              stuff under lib/ stays smaller.
6991      Branch: perl
6992            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
6993            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
6994            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
6995            + t/lib/warnings/5nolint t/lib/warnings/6default
6996            + t/lib/warnings/7fatal t/lib/warnings/8signal
6997            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
6998            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
6999            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
7000            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
7001            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
7002            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
7003            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
7004            + t/lib/warnings/taint t/lib/warnings/toke
7005            + t/lib/warnings/universal t/lib/warnings/utf8
7006            + t/lib/warnings/util
7007            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
7008            - lib/strict/subs lib/strict/vars lib/warnings/1global
7009            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
7010            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
7011            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
7012            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
7013            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
7014            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
7015            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
7016            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
7017            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
7018            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
7019            - lib/warnings/utf8 lib/warnings/util
7020            ! MANIFEST installperl lib/locale.t lib/strict.t
7021 ____________________________________________________________________________
7022 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
7023         Log: Split off the pack/unpack code, from Nicholas Clark.
7024      Branch: perl
7025            + pp_pack.c
7026            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
7027            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
7028            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
7029 ____________________________________________________________________________
7030 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
7031         Log: Guard the SysV IPC tests against being invoked in
7032              SysV-IPC-less places.
7033      Branch: perl
7034            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
7035 ____________________________________________________________________________
7036 [ 10683] By: nick                                  on 2001/06/18  12:24:42
7037         Log: Integrate mainline (new test scheme now ok on Linux).
7038      Branch: perlio
7039           +> lib/warnings.t
7040           !> dump.c sv.c
7041 ____________________________________________________________________________
7042 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
7043         Log: Add the locale.c and numeric.c to the microperl sources.
7044      Branch: perl
7045            ! Makefile.micro win32/Makefile
7046 ____________________________________________________________________________
7047 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
7048         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
7049              From: Abhijit Menon-Sen <ams@wiw.org>
7050              Date: Mon, 18 Jun 2001 14:23:44 +0530
7051              Message-ID: <20010618142344.A13136@lustre.linux.in>
7052      Branch: perl
7053            ! dump.c
7054 ____________________________________________________________________________
7055 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
7056         Log: Subject: Re: [PATCH] more anonymous stash cleanups
7057              From: Abhijit Menon-Sen <ams@wiw.org>
7058              Date: Mon, 18 Jun 2001 15:50:32 +0530
7059              Message-ID: <20010618155032.A13223@lustre.linux.in>
7060              
7061              Plus the comment left in as suggested by NI-S.
7062      Branch: perl
7063            ! sv.c
7064 ____________________________________________________________________________
7065 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
7066         Log: One missed file.
7067      Branch: perl
7068            + lib/warnings.t
7069 ____________________________________________________________________________
7070 [ 10678] By: nick                                  on 2001/06/18  08:05:29
7071         Log: Integrate mainline (part2 - the deletes)
7072      Branch: perlio
7073            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
7074            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
7075            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
7076            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
7077            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
7078            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
7079            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
7080            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
7081            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
7082            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
7083            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
7084 ____________________________________________________________________________
7085 [ 10677] By: nick                                  on 2001/06/18  08:04:44
7086         Log: Integrate mainline (part1)
7087      Branch: perlio
7088           +> (branch 376 files)
7089            - (delete 219 files)
7090           !> (integrate 151 files)
7091 ____________________________________________________________________________
7092 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
7093         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
7094              No doubt I made some mistakes like missed some files or
7095              misnamed some files.  The naming rules were more or less:
7096              (1) if the module is from CPAN, follows its ways, be it
7097              t/*.t or test.pl.
7098              (2) otherwise if there are multiple tests for a module
7099              put them in a t/
7100              (3) otherwise if there's only one test put it in Module.t
7101              (4) helper files go to module/ (locale, strict, warnings)
7102              (5) use longer filenames now that we can (but e.g. the
7103              compat-0.6.t and the Text::Balanced test files still
7104              were renamed to be more civil against the 8.3 people)
7105              installperl was updated appropriately not to install the
7106              *.t files or the help files from under lib.
7107              
7108              TODO: some helper files still remain under t/ that could
7109              follow their 'masters'.  UPDATE: On second thoughts, why
7110              should they.  They can continue to live under t/lib, and
7111              in fact the locale/strict/warnings helpers that were moved
7112              could be moved back.  This way the amount of non-installable
7113              stuff under lib/ stays smaller.
7114      Branch: perl
7115            + (add 253 files)
7116            - (delete 254 files)
7117            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
7118 ____________________________________________________________________________
7119 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
7120         Log: The warning no more comes from util.c, it comes from numeric.c.
7121      Branch: perl
7122            ! README.tru64
7123 ____________________________________________________________________________
7124 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
7125         Log: Subject: Re: anyone good at casting spells?
7126              From: Spider Boardman <spider@Orb.Nashua.NH.US>
7127              Date: Sun, 17 Jun 2001 21:21:04 -0400
7128              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
7129      Branch: perl
7130            ! ext/POSIX/POSIX.xs hv.h
7131 ____________________________________________________________________________
7132 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
7133         Log: Protect the (original) thread tests against testing if no 5.005
7134              threads have been configured.
7135      Branch: perl
7136            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
7137            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
7138            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
7139            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
7140            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
7141            ! ext/Thread/unsync4.t
7142 ____________________________________________________________________________
7143 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
7144         Log: Try the new test scanning scheme on Text::Abbrev.
7145      Branch: perl
7146            + lib/Text/Abbrev.t
7147            - lib/Text/Abbrev/t/abbrev.t
7148            ! MANIFEST
7149 ____________________________________________________________________________
7150 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
7151         Log: Change the scan policy of the *.t and test.pl files,
7152              now the *.t do not need to live in a t/ directory.
7153      Branch: perl
7154            ! t/TEST t/harness
7155 ____________________________________________________________________________
7156 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
7157         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
7158              From: Ilmari Karonen <iltzu@sci.fi>
7159              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
7160              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
7161      Branch: perl
7162            ! pod/perlfaq7.pod
7163 ____________________________________________________________________________
7164 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
7165         Log: Quench the warnings from Tru64; the HP-UX is still
7166              broken because it really, REALLY, doesn't like the
7167              HvARRAY() being lvalue:
7168              
7169              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
7170              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
7171      Branch: perl
7172            ! hv.c
7173 ____________________________________________________________________________
7174 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
7175         Log: Integrate change #10667 from maintperl:
7176              
7177              change#10449 broke the special-case that makes lexicals inside the
7178              eval"" within DB::DB() visible
7179      Branch: perl
7180           !> op.c
7181 ____________________________________________________________________________
7182 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
7183         Log: change#10449 broke the special-case that makes lexicals inside the
7184              eval"" within DB::DB() visible
7185      Branch: maint-5.6/perl
7186            ! op.c
7187 ____________________________________________________________________________
7188 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
7189         Log: Still spurious output; indent the code a bit.
7190              
7191              TODO1: separate the utility functions like MkDir
7192              into a helper script?
7193              
7194              TODO2: I see a lot of repetition in the filepath()
7195              and dirpath() calls.
7196      Branch: perl
7197            ! t/lib/filefind.t t/lib/findtaint.t
7198 ____________________________________________________________________________
7199 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
7200         Log: Regen modlib, toc.
7201      Branch: perl
7202            ! pod/perlmodlib.pod pod/perltoc.pod
7203 ____________________________________________________________________________
7204 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
7205         Log: Add libnetcfg to perlutil.
7206      Branch: perl
7207            ! pod/perlutil.pod
7208 ____________________________________________________________________________
7209 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
7210         Log: Initial integration of libnet-1.0703.
7211              The Configure script renamed as libnetcfg, will be
7212              installed along other utilities.
7213      Branch: perl
7214            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
7215            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
7216            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
7217            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
7218            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
7219            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
7220            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
7221            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
7222            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
7223            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
7224            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
7225            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
7226            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
7227            + utils/libnetcfg.PL
7228            ! MANIFEST utils.lst utils/Makefile
7229 ____________________________________________________________________________
7230 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
7231         Log: Less potentially test-harness-confusing output.
7232      Branch: perl
7233            ! lib/Memoize/t/expire_module_t.t
7234 ____________________________________________________________________________
7235 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
7236         Log: The final print annoys make test.
7237      Branch: perl
7238            ! t/lib/filefind.t t/lib/findtaint.t
7239 ____________________________________________________________________________
7240 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
7241         Log: Add an option for handling dangling symbolic links.
7242      Branch: perl
7243            ! lib/File/Find.pm t/lib/filefind.t
7244 ____________________________________________________________________________
7245 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
7246         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
7247              From: Thomas Wegner <wegner_thomas@yahoo.com>
7248              Date: Sun, 17 Jun 2001 14:43:11 +0200
7249              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
7250      Branch: perl
7251            + t/lib/findtaint.t
7252            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
7253 ____________________________________________________________________________
7254 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
7255         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
7256              From: Jonathan Stowe <gellyfish@gellyfish.com>
7257              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
7258              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
7259      Branch: perl
7260            ! lib/ExtUtils/MM_Unix.pm
7261 ____________________________________________________________________________
7262 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
7263         Log: Subject: [PATCH] more anonymous stash cleanups
7264              From: Abhijit Menon-Sen <ams@wiw.org>
7265              Date: Sun, 17 Jun 2001 11:44:06 +0530
7266              Message-ID: <20010617114406.A25203@lustre.linux.in>
7267      Branch: perl
7268            ! op.c
7269 ____________________________________________________________________________
7270 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
7271         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
7272              From: Abhijit Menon-Sen <ams@wiw.org>
7273              Date: Sun, 17 Jun 2001 08:02:59 +0530
7274              Message-ID: <20010617080259.A28776@lustre.linux.in>
7275              
7276              Subject: [PATCH #2/7] xhv_eiter
7277              From: Abhijit Menon-Sen <ams@wiw.org>
7278              Date: Sun, 17 Jun 2001 08:13:18 +0530
7279              Message-ID: <20010617081318.B28776@lustre.linux.in>
7280              
7281              Subject: [PATCH #3/7] xhv_fill
7282              From: Abhijit Menon-Sen <ams@wiw.org>
7283              Date: Sun, 17 Jun 2001 08:25:16 +0530
7284              Message-ID: <20010617082516.C28776@lustre.linux.in>
7285              
7286              Subject: [PATCH #4/7] xhv_keys
7287              From: Abhijit Menon-Sen <ams@wiw.org>
7288              Date: Sun, 17 Jun 2001 08:36:17 +0530
7289              Message-ID: <20010617083617.D28776@lustre.linux.in>
7290              
7291              Subject: [PATCH #5/7] xhv_max
7292              From: Abhijit Menon-Sen <ams@wiw.org>
7293              Date: Sun, 17 Jun 2001 08:39:48 +0530
7294              Message-ID: <20010617083948.E28776@lustre.linux.in>
7295              
7296              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
7297              From: Abhijit Menon-Sen <ams@wiw.org>
7298              Date: Sun, 17 Jun 2001 08:51:11 +0530
7299              Message-ID: <20010617085111.F28776@lustre.linux.in>
7300      Branch: perl
7301            ! hv.c
7302 ____________________________________________________________________________
7303 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
7304         Log: Update Changes.
7305      Branch: perl
7306            ! Changes patchlevel.h
7307 ____________________________________________________________________________
7308 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
7309         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
7310              From: Abhijit Menon-Sen <ams@wiw.org>
7311              Date: Sat, 16 Jun 2001 07:41:19 +0530
7312              Message-ID: <20010616074119.A24720@lustre.linux.in>
7313      Branch: perl
7314            ! hv.c perl.c vms/vmsish.h win32/win32.h
7315 ____________________________________________________________________________
7316 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
7317         Log: Document tests failing when threaded, since we now have more.
7318      Branch: perl
7319            ! pod/perl572delta.pod
7320 ____________________________________________________________________________
7321 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
7322         Log: -Wall cleanup.
7323      Branch: perl
7324            ! ext/Thread/Thread.xs
7325 ____________________________________________________________________________
7326 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
7327         Log: pthread_attr_setstacksize() isn't absolutely necessary
7328              to call, only iff THREAD_CREATE_NEEDS_STACK.
7329      Branch: perl
7330            ! ext/Thread/Thread.xs
7331 ____________________________________________________________________________
7332 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
7333         Log: -Wall strays.
7334      Branch: perl
7335            ! perl.c util.c
7336 ____________________________________________________________________________
7337 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
7338         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
7339              (and INT64_MIN) brokenness.
7340      Branch: perl
7341            ! hints/darwin.sh perl.h
7342 ____________________________________________________________________________
7343 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
7344         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
7345              From: Nicholas Clark <nick@ccl4.org>
7346              Date: Sun, 17 Jun 2001 00:16:05 +0100
7347              Message-ID: <20010617001605.V98663@plum.flirble.org>
7348      Branch: perl
7349            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
7350            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
7351            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
7352 ____________________________________________________________________________
7353 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
7354         Log: Add perlnetware to docs; regen toc; supply skeleton
7355              docs for some Memoize submodules.
7356      Branch: perl
7357            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
7358            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
7359            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
7360            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
7361            ! win32/Makefile win32/makefile.mk
7362 ____________________________________________________________________________
7363 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
7364         Log: pod cleanup.
7365      Branch: perl
7366            ! README.netware
7367 ____________________________________________________________________________
7368 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
7369         Log: Integrate Memoize 0.64.  Few tweaks were required in
7370              the test scripts.  Note that the speed and expire*
7371              tests take several dozen seconds to run.
7372      Branch: perl
7373            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
7374            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
7375            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
7376            + lib/Memoize/README lib/Memoize/SDBM_File.pm
7377            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
7378            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
7379            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
7380            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
7381            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
7382            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
7383            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
7384            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
7385            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
7386            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
7387            ! MANIFEST t/lib/1_compile.t
7388 ____________________________________________________________________________
7389 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
7390         Log: Document the cross-compilation options.
7391      Branch: perl
7392            ! Cross/README INSTALL
7393 ____________________________________________________________________________
7394 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
7395         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
7396      Branch: perl
7397            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
7398            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
7399            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
7400            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
7401            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
7402            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
7403            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
7404            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
7405            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
7406            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
7407            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
7408            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
7409            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
7410            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
7411            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
7412            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
7413            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
7414            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
7415            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
7416            + lib/ExtUtils/MM_NW5.pm
7417            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
7418            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
7419            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
7420            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
7421            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
7422            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
7423            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
7424            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
7425            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
7426            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
7427            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
7428            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
7429            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
7430            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
7431            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
7432            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
7433            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
7434            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
7435            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
7436            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
7437            ! util.h x2p/a2py.c
7438 ____________________________________________________________________________
7439 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
7440         Log: Resort MANIFEST.
7441      Branch: perl
7442            ! MANIFEST
7443 ____________________________________________________________________________
7444 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
7445         Log: Integrate perlio.
7446      Branch: perl
7447           +> win32/win32io.c
7448           !> MANIFEST perlio.c perliol.h win32/makefile.mk
7449 ____________________________________________________________________________
7450 [ 10640] By: nick                                  on 2001/06/16  18:38:31
7451         Log: Disable :win32 layer as default till I get it working
7452      Branch: perlio
7453            ! MANIFEST perlio.c
7454 ____________________________________________________________________________
7455 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
7456         Log: Try the new scheme by moving the Text::Abbrev test
7457              to a new place under lib.
7458      Branch: perl
7459            + lib/Text/Abbrev/t/abbrev.t
7460            - t/lib/abbrev.t
7461            ! MANIFEST
7462 ____________________________________________________________________________
7463 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
7464         Log: Make the code even more dynamical so that testname
7465              suffix length can change.
7466      Branch: perl
7467            ! lib/Test/Harness.pm t/TEST
7468 ____________________________________________________________________________
7469 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
7470         Log: Allow for deeper t/ and also a single test.pl.
7471      Branch: perl
7472            ! t/TEST t/harness
7473 ____________________________________________________________________________
7474 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
7475         Log: #define fix from Nicholas Clark.
7476      Branch: perl
7477            ! ext/POSIX/POSIX.xs
7478 ____________________________________________________________________________
7479 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
7480         Log: Initialization is nice.
7481      Branch: perl
7482            ! lib/Test/Harness.pm
7483 ____________________________________________________________________________
7484 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
7485         Log: Make t/TEST and t/harness to test also the t/ tests
7486              under the main lib/ and ext/ directories.  Fix Test::Harness
7487              to dynamically change the width of its "foo/bar....ok" output.
7488      Branch: perl
7489            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
7490 ____________________________________________________________________________
7491 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
7492         Log: Subject: [PATCH] Re: perl@10611 
7493              From: Nicholas Clark <nick@ccl4.org>
7494              Date: Sat, 16 Jun 2001 16:52:47 +0100
7495              Message-ID: <20010616165247.O98663@plum.flirble.org>
7496              
7497              The .xs parts, too.
7498      Branch: perl
7499            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
7500            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
7501 ____________________________________________________________________________
7502 [ 10632] By: nick                                  on 2001/06/16  16:44:35
7503         Log: Work-in-progress win32 layer semi-functional, checking 
7504              for UNIX breakage.
7505      Branch: perlio
7506            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
7507 ____________________________________________________________________________
7508 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
7509         Log: Subject: [PATCH] Re: perl@10611 
7510              From: Nicholas Clark <nick@ccl4.org>
7511              Date: Sat, 16 Jun 2001 16:52:47 +0100
7512              Message-ID: <20010616165247.O98663@plum.flirble.org>
7513      Branch: perl
7514            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
7515            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
7516            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
7517            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
7518            ! lib/ExtUtils/Constant.pm
7519 ____________________________________________________________________________
7520 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
7521         Log: Metaconfig unit change for #10629.
7522      Branch: metaconfig
7523            ! U/modified/Finish.U
7524 ____________________________________________________________________________
7525 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
7526         Log: The extraction changed directories.
7527      Branch: perl
7528            ! Configure
7529 ____________________________________________________________________________
7530 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
7531         Log: Math::BigInt 1.35 from Tels.
7532      Branch: perl
7533            + t/lib/mbimbf.t
7534            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
7535            ! t/lib/bigfltpm.t t/lib/bigintpm.t
7536 ____________________________________________________________________________
7537 [ 10627] By: nick                                  on 2001/06/16  14:54:52
7538         Log: Work in progress UNIX-side edit of win32 PerLIO layer
7539      Branch: perlio
7540            + win32/win32io.c
7541            ! perlio.c win32/makefile.mk
7542 ____________________________________________________________________________
7543 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
7544         Log: Subject: [PATCH 5.6.1] os2/diff-configure
7545              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7546              Date: Fri, 15 Jun 2001 01:19:36 -0400
7547              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
7548              
7549              Empty all of it because I think #10624 made even the
7550              last patch hunk unnecessary.
7551      Branch: perl
7552            ! os2/diff.configure
7553 ____________________________________________________________________________
7554 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
7555         Log: Metaconfig unit change for 10624.
7556      Branch: metaconfig
7557            ! U/modified/libc.U
7558      Branch: perl
7559            ! config_h.SH
7560 ____________________________________________________________________________
7561 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
7562         Log: Move the initialization of libnames to the beginning so
7563              that can one 'seed' it (as OS/2 does.)
7564      Branch: perl
7565            ! Configure
7566 ____________________________________________________________________________
7567 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
7568         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
7569              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7570              Date: Fri, 15 Jun 2001 19:10:57 -0400
7571              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
7572      Branch: perl
7573            ! os2/OS2/REXX/DLL/DLL.pm
7574 ____________________________________________________________________________
7575 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
7576         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
7577              From: "Craig A. Berry" <craigberry@mac.com>
7578              Date: Fri, 15 Jun 2001 17:00:03 -0500
7579              Message-Id: <a05101007b750342599be@[172.16.52.1]>
7580      Branch: perl
7581            ! vms/descrip_mms.template
7582 ____________________________________________________________________________
7583 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
7584         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
7585              From: "Craig A. Berry" <craigberry@mac.com>
7586              Date: Fri, 15 Jun 2001 18:39:42 -0500
7587              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
7588      Branch: perl
7589            ! lib/File/Spec/VMS.pm t/lib/extutils.t
7590 ____________________________________________________________________________
7591 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
7592         Log: Integrate perlio.
7593      Branch: perl
7594           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
7595           !> t/io/utf8.t t/lib/io_scalar.t
7596 ____________________________________________________________________________
7597 [ 10619] By: nick                                  on 2001/06/15  21:05:19
7598         Log: Generated files
7599      Branch: perlio
7600            ! embed.h proto.h
7601 ____________________________________________________________________________
7602 [ 10618] By: nick                                  on 2001/06/15  20:27:42
7603         Log: Fix open.pm to work via XS-implemented method calls rather
7604              than *open::layers variables which caused all the HV/AV hassle.
7605      Branch: perlio
7606            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
7607            ! t/lib/io_scalar.t
7608 ____________________________________________________________________________
7609 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
7610         Log: Integrate perlio.
7611      Branch: perl
7612           !> lib/ExtUtils/Constant.pm
7613 ____________________________________________________________________________
7614 [ 10616] By: nick                                  on 2001/06/15  18:46:47
7615         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
7616      Branch: perlio
7617            ! lib/ExtUtils/Constant.pm
7618 ____________________________________________________________________________
7619 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
7620         Log: Integrate perlio.
7621      Branch: perl
7622           !> ext/Socket/Socket.xs
7623 ____________________________________________________________________________
7624 [ 10614] By: nick                                  on 2001/06/15  18:33:37
7625         Log: MULTIPLICITY fix for Socket.xs
7626      Branch: perlio
7627            ! ext/Socket/Socket.xs
7628 ____________________________________________________________________________
7629 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
7630         Log: Subject: Re: perl@10611
7631              From: Doug MacEachern <dougm@covalent.net>
7632              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
7633              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
7634      Branch: perl
7635            ! ext/Socket/Socket.xs
7636 ____________________________________________________________________________
7637 [ 10612] By: nick                                  on 2001/06/15  16:14:38
7638         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
7639      Branch: perlio
7640           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
7641           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
7642           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
7643           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
7644           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
7645           !> utils/h2ph.PL
7646 ____________________________________________________________________________
7647 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
7648         Log: Update Changes.
7649      Branch: perl
7650            ! Changes patchlevel.h
7651 ____________________________________________________________________________
7652 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
7653         Log: Upping the test count.
7654      Branch: perl
7655            ! t/lib/filefind.t
7656 ____________________________________________________________________________
7657 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
7658         Log: Integrate perlio.
7659      Branch: perl
7660           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7661 ____________________________________________________________________________
7662 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
7663         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
7664              From: andreas.koenig@anima.de (Andreas J. Koenig)
7665              Date: 15 Jun 2001 13:30:39 +0200
7666              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
7667              
7668              Record the grim history.
7669      Branch: perl
7670            ! lib/File/Find.pm
7671 ____________________________________________________________________________
7672 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
7673         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
7674              From: Brian McCauley <nobull@mail.com>
7675              Date: 15 Jun 2001 07:51:26 +0100
7676              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
7677      Branch: perl
7678            ! lib/File/Find.pm t/lib/filefind.t
7679 ____________________________________________________________________________
7680 [ 10606] By: nick                                  on 2001/06/15  14:00:08
7681         Log: regen_config_h for Win32.
7682      Branch: perlio
7683            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7684 ____________________________________________________________________________
7685 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
7686         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
7687              From: Peter Prymmer <pvhp@forte.com>
7688              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
7689              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
7690      Branch: perl
7691            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
7692 ____________________________________________________________________________
7693 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
7694         Log: Some filesystems require writability for rename/unlink.
7695      Branch: perl
7696            ! opcode.pl
7697 ____________________________________________________________________________
7698 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
7699         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
7700              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
7701              Date: Fri, 15 Jun 2001 12:08:53 +0200
7702              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
7703      Branch: perl
7704            ! perlio.c
7705 ____________________________________________________________________________
7706 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
7707         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
7708              From: Mike Guy <mjtg@cam.ac.uk>
7709              Date: Fri, 15 Jun 2001 14:11:49 +0100
7710              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
7711      Branch: perl
7712            ! opcode.pl
7713 ____________________________________________________________________________
7714 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
7715         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
7716              From: Nicholas Clark <nick@ccl4.org>
7717              Date: Thu, 14 Jun 2001 23:52:56 +0100
7718              Message-ID: <20010614235256.G98663@plum.flirble.org>
7719      Branch: perl
7720            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
7721            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
7722 ____________________________________________________________________________
7723 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
7724         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
7725              From: Russ Allbery <rra@stanford.edu>
7726              Date: 14 Jun 2001 13:24:43 -0700
7727              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
7728      Branch: perl
7729            ! ext/GDBM_File/GDBM_File.pm
7730 ____________________________________________________________________________
7731 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
7732         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
7733              From: Nicholas Clark <nick@ccl4.org>
7734              Date: Thu, 14 Jun 2001 20:37:47 +0100
7735              Message-ID: <20010614203747.F98663@plum.flirble.org>
7736      Branch: perl
7737            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
7738            ! t/lib/gdbm.t
7739 ____________________________________________________________________________
7740 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
7741         Log: Integrate perlio.
7742      Branch: perl
7743           !> makedef.pl sv.c
7744 ____________________________________________________________________________
7745 [ 10597] By: nick                                  on 2001/06/15  11:08:13
7746         Log: Check that HVs with HvNAME() != NULL are really stashes before
7747              treating them as such. Also be more defensive on the GvCV.
7748              Win32 fork and dprof now working again. 
7749      Branch: perlio
7750            ! sv.c
7751 ____________________________________________________________________________
7752 [ 10596] By: nick                                  on 2001/06/15  10:11:20
7753         Log: Integrate mainline.
7754      Branch: perlio
7755           +> Cross/README
7756           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
7757           !> Porting/config_H config_h.SH configure.com epoc/config.sh
7758           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
7759           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7760           !> vos/config.ga.h win32/config.bc win32/config.gc
7761           !> win32/config.vc win32/config_H.bc win32/config_H.gc
7762           !> win32/config_H.vc
7763 ____________________________________________________________________________
7764 [ 10595] By: nick                                  on 2001/06/15  09:37:17
7765         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
7766              - Win32 (VC++) now builds but fails:
7767              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
7768              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
7769              write.t    - open(...,"|-") not implemented on Win32 
7770      Branch: perlio
7771            ! makedef.pl
7772 ____________________________________________________________________________
7773 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
7774         Log: Integrate perlio.
7775      Branch: perl
7776           !> perlio.c win32/makefile.mk
7777 ____________________________________________________________________________
7778 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
7779         Log: Metaconfig unit changes for #10592.
7780      Branch: metaconfig
7781            + U/modified/i_varhdr.U U/modified/startsh.U
7782            - U/a_dvisory/crosscompile.U U/target/Target.U
7783            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
7784            ! U/compline/bitpbyte.U U/compline/byteorder.U
7785            ! U/compline/ccflags.U U/compline/charsize.U
7786            ! U/compline/d_casti32.U U/compline/d_castneg.U
7787            ! U/compline/d_closedir.U U/compline/d_fd_set.U
7788            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
7789            ! U/compline/d_keepsig.U U/compline/d_open3.U
7790            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
7791            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
7792            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
7793            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
7794            ! U/compline/doublesize.U U/compline/floatsize.U
7795            ! U/compline/nblock_io.U U/compline/orderlib.U
7796            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
7797            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
7798            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
7799            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
7800            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
7801            ! U/modified/spitshell.U U/threads/archname.U
7802            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
7803            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
7804            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
7805            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
7806            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
7807      Branch: metaconfig/U/perl
7808            + Cross.U
7809            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
7810            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
7811            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
7812            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
7813            ! stdio_streams.U uselfs.U
7814 ____________________________________________________________________________
7815 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
7816         Log: The first steps towards cross-compilation.
7817              
7818              Abstract execution of compiled test executables with $run,
7819              and abstract transfer of files with $to and $from.
7820              
7821              Under cross-compilation the $run, $to, and $from will point
7822              to appropriate wrapper scripts, by default ssh and scp,
7823              but also rsh, rcp, and cp are supported.  If not
7824              cross-compiling, they will be set to '', ':', and ':',
7825              respectively.
7826              
7827              With these patches I was able to get Configure for
7828              iPAQ ARM Linux on an Intel Linux about 95% right
7829              (only a few tests failed to execute or they produced
7830              incorrect results), and I was able to compile
7831              a functional miniperl.
7832              
7833              The symbol crosscompile renamed to be usecrosscompile,
7834              the corresponding C symbol from CROSSCOMPILE to
7835              USE_CROSS_COMPILE.
7836      Branch: perl
7837            ! Configure Cross/README Makefile.SH Porting/Glossary
7838            ! Porting/config.sh Porting/config_H config_h.SH configure.com
7839            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
7840            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
7841            ! vos/config.ga.def vos/config.ga.h win32/config.bc
7842            ! win32/config.gc win32/config.vc win32/config_H.bc
7843            ! win32/config_H.gc win32/config_H.vc
7844 ____________________________________________________________________________
7845 [ 10591] By: nick                                  on 2001/06/14  20:00:12
7846         Log: Steps along the road toward Win32 building again.
7847      Branch: perlio
7848            ! perlio.c win32/makefile.mk
7849 ____________________________________________________________________________
7850 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
7851         Log: Integrate perlio.
7852      Branch: perl
7853           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7854 ____________________________________________________________________________
7855 [ 10589] By: nick                                  on 2001/06/14  13:54:07
7856         Log: Routine regen_config_h for Win32
7857      Branch: perlio
7858            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7859 ____________________________________________________________________________
7860 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
7861         Log: Integrate perlio.
7862      Branch: perl
7863           +> perlyline.pl
7864           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
7865 ____________________________________________________________________________
7866 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
7867         Log: A placeholder.
7868      Branch: perl
7869            + Cross/README
7870 ____________________________________________________________________________
7871 [ 10586] By: nick                                  on 2001/06/14  08:25:07
7872         Log: Add new step to run_byacc which:
7873              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
7874              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
7875      Branch: perlio
7876            + perlyline.pl
7877            ! MANIFEST Makefile.SH perly.c
7878 ____________________________________________________________________________
7879 [ 10585] By: nick                                  on 2001/06/14  08:22:29
7880         Log: Integrate mainline
7881      Branch: perlio
7882           +> locale.c numeric.c
7883           !> Changes cygwin/Makefile.SHs embed.h embed.pl
7884           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
7885           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
7886           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
7887           !> x2p/Makefile.SH
7888 ____________________________________________________________________________
7889 [ 10584] By: nick                                  on 2001/06/14  08:05:53
7890         Log: Hack to remove insecure directories from PATH so test will run.
7891      Branch: perlio
7892            ! t/lib/filefind.t
7893 ____________________________________________________________________________
7894 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
7895         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
7896      Branch: perl
7897            - t/lib/mbimbf.t
7898            ! MANIFEST
7899 ____________________________________________________________________________
7900 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
7901         Log: Detypo.
7902      Branch: perl
7903            ! x2p/Makefile.SH
7904 ____________________________________________________________________________
7905 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
7906         Log: de-$CONFIG continues.
7907      Branch: perl
7908            ! cygwin/Makefile.SHs x2p/Makefile.SH
7909 ____________________________________________________________________________
7910 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
7911         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
7912              From: Nicholas Clark <nick@ccl4.org>
7913              Date: Wed, 13 Jun 2001 21:20:13 +0100
7914              Message-ID: <20010613212013.D98663@plum.flirble.org>
7915      Branch: perl
7916            ! opcode.pl
7917 ____________________________________________________________________________
7918 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
7919         Log: Subject: splitting util.c
7920              From: Hugo <hv@crypt.compulink.co.uk>
7921              Date: Thu, 14 Jun 2001 00:41:08 +0100
7922              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
7923      Branch: perl
7924            + locale.c numeric.c
7925            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
7926            ! pod/perlapi.pod proto.h util.c
7927 ____________________________________________________________________________
7928 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
7929         Log: Upgrade to Math::BigInt 1.34 from Tels.
7930      Branch: perl
7931            + t/lib/mbimbf.t
7932            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
7933            ! t/lib/bigfltpm.t t/lib/bigintpm.t
7934 ____________________________________________________________________________
7935 [ 10577] By: nick                                  on 2001/06/13  19:02:48
7936         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
7937      Branch: perlio
7938           !> (integrate 125 files)
7939 ____________________________________________________________________________
7940 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
7941         Log: Update Changes.
7942      Branch: perl
7943            ! Changes patchlevel.h
7944 ____________________________________________________________________________
7945 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
7946         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
7947              From: "Craig A. Berry" <craigberry@mac.com>
7948              Date: Wed, 13 Jun 2001 13:24:28 -0500
7949              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
7950      Branch: perl
7951            ! ext/re/Makefile.PL
7952 ____________________________________________________________________________
7953 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
7954         Log: Mc.u.c. for #10573.
7955      Branch: metaconfig
7956            ! U/threads/usethreads.U
7957 ____________________________________________________________________________
7958 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
7959         Log: It would be also be good if I could type.
7960      Branch: perl
7961            ! Configure
7962 ____________________________________________________________________________
7963 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
7964         Log: Metaconfig unit change for #10571.
7965      Branch: metaconfig
7966            ! U/threads/usethreads.U
7967 ____________________________________________________________________________
7968 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
7969         Log: A non-empty default is a good thing.
7970      Branch: perl
7971            ! Configure
7972 ____________________________________________________________________________
7973 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
7974         Log: Metaconfig unit change for #10569.
7975      Branch: metaconfig
7976            ! U/threads/usethreads.U
7977 ____________________________________________________________________________
7978 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
7979         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
7980              extremely experimental, not even prompted for.
7981      Branch: perl
7982            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7983            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
7984            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
7985            ! win32/config.bc win32/config.gc win32/config.vc
7986 ____________________________________________________________________________
7987 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
7988         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
7989      Branch: perl
7990            ! pod/perlfaq6.pod
7991 ____________________________________________________________________________
7992 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
7993         Log: Integrate perlio; conflicts, accept Nick's versions.
7994      Branch: perl
7995           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
7996           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
7997 ____________________________________________________________________________
7998 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
7999         Log: Subject: Re: ext/ + -Wall
8000              From: Doug MacEachern <dougm@covalent.net>
8001              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
8002              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
8003      Branch: perl
8004            ! XSUB.h lib/ExtUtils/xsubpp perl.h
8005 ____________________________________________________________________________
8006 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
8007         Log: Similar logic as DB_File.xs, using the modern macros and
8008              defines them to older ones for older Perls where PERL_VERSION
8009              is not defined, from Doug MacEachern.
8010      Branch: perl
8011            ! ext/Storable/Storable.xs
8012 ____________________________________________________________________________
8013 [ 10564] By: nick                                  on 2001/06/13  15:22:01
8014         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
8015              and using that instead (name lookups are sequential search for now).
8016      Branch: perlio
8017            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
8018            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
8019 ____________________________________________________________________________
8020 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
8021         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
8022              From: "Richard Soderberg" <rs@crystalflame.net>
8023              Date: Sat, 26 May 2001 06:44:20 -0700
8024              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
8025      Branch: perl
8026            ! sv.c t/op/glob.t
8027 ____________________________________________________________________________
8028 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
8029         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
8030              From: "Craig A. Berry" <craigberry@mac.com>
8031              Date: Tue, 12 Jun 2001 23:55:26 -0500
8032              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
8033      Branch: perl
8034            ! ext/re/Makefile.PL ext/re/re.xs
8035 ____________________________________________________________________________
8036 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
8037         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
8038              suggested by NI-S.
8039      Branch: perl
8040            ! XSUB.h malloc.c perl.h
8041 ____________________________________________________________________________
8042 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
8043         Log: Regen toc.
8044      Branch: perl
8045            ! pod/perltoc.pod
8046 ____________________________________________________________________________
8047 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
8048         Log: Subject: [patch] perl.gprof control
8049              From: Doug MacEachern <dougm@covalent.net>
8050              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
8051              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
8052      Branch: perl
8053            ! miniperlmain.c perl.h
8054 ____________________________________________________________________________
8055 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
8056         Log: Subject: Re: ext/ + -Wall
8057              From: Doug MacEachern <dougm@covalent.net>
8058              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
8059              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
8060              
8061              Document ax and break up dXSARGS.
8062      Branch: perl
8063            ! XSUB.h pod/perlapi.pod
8064 ____________________________________________________________________________
8065 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
8066         Log: More AIX tweakage from Merijn.
8067      Branch: perl
8068            ! hints/aix.sh
8069 ____________________________________________________________________________
8070 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
8071         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
8072              From: "Craig A. Berry" <craigberry@mac.com>
8073              Date: Tue, 12 Jun 2001 22:57:45 -0500
8074              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
8075      Branch: perl
8076            ! vms/descrip_mms.template
8077 ____________________________________________________________________________
8078 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
8079         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
8080              From: "Craig A. Berry" <craigberry@mac.com>
8081              Date: Tue, 12 Jun 2001 22:21:39 -0500
8082              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
8083      Branch: perl
8084            ! configure.com util.c
8085 ____________________________________________________________________________
8086 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
8087         Log: New AIX dynaloading code from Jens-Uwe Mager.
8088              Does break binary compatibility.
8089      Branch: perl
8090            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
8091 ____________________________________________________________________________
8092 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
8093         Log: VMS DEC C compiler found nits by Peter Prymmer.
8094      Branch: perl
8095            ! util.c
8096 ____________________________________________________________________________
8097 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
8098         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
8099              From: Peter Prymmer <pvhp@forte.com>
8100              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
8101              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
8102      Branch: perl
8103            ! t/lib/filecomp.t
8104 ____________________________________________________________________________
8105 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
8106         Log: I wonder how many $CONFIGs still lurk in the shadows.
8107      Branch: perl
8108            ! pod/Makefile.SH x2p/cflags.SH
8109 ____________________________________________________________________________
8110 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
8111         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
8112      Branch: perl
8113            ! pod/checkpods.PL
8114 ____________________________________________________________________________
8115 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
8116         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
8117      Branch: perl
8118            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
8119 ____________________________________________________________________________
8120 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
8121         Log: Subject: [patch] rid local_patches warnings
8122              From: Doug MacEachern <dougm@covalent.net>
8123              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
8124              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
8125      Branch: perl
8126            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
8127 ____________________________________________________________________________
8128 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
8129         Log: Subject: Re: ext/ + -Wall
8130              From: Doug MacEachern <dougm@covalent.net>
8131              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
8132              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
8133      Branch: perl
8134            ! ext/attrs/attrs.xs
8135 ____________________________________________________________________________
8136 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
8137         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
8138              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8139              Date: Tue, 12 Jun 2001 14:36:20 -0400
8140              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
8141      Branch: perl
8142            ! pod/perlretut.pod
8143 ____________________________________________________________________________
8144 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
8145         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
8146              From: Mike Guy <mjtg@cam.ac.uk>
8147              Date: Tue, 12 Jun 2001 19:10:31 +0100
8148              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
8149              
8150              Subject: Re: [ID 20010612.001] out of memory during regex compilation
8151              From: Mike Guy <mjtg@cam.ac.uk>
8152              Date: Tue, 12 Jun 2001 19:21:01 +0100
8153              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
8154      Branch: perl
8155            ! pod/perlop.pod
8156 ____________________________________________________________________________
8157 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
8158         Log: AIX tweaks from Merijn H. Brand.
8159      Branch: perl
8160            ! hints/aix.sh
8161 ____________________________________________________________________________
8162 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
8163         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
8164              From: "Brendan O'Dea" <bod@compusol.com.au>
8165              Date: Wed, 13 Jun 2001 05:16:47 +1000
8166              Message-ID: <20010613051647.A8945@compusol.com.au>
8167      Branch: maint-5.6/perl
8168            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
8169 ____________________________________________________________________________
8170 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
8171         Log: Subject: Small bcopy cleanup
8172              From: Andy Dougherty <doughera@lafayette.edu>
8173              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
8174              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
8175      Branch: perl
8176            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
8177 ____________________________________________________________________________
8178 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
8179         Log: Subject: [PATCH] Re: ext/ + -Wall
8180              From: Nicholas Clark <nick@ccl4.org>
8181              Date: Wed, 13 Jun 2001 00:04:30 +0100
8182              Message-ID: <20010613000430.M5901@plum.flirble.org>
8183      Branch: perl
8184            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
8185 ____________________________________________________________________________
8186 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
8187         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
8188              From: Nicholas Clark <nick@ccl4.org>
8189              Date: Tue, 12 Jun 2001 23:53:07 +0100
8190              Message-ID: <20010612235307.L5901@plum.flirble.org>
8191      Branch: perl
8192            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
8193 ____________________________________________________________________________
8194 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
8195         Log: MPE/iX tweaks from Mark Bixby.
8196      Branch: perl
8197            ! hints/mpeix.sh mpeix/mpeixish.h util.c
8198 ____________________________________________________________________________
8199 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
8200         Log: Update Changes.
8201      Branch: perl
8202            ! Changes patchlevel.h
8203 ____________________________________________________________________________
8204 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
8205         Log: One less -Wall whine (found under DEBUGGING).
8206      Branch: perl
8207            ! x2p/Makefile.SH x2p/a2p.c
8208 ____________________________________________________________________________
8209 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
8210         Log: s/case-independent/case-insensitive/g
8211      Branch: perl
8212            ! pod/perldebug.pod
8213 ____________________________________________________________________________
8214 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
8215         Log: As suggested in    
8216              
8217              Subject: Re: ext/ + -Wall
8218              From: Gurusamy Sarathy <gsar@ActiveState.com>
8219              Date: Mon, 11 Jun 2001 23:34:31 -0700
8220              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
8221      Branch: perl
8222            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
8223            ! perl.h
8224 ____________________________________________________________________________
8225 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
8226         Log: Subject: ext/ + -Wall
8227              From: Doug MacEachern <dougm@covalent.net>
8228              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
8229              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
8230      Branch: perl
8231            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
8232            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
8233            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
8234            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
8235            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
8236            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
8237            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
8238            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
8239            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
8240            ! lib/ExtUtils/xsubpp
8241 ____________________________________________________________________________
8242 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
8243         Log: Subject: [PATCH] anonymous stashes
8244              From: Abhijit Menon-Sen <ams@wiw.org>
8245              Date: Tue, 12 Jun 2001 12:47:04 +0530
8246              Message-ID: <20010612124704.A29029@lustre.linux.in>
8247      Branch: perl
8248            ! dump.c gv.c sv.c xsutils.c
8249 ____________________________________________________________________________
8250 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
8251         Log: One more test for $^S.
8252      Branch: perl
8253            ! t/op/magic.t
8254 ____________________________________________________________________________
8255 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
8256         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
8257              From: Abhijit Menon-Sen <ams@wiw.org>
8258              Date: Tue, 12 Jun 2001 17:35:55 +0530
8259              Message-ID: <20010612173555.A32426@lustre.linux.in>
8260      Branch: perl
8261            ! mg.c t/op/magic.t
8262 ____________________________________________________________________________
8263 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
8264         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
8265              From: Mike Guy <mjtg@cam.ac.uk>
8266              Date: Tue, 12 Jun 2001 13:14:15 +0100
8267              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
8268      Branch: perl
8269            ! pod/perlop.pod
8270 ____________________________________________________________________________
8271 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
8272         Log: AUTHORS updates.
8273      Branch: perl
8274            ! AUTHORS
8275 ____________________________________________________________________________
8276 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
8277         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
8278              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
8279              Content-Transfer-Encoding: 7bit
8280              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
8281      Branch: perl
8282            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
8283 ____________________________________________________________________________
8284 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
8285         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
8286              From: "Philip Newton" <Philip.Newton@gmx.net>
8287              Date: Mon, 11 Jun 2001 07:08:03 +0200
8288              Message-Id: <200106120802.LAA08992@taas.iki.fi>
8289      Branch: perl
8290            ! t/base/term.t
8291 ____________________________________________________________________________
8292 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
8293         Log: Cleanup the a2p.c for -Wall.
8294      Branch: perl
8295            ! x2p/Makefile.SH x2p/a2p.c
8296 ____________________________________________________________________________
8297 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
8298         Log: File::Find update for MacOS from Chris Nandor.
8299      Branch: perl
8300            ! lib/File/Find.pm t/lib/filefind.t
8301 ____________________________________________________________________________
8302 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
8303         Log: gcc -Wall nits picked out by a non-UNIX system
8304              (courtesy of Mark Bixby)
8305      Branch: perl
8306            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
8307            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
8308            ! pp_sys.c util.c
8309 ____________________________________________________________________________
8310 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
8311         Log: Metaconfig unit change for #10522.  (The d_modfl changes
8312              placate metalint.)
8313      Branch: metaconfig/U/perl
8314            ! d_modfl.U d_u32align.U
8315 ____________________________________________________________________________
8316 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
8317         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
8318              be "./try 2>&1 >/dev/null".
8319      Branch: perl
8320            ! Configure
8321 ____________________________________________________________________________
8322 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
8323         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
8324              From: "Craig A. Berry" <craigberry@mac.com>
8325              Date: Mon, 11 Jun 2001 14:00:32 -0500
8326              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
8327      Branch: perl
8328            ! configure.com
8329 ____________________________________________________________________________
8330 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
8331         Log: Move the full \p\P lists to perlunicode.
8332      Branch: perl
8333            ! pod/perlretut.pod pod/perlunicode.pod
8334 ____________________________________________________________________________
8335 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
8336         Log: VOS build tweak for 5.6.1 from Paul Green.
8337      Branch: maint-5.6/perl
8338            ! vos/build.cm
8339 ____________________________________________________________________________
8340 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
8341         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
8342              From: "Craig A. Berry" <craigberry@mac.com>
8343              Date: Fri, 8 Jun 2001 18:08:18 -0500
8344              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
8345      Branch: perl
8346            ! vms/vms.c
8347 ____________________________________________________________________________
8348 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
8349         Log: Update Changes.
8350      Branch: perl
8351            ! Changes patchlevel.h
8352 ____________________________________________________________________________
8353 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
8354         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
8355      Branch: perl
8356            ! vos/config.alpha.h vos/config.ga.h
8357 ____________________________________________________________________________
8358 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
8359         Log: VOS updates from Paul Green for @10476.
8360      Branch: perl
8361            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
8362            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8363            ! vos/config.ga.h vos/configure_perl.cm
8364 ____________________________________________________________________________
8365 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
8366         Log: Subject: [PATCH] Not many people know this ...
8367              From: Mike Guy <mjtg@cam.ac.uk>
8368              Date: Mon, 11 Jun 2001 14:55:15 +0100
8369              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
8370      Branch: perl
8371            ! pod/perldebug.pod
8372 ____________________________________________________________________________
8373 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
8374         Log: Add final commas to lists as suggested by Philip Newton.
8375      Branch: perl
8376            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
8377 ____________________________________________________________________________
8378 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
8379         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
8380              Date: Sun, 10 Jun 2001 23:35:38 -0400
8381              From: Chris Nandor <pudge@pobox.com>
8382              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
8383      Branch: perl
8384            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
8385            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
8386            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
8387            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
8388            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
8389            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
8390            ! t/op/write.t t/pragma/strict.t
8391 ____________________________________________________________________________
8392 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
8393         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
8394              From: Chris Nandor <pudge@pobox.com>
8395              Date: Mon, 11 Jun 2001 08:24:28 -0400
8396              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
8397      Branch: perl
8398            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
8399            ! t/lib/io_dir.t
8400 ____________________________________________________________________________
8401 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
8402         Log: One more run_byacc (a hand-tweaked version had slipped in).
8403      Branch: perl
8404            ! perly.c vms/perly_c.vms
8405 ____________________________________________________________________________
8406 [ 10509] By: nick                                  on 2001/06/11  07:49:15
8407         Log: Integrate mainline
8408      Branch: perlio
8409           !> Makefile.SH embed.h embed.pl global.sym
8410           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
8411           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
8412           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
8413           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
8414 ____________________________________________________________________________
8415 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
8416         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
8417              From: Mike Guy <mjtg@cam.ac.uk>
8418              Reply-To: mjtg@cam.ac.uk
8419              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
8420      Branch: perl
8421            ! lib/ExtUtils/Manifest.pm
8422 ____________________________________________________________________________
8423 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
8424         Log: Subject: [PATCH] ExtUtils::Constant
8425              From: Nicholas Clark <nick@ccl4.org>
8426              Date: Sun, 10 Jun 2001 23:25:41 +0100
8427              Message-ID: <20010610232540.C76396@plum.flirble.org>
8428      Branch: perl
8429            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
8430 ____________________________________________________________________________
8431 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
8432         Log: Integrate perlio.
8433      Branch: perl
8434           !> iperlsys.h
8435 ____________________________________________________________________________
8436 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
8437         Log: Move the grok_number and its lieutenant grok_numeric_radix
8438              from sv.c statics to util.c and public.
8439      Branch: perl
8440            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
8441            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
8442 ____________________________________________________________________________
8443 [ 10504] By: nick                                  on 2001/06/10  17:47:06
8444         Log: Fix (valid) -Wall warnings in perlio.c
8445      Branch: perlio
8446            ! iperlsys.h
8447 ____________________________________________________________________________
8448 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
8449         Log: Update perly_c.diff, update perly.fixer to edit away
8450              some of the -Wall noise.
8451      Branch: perl
8452            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
8453 ____________________________________________________________________________
8454 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
8455         Log: Check the version of byacc.
8456      Branch: perl
8457            ! Makefile.SH
8458 ____________________________________________________________________________
8459 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
8460         Log: Subject: [PATCH] perly.y overhaul
8461              From: Simon Cozens <simon@netthink.co.uk>
8462              Date: Sun, 10 Jun 2001 16:56:54 +0100
8463              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
8464              
8465              Plus make run_byacc.
8466      Branch: perl
8467            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
8468 ____________________________________________________________________________
8469 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
8470         Log: Integrate perlio.
8471      Branch: perl
8472           !> perlio.c perlsfio.h
8473 ____________________________________________________________________________
8474 [ 10499] By: nick                                  on 2001/06/10  15:01:08
8475         Log: Integrate mainline
8476      Branch: perlio
8477           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
8478           !> t/pragma/locale.t util.c
8479 ____________________________________________________________________________
8480 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
8481         Log: Put some meat on the perl572delta bones.  The list of
8482              selected bug fixes needs more work, as does still the
8483              whole document.
8484      Branch: perl
8485            ! pod/perl572delta.pod
8486 ____________________________________________________________________________
8487 [ 10497] By: nick                                  on 2001/06/10  12:27:51
8488         Log: Paper over a crack or two with USE_SFIO
8489      Branch: perlio
8490            ! perlio.c perlsfio.h
8491 ____________________________________________________________________________
8492 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
8493         Log: Update Changes.
8494      Branch: perl
8495            ! Changes patchlevel.h
8496 ____________________________________________________________________________
8497 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
8498         Log: Subject: Re: pragma/locale.t #107
8499              From: Hugo <hv@crypt.compulink.co.uk>
8500              Date: Sun, 10 Jun 2001 11:23:30 +0100
8501              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
8502              
8503              Encapsulate the scan of the decimal radix separator.
8504      Branch: perl
8505            ! embed.h embed.pl proto.h sv.c
8506 ____________________________________________________________________________
8507 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
8508         Log: Try to grok numbers both with the locale specific separator
8509              and with the usual "." (if different from the lss); add a test
8510              to locale.t to do also a little bit of math in addition to just
8511              equalness testing; remove extraneous logic as suggested in
8512              
8513              Subject: Re: pragma/locale.t #107
8514              From: Nicholas Clark <nick@ccl4.org>
8515              Date: Sat, 9 Jun 2001 22:37:36 +0100
8516              Message-ID: <20010609223735.Y76396@plum.flirble.org>
8517      Branch: perl
8518            ! sv.c t/pragma/locale.t
8519 ____________________________________________________________________________
8520 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
8521         Log: Metaconfig unit change for #10492.
8522      Branch: metaconfig/U/perl
8523            ! Extensions.U
8524 ____________________________________________________________________________
8525 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
8526         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
8527              From: Artur Bergman <artur@contiller.se> 
8528              Date: Sat, 09 Jun 2001 21:03:51 +0200
8529              Message-ID: <B7483FB6.1398%artur@contiller.se>
8530      Branch: perl
8531            ! Configure
8532 ____________________________________________________________________________
8533 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
8534         Log: Integrate perlio.
8535      Branch: perl
8536           !> perlsfio.h
8537 ____________________________________________________________________________
8538 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
8539         Log: Do locale specific separator if only in locale.
8540      Branch: perl
8541            ! util.c
8542 ____________________________________________________________________________
8543 [ 10489] By: nick                                  on 2001/06/09  19:13:25
8544         Log: Make XS/Typemap compile (but fail) with sfio
8545      Branch: perlio
8546            ! perlsfio.h
8547 ____________________________________________________________________________
8548 [ 10488] By: nick                                  on 2001/06/09  19:12:51
8549         Log: Re-integrate mainline
8550      Branch: perlio
8551           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
8552           !> proto.h sv.c util.c
8553 ____________________________________________________________________________
8554 [ 10487] By: nick                                  on 2001/06/09  16:26:29
8555         Log: Integrate mainline
8556      Branch: perlio
8557           !> (integrate 31 files)
8558 ____________________________________________________________________________
8559 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
8560         Log: Subject: [PATCH] New attempt to clone callack
8561              From: Artur Bergman <artur@contiller.se> 
8562              Date: Thu, 07 Jun 2001 11:52:16 +0200
8563              Message-ID: <B7451B6F.12B7%artur@contiller.se>
8564      Branch: perl
8565            ! embedvar.h intrpvar.h perlapi.h sv.c
8566 ____________________________________________________________________________
8567 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
8568         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
8569      Branch: perl
8570            ! embed.h embed.pl perl.h proto.h sv.c util.c
8571 ____________________________________________________________________________
8572 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
8573         Log: Subject: Re: pragma/locale.t #107
8574              From: Nicholas Clark <nick@ccl4.org>
8575              Date: Sat, 9 Jun 2001 16:26:10 +0100
8576              Message-ID: <20010609162609.V76396@plum.flirble.org>
8577              
8578              A missing NVification.
8579      Branch: perl
8580            ! sv.c
8581 ____________________________________________________________________________
8582 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
8583         Log: Redo the #10482, there already was a test script for formats.
8584      Branch: perl
8585            - t/io/format.t
8586            ! MANIFEST t/op/write.t
8587 ____________________________________________________________________________
8588 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
8589         Log: Twisted format testing, from Merijn.
8590      Branch: perl
8591            + t/io/format.t
8592            ! MANIFEST
8593 ____________________________________________________________________________
8594 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
8595         Log: More \p{In...} testing, combined with \N{...}.
8596      Branch: perl
8597            ! lib/utf8_heavy.pl t/op/pat.t
8598 ____________________________________________________________________________
8599 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
8600         Log: Metaconfig changes for #10479.
8601      Branch: metaconfig
8602            ! U/Glossary.patch
8603      Branch: metaconfig/U/perl
8604            ! d_modfl.U
8605 ____________________________________________________________________________
8606 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
8607         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
8608      Branch: perl
8609            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8610            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
8611            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
8612            ! win32/config.bc win32/config.gc win32/config.vc
8613 ____________________________________________________________________________
8614 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
8615         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
8616              From: "Craig A. Berry" <craigberry@mac.com>
8617              Date: Thu, 7 Jun 2001 14:27:20 -0500
8618              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
8619      Branch: perl
8620            ! vms/perlvms.pod
8621 ____________________________________________________________________________
8622 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
8623         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
8624              From: Gisle Aas <gisle@ActiveState.com>
8625              Date: 07 Jun 2001 17:04:29 -0700
8626              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
8627      Branch: perl
8628            ! ext/re/re.xs
8629 ____________________________________________________________________________
8630 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
8631         Log: Update Changes.
8632      Branch: perl
8633            ! Changes patchlevel.h
8634 ____________________________________________________________________________
8635 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
8636         Log: Regen Glossary et alia.
8637      Branch: perl
8638            ! Porting/Glossary Porting/config.sh Porting/config_H
8639 ____________________________________________________________________________
8640 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
8641         Log: Metaconfig unit changes for #10473.
8642      Branch: metaconfig/U/perl
8643            ! d_modfl.U
8644 ____________________________________________________________________________
8645 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
8646         Log: Harumph, also AIX will spill its guts (i.e. dump core)
8647              if an executable contains modfl() but it hasn't been
8648              compiled right (in the case of AIX, with cc -qlongdouble).
8649      Branch: perl
8650            ! Configure
8651 ____________________________________________________________________________
8652 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
8653         Log: integrate change#10471 from mainline
8654              
8655              in change#10451, check that CvOUTSIDE is a CV before looking in
8656              (it can apparently be SVt_NULL during global destruction)
8657      Branch: maint-5.6/perl
8658           !> op.c
8659 ____________________________________________________________________________
8660 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
8661         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
8662              (it can apparently be SVt_NULL during global destruction)
8663      Branch: perl
8664            ! op.c
8665 ____________________________________________________________________________
8666 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
8667         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
8668              From: Robin Barker <rmb1@cise.npl.co.uk>
8669              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
8670              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
8671      Branch: perl
8672            ! lib/diagnostics.pm pod/perldiag.pod
8673 ____________________________________________________________________________
8674 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
8675         Log: Subject: [PATCH perl@10439] long =item
8676              From: Robin Barker <rmb1@cise.npl.co.uk>
8677              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
8678              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
8679      Branch: perl
8680            ! README.amiga lib/Attribute/Handlers.pm
8681            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
8682 ____________________________________________________________________________
8683 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
8684         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
8685              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
8686              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
8687              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
8688      Branch: perl
8689            ! pod/perlguts.pod
8690 ____________________________________________________________________________
8691 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
8692         Log: Integrate perlio.
8693      Branch: perl
8694           !> sv.c
8695 ____________________________________________________________________________
8696 [ 10466] By: nick                                  on 2001/06/07  10:25:40
8697         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
8698              whitespace tweaks.
8699              Still coredumps in pragma/overload.t - what a nice hard fail that is...
8700      Branch: perlio
8701            ! sv.c
8702 ____________________________________________________________________________
8703 [ 10465] By: nick                                  on 2001/06/07  08:41:58
8704         Log: Raw integrate of mainline for S_grok_number debug
8705              (sv.c has MULTIPLICITY issues as well as whatever else ...)
8706      Branch: perlio
8707            - plan9/perlplan9.doc plan9/perlplan9.pod
8708           !> (integrate 46 files)
8709 ____________________________________________________________________________
8710 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
8711         Log: The proper prototyping for #10463.
8712      Branch: perl
8713            ! embed.h embed.pl proto.h sv.c
8714 ____________________________________________________________________________
8715 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
8716         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
8717              From: Nicholas Clark <nick@ccl4.org>
8718              Date: Thu, 7 Jun 2001 00:29:59 +0100
8719              Message-ID: <20010607002959.Z76396@plum.flirble.org>
8720      Branch: perl
8721            ! sv.c
8722 ____________________________________________________________________________
8723 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
8724         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
8725              From: "Craig A. Berry" <craigberry@mac.com>
8726              Date: Wed, 06 Jun 2001 17:54:30 -0500
8727              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
8728      Branch: perl
8729            ! vms/perlvms.pod
8730 ____________________________________________________________________________
8731 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
8732         Log: Podify the remaining README.platform files;
8733              merge README.plan9 and plan9/perlplan9.pod;
8734              delete plan9/perlplan9.* (the perlplan.doc needs to
8735              be regenerated in Plan 9); make the =head1 and =head2
8736              in the README.platform to be a little more verbose
8737              (skipped README.os2 not to anger Ilya) so that they
8738              look better in the toc; regen toc.
8739      Branch: perl
8740            - plan9/perlplan9.doc plan9/perlplan9.pod
8741            ! MANIFEST README.aix README.amiga README.apollo README.beos
8742            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
8743            ! README.hpux README.hurd README.machten README.macos
8744            ! README.micro README.mint README.mpeix README.os390
8745            ! README.plan9 README.qnx README.solaris README.threads
8746            ! README.tru64 README.vmesa README.vms README.vos README.win32
8747            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
8748            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
8749 ____________________________________________________________________________
8750 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
8751         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
8752              From: Mike Guy <mjtg@cam.ac.uk>
8753              Reply-To: mjtg@cam.ac.uk
8754              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
8755      Branch: perl
8756            ! pod/perlguts.pod
8757 ____________________________________________________________________________
8758 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
8759         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
8760              From: Mike Guy <mjtg@cam.ac.uk>
8761              Reply-To: mjtg@cam.ac.uk
8762              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
8763      Branch: perl
8764            ! pod/perlsec.pod
8765 ____________________________________________________________________________
8766 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
8767         Log: Disable long doubles from pre-5.0 Tru64s.
8768      Branch: perl
8769            ! README.tru64 hints/dec_osf.sh
8770 ____________________________________________________________________________
8771 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
8772         Log: The #10455 exposed that modfl() is fundamentally busted
8773              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
8774              testing it.
8775      Branch: perl
8776            ! hints/dec_osf.sh
8777 ____________________________________________________________________________
8778 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
8779         Log: Metaconfig unit change for #10455.
8780      Branch: metaconfig/U/perl
8781            ! d_modfl.U
8782 ____________________________________________________________________________
8783 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
8784         Log: Configure check for geborken modfl(), inspired by
8785              
8786              Subject: Re: [20010118.017] op/int.t failure 
8787              From: Hugo <hv@crypt.compulink.co.uk>
8788              Date: Tue, 05 Jun 2001 13:43:27 +0100
8789              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
8790      Branch: perl
8791            ! Configure
8792 ____________________________________________________________________________
8793 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
8794         Log: Integrate changes #10450 and #10451 from maintperl:
8795              
8796              optimize change#10448 slightly (don't repeat search in eval""s lexical
8797              scope, since that has already been searched)
8798              
8799              change#9108 needs subtler treatment for case of closures created
8800              within eval""
8801      Branch: perl
8802           !> op.c t/op/misc.t
8803 ____________________________________________________________________________
8804 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
8805         Log: MakeMaker magic to compile (when no dynamic loading)
8806              List/Util.xsc as (ListUtil.c and) ListUtil.o since
8807              POSIX-BC (BS2000) linker has an evil limitation of
8808              being unable to include in the same executable several
8809              object files with the same name - case-insensitively -
8810              because otherwise we conflict with util.c.
8811              Strictly speaking currently required only in POSIX-BC
8812              but probably will do no harm elsewhere where static
8813              linking is required.
8814      Branch: perl
8815            ! ext/List/Util/Makefile.PL
8816 ____________________________________________________________________________
8817 [ 10452] By: nick                                  on 2001/06/06  08:59:51
8818         Log: Integrate mainline.
8819      Branch: perlio
8820           +> lib/Attribute/Handlers/demo/Demo.pm
8821           +> lib/Attribute/Handlers/demo/Descriptions.pm
8822           +> lib/Attribute/Handlers/demo/MyClass.pm
8823           +> lib/Attribute/Handlers/demo/demo.pl
8824           +> lib/Attribute/Handlers/demo/demo2.pl
8825           +> lib/Attribute/Handlers/demo/demo3.pl
8826           +> lib/Attribute/Handlers/demo/demo4.pl
8827           +> lib/Attribute/Handlers/demo/demo_call.pl
8828           +> lib/Attribute/Handlers/demo/demo_chain.pl
8829           +> lib/Attribute/Handlers/demo/demo_cycle.pl
8830           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
8831           +> lib/Attribute/Handlers/demo/demo_phases.pl
8832           +> lib/Attribute/Handlers/demo/demo_range.pl
8833           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
8834           +> uts/strtol_wrap.c
8835           !> (integrate 91 files)
8836 ____________________________________________________________________________
8837 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
8838         Log: change#9108 needs subtler treatment for case of closures created
8839              within eval""
8840      Branch: maint-5.6/perl
8841            ! op.c t/op/misc.t
8842 ____________________________________________________________________________
8843 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
8844         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
8845              scope, since that has already been searched)
8846      Branch: maint-5.6/perl
8847            ! op.c
8848 ____________________________________________________________________________
8849 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
8850         Log: Integrate change #10448 from maintperl; lexicals
8851              outside an eval"" weren't resolved correctly inside a subroutine
8852              definition inside the eval"" if they were not already referenced
8853              in the toplevel of the eval""-ed code
8854      Branch: perl
8855           !> cop.h op.c pp_ctl.c t/op/misc.t
8856 ____________________________________________________________________________
8857 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
8858         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
8859              outside an eval"" weren't resolved correctly inside a subroutine
8860              definition inside the eval"" if they were not already referenced
8861              in the toplevel of the eval""-ed code
8862      Branch: maint-5.6/perl
8863            ! cop.h op.c pp_ctl.c t/op/misc.t
8864 ____________________________________________________________________________
8865 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
8866         Log: Subject: [PATCH] perl570delta.pod
8867              From: Peter Scott <Peter@PSDT.com> 
8868              Date: Tue, 05 Jun 2001 18:51:02 -0700
8869              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
8870      Branch: perl
8871            ! pod/perl570delta.pod
8872 ____________________________________________________________________________
8873 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
8874         Log: The fudge factor is no more needed.  I hope.
8875      Branch: perl
8876            ! t/lib/posix.t
8877 ____________________________________________________________________________
8878 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
8879         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
8880              From: Hugo <hv@crypt.compulink.co.uk>
8881              Date: Tue, 05 Jun 2001 12:58:19 +0100
8882              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
8883      Branch: perl
8884            ! util.c
8885 ____________________________________________________________________________
8886 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
8887         Log: Make up prototypes only for those who have the functions
8888              but not the prototypes.
8889      Branch: perl
8890            ! perl.h
8891 ____________________________________________________________________________
8892 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
8893         Log: Subject: Re: Not OK: perl@10439 on win32 
8894              From: Prymmer/Kahn <pvhp@best.com> 
8895              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
8896              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
8897      Branch: perl
8898            ! perl.h util.c
8899 ____________________________________________________________________________
8900 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
8901         Log: The metaconfig units changes for #10441.
8902      Branch: metaconfig
8903            ! U/modified/Extract.U U/modified/Extractall.U
8904            ! U/modified/Finish.U
8905 ____________________________________________________________________________
8906 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
8907         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
8908      Branch: perl
8909            ! Configure
8910 ____________________________________________________________________________
8911 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
8912         Log: Unnecessary fuzziness undone, noted by Mike Guy.
8913      Branch: perl
8914            ! t/op/tr.t
8915 ____________________________________________________________________________
8916 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
8917         Log: Update Changes.
8918      Branch: perl
8919            ! Changes patchlevel.h
8920 ____________________________________________________________________________
8921 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
8922         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
8923              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
8924              leakage patch.
8925      Branch: perl
8926            ! t/op/misc.t
8927 ____________________________________________________________________________
8928 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
8929         Log: Test case for #10433/#10424.
8930      Branch: perl
8931            ! t/op/misc.t
8932 ____________________________________________________________________________
8933 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
8934         Log: Subject: One fix for strtoul not setting errno
8935              From: hom00@utsglobal.com (Hal Morris)
8936              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
8937              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
8938      Branch: perl
8939            + uts/strtol_wrap.c
8940            ! MANIFEST hints/uts.sh
8941 ____________________________________________________________________________
8942 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
8943         Log: Metaconfig units changes for #10434.
8944      Branch: metaconfig
8945            ! U/modified/Cppsym.U
8946      Branch: metaconfig/U/perl
8947            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
8948            + d_syscallproto.U d_usleepproto.U
8949            ! longdblfio.U quadfio.U
8950 ____________________________________________________________________________
8951 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
8952         Log: Configure tweaks; add prototype probes, make the cpp symbols
8953              probe to cast, not whine; test for %Ld and %Lf before %lld and
8954              %llf because the L is the ANSI way.
8955      Branch: perl
8956            ! Configure config_h.SH configure.com epoc/config.sh
8957            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
8958            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
8959            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
8960 ____________________________________________________________________________
8961 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
8962         Log: Sigh.  This is what #10424 was supposed to check in.
8963      Branch: perl
8964            ! op.c sv.c sv.h
8965 ____________________________________________________________________________
8966 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
8967         Log: More verbose failure.
8968      Branch: perl
8969            ! t/op/ver.t
8970 ____________________________________________________________________________
8971 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
8972         Log: The .pm changes to go with #10428.
8973      Branch: perl
8974            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
8975            ! ext/Sys/Syslog/Syslog.pm
8976 ____________________________________________________________________________
8977 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
8978         Log: On second thoughts show to utf8 skippage message only
8979              on failures, it's too confusing otherwise,
8980      Branch: perl
8981            ! t/pragma/locale.t
8982 ____________________________________________________________________________
8983 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
8984         Log: Do not import anything from Encode.
8985      Branch: perl
8986            ! ext/MIME/Base64/QuotedPrint.pm
8987 ____________________________________________________________________________
8988 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
8989         Log: The #10402 didn't take.  Weird.
8990      Branch: perl
8991            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
8992            ! ext/Sys/Syslog/Syslog.xs
8993 ____________________________________________________________________________
8994 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
8995         Log: Eradicate traces of 'asciirange' re subpragma.
8996      Branch: perl
8997            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
8998            ! pod/perldiag.pod
8999 ____________________________________________________________________________
9000 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
9001         Log: use is a compile-time thing.
9002      Branch: perl
9003            ! ext/MIME/Base64/QuotedPrint.pm
9004 ____________________________________________________________________________
9005 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
9006         Log: Subject: [PATCH perl@10419] -Wall casting patch
9007              From: Robin Barker <rmb1@cise.npl.co.uk>
9008              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
9009              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
9010      Branch: perl
9011            ! ext/Devel/DProf/DProf.xs mg.c
9012 ____________________________________________________________________________
9013 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
9014         Log: Subject: [PATCH #2] introducing SVpad_TYPED
9015              From: Abhijit Menon-Sen <ams@wiw.org>
9016              Date: Mon, 4 Jun 2001 12:26:02 +0530
9017              Message-ID: <20010604122602.A5775@lustre.linux.in>
9018      Branch: perl
9019            ! op.c sv.c sv.h
9020 ____________________________________________________________________________
9021 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
9022         Log: testsuite for change#10192 (from Gisle Aas)
9023      Branch: perl
9024            + t/op/override.t
9025            ! MANIFEST
9026 ____________________________________________________________________________
9027 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
9028         Log: integrate changes#10414-10416 from mainline
9029              
9030              Potential buffer overrun if the radix separator is more than
9031              one byte.  Also, under locales, prefer the locale-specific
9032              separator over the old boring ".".
9033              
9034              "10.", that is, decimal numbers can have no decimal part at all.
9035              
9036              The non-locale places need love, too.
9037      Branch: maint-5.6/perl
9038           !> perl.h sv.c
9039 ____________________________________________________________________________
9040 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
9041         Log: Missed from #10420.
9042      Branch: perl
9043            ! epoc/config.sh
9044 ____________________________________________________________________________
9045 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
9046         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
9047              often this prototype goes with HAS_SETRESUID_PROTO.
9048      Branch: perl
9049            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9050            ! config_h.SH configure.com perl.h uconfig.h
9051 ____________________________________________________________________________
9052 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
9053         Log: Update Changes.
9054      Branch: perl
9055            ! Changes patchlevel.h
9056 ____________________________________________________________________________
9057 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
9058         Log: -Wall "subscript has type `char'" cleanup.
9059      Branch: perl
9060            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
9061 ____________________________________________________________________________
9062 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
9063         Log: Various "cast to pointer from integer of different size"
9064              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
9065              wide but I32 (int) only 32 bits wide).
9066              
9067              WARNING: the classnum and tagnum changes in Storable.xs
9068              may not be wise, they may be breaking binary compatibility
9069              (in 64-bit platforms), asked Raphael Manfredi about the changes.
9070      Branch: perl
9071            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
9072            ! mg.c proto.h
9073 ____________________________________________________________________________
9074 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
9075         Log: The non-locale places need love, too.
9076      Branch: perl
9077            ! perl.h
9078 ____________________________________________________________________________
9079 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
9080         Log: "10.", that is, decimal numbers can have no decimal part at all.
9081      Branch: perl
9082            ! perl.h
9083 ____________________________________________________________________________
9084 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
9085         Log: Potential buffer overrun if the radix separator is more than
9086              one byte.  Also, under locales, prefer the locale-specific
9087              separator over the old boring ".".
9088      Branch: perl
9089            ! perl.h sv.c
9090 ____________________________________________________________________________
9091 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
9092         Log: Integrate change #10412 from maintperl; locale is now
9093              per-cop, not per-op; plus retweak the locale.t to always
9094              list the skipped utf8 locales.
9095      Branch: perl
9096            ! t/pragma/locale.t
9097           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
9098           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
9099 ____________________________________________________________________________
9100 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
9101         Log: rationalize locale handling to fix the bugs uncovered by change#10394
9102              
9103              the major issue was that the runtime was looking at PL_hints rather
9104              than op_private to notice whether locale was enabled
9105              
9106              the secondary issue was that many locale-sensitive numeric ops didn't
9107              have HINT_LOCALE propagated into their op_private
9108              
9109              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
9110              instead of per-op, just like HINT_BYTE and the hints for lexical
9111              warnings (this makes the hint available to every op via PL_curcop)
9112              
9113              pragma/locale.t may need to be reworked with these fixes in mind
9114              (it currently passes its tests)
9115      Branch: maint-5.6/perl
9116            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
9117            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
9118 ____________________________________________________________________________
9119 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
9120         Log: More verbose debugging.
9121      Branch: perl
9122            ! t/pragma/locale.t
9123 ____________________________________________________________________________
9124 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
9125         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
9126              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
9127              Date: Sat, 2 Jun 2001 22:53:33 +0100
9128              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
9129      Branch: perl
9130            ! regcomp.c t/pragma/warn/regcomp
9131 ____________________________________________________________________________
9132 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
9133         Log: Mention that lexicalizing $a or $b is a bad idea if one
9134              wants to use sort().
9135      Branch: perl
9136            ! pod/perlvar.pod
9137 ____________________________________________________________________________
9138 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
9139         Log: Tweak the test to be happy if the accuracy is 'good enough'.
9140      Branch: perl
9141            ! t/lib/posix.t
9142 ____________________________________________________________________________
9143 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
9144         Log: Upgrade to Attribute::Handlers 0.70.
9145              
9146              NOTE: this unearthed the "too late for CHECK block" bug,
9147              that's why the 1_compile.t change.
9148      Branch: perl
9149            + lib/Attribute/Handlers/demo/Demo.pm
9150            + lib/Attribute/Handlers/demo/Descriptions.pm
9151            + lib/Attribute/Handlers/demo/MyClass.pm
9152            + lib/Attribute/Handlers/demo/demo.pl
9153            + lib/Attribute/Handlers/demo/demo2.pl
9154            + lib/Attribute/Handlers/demo/demo3.pl
9155            + lib/Attribute/Handlers/demo/demo4.pl
9156            + lib/Attribute/Handlers/demo/demo_call.pl
9157            + lib/Attribute/Handlers/demo/demo_chain.pl
9158            + lib/Attribute/Handlers/demo/demo_cycle.pl
9159            + lib/Attribute/Handlers/demo/demo_hashdir.pl
9160            + lib/Attribute/Handlers/demo/demo_phases.pl
9161            + lib/Attribute/Handlers/demo/demo_range.pl
9162            + lib/Attribute/Handlers/demo/demo_rawdata.pl
9163            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
9164            ! t/lib/attrhand.t
9165 ____________________________________________________________________________
9166 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
9167         Log: One less -Wall whine.
9168      Branch: perl
9169            ! regcomp.c
9170 ____________________________________________________________________________
9171 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
9172         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
9173      Branch: perl
9174           !> t/op/eval.t
9175 ____________________________________________________________________________
9176 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
9177         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
9178              aren't "normally" visible inside eval""s contained in subs unless
9179              a cloned reference to them already exists)
9180              
9181              strangely enough, t/harness didn't show this up as a failure
9182              (harness needs fixing?)
9183      Branch: maint-5.6/perl
9184            ! t/op/eval.t
9185 ____________________________________________________________________________
9186 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
9187         Log: Update to Text::Balanced 1.85.
9188      Branch: perl
9189            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
9190 ____________________________________________________________________________
9191 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
9192         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
9193              From: Nicholas Clark <nick@ccl4.org>
9194              Date: Sun, 3 Jun 2001 17:54:36 +0100
9195              Message-ID: <20010603175436.E76396@plum.flirble.org> 
9196      Branch: perl
9197            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
9198            ! ext/Sys/Syslog/Syslog.xs
9199 ____________________________________________________________________________
9200 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
9201         Log: Unused variables.
9202      Branch: perl
9203            ! util.c
9204 ____________________________________________________________________________
9205 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
9206         Log: Subject: [PATCH] APIfy op_clear 
9207              From: Simon Cozens <simon@netthink.co.uk>
9208              Date: Sun, 3 Jun 2001 13:51:46 +0100
9209              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
9210              
9211              (despite the subject line, op_null is APIfied by the patch)
9212      Branch: perl
9213            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
9214 ____________________________________________________________________________
9215 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
9216         Log: Subject: [PATCH] t/lib/extutils.t
9217              From: Nicholas Clark <nick@ccl4.org>
9218              Date: Sat, 2 Jun 2001 23:57:05 +0100
9219              Message-ID: <20010602235705.Q12698@plum.flirble.org>
9220      Branch: perl
9221            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
9222 ____________________________________________________________________________
9223 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
9224         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
9225              From: Prymmer/Kahn <pvhp@best.com>
9226              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
9227              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
9228      Branch: perl
9229            ! win32/Makefile win32/makefile.mk
9230 ____________________________________________________________________________
9231 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
9232         Log: Subject: Re: 'decimal digits' macro? 
9233              From: Hugo <hv@crypt.compulink.co.uk>
9234              Date: Sun, 03 Jun 2001 04:26:36 +0100
9235              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
9236      Branch: perl
9237            ! handy.h t/lib/posix.t t/op/tr.t
9238 ____________________________________________________________________________
9239 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
9240         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
9241              From: Hugo <hv@crypt.compulink.co.uk>
9242              Date: Sun, 03 Jun 2001 14:56:30 +0100
9243              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
9244      Branch: perl
9245            ! util.c
9246 ____________________________________________________________________________
9247 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
9248         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
9249      Branch: perl
9250           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
9251           !> vms/perly_c.vms
9252 ____________________________________________________________________________
9253 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
9254         Log: fix leakage of lexicals at file scope into subroutines that were
9255              declared before them; this appears to be a longstanding bug that
9256              meant that lexicals at file scope were never "deintroduced", meaning
9257              their scope range was never properly closed, and their visibility
9258              extended to all subsequent eval""s or requires
9259              
9260              added a test case
9261              
9262              seems to also fix a case of bogus duplicate warnings
9263      Branch: maint-5.6/perl
9264            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
9265            ! vms/perly_c.vms
9266 ____________________________________________________________________________
9267 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
9268         Log: More VMS tweaks from Craig A. Berry.
9269      Branch: perl
9270            ! configure.com t/lib/extutils.t
9271 ____________________________________________________________________________
9272 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
9273         Log: -Wall cleanup continues.
9274      Branch: perl
9275            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
9276            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
9277            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
9278            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
9279            ! run.c toke.c util.c
9280 ____________________________________________________________________________
9281 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
9282         Log: The metaconfig unit change for #10390.
9283      Branch: metaconfig/U/perl
9284            ! gccvers.U
9285 ____________________________________________________________________________
9286 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
9287         Log: Drop the -ansi from the default gcc flags.
9288              
9289              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
9290              that struct cannot be compared with a flat integer, such as STRLEN.
9291              The -ansi will also cause a lot of noise in Solaris because of:
9292              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
9293      Branch: perl
9294            ! Configure
9295 ____________________________________________________________________________
9296 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
9297         Log: Integrate perlio.
9298      Branch: perl
9299           !> pod/perlapi.pod util.c
9300 ____________________________________________________________________________
9301 [ 10388] By: nick                                  on 2001/06/02  08:01:12
9302         Log: Integrate mainline
9303      Branch: perlio
9304           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
9305           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
9306           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
9307           !> t/lib/1_compile.t t/lib/mimeqp.t
9308 ____________________________________________________________________________
9309 [ 10387] By: nick                                  on 2001/06/02  07:39:17
9310         Log: Tweak util.c's atof2 for MULTIPLICITY
9311      Branch: perlio
9312            ! util.c
9313 ____________________________________________________________________________
9314 [ 10386] By: nick                                  on 2001/06/02  07:38:33
9315         Log: Integrate mainline
9316      Branch: perlio
9317           !> (integrate 41 files)
9318 ____________________________________________________________________________
9319 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
9320         Log: Add Attribute::Handlers 0.61 from Damian Conway.
9321      Branch: perl
9322            + lib/Attribute/Handlers.pm t/lib/attrhand.t
9323            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
9324 ____________________________________________________________________________
9325 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
9326         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
9327              From: Peter Prymmer <pvhp@forte.com>
9328              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
9329              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
9330      Branch: perl
9331            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
9332 ____________________________________________________________________________
9333 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
9334         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
9335              From: Jeff Pinyan <jeffp@crusoe.net>
9336              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
9337              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
9338      Branch: perl
9339            ! lib/File/Find.pm
9340 ____________________________________________________________________________
9341 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
9342         Log: Subject: [PATCH perl@10381] configure.com tweaks
9343              From: "Craig A. Berry" <craigberry@mac.com>
9344              Date: Fri, 1 Jun 2001 13:55:43 -0500
9345              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
9346      Branch: perl
9347            ! configure.com
9348 ____________________________________________________________________________
9349 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
9350         Log: Update Changes.
9351      Branch: perl
9352            ! Changes patchlevel.h
9353 ____________________________________________________________________________
9354 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
9355         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
9356              From: Mike Guy <mjtg@cam.ac.uk>
9357              Date: Fri, 01 Jun 2001 18:17:02 +0100
9358              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
9359      Branch: perl
9360            ! lib/perl5db.pl
9361 ____________________________________________________________________________
9362 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
9363         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
9364              From: Hugo <hv@crypt.compulink.co.uk>
9365              Date: Thu, 31 May 2001 20:49:48 +0100
9366              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
9367      Branch: perl
9368            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
9369            ! util.c
9370 ____________________________________________________________________________
9371 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
9372         Log: Zero() is not available in x2p (or, rather, some of its
9373              implementations like memzero() might not be available.)
9374      Branch: perl
9375            ! x2p/hash.c
9376 ____________________________________________________________________________
9377 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
9378         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
9379              From: Michael G Schwern <schwern@pobox.com>
9380              Date: Fri, 1 Jun 2001 12:00:29 +0100
9381              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
9382              
9383              (But use Zero() instead of memset.)
9384      Branch: perl
9385            ! x2p/hash.c
9386 ____________________________________________________________________________
9387 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
9388         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
9389              From: Jeff Pinyan <jeffp@crusoe.net>
9390              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
9391              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
9392      Branch: perl
9393            ! pod/perldiag.pod regcomp.c t/op/pat.t
9394 ____________________________________________________________________________
9395 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
9396         Log: Retract #10324 and #10333; not needed.
9397      Branch: perl
9398            ! hints/irix_6.sh hints/linux.sh
9399 ____________________________________________________________________________
9400 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
9401         Log: The #10370 wasn't quite right.
9402      Branch: perl
9403            ! ext/XS/Typemap/Typemap.xs
9404 ____________________________________________________________________________
9405 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
9406         Log: The metaconfig units changes for #10372.
9407      Branch: metaconfig/U/perl
9408            + d_realpath.U d_sresgproto.U d_sresuproto.U
9409            ! gccvers.U i_db.U
9410 ____________________________________________________________________________
9411 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
9412         Log: Configure tweaks; record the Berkeley DB version,
9413              probe for realpath(), for setresuid() and setresgid()
9414              prototypes; use realpath() (try to be paranoid enough),
9415              use the setres[ug]id prototypes because glibc has the functions
9416              but not their prototypes; add -Wall -ansi to gcc ccflags;
9417              regen toc.
9418      Branch: perl
9419            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9420            ! config_h.SH configure.com epoc/config.sh
9421            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
9422            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
9423            ! vos/config.ga.def win32/config.bc win32/config.gc
9424            ! win32/config.vc
9425 ____________________________________________________________________________
9426 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
9427         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
9428              From: Michael G Schwern <schwern@pobox.com>
9429              Date: Fri, 1 Jun 2001 11:28:14 +0100
9430              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
9431      Branch: perl
9432            ! lib/attributes.pm xsutils.c
9433 ____________________________________________________________________________
9434 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
9435         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
9436              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9437              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
9438              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
9439      Branch: perl
9440            ! ext/XS/Typemap/Typemap.xs
9441 ____________________________________________________________________________
9442 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
9443         Log: Subject: [patch] Cwd.xs optimizations/abstraction
9444              From: Doug MacEachern <dougm@covalent.net>
9445              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
9446              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
9447      Branch: perl
9448            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
9449            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
9450 ____________________________________________________________________________
9451 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
9452         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!])
9453              From: Nicholas Clark <nick@ccl4.org>
9454              Date: Thu, 31 May 2001 23:56:40 +0100
9455              Message-ID: <20010531235640.F12698@plum.flirble.org>
9456              
9457              Make the test work also under only static extensions
9458              (sh Configure -Uusedl fakes this nicely)
9459      Branch: perl
9460            ! t/lib/extutils.t
9461 ____________________________________________________________________________
9462 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
9463         Log: Subject: [PATCH hv.c] Eliminating trigraph
9464              From: Michael G Schwern <schwern@pobox.com>
9465              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
9466              Date: Fri, 1 Jun 2001 11:49:56 +0100
9467      Branch: perl
9468            ! hv.c
9469 ____________________________________________________________________________
9470 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
9471         Log: Subject: Re: [PATCH] Tests for File::Compare 
9472              From: "Philip Newton" <Philip.Newton@gmx.net>
9473              Date: Thu, 31 May 2001 19:44:05 +0200
9474              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
9475              
9476              Unnecessary "quotation marks".
9477      Branch: perl
9478            ! t/lib/filecomp.t
9479 ____________________________________________________________________________
9480 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
9481         Log: Integrate perlio.
9482      Branch: perl
9483           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
9484 ____________________________________________________________________________
9485 [ 10364] By: nick                                  on 2001/06/01  10:13:31
9486         Log: Cleanup dll.base and dll.exp created by GCC builds.
9487      Branch: perlio
9488            ! lib/ExtUtils/MM_Win32.pm
9489 ____________________________________________________________________________
9490 [ 10363] By: nick                                  on 2001/06/01  10:02:17
9491         Log: Make filecomp test work on CRLF platforms by adding binmode.
9492      Branch: perlio
9493            ! t/lib/filecomp.t
9494 ____________________________________________________________________________
9495 [ 10362] By: nick                                  on 2001/06/01  08:37:17
9496         Log: Integrate mainline
9497      Branch: perlio
9498           !> Changes Configure patchlevel.h perlio.c
9499 ____________________________________________________________________________
9500 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
9501         Log: panic:claustrophobia.
9502      Branch: perl
9503            ! perlio.c
9504 ____________________________________________________________________________
9505 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
9506         Log: Update Changes.
9507      Branch: perl
9508            ! Changes patchlevel.h
9509 ____________________________________________________________________________
9510 [ 10359] By: nick                                  on 2001/05/31  12:35:50
9511         Log: Integrate mainline.
9512      Branch: perlio
9513           +> t/lib/filecomp.t
9514           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
9515           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
9516 ____________________________________________________________________________
9517 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
9518         Log: Integrate perlio.
9519      Branch: perl
9520           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
9521           !> win32/config_H.vc
9522 ____________________________________________________________________________
9523 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
9524         Log: Metaconfig unit change for #10356.
9525      Branch: metaconfig
9526            ! U/installdirs/inc_version_list.U
9527 ____________________________________________________________________________
9528 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
9529         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
9530              (idea from Sarathy; implementation from Andy)
9531      Branch: perl
9532            ! Configure
9533 ____________________________________________________________________________
9534 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
9535         Log: More AUTHORS.
9536      Branch: perl
9537            ! AUTHORS
9538 ____________________________________________________________________________
9539 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
9540         Log: Subject: Re: [PATCH] Tests for File::Compare
9541              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
9542              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
9543              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
9544      Branch: perl
9545            + t/lib/filecomp.t
9546            ! MANIFEST t/lib/1_compile.t
9547 ____________________________________________________________________________
9548 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
9549         Log: Subject: [PATCH] DEBUG_* macro cleanups
9550              From: Abhijit Menon-Sen <ams@wiw.org>
9551              Date: Thu, 31 May 2001 12:16:22 +0530
9552              Message-ID: <20010531121622.B4829@lustre.linux.in>
9553              
9554              Subject: Re: [PATCH] DEBUG_* macro cleanups
9555              From: Abhijit Menon-Sen <ams@wiw.org>
9556              Date: Thu, 31 May 2001 13:57:01 +0530
9557              Message-ID: <20010531135701.A21775@lustre.linux.in>
9558              
9559              (The DEBUG_ definitions in perl.h changed to use the
9560              STMT_START and STMT_END.)
9561      Branch: perl
9562            ! perl.h pp_ctl.c sv.c toke.c
9563 ____________________________________________________________________________
9564 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
9565         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
9566              From: Abhijit Menon-Sen <ams@wiw.org>
9567              Date: Thu, 31 May 2001 08:27:55 +0530
9568              Message-ID: <20010531082755.A10018@lustre.linux.in>
9569      Branch: perl
9570            ! ext/Storable/Storable.xs gv.c perl.c
9571 ____________________________________________________________________________
9572 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
9573         Log: Subject: [PATCH] AUTHORS
9574              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
9575              Date: Thu, 31 May 2001 01:27:59 -0500
9576              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
9577              
9578              Subject: Re: [PATCH] AUTHORS
9579              From: "Philip Newton" <Philip.Newton@gmx.net>
9580              Date: Thu, 31 May 2001 10:08:06 +0200
9581              (Message-Id missing?)
9582      Branch: perl
9583            ! AUTHORS
9584 ____________________________________________________________________________
9585 [ 10350] By: nick                                  on 2001/05/31  11:40:43
9586         Log: win32 - dmake regen_config_h
9587      Branch: perlio
9588            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9589 ____________________________________________________________________________
9590 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
9591         Log: Subject: Re: [PATCH util.c] More warning cleanups.
9592              From: "Philip Newton" <Philip.Newton@gmx.net>
9593              Date: Thu, 31 May 2001 07:41:36 +0200
9594              Message-Id: <200105310538.IAA25458@taku.hut.fi>
9595              
9596              Undo C++-ism that snekt in.
9597      Branch: perl
9598            ! util.c
9599 ____________________________________________________________________________
9600 [ 10348] By: nick                                  on 2001/05/31  11:36:46
9601         Log: Tolerate Win32 numerics
9602      Branch: perlio
9603            ! t/pragma/warn/toke
9604 ____________________________________________________________________________
9605 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
9606         Log: Integrate perlio.
9607      Branch: perl
9608           !> perlio.c win32/win32.h
9609 ____________________________________________________________________________
9610 [ 10346] By: nick                                  on 2001/05/31  10:54:55
9611         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
9612              perlio.c change 10255.
9613      Branch: perlio
9614            ! perlio.c
9615 ____________________________________________________________________________
9616 [ 10345] By: nick                                  on 2001/05/31  10:01:57
9617         Log: Conditionaly put back some "unused" dTHX which are used
9618              with PERL_IMPLICIT_SYS
9619      Branch: perlio
9620            ! perlio.c
9621 ____________________________________________________________________________
9622 [ 10344] By: nick                                  on 2001/05/31  10:00:59
9623         Log: Fix Win32 for new spelling IN_BYTES 
9624      Branch: perlio
9625            ! win32/win32.h
9626 ____________________________________________________________________________
9627 [ 10343] By: nick                                  on 2001/05/31  08:01:32
9628         Log: perlio.c -Wall cleaner under MULTIPLICITY
9629              - still minor noise with linux stdio
9630      Branch: perlio
9631            ! perlio.c
9632 ____________________________________________________________________________
9633 [ 10342] By: nick                                  on 2001/05/31  07:52:23
9634         Log: Integrate mainline.
9635      Branch: perlio
9636           !> (integrate 42 files)
9637 ____________________________________________________________________________
9638 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
9639         Log: AUTHORS updates.
9640      Branch: perl
9641            ! AUTHORS
9642 ____________________________________________________________________________
9643 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
9644         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
9645              From: Peter Prymmer <pvhp@forte.com>
9646              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
9647              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
9648      Branch: perl
9649            ! t/lib/md5-file.t
9650 ____________________________________________________________________________
9651 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
9652         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
9653              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
9654              to match the pragma name; various robustness cleanups.
9655      Branch: perl
9656            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
9657            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
9658 ____________________________________________________________________________
9659 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
9660         Log: More -Wall sweeping.
9661      Branch: perl
9662            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
9663            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
9664            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
9665            ! regcomp.c sv.c toke.c utf8.c
9666 ____________________________________________________________________________
9667 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
9668         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
9669              From: Nicholas Clark <nick@ccl4.org>
9670              Date: Wed, 30 May 2001 22:34:41 +0100
9671              Message-ID: <20010530223441.Y86445@plum.flirble.org>
9672      Branch: perl
9673            ! t/op/cmp.t
9674 ____________________________________________________________________________
9675 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
9676         Log: It's is not, it isn't ain't, and it's it's, not its,
9677              if you mean it is. If you don't, it's its. Then too,
9678              it's hers. It isn't her's. It isn't our's either.
9679              It's ours, and likewise yours and theirs.
9680              -- Oxford University Press, Edpress News
9681      Branch: perl
9682            ! lib/autouse.pm
9683 ____________________________________________________________________________
9684 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
9685         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
9686      Branch: perl
9687            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
9688            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
9689            ! x2p/str.c x2p/walk.c xsutils.c
9690 ____________________________________________________________________________
9691 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
9692         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
9693              From: Michael G Schwern <schwern@pobox.com>
9694              Date: Wed, 30 May 2001 17:10:38 +0100
9695              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
9696              
9697              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
9698              From: Abhijit Menon-Sen <ams@wiw.org>
9699              Date: Wed, 30 May 2001 23:16:13 +0530
9700              Message-ID: <20010530231613.A31933@lustre.linux.in>
9701      Branch: perl
9702            ! perl.c t/run/runenv.t
9703 ____________________________________________________________________________
9704 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
9705         Log: (Retracted by #10375.)
9706              
9707              IRIX hints patch from Merijn Broeren.
9708              
9709              TODO: (this and the earlier Linux hints patch) should be solved
9710              at Configure level.  Merijn: -ldb should not be used on any platform
9711              for perl, just when linking DBFile itself. Trying to be helpful here
9712              is counterproductive.
9713      Branch: perl
9714            ! hints/irix_6.sh
9715 ____________________________________________________________________________
9716 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
9717         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
9718              From: Nicholas Clark <nick@ccl4.org>
9719              Date: Wed, 30 May 2001 23:20:58 +0100
9720              Message-ID: <20010530232058.B86445@plum.flirble.org>
9721      Branch: perl
9722            ! doop.c
9723 ____________________________________________________________________________
9724 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
9725         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
9726              From: Michael G Schwern <schwern@pobox.com> 
9727              Date: Wed, 30 May 2001 15:24:20 +0100
9728              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
9729      Branch: perl
9730            ! t/pragma/autouse.t
9731 ____________________________________________________________________________
9732 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
9733         Log: The regex trick wasn't a good idea.
9734      Branch: perl
9735            ! pod/perlfaq4.pod
9736 ____________________________________________________________________________
9737 [ 10329] By: nick                                  on 2001/05/30  18:34:35
9738         Log: Integrate mainline
9739      Branch: perlio
9740           !> (integrate 40 files)
9741 ____________________________________________________________________________
9742 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
9743         Log: Update Changes.
9744      Branch: perl
9745            ! Changes patchlevel.h
9746 ____________________________________________________________________________
9747 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
9748         Log: The metaconfig unit change for #10325.
9749      Branch: metaconfig
9750            + U/modified/afs.U
9751 ____________________________________________________________________________
9752 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
9753         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
9754              is now wrong.
9755      Branch: perl
9756            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
9757 ____________________________________________________________________________
9758 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
9759         Log: Introduce $Config{afsroot}.
9760      Branch: perl
9761            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9762            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
9763            ! win32/config.gc win32/config.vc
9764 ____________________________________________________________________________
9765 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
9766         Log: (Retracted by #10375.)
9767              
9768              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
9769      Branch: perl
9770            ! hints/linux.sh
9771 ____________________________________________________________________________
9772 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
9773         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
9774              (Also Configure tweaks needed; coming up soon.)
9775      Branch: perl
9776            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
9777 ____________________________________________________________________________
9778 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
9779         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
9780              From: Michael G Schwern <schwern@pobox.com>
9781              Date: Sun, 27 May 2001 10:29:43 +0100
9782              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
9783      Branch: perl
9784            ! lib/perl5db.pl
9785 ____________________________________________________________________________
9786 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
9787         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
9788              and Abhijit Menon-Sen.
9789      Branch: perl
9790            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
9791            ! perl.c pp_sys.c regcomp.c
9792 ____________________________________________________________________________
9793 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
9794         Log: Fix the BOOT section to call myU2time properly.
9795      Branch: perl
9796            ! ext/Time/HiRes/HiRes.xs
9797 ____________________________________________________________________________
9798 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
9799         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
9800              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
9801              Date: Wed, 30 May 2001 09:44:29 -0400
9802              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
9803              
9804              Detypo; plus add one more trick.
9805      Branch: perl
9806            ! pod/perlfaq4.pod
9807 ____________________________________________________________________________
9808 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
9809         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)
9810              From: Michael G Schwern <schwern@pobox.com>
9811              Date: Wed, 30 May 2001 14:39:06 +0100
9812              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
9813      Branch: perl
9814            ! lib/autouse.pm t/pragma/autouse.t
9815 ____________________________________________________________________________
9816 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
9817         Log: Subject: Re: AIX and gcc (moving targets)
9818              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9819              Date: Wed, 30 May 2001 15:25:08 +0200
9820              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
9821      Branch: perl
9822            ! ext/Time/HiRes/HiRes.xs
9823 ____________________________________________________________________________
9824 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
9825         Log: Subject: [PATCH t/TEST] sorting tests
9826              From: Michael G Schwern <schwern@pobox.com>
9827              Date: Wed, 30 May 2001 10:24:02 +0100
9828              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
9829      Branch: perl
9830            ! t/TEST
9831 ____________________________________________________________________________
9832 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
9833         Log: Subject: [ID 20010529.002] typos in man page perlre
9834              From: bart@cg681574-a.adubn1.nj.home.com 
9835              Date: Tue, 29 May 2001 13:58:59 -0500
9836              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
9837      Branch: perl
9838            ! pod/perlre.pod
9839 ____________________________________________________________________________
9840 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
9841         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
9842              From: "Craig A. Berry" <craigberry@mac.com>
9843              Date: Tue, 29 May 2001 23:23:45 -0500
9844              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
9845      Branch: perl
9846            ! t/lib/extutils.t t/pragma/autouse.t
9847 ____________________________________________________________________________
9848 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
9849         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)
9850              From: David Dyck <dcd@tc.fluke.com>
9851              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
9852              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
9853      Branch: perl
9854            ! t/lib/filefind.t
9855 ____________________________________________________________________________
9856 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
9857         Log: AIX hints update for gcc from Merijn H. Brand.
9858      Branch: perl
9859            ! hints/aix.sh
9860 ____________________________________________________________________________
9861 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
9862         Log: Retract #10295 and #10296: a more generic solution
9863              is needed (there's something funny with gcc on AIX).
9864      Branch: perl
9865            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
9866 ____________________________________________________________________________
9867 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
9868         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
9869              From: Hugo <hv@crypt.compulink.co.uk>
9870              Date: Wed, 30 May 2001 11:59:19 +0100
9871              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
9872              
9873              localizing $@ has unfortunate semantics - if you die past
9874              a local $@, the die message is lost.
9875      Branch: perl
9876            ! lib/utf8_heavy.pl
9877 ____________________________________________________________________________
9878 [ 10309] By: nick                                  on 2001/05/30  08:23:02
9879         Log: Integrate mainline (autouse works again.)
9880      Branch: perlio
9881           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
9882           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
9883           !> pod/perlvar.pod t/op/cmp.t
9884 ____________________________________________________________________________
9885 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
9886         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
9887              From: David Dyck <dcd@tc.fluke.com>
9888              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
9889              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
9890      Branch: perl
9891            ! lib/File/Find.pm
9892 ____________________________________________________________________________
9893 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
9894         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
9895              From: Nicholas Clark <nick@ccl4.org>
9896              Date: Tue, 29 May 2001 23:16:09 +0100
9897              Message-ID: <20010529231609.U86445@plum.flirble.org>
9898              
9899              Make the test output slightly clearer by distinguishing
9900              between '' and undef.
9901      Branch: perl
9902            ! t/op/cmp.t
9903 ____________________________________________________________________________
9904 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
9905         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
9906              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9907              Date: Tue, 29 May 2001 19:15:19 -0400
9908              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
9909      Branch: perl
9910            ! hints/os2.sh
9911 ____________________________________________________________________________
9912 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
9913         Log: Subject: perlvar.pod addition
9914              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
9915              Date: Fri, 25 May 2001 20:23:12 +0200
9916              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
9917              
9918              Subject: Re: perlvar.pod addition
9919              From: "Abigail" <abigail@foad.org> 
9920              Date: Fri, 25 May 2001 22:00:39 +0200
9921              Message-ID: <20010525200039.28029.qmail@foad.org>
9922              
9923              Mention $a and $b in perlvar.
9924      Branch: perl
9925            ! pod/perlvar.pod
9926 ____________________________________________________________________________
9927 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
9928         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
9929              From: Jeff Pinyan <jeffp@crusoe.net>
9930              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
9931              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
9932      Branch: perl
9933            ! pod/perlvar.pod
9934 ____________________________________________________________________________
9935 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
9936         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
9937              From: Jeff Pinyan <jeffp@crusoe.net>
9938              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
9939              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
9940      Branch: perl
9941            ! pod/perlfaq6.pod
9942 ____________________________________________________________________________
9943 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
9944         Log: Mention Time::localtime and Time::gmtime.
9945      Branch: perl
9946            ! ext/Time/Piece/Piece.pm
9947 ____________________________________________________________________________
9948 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
9949         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
9950              From: Michael G Schwern <schwern@pobox.com>
9951              Date: Tue, 29 May 2001 18:51:32 +0100
9952              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
9953      Branch: perl
9954            ! pod/perlfaq4.pod
9955 ____________________________________________________________________________
9956 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
9957         Log: Retract #10243.
9958      Branch: perl
9959            ! lib/autouse.pm
9960 ____________________________________________________________________________
9961 [ 10299] By: nick                                  on 2001/05/29  18:41:19
9962         Log: Post weekend integrate mainline (fails one test pragma/autouse).
9963      Branch: perlio
9964           +> (branch 29 files)
9965           !> (integrate 91 files)
9966 ____________________________________________________________________________
9967 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
9968         Log: Update Changes.
9969      Branch: perl
9970            ! Changes patchlevel.h
9971 ____________________________________________________________________________
9972 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
9973         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
9974              before Perl_load_module/Perl_call_method and restore the value
9975              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
9976      Branch: perl
9977            ! utf8.c
9978 ____________________________________________________________________________
9979 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
9980         Log: Subject: Re: AIX and gcc (moving targets)
9981              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9982              Date: Tue, 29 May 2001 17:59:40 +0200
9983              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
9984      Branch: perl
9985            ! ext/Storable/Makefile.PL
9986 ____________________________________________________________________________
9987 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
9988         Log: Subject: Re: AIX and gcc (moving targets)
9989              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9990              Date: Tue, 29 May 2001 12:32:57 +0200
9991              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
9992      Branch: perl
9993            ! ext/POSIX/Makefile.PL
9994 ____________________________________________________________________________
9995 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
9996         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
9997              From: Michael G Schwern <schwern@pobox.com>
9998              Date: Tue, 29 May 2001 09:53:29 +0100
9999              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
10000              
10001              (#10280 retracted)
10002      Branch: perl
10003            ! lib/Test/Harness.pm t/lib/test-harness.t
10004 ____________________________________________________________________________
10005 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
10006         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
10007              From: Michael G Schwern <schwern@pobox.com>
10008              Date: Tue, 29 May 2001 09:19:52 +0100
10009              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
10010      Branch: perl
10011            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
10012            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
10013            + t/lib/Test/todo.t
10014            ! MANIFEST lib/Test.pm t/TEST
10015 ____________________________________________________________________________
10016 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
10017         Log: From: Michael G Schwern <schwern@pobox.com>
10018              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
10019              Date: Tue, 29 May 2001 08:26:09 +0100
10020              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
10021      Branch: perl
10022            ! t/TEST
10023 ____________________________________________________________________________
10024 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
10025         Log: Add tests for Time::gmtime and Time::localtime.
10026      Branch: perl
10027            + t/lib/time-gmtime.t t/lib/time-localtime.t
10028            ! MANIFEST t/lib/1_compile.t
10029 ____________________________________________________________________________
10030 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
10031         Log: Add test for File::stat.
10032      Branch: perl
10033            + t/lib/filestat.t
10034            ! MANIFEST t/lib/1_compile.t
10035 ____________________________________________________________________________
10036 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
10037         Log: Add test for Net::servent.
10038      Branch: perl
10039            + t/lib/net-sent.t
10040            ! MANIFEST t/lib/1_compile.t
10041 ____________________________________________________________________________
10042 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
10043         Log: Add test for Net::protoent.
10044      Branch: perl
10045            + t/lib/net-pent.t
10046            ! MANIFEST t/lib/1_compile.t
10047 ____________________________________________________________________________
10048 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
10049         Log: Add test for Net::netent.
10050      Branch: perl
10051            + t/lib/net-nent.t
10052            ! MANIFEST t/lib/1_compile.t
10053 ____________________________________________________________________________
10054 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
10055         Log: Add test for User::grent.  Portability doubtful.
10056      Branch: perl
10057            + t/lib/user-grent.t
10058            ! MANIFEST t/lib/1_compile.t
10059 ____________________________________________________________________________
10060 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
10061         Log: Add test for User::pwent.
10062              Probably will fall down somewhere for portability reasons.
10063      Branch: perl
10064            + t/lib/user-pwent.t
10065            ! MANIFEST t/lib/1_compile.t
10066 ____________________________________________________________________________
10067 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
10068         Log: Metaconfig units changes for #10283.
10069      Branch: metaconfig
10070            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
10071            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
10072            ! U/installdirs/sitescript.U U/modified/Signal.U
10073 ____________________________________________________________________________
10074 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
10075         Log: Subject: [PATCH 5.6.1] signal names in Configure
10076              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10077              Date: Tue, 29 May 2001 03:52:25 -0400
10078              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
10079              
10080              Subject: [PATCH 5.6.1] older perl in Configure
10081              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10082              Date: Tue, 29 May 2001 03:55:40 -0400
10083              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
10084              
10085              Subject: [PATCH 5.6.1] goofs in Configure
10086              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10087              Date: Tue, 29 May 2001 04:13:07 -0400
10088              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
10089              
10090              Configure portability tweaks.
10091      Branch: perl
10092            ! Configure
10093 ____________________________________________________________________________
10094 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
10095         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
10096              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10097              Date: Tue, 29 May 2001 04:07:06 -0400
10098              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
10099      Branch: perl
10100            ! os2/os2.c
10101 ____________________________________________________________________________
10102 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
10103         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
10104              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10105              Date: Tue, 29 May 2001 04:01:38 -0400
10106              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
10107      Branch: perl
10108            ! hints/os2.sh os2/Makefile.SHs
10109 ____________________________________________________________________________
10110 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
10111         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
10112              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10113              Date: Tue, 29 May 2001 03:50:18 -0400
10114              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
10115      Branch: perl
10116            ! lib/Test/Harness.pm
10117 ____________________________________________________________________________
10118 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
10119         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
10120      Branch: perl
10121            ! lib/utf8_heavy.pl
10122 ____________________________________________________________________________
10123 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
10124         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
10125              From: Hugo <hv@crypt.compulink.co.uk>
10126              Date: Tue, 29 May 2001 03:03:45 +0100
10127              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
10128              
10129              Explanation why the $@ always gets the UTF8 flag when under use utf8--
10130              because we told it to have the flag when under use utf8.
10131      Branch: perl
10132            ! pp_ctl.c
10133 ____________________________________________________________________________
10134 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
10135         Log: At least a partial fix for 20010528.004.
10136      Branch: perl
10137            ! lib/utf8_heavy.pl
10138 ____________________________________________________________________________
10139 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
10140         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
10141              From: Nicholas Clark <nick@ccl4.org> 
10142              Date: Mon, 28 May 2001 23:39:38 +0100
10143              Message-ID: <20010528233938.M86445@plum.flirble.org>
10144              
10145              More portable non-zero UV.
10146      Branch: perl
10147            ! t/lib/extutils.t
10148 ____________________________________________________________________________
10149 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
10150         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
10151              From: Nicholas Clark <nick@ccl4.org>
10152              Date: Mon, 28 May 2001 22:46:09 +0100
10153              Message-ID: <20010528224608.L86445@plum.flirble.org>
10154              
10155              Test also "make clean".
10156      Branch: perl
10157            ! t/lib/extutils.t
10158 ____________________________________________________________________________
10159 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
10160         Log: Subject: Re: Would -Wno-unused -Wall be better?
10161              From: Michael G Schwern <schwern@pobox.com>
10162              Date: Tue, 29 May 2001 00:55:54 +0100
10163              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
10164      Branch: perl
10165            ! pp.h
10166 ____________________________________________________________________________
10167 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
10168         Log: Add a test for 20010528.007, fixed in #10272.
10169      Branch: perl
10170            ! t/op/misc.t toke.c
10171 ____________________________________________________________________________
10172 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
10173         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
10174              From: Hugo <hv@crypt.compulink.co.uk>
10175              Date: Tue, 29 May 2001 00:23:23 +0100
10176              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
10177      Branch: perl
10178            ! toke.c
10179 ____________________________________________________________________________
10180 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
10181         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
10182              From: Michael G Schwern <schwern@pobox.com>
10183              Date: Tue, 29 May 2001 00:42:59 +0100
10184              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
10185      Branch: perl
10186            ! t/pragma/autouse.t
10187 ____________________________________________________________________________
10188 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
10189         Log: Some shells seemingly arrange the signal handlers differently
10190              (bug id 20010521.004).
10191      Branch: perl
10192            ! t/lib/sigaction.t
10193 ____________________________________________________________________________
10194 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
10195         Log: Regen perlmodlib.
10196      Branch: perl
10197            ! pod/perlmodlib.pod
10198 ____________________________________________________________________________
10199 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
10200         Log: Update Changes.
10201      Branch: perl
10202            ! Changes patchlevel.h
10203 ____________________________________________________________________________
10204 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
10205         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
10206              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
10207              Date: Mon, 28 May 2001 14:56:35 -0500
10208              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
10209      Branch: perl
10210            ! pod/perlnewmod.pod
10211 ____________________________________________________________________________
10212 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
10213         Log: Regen toc.
10214      Branch: perl
10215            ! pod/perltoc.pod
10216 ____________________________________________________________________________
10217 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
10218         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
10219              From: "Richard Soderberg" <rs@crystalflame.net>
10220              Date: Mon, 28 May 2001 12:31:23 -0700
10221              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
10222      Branch: perl
10223            ! t/op/splice.t
10224 ____________________________________________________________________________
10225 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
10226         Log: The #10260 was too bold: locales and utf8 still do not mix.
10227      Branch: perl
10228            ! t/pragma/locale.t
10229 ____________________________________________________________________________
10230 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
10231         Log: Subject: [PATCH] Pod nitpicks
10232              From: "Richard Soderberg" <rs@crystalflame.net>
10233              Date: Mon, 28 May 2001 10:08:58 -0700
10234              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
10235      Branch: perl
10236            ! pod/perl571delta.pod pod/perlapi.pod sv.h
10237 ____________________________________________________________________________
10238 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
10239         Log: Upgrade to I18N::LangTags 0.22.
10240      Branch: perl
10241            + lib/I18N/LangTags/List.pod
10242            ! MANIFEST lib/I18N/LangTags.pm
10243 ____________________________________________________________________________
10244 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
10245         Log: A slightly more serious bug found by -Mutf8; op/misc and
10246              lib/complex dumped core.
10247      Branch: perl
10248            ! regexec.c
10249 ____________________________________________________________________________
10250 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
10251         Log: Various buglets shaken out by -Mutf8.
10252      Branch: perl
10253            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
10254            ! t/pragma/locale.t
10255 ____________________________________________________________________________
10256 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
10257         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
10258      Branch: perl
10259            ! t/lib/carp.t
10260 ____________________________________________________________________________
10261 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
10262         Log: Subject: [PATCH] todo patch
10263              From: Artur Bergman <artur@contiller.se> 
10264              Date: Mon, 28 May 2001 17:03:51 +0200
10265              Message-ID: <B7383577.F34%artur@contiller.se>
10266      Branch: perl
10267            ! pod/perltodo.pod
10268 ____________________________________________________________________________
10269 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
10270         Log: Subject: typo in perlguts.pod
10271              From: "John P. Linderman" <jpl@research.att.com>
10272              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
10273              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
10274      Branch: perl
10275            ! pod/perlguts.pod
10276 ____________________________________________________________________________
10277 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
10278         Log: Subject: AIX and gcc (moving targets)
10279              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10280              Date: Mon, 28 May 2001 12:54:04 +0200
10281              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
10282      Branch: perl
10283            ! hints/aix.sh
10284 ____________________________________________________________________________
10285 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
10286         Log: Subject: Re: perlio + multiple perl_alloc..destruct
10287              From: Doug MacEachern <dougm@covalent.net>
10288              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
10289              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
10290      Branch: perl
10291            ! perlio.c
10292 ____________________________________________________________________________
10293 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
10294         Log: The #10251 wasn't quite up-to-the-code.
10295      Branch: perl
10296            ! t/op/misc.t
10297 ____________________________________________________________________________
10298 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
10299         Log: Test case for bug 20010526.004, fixed in #10252.
10300      Branch: perl
10301            ! t/op/taint.t
10302 ____________________________________________________________________________
10303 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
10304         Log: Subject: Re: [ID 20010526.004] Taint looses value
10305              From: Hugo <hv@crypt.compulink.co.uk>
10306              Date: Sun, 27 May 2001 20:39:32 +0100
10307              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
10308      Branch: perl
10309            ! sv.c
10310 ____________________________________________________________________________
10311 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
10312         Log: Test case for 20010422.005, fixed by #10250.
10313      Branch: perl
10314            ! t/op/misc.t
10315 ____________________________________________________________________________
10316 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
10317         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
10318              From: Spider Boardman <spider@Orb.Nashua.NH.US>
10319              Date: Mon, 28 May 2001 06:39:12 -0400
10320              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
10321      Branch: perl
10322            ! toke.c
10323 ____________________________________________________________________________
10324 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
10325         Log: Linerewrapping.
10326      Branch: perl
10327            ! lib/open.pm
10328 ____________________________________________________________________________
10329 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
10330         Log: Updates on the modules list.
10331      Branch: perl
10332            ! t/lib/1_compile.t
10333 ____________________________________________________________________________
10334 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
10335         Log: Add a test for PerlIO.
10336              
10337              (I probably got the crlf/raw thing wrong for clrfy platforms...)
10338      Branch: perl
10339            + t/lib/perlio.t
10340            ! MANIFEST lib/PerlIO.pm
10341 ____________________________________________________________________________
10342 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
10343         Log: Add a test for carp et alia.
10344      Branch: perl
10345            + t/lib/carp.t
10346            ! MANIFEST
10347 ____________________________________________________________________________
10348 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
10349         Log: Adding the new test would be swell.
10350      Branch: perl
10351            + t/pragma/autouse.t
10352 ____________________________________________________________________________
10353 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
10354         Log: Add a test for the autouse pragma.
10355      Branch: perl
10356            ! MANIFEST
10357 ____________________________________________________________________________
10358 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
10359         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
10360              From: dLux <dlux@spam.sch.bme.hu>
10361              Date: Sun, 27 May 2001 16:14:26 +0200
10362              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
10363      Branch: perl
10364            ! lib/autouse.pm
10365 ____________________________________________________________________________
10366 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
10367         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
10368              From: "Richard Soderberg" <rs@crystalflame.net>
10369              Date: Mon, 28 May 2001 03:56:36 -0700
10370              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
10371      Branch: perl
10372            ! utils/dprofpp.PL
10373 ____________________________________________________________________________
10374 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
10375         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
10376              From: "Stephen P. Potter" <spp@spotter.yi.org>
10377              Date: Tue, 22 May 2001 11:40:25 -0400
10378              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
10379              
10380              Subject: Re: [ID 20010522.003] Time::Local module bug
10381              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
10382              Date: Tue, 22 May 2001 11:50:19 -0400
10383              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
10384      Branch: perl
10385            ! lib/Time/Local.pm
10386 ____________________________________________________________________________
10387 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
10388         Log: The PERL_DL_NONLAZY can have whitespace in front.
10389      Branch: perl
10390            ! t/lib/extutils.t
10391 ____________________________________________________________________________
10392 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
10393         Log: Document strftime() and strptime().
10394      Branch: perl
10395            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
10396 ____________________________________________________________________________
10397 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
10398         Log: Make Time::Piece::strptime() to be a function, not a method.
10399      Branch: perl
10400            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
10401 ____________________________________________________________________________
10402 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
10403         Log: Tweak the test to be more portable.
10404      Branch: perl
10405            ! t/lib/extutils.t
10406 ____________________________________________________________________________
10407 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
10408         Log: Subject: PATCH: Re: Re: Attributes that tie
10409              From: Leon Brocard <acme@astray.com>
10410              Date: Sun, 27 May 2001 12:37:29 +0100
10411              Message-ID: <20010527123729.A22663@ns0.astray.com>
10412              
10413              Document that variable attributes are not currently usable
10414              for tieing.  (An ugly limitation that should be fixed.)
10415      Branch: perl
10416            ! lib/attributes.pm
10417 ____________________________________________________________________________
10418 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
10419         Log: Microperl tweaks.
10420      Branch: perl
10421            ! Makefile.micro uconfig.h uconfig.sh
10422 ____________________________________________________________________________
10423 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
10424         Log: Add make target for microperl (kind of silly, but convenient).
10425      Branch: perl
10426            ! Makefile.SH
10427 ____________________________________________________________________________
10428 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
10429         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
10430              for microperl.)
10431      Branch: perl
10432            ! doio.c
10433 ____________________________________________________________________________
10434 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
10435         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
10436              From: rspier@pobox.com (Robert Spier)
10437              Date: Sat, 26 May 2001 20:05:23 -0400
10438              Message-ID: <15120.17603.148648.12430@rls.cx>
10439              
10440              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
10441              From: rspier@pobox.com (Robert Spier)
10442              Date: Sun, 27 May 2001 00:23:12 -0400
10443              Message-ID: <15120.33072.511966.767230@rls.cx>
10444      Branch: perl
10445            ! doio.c pod/perlfunc.pod
10446 ____________________________________________________________________________
10447 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
10448         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
10449      Branch: perl
10450            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
10451 ____________________________________________________________________________
10452 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
10453         Log: Add README.tru64.
10454      Branch: perl
10455            + README.tru64
10456 ____________________________________________________________________________
10457 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
10458         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
10459      Branch: perl
10460            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
10461            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
10462            ! MANIFEST
10463 ____________________________________________________________________________
10464 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
10465         Log: Integrate I18N::LangTags from Sean Burke.
10466              
10467              TODO: the language list from RFC 3066 needs to be integrated
10468              and made available somehow.  The list is included in the
10469              I18N-LangTags 0.21 distribution, but it is undocumented
10470              and unconnected to the module.
10471      Branch: perl
10472            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
10473            ! MANIFEST
10474 ____________________________________________________________________________
10475 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
10476         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
10477              envisioned by Sarathy.
10478      Branch: perl
10479            ! t/op/ver.t toke.c
10480 ____________________________________________________________________________
10481 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
10482         Log: Subject: [ID 20010525.001] Pod typo nits fixed
10483              From: lvirden@cas.org
10484              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
10485              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
10486              
10487              minus the perlsolaris decimation plus the
10488              
10489              Subject: Re: [ID 20010525.001] Pod typo nits fixed
10490              From: "Philip Newton" <Philip.Newton@gmx.net>
10491              Date: Fri, 25 May 2001 18:05:55 +0200
10492              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
10493      Branch: perl
10494            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
10495            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
10496            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
10497            ! pod/perlutil.pod pod/perlxstut.pod
10498 ____________________________________________________________________________
10499 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
10500         Log: return clauses are nice.
10501      Branch: perl
10502            ! sv.c
10503 ____________________________________________________________________________
10504 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
10505         Log: Subject: change 10199 backwards?
10506              From: Doug MacEachern <dougm@covalent.net>
10507              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
10508              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
10509      Branch: perl
10510            ! sv.c
10511 ____________________________________________________________________________
10512 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
10513         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
10514              From: Hugo <hv@crypt.compulink.co.uk>
10515              Date: Sat, 26 May 2001 17:05:12 +0100
10516              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
10517      Branch: perl
10518            + t/op/gmagic.t
10519            ! MANIFEST doop.c embed.h embed.pl global.sym
10520            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
10521            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
10522 ____________________________________________________________________________
10523 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
10524         Log: Regen headers for #10221.
10525      Branch: perl
10526            ! global.sym objXSUB.h perlapi.c
10527 ____________________________________________________________________________
10528 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
10529         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
10530              From: Juha Laiho <juha.laiho@Elma.Net>
10531              Date: Thu, 3 May 2001 09:51:30 +0300
10532              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
10533      Branch: perl
10534            ! embed.pl
10535 ____________________________________________________________________________
10536 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
10537         Log: Subject: Re: [PATCH] Re: stability of sort()?
10538              From: "John P. Linderman" <jpl@research.att.com>
10539              Date: Sat, 26 May 2001 13:27:19 -0400
10540              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
10541      Branch: perl
10542            ! pod/perlfunc.pod
10543 ____________________________________________________________________________
10544 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
10545         Log: Integrate perlio.
10546      Branch: perl
10547           !> pod/perlguts.pod
10548 ____________________________________________________________________________
10549 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
10550         Log: Subject: [PATCH perl@10210] PerlIO for VMS
10551              From: "Craig A. Berry" <craigberry@mac.com>
10552              Date: Sat, 26 May 2001 09:34:11 -0500
10553              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
10554      Branch: perl
10555            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
10556            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
10557            ! vms/vmsish.h
10558 ____________________________________________________________________________
10559 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
10560         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
10561              From: David Dyck <dcd@tc.fluke.com>
10562              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
10563              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
10564      Branch: perl
10565            ! lib/perl5db.pl
10566 ____________________________________________________________________________
10567 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
10568         Log: Subject: utf8 regexp tests
10569              From: Hugo <hv@crypt.compulink.co.uk>
10570              Date: Fri, 25 May 2001 22:35:01 +0100
10571              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
10572      Branch: perl
10573            ! t/op/regexp.t
10574 ____________________________________________________________________________
10575 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
10576         Log: Subject: [PATCH] Re: stability of sort()?
10577              From: Nicholas Clark <nick@ccl4.org>
10578              Date: Fri, 25 May 2001 22:40:19 +0100
10579              Message-ID: <20010525224019.B86445@plum.flirble.org>
10580      Branch: perl
10581            ! pod/perlfunc.pod
10582 ____________________________________________________________________________
10583 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
10584         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
10585              From: John Peacock <jpeacock@rowman.com>
10586              Date: Thu, 24 May 2001 22:14:01 -0400
10587              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
10588      Branch: perl
10589            ! mg.c scope.c sv.c
10590 ____________________________________________________________________________
10591 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
10592         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
10593              From: Nicholas Clark <nick@ccl4.org>
10594              Date: Sun, 20 May 2001 19:24:13 +0100
10595              Message-ID: <20010520192413.G83222@plum.flirble.org>
10596      Branch: perl
10597            + lib/ExtUtils/Constant.pm t/lib/extutils.t
10598            ! MANIFEST utils/h2xs.PL
10599 ____________________________________________________________________________
10600 [ 10212] By: nick                                  on 2001/05/26  09:49:28
10601         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
10602              add a few more notes there on use of mortals on the stack.
10603      Branch: perlio
10604            ! pod/perlguts.pod
10605 ____________________________________________________________________________
10606 [ 10211] By: nick                                  on 2001/05/26  09:05:36
10607         Log: Integrate mainline
10608      Branch: perlio
10609           +> t/lib/fcntl.t t/pragma/vars.t
10610           !> (integrate 49 files)
10611 ____________________________________________________________________________
10612 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
10613         Log: Update Changes.
10614      Branch: perl
10615            ! Changes patchlevel.h
10616 ____________________________________________________________________________
10617 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
10618         Log: Based on
10619              
10620              Subject: [PATCH pp.c] Wrapping pack("C",256)
10621              From: Simon Cozens <simon@netthink.co.uk>
10622              Date: Sat, 12 May 2001 17:58:41 +0100
10623              Message-ID: <20010512175841.A6132@netthink.co.uk>
10624      Branch: perl
10625            ! pod/perldiag.pod pp.c t/pragma/warn/pp
10626 ____________________________________________________________________________
10627 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
10628         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
10629              From: "Brendan O'Dea" <bod@compusol.com.au>
10630              Date: Fri, 25 May 2001 11:18:29 +1000
10631              Message-ID: <20010525111829.A28411@compusol.com.au>
10632              
10633              (Slightly modified.)
10634      Branch: perl
10635            ! lib/Term/Cap.pm
10636 ____________________________________________________________________________
10637 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
10638         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
10639              From: Hugo <hv@crypt.compulink.co.uk>
10640              Date: Fri, 25 May 2001 02:13:25 +0100
10641              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
10642      Branch: perl
10643            ! t/op/misc.t
10644 ____________________________________________________________________________
10645 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
10646         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
10647              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
10648              Date: Fri, 25 May 2001 10:25:36 +0900
10649              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
10650      Branch: perl
10651            ! regcomp.c regexec.c
10652 ____________________________________________________________________________
10653 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
10654         Log: Subject: [PATCH #2] stash autovivification and method call error messages
10655              From: Ilmari Karonen <iltzu@sci.fi>
10656              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
10657              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
10658      Branch: perl
10659            ! gv.c pp_hot.c t/op/method.t
10660 ____________________________________________________________________________
10661 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
10662         Log: Add make target and documentation for gprof profiling.
10663      Branch: perl
10664            ! Makefile.SH pod/perlhack.pod
10665 ____________________________________________________________________________
10666 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
10667         Log: Subject: Don't think about UTF8 
10668              From: Mike Guy <mjtg@cam.ac.uk> 
10669              Date: Tue, 22 May 2001 14:35:39 +0100
10670              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
10671      Branch: perl
10672            ! sv.h
10673 ____________________________________________________________________________
10674 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
10675         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
10676              From: Geraint A Edwards <gedge@serf.org> 
10677              Date: Thu, 24 May 2001 22:51:24 +0100
10678              Message-Id: <20010524225124.A34981@cymru.serf.org>
10679      Branch: perl
10680            ! x2p/find2perl.PL
10681 ____________________________________________________________________________
10682 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
10683         Log: DB_File has its own attribute story.
10684      Branch: perl
10685            ! ext/DB_File/DB_File.xs
10686 ____________________________________________________________________________
10687 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
10688         Log: Subject: Re: Making perl with -Wall
10689              From: Andy Dougherty <doughera@lafayette.edu>
10690              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
10691              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
10692      Branch: perl
10693            ! perl.h
10694 ____________________________________________________________________________
10695 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
10696         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
10697              From: "Richard Soderberg" <rs@crystalflame.net>
10698              Date: Thu, 24 May 2001 08:58:16 -0700
10699              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
10700      Branch: perl
10701            ! sv.c
10702 ____________________________________________________________________________
10703 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
10704         Log: IV/UV casting fixes from Nicholas Clark.
10705      Branch: perl
10706            ! perl.h pp_sys.c util.c
10707 ____________________________________________________________________________
10708 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
10709         Log: Subject: Re: Making perl with -Wall
10710              From: Michael G Schwern <schwern@pobox.com>
10711              Date: Thu, 24 May 2001 15:40:28 +0100
10712              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
10713      Branch: perl
10714            ! malloc.c perl.h
10715 ____________________________________________________________________________
10716 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
10717         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
10718              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10719              Date: Tue, 22 May 2001 11:49:37 +0200
10720              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
10721      Branch: metaconfig
10722            ! U/modified/Oldsym.U
10723      Branch: metaconfig/U/perl
10724            ! patchlevel.U
10725      Branch: perl
10726            ! Configure config_h.SH myconfig.SH
10727 ____________________________________________________________________________
10728 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
10729         Log: Under versiononly install also the scripts with the version suffix.
10730              (e.g. .../bin/h2xs5.7.1)
10731      Branch: perl
10732            ! installperl
10733 ____________________________________________________________________________
10734 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
10735         Log: Subject: [PATCH] Stop segfault in mg.c:636
10736              From: "Richard Soderberg" <rs@crystalflame.net>
10737              Date: Thu, 24 May 2001 05:51:52 -0700
10738              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
10739      Branch: perl
10740            ! mg.c
10741 ____________________________________________________________________________
10742 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
10743         Log: Iteration continues; hopefully convergently.
10744      Branch: perl
10745            ! t/lib/b-stash.t
10746 ____________________________________________________________________________
10747 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
10748         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
10749              From: Gisle Aas <gisle@ActiveState.com>
10750              Date: 23 May 2001 16:13:10 -0700
10751              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
10752      Branch: perl
10753            ! op.c toke.c
10754 ____________________________________________________________________________
10755 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
10756         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
10757              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
10758              Date: Thu, 24 May 2001 05:05:22 -0500
10759              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
10760      Branch: perl
10761            ! lib/dumpvar.pl lib/perl5db.pl
10762 ____________________________________________________________________________
10763 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
10764         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
10765              From: David Dyck <dcd@tc.fluke.com>
10766              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
10767              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
10768      Branch: perl
10769            ! lib/perl5db.pl
10770 ____________________________________________________________________________
10771 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
10772         Log: Tiny pod nits on READMEs, mostly whitespace issues.
10773      Branch: perl
10774            ! README.amiga README.dos README.macos README.mpeix README.vmesa
10775            ! README.win32
10776 ____________________________________________________________________________
10777 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
10778         Log: The DG/UX part of the 20010521.005.
10779      Branch: perl
10780            ! README.dgux
10781 ____________________________________________________________________________
10782 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
10783         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
10784              From: Hugo <hv@crypt.compulink.co.uk>
10785              Date: Mon, 21 May 2001 16:32:02 +0100
10786              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
10787      Branch: perl
10788            ! regcomp.c t/op/misc.t
10789 ____________________________________________________________________________
10790 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
10791         Log: Subject: [PATCH] Extra UNIVERSAL tests
10792              From: Mike Guy <mjtg@cam.ac.uk>
10793              Date: Wed, 23 May 2001 12:29:20 +0100
10794              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
10795      Branch: perl
10796            ! t/op/universal.t
10797 ____________________________________________________________________________
10798 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
10799         Log: Subject: [PATCH] Remove EQ keyword
10800              From: Mike Guy <mjtg@cam.ac.uk>
10801              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
10802              Date: Wed, 23 May 2001 11:17:29 +0100
10803      Branch: perl
10804            ! keywords.h keywords.pl
10805 ____________________________________________________________________________
10806 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
10807         Log: Subject: [PATCH] lib/perl5db.pl
10808              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
10809              Date: Wed, 23 May 2001 02:18:03 -0500
10810              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
10811      Branch: perl
10812            ! lib/perl5db.pl
10813 ____________________________________________________________________________
10814 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
10815         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
10816              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
10817              Date: Tue, 22 May 2001 23:34:41 -0500
10818              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
10819      Branch: perl
10820            ! lib/Term/Cap.pm
10821 ____________________________________________________________________________
10822 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
10823         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
10824              From: davem@fdgroup.co.uk
10825              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
10826              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
10827      Branch: perl
10828            ! emacs/e2ctags.pl
10829 ____________________________________________________________________________
10830 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
10831         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
10832              From: Michael G Schwern <schwern@pobox.com>
10833              Date: Tue, 22 May 2001 14:15:09 +0100
10834              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
10835      Branch: perl
10836            ! lib/vars.pm
10837 ____________________________________________________________________________
10838 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
10839         Log: Subject: [PATCH lib/vars.pm] Odd code nit
10840              From: Michael G Schwern <schwern@pobox.com>
10841              Date: Tue, 22 May 2001 14:14:28 +0100
10842              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
10843      Branch: perl
10844            ! lib/vars.pm
10845 ____________________________________________________________________________
10846 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
10847         Log: Use the new use vars feature.
10848      Branch: perl
10849            ! t/lib/b-stash.t
10850 ____________________________________________________________________________
10851 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
10852         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
10853              From: Mike Guy <mjtg@cam.ac.uk>
10854              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10855              Date: Tue, 22 May 2001 13:11:39 +0100
10856      Branch: perl
10857            + t/pragma/vars.t
10858            ! MANIFEST lib/vars.pm t/lib/1_compile.t
10859 ____________________________________________________________________________
10860 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
10861         Log: -qlongdouble considered harmful by Merijn.
10862      Branch: perl
10863            ! hints/aix.sh
10864 ____________________________________________________________________________
10865 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
10866         Log: Update Changes.
10867      Branch: perl
10868            ! Changes patchlevel.h
10869 ____________________________________________________________________________
10870 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
10871         Log: Add a test of its very own for Fcntl.  Hopefully portable.
10872      Branch: perl
10873            + t/lib/fcntl.t
10874            ! MANIFEST
10875 ____________________________________________________________________________
10876 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
10877         Log: Must be trickier for 'minitest' not to die.
10878      Branch: perl
10879            ! t/op/taint.t
10880 ____________________________________________________________________________
10881 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
10882         Log: Can't declare other people's variables.
10883      Branch: perl
10884            ! t/lib/b-stash.t
10885 ____________________________________________________________________________
10886 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
10887         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
10888      Branch: perl
10889            ! doio.c t/op/taint.t
10890 ____________________________________________________________________________
10891 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
10892         Log: The OS/2 variable needs to be declared.
10893      Branch: perl
10894            ! t/lib/b-stash.t
10895 ____________________________________________________________________________
10896 [ 10170] By: nick                                  on 2001/05/20  16:48:29
10897         Log: Integrate mainline
10898      Branch: perlio
10899           !> (integrate 41 files)
10900 ____________________________________________________________________________
10901 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
10902         Log: Small perlsec updates: clarify the taintedness of filename
10903              globbing; suggest using Scalar::Util::tainted().
10904      Branch: perl
10905            ! pod/perlsec.pod
10906 ____________________________________________________________________________
10907 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
10908         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
10909              From: Dave Mitchell <davem@fdgroup.co.uk>
10910              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
10911              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
10912      Branch: perl
10913            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
10914            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
10915            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
10916            ! xsutils.c
10917 ____________________________________________________________________________
10918 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
10919         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
10920              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10921              Date: Sat, 19 May 2001 04:08:46 -0400
10922              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
10923      Branch: perl
10924            ! lib/ExtUtils/Mksymlists.pm makedef.pl
10925 ____________________________________________________________________________
10926 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
10927         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
10928              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10929              Date: Sat, 19 May 2001 04:30:45 -0400
10930              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
10931      Branch: perl
10932            ! os2/os2.c
10933 ____________________________________________________________________________
10934 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
10935         Log: Subject: [PATCH 5.6.1] build bugs OS/2
10936              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10937              Date: Sat, 19 May 2001 04:35:28 -0400
10938              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
10939      Branch: perl
10940            ! os2/Makefile.SHs os2/os2.c
10941 ____________________________________________________________________________
10942 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
10943         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
10944              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10945              Date: Sat, 19 May 2001 04:04:23 -0400
10946              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
10947              
10948              (In bleadperl patched b-stash.t instead of b.t)
10949      Branch: perl
10950            ! t/lib/b-stash.t t/lib/bigfltpm.t
10951 ____________________________________________________________________________
10952 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
10953         Log: Subject: [PATCH 5.6.1] perl5db
10954              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10955              Date: Sat, 19 May 2001 03:49:09 -0400
10956              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
10957      Branch: perl
10958            ! lib/perl5db.pl
10959 ____________________________________________________________________________
10960 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
10961         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
10962              From: Gisle Aas <gisle@ActiveState.com>
10963              Date: 18 May 2001 14:24:51 -0700
10964              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
10965      Branch: perl
10966            ! pp_ctl.c
10967 ____________________________________________________________________________
10968 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
10969         Log: Subject: [PATCH] Chomp should not always stringify
10970              From: Gisle Aas <gisle@ActiveState.com>
10971              Date: 18 May 2001 07:55:25 -0700
10972              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
10973      Branch: perl
10974            ! doop.c t/op/chop.t
10975 ____________________________________________________________________________
10976 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
10977         Log: Integrate perlio.
10978      Branch: perl
10979           !> pod/perlfunc.pod
10980 ____________________________________________________________________________
10981 [ 10159] By: nick                                  on 2001/05/20  09:39:46
10982         Log: Document some more of open's features.
10983      Branch: perlio
10984            ! pod/perlfunc.pod
10985 ____________________________________________________________________________
10986 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
10987         Log: back out change#10153 (it has compatibility issues such as the
10988              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
10989              benefit for 5.6.x doesn't seem worth the risk)
10990      Branch: maint-5.6/perl
10991            ! toke.c
10992 ____________________________________________________________________________
10993 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
10994         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
10995      Branch: perl
10996            ! x2p/s2p.PL
10997 ____________________________________________________________________________
10998 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
10999         Log: Update Changes.
11000      Branch: perl
11001            ! Changes patchlevel.h
11002 ____________________________________________________________________________
11003 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
11004         Log: Integrate change #10144 from maintperl.
11005              
11006              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
11007      Branch: perl
11008           !> win32/config.bc win32/config.gc win32/config.vc
11009           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11010 ____________________________________________________________________________
11011 [ 10154] By: nick                                  on 2001/05/18  07:23:03
11012         Log: Integrate mainline.
11013      Branch: perlio
11014           +> README.dgux t/lib/i18n-collate.t utils.lst
11015           !> (integrate 49 files)
11016 ____________________________________________________________________________
11017 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
11018         Log: Integrate change #7224 from mainline into maintperl.
11019              
11020              Allow @+ and @- to be doublequoted, from Simon Cozens. 
11021              (Approved by Larry, see Tom's comment in 20000830.005.)
11022      Branch: maint-5.6/perl
11023           !> toke.c
11024 ____________________________________________________________________________
11025 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
11026         Log: Subject: [PATCH bleadperl] small lookbehind fix
11027              From: Hugo <hv@crypt.compulink.co.uk>
11028              Date: Fri, 18 May 2001 00:07:19 +0100
11029              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
11030      Branch: perl
11031            ! regexec.c
11032 ____________________________________________________________________________
11033 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
11034         Log: Detypos.
11035      Branch: perl
11036            ! installman utils.lst
11037 ____________________________________________________________________________
11038 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
11039         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
11040              in 20001222.001.
11041      Branch: perl
11042            ! t/lib/glob-basic.t
11043 ____________________________________________________________________________
11044 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
11045         Log: Subject: [PATCH] Test for bug 20010515.004
11046              From: Benjamin Sugars <bsugars@canoe.ca>
11047              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
11048              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
11049      Branch: perl
11050            ! t/op/misc.t
11051 ____________________________________________________________________________
11052 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
11053         Log: Integrate #10145 from maintperl.
11054              
11055              fix for ID 20010515.004 (needs test)
11056      Branch: perl
11057           !> pp_hot.c
11058 ____________________________________________________________________________
11059 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
11060         Log: Thinko noticed by Doug MacEachern.
11061      Branch: perl
11062            ! thread.h
11063 ____________________________________________________________________________
11064 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
11065         Log: Subject: Re: [PATCH] HERE mark in regex
11066              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11067              Date: Thu, 17 May 2001 12:20:33 -0400
11068              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
11069      Branch: perl
11070            ! t/op/re_tests
11071 ____________________________________________________________________________
11072 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
11073         Log: fix for ID 20010515.004 (needs test)
11074      Branch: maint-5.6/perl
11075            ! pp_hot.c
11076 ____________________________________________________________________________
11077 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
11078         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
11079      Branch: maint-5.6/perl
11080            ! win32/config.bc win32/config.gc win32/config.vc
11081            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11082 ____________________________________________________________________________
11083 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
11084         Log: Macrofy the getspecific (and use it also in util.c)
11085      Branch: perl
11086            ! thread.h util.c
11087 ____________________________________________________________________________
11088 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
11089         Log: Use the unchecked thread-specific key fetch also in Tru64.
11090      Branch: perl
11091            ! thread.h
11092 ____________________________________________________________________________
11093 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
11094         Log: Subject: [PATCH 5.6.1]Quick thread speedup
11095              From: Dan Sugalski <dan@sidhe.org> 
11096              Date: Wed, 16 May 2001 18:05:19 -0400
11097              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
11098      Branch: perl
11099            ! thread.h util.c
11100 ____________________________________________________________________________
11101 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
11102         Log: I think this is quite enough testing for a deprecated feature.
11103      Branch: perl
11104            + t/lib/i18n-collate.t
11105            ! MANIFEST t/lib/1_compile.t
11106 ____________________________________________________________________________
11107 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
11108         Log: More HP-UX lore from Jeff Okamoto.
11109      Branch: perl
11110            ! README.hpux
11111 ____________________________________________________________________________
11112 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
11113         Log: Sort utils.lst for easier maintenance.
11114      Branch: perl
11115            ! utils.lst
11116 ____________________________________________________________________________
11117 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
11118         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
11119              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11120              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
11121              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
11122              
11123              Add pod2latex to utils.lst.
11124      Branch: perl
11125            ! MANIFEST utils.lst
11126 ____________________________________________________________________________
11127 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
11128         Log: Subject: Re: [PATCH] HERE mark in regex
11129              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11130              Date: Wed, 16 May 2001 13:04:43 -0400
11131              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
11132      Branch: perl
11133            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
11134            ! t/op/regmesg.t t/pragma/warn/regcomp
11135 ____________________________________________________________________________
11136 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
11137         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
11138              From: Simon Cozens <simon@netthink.co.uk>
11139              Date: Wed, 16 May 2001 18:02:08 +0100
11140              Message-ID: <20010516180208.A6458@netthink.co.uk>
11141      Branch: perl
11142            ! installman utils.lst
11143 ____________________________________________________________________________
11144 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
11145         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
11146              From: "Philip Newton" <pnewton@gmx.de>
11147              Date: Tue, 15 May 2001 15:09:30 +0200
11148              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
11149              
11150              Test case for #10128.
11151      Branch: perl
11152            ! t/pragma/warn/pp_hot
11153 ____________________________________________________________________________
11154 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
11155         Log: Update Changes.
11156      Branch: perl
11157            ! Changes patchlevel.h
11158 ____________________________________________________________________________
11159 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
11160         Log: Deprecate pseudo-hashes.
11161      Branch: perl
11162            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
11163 ____________________________________________________________________________
11164 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
11165         Log: HP-UX hints update from Merijn.
11166      Branch: perl
11167            ! hints/hpux.sh
11168 ____________________________________________________________________________
11169 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
11170         Log: README.hpux update from Merijn.
11171      Branch: perl
11172            ! README.hpux
11173 ____________________________________________________________________________
11174 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
11175         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
11176              From: Simon Cozens <simon@netthink.co.uk>
11177              Date: Wed, 16 May 2001 15:57:55 +0100
11178              Message-ID: <20010516155755.A4728@netthink.co.uk>
11179      Branch: perl
11180            + utils.lst
11181            ! MANIFEST installman installperl
11182 ____________________________________________________________________________
11183 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
11184         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
11185              From: "Philip Newton" <pnewton@gmx.de>
11186              Date: Tue, 15 May 2001 16:31:05 +0200
11187              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
11188              
11189              Fix PERL_Y2KWARN test to check before rather than after appending.
11190      Branch: perl
11191            ! pp_hot.c
11192 ____________________________________________________________________________
11193 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
11194         Log: Regen Porting stuff.
11195      Branch: perl
11196            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11197            ! config_h.SH
11198 ____________________________________________________________________________
11199 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
11200         Log: Metaconfig unit change for #10125.
11201      Branch: metaconfig
11202            ! U/modified/Oldconfig.U
11203 ____________________________________________________________________________
11204 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
11205         Log: Use OSVERS.
11206      Branch: perl
11207            ! Configure config_h.SH perl.c
11208 ____________________________________________________________________________
11209 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
11210         Log: Regen toc.
11211      Branch: perl
11212            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11213 ____________________________________________________________________________
11214 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
11215         Log: Adding the README.dgux to the MANIFEST would be a good idea.
11216      Branch: perl
11217            ! MANIFEST
11218 ____________________________________________________________________________
11219 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
11220         Log: Move the stack desire definition to thread.h.
11221      Branch: perl
11222            ! ext/Thread/Thread.xs thread.h
11223 ____________________________________________________________________________
11224 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
11225         Log: DG-UX threading patches, including a README.dgux,
11226              from Takis Psarogiannakopoulos.
11227      Branch: perl
11228            + README.dgux
11229            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
11230 ____________________________________________________________________________
11231 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
11232         Log: Subject: [PATCH B::Deparse] More on /x regexes
11233              From: Robin Houston <robin@kitsite.com>
11234              Date: Tue, 15 May 2001 19:09:35 +0100
11235              Message-ID: <20010515190935.A27268@penderel>
11236      Branch: perl
11237            ! ext/B/B/Deparse.pm
11238 ____________________________________________________________________________
11239 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
11240         Log: Document that the core time() may be rounding rather
11241              than truncating, would have saved at least my confusion.
11242      Branch: perl
11243            ! ext/Time/HiRes/HiRes.pm
11244 ____________________________________________________________________________
11245 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
11246         Log: Subject: perl-current/t/time-hires.t
11247              From: John Peacock <jpeacock@rowman.com>
11248              Date: Fri, 11 May 2001 14:09:41 -0400
11249              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
11250      Branch: perl
11251            ! t/lib/time-hires.t
11252 ____________________________________________________________________________
11253 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
11254         Log: Subject: [PATCH dump.c] Op private flags
11255              From: Simon Cozens <simon@netthink.co.uk>
11256              Date: Sun, 13 May 2001 20:20:36 +0100
11257              Message-ID: <20010513202036.A21896@netthink.co.uk>
11258      Branch: perl
11259            ! dump.c
11260 ____________________________________________________________________________
11261 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
11262         Log: Upgrade to Switch 2.03.
11263      Branch: perl
11264            ! lib/Switch.pm
11265 ____________________________________________________________________________
11266 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
11267         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
11268              to PERL_CONFIG_SH and use it consistently.
11269      Branch: maint-5.6/perl
11270           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
11271           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
11272           !> myconfig.SH writemain.SH
11273 ____________________________________________________________________________
11274 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
11275         Log: Metaconfig units changes for #10113.
11276      Branch: metaconfig
11277            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
11278 ____________________________________________________________________________
11279 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
11280         Log: The problem described in 20010514.031 still wasn't
11281              fully cured, there were remnants of $CONFIG when
11282              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
11283              to avoid future conflicts.
11284      Branch: perl
11285            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
11286            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
11287            ! myconfig.SH writemain.SH
11288 ____________________________________________________________________________
11289 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
11290         Log: Half of #10107 got lost.
11291      Branch: perl
11292            ! ext/B/B/Deparse.pm
11293 ____________________________________________________________________________
11294 [ 10111] By: nick                                  on 2001/05/15  08:39:14
11295         Log: Integrate mainline.
11296      Branch: perlio
11297           +> ext/POSIX/hints/uts.pl
11298            - Todo Todo-5.6 t/camel-III/vstring.t
11299           !> (integrate 48 files)
11300 ____________________________________________________________________________
11301 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
11302         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
11303              From: Robin Houston <robin@kitsite.com>
11304              Date: Mon, 14 May 2001 22:27:08 +0100
11305              Message-ID: <20010514222708.A22963@penderel>
11306      Branch: perl
11307            ! t/TestInit.pm
11308 ____________________________________________________________________________
11309 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
11310         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
11311              From: Robin Houston <robin@kitsite.com>
11312              Date: Mon, 14 May 2001 22:16:43 +0100
11313              Message-ID: <20010514221643.A22437@penderel>
11314      Branch: perl
11315            ! ext/B/B/Deparse.pm
11316 ____________________________________________________________________________
11317 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
11318         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
11319              From: Robin Houston <robin@kitsite.com>
11320              Date: Mon, 14 May 2001 22:03:44 +0100
11321              Message-ID: <20010514220344.A20643@penderel>
11322      Branch: perl
11323            ! ext/B/B/Deparse.pm
11324 ____________________________________________________________________________
11325 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
11326         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
11327              From: Robin Houston <robin@kitsite.com>
11328              Date: Mon, 14 May 2001 22:10:07 +0100
11329              Message-ID: <20010514221007.A21118@penderel>
11330      Branch: perl
11331            ! ext/B/B/Deparse.pm
11332 ____________________________________________________________________________
11333 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
11334         Log: Fix for 20010514.037; substr() didn't invalidate the locale
11335              collation magic.
11336      Branch: perl
11337            ! pp.c
11338 ____________________________________________________________________________
11339 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
11340         Log: Update Changes.
11341      Branch: perl
11342            ! Changes patchlevel.h
11343 ____________________________________________________________________________
11344 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
11345         Log: Retract #10094.
11346      Branch: perl
11347            ! lib/Pod/Text.pm
11348 ____________________________________________________________________________
11349 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
11350         Log: Integrate change #10100 from maintperl.
11351              
11352              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
11353              bug ID 20010514.027)
11354      Branch: perl
11355           !> mg.c pp_ctl.c
11356 ____________________________________________________________________________
11357 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
11358         Log: Document the deprecatedness of suidperl.
11359      Branch: perl
11360            ! INSTALL pod/perlfaq1.pod
11361 ____________________________________________________________________________
11362 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
11363         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
11364              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11365              Date: Mon, 14 May 2001 09:38:59 -0400
11366              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
11367      Branch: perl
11368            ! lib/ExtUtils/MM_Unix.pm
11369 ____________________________________________________________________________
11370 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
11371         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
11372              bug ID 20010514.027)
11373              
11374              TODO: this needs a testsuite addition
11375      Branch: maint-5.6/perl
11376            ! mg.c pp_ctl.c
11377 ____________________________________________________________________________
11378 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
11379         Log: More DWIMminess for Class::Struct: calling the array or hash
11380              accessors only with one argument, an array or a hash reference,
11381              sets the underlying array or hash.  This mirrors nicely also
11382              the usage in the constructor.
11383              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
11384      Branch: perl
11385            ! lib/Class/Struct.pm t/lib/class-struct.t
11386 ____________________________________________________________________________
11387 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
11388         Log: Reference cmp'ing should go through the whole stringification
11389              process shebang, as pointed out by Sarathy in #10091.
11390      Branch: perl
11391            ! pp.c
11392 ____________________________________________________________________________
11393 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
11394         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
11395              From: Simon Cozens <simon@netthink.co.uk>
11396              Date: Sat, 12 May 2001 16:36:27 +0100
11397              Message-ID: <20010512163627.A5522@netthink.co.uk>
11398              
11399              with some additions salvaged from Todo and Todo-5.6 before
11400              retiring them.
11401      Branch: perl
11402            - Todo Todo-5.6
11403            ! MANIFEST pod/perltodo.pod
11404 ____________________________________________________________________________
11405 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
11406         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
11407              From: "Golubev I. N." <gin@mo.msk.ru>
11408              Date: Mon, 07 May 2001 14:33:34 (GMT)
11409              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
11410      Branch: perl
11411            ! perl.h
11412 ____________________________________________________________________________
11413 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
11414         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
11415              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11416              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
11417              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
11418      Branch: perl
11419            ! lib/ExtUtils/MM_Unix.pm
11420 ____________________________________________________________________________
11421 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
11422         Log: (Retracted by #10104.)
11423              
11424              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
11425              From: barries <barries@slaysys.com>
11426              Date: Sat, 12 May 2001 01:28:10 -0400
11427              Message-ID: <20010512012810.B26358@jester.slaysys.com>
11428      Branch: perl
11429            ! lib/Pod/Text.pm
11430 ____________________________________________________________________________
11431 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
11432         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
11433              From: Mike Guy <mjtg@cam.ac.uk>
11434              Date: Sat, 12 May 2001 19:24:33 +0100
11435              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
11436      Branch: perl
11437            ! lib/AutoSplit.pm
11438 ____________________________________________________________________________
11439 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
11440         Log: Yet another HP-UX hints tweak from Merijn.
11441      Branch: perl
11442            ! hints/hpux.sh
11443 ____________________________________________________________________________
11444 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
11445         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
11446              isn't defined (changes#9366,9368,9370 from mainline without the
11447              pp_scmp() change)
11448      Branch: maint-5.6/perl
11449            ! pp.c pp.h pp_hot.c
11450 ____________________________________________________________________________
11451 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
11452         Log: The sorting seems to happen now automatically.
11453      Branch: perl
11454            ! t/lib/glob-basic.t
11455 ____________________________________________________________________________
11456 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
11457         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
11458              From: Benjamin Sugars <bsugars@canoe.ca>
11459              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
11460              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
11461      Branch: perl
11462            ! pod/perlfunc.pod
11463 ____________________________________________________________________________
11464 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
11465         Log: Subject: Re: undef(&foo) does not work for XS functions
11466              From: Doug MacEachern <dougm@covalent.net>
11467              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
11468              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
11469      Branch: perl
11470            ! op.c
11471 ____________________________________________________________________________
11472 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
11473         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
11474              From: Peter Prymmer <pvhp@forte.com>
11475              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
11476              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
11477      Branch: perl
11478            ! t/op/append.t
11479 ____________________________________________________________________________
11480 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
11481         Log: Update Changes.
11482      Branch: perl
11483            ! Changes patchlevel.h
11484 ____________________________________________________________________________
11485 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
11486         Log: Remove the 'asciir' re subpragma.  Should instead implement
11487              the 'physical vs logical' range scheme:
11488              
11489              \xAA-\xCC is a native physical range, you want that range of
11490              codepoints in your native encoding.  In EBCDIC the codepoints
11491              in the gaps (between i-j and r-s) should be included.
11492              
11493              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
11494              codepoints in Unicode.
11495              
11496              a-z is a logical range, you want that range of 'logical' codepoints
11497              in your native encoding.  In EBCDIC the codepoints in the gaps
11498              (between i-j and r-s) should not be included.
11499              
11500              Mixed cases (a-\xAA, etc) should either be errors, or maybe
11501              the 'logical' endpoints should be converted to native/Unicode
11502              codepoints, and the range handled as a physical range.
11503              
11504              'Logical endpoints' are to be recognized only in the A-Z, a-z,
11505              and 0-9 ranges.  Probably a warning should be given for mixed
11506              cases like A-z or a-9 (since such expressions are encoding
11507              dependent), with a recommendation to use physical ranges.
11508      Branch: perl
11509            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
11510            ! t/op/regexp.t
11511 ____________________________________________________________________________
11512 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
11513         Log: Make the test to cleanup the test directory tree
11514              both before and after the testing so that we always
11515              have a clean slate to work with.
11516      Branch: perl
11517            ! t/lib/filefind.t
11518 ____________________________________________________________________________
11519 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
11520         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
11521              From: Jon Eveland <jweveland@yahoo.com>
11522              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
11523              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
11524      Branch: perl
11525            ! pod/perlfunc.pod
11526 ____________________________________________________________________________
11527 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
11528         Log: Merge the camel-III/vstring.t with op/ver.t.
11529      Branch: perl
11530            - t/camel-III/vstring.t
11531            ! MANIFEST t/TEST t/harness t/op/ver.t
11532 ____________________________________________________________________________
11533 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
11534         Log: Add test.deparse make target.
11535      Branch: perl
11536            ! Makefile.SH
11537 ____________________________________________________________________________
11538 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
11539         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
11540              From: Robin Houston <robin@kitsite.com>
11541              Date: Fri, 11 May 2001 12:02:22 +0100
11542              Message-ID: <20010511120222.A11529@penderel>
11543      Branch: perl
11544            ! ext/B/B/Deparse.pm t/op/method.t
11545 ____________________________________________________________________________
11546 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
11547         Log: A nicely working combination for UTS from Hal Morris.
11548      Branch: perl
11549            + ext/POSIX/hints/uts.pl
11550            ! MANIFEST hints/uts.sh
11551 ____________________________________________________________________________
11552 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
11553         Log: i_ieeefp=undef for UTS.
11554      Branch: perl
11555            ! hints/uts.sh
11556 ____________________________________________________________________________
11557 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
11558         Log: Subject: RE: rand(0) is rand(1)
11559              From: Larry Shatzer <lshatzer@islanddata.com>
11560              Date: Thu, 10 May 2001 11:09:27 -0700
11561              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
11562      Branch: perl
11563            ! pod/perlfunc.pod
11564 ____________________________________________________________________________
11565 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
11566         Log: Subject: [patch] make op_{clear,null} public
11567              From: Doug MacEachern <dougm@covalent.net>
11568              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
11569              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
11570      Branch: perl
11571            ! embed.h embed.pl op.c proto.h
11572 ____________________________________________________________________________
11573 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
11574         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
11575              From: Robin Houston <robin@kitsite.com>
11576              Date: Thu, 10 May 2001 18:54:59 +0100
11577              Message-ID: <20010510185459.A5995@penderel>
11578      Branch: perl
11579            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
11580 ____________________________________________________________________________
11581 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
11582         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
11583              From: Robin Houston <robin@kitsite.com>
11584              Date: Thu, 10 May 2001 12:56:39 +0100
11585              Message-ID: <20010510125639.A2119@penderel>
11586      Branch: perl
11587            ! ext/B/B/Deparse.pm
11588 ____________________________________________________________________________
11589 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
11590         Log: Retract #10070, not ready yet.
11591      Branch: perl
11592            ! ext/B/B/Deparse.pm
11593 ____________________________________________________________________________
11594 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
11595         Log: The metaconfig unit change for #10071.
11596      Branch: metaconfig
11597            ! U/modified/mallocsrc.U
11598 ____________________________________________________________________________
11599 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
11600         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
11601      Branch: perl
11602            ! Configure
11603 ____________________________________________________________________________
11604 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
11605         Log: (Retracted by #10073)
11606              
11607              Subject: Re: [PATCH t/TEST] B::Deparse tester 
11608              From: Hugo <hv@crypt.compulink.co.uk>
11609              Date: Thu, 10 May 2001 05:48:09 +0100
11610              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
11611      Branch: perl
11612            ! ext/B/B/Deparse.pm
11613 ____________________________________________________________________________
11614 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
11615         Log: Add a for(func()) test.
11616      Branch: perl
11617            ! t/cmd/for.t
11618 ____________________________________________________________________________
11619 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
11620         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
11621              From: Robin Houston <robin@kitsite.com>
11622              Date: Thu, 10 May 2001 13:50:08 +0100
11623              Message-ID: <20010510135008.A2454@penderel>
11624      Branch: perl
11625            ! ext/B/B/Deparse.pm
11626 ____________________________________________________________________________
11627 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
11628         Log: A thinko in #10065.
11629      Branch: perl
11630            ! hv.c
11631 ____________________________________________________________________________
11632 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
11633         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
11634              From: Robin Houston <robin@kitsite.com>
11635              Date: Thu, 10 May 2001 02:10:34 +0100
11636              Message-ID: <20010510021034.A19421@penderel>
11637      Branch: perl
11638            ! ext/B/B.xs ext/B/B/Deparse.pm
11639 ____________________________________________________________________________
11640 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
11641         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
11642              From: Doug MacEachern <dougm@covalent.net>
11643              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
11644              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
11645      Branch: perl
11646            ! hv.c
11647 ____________________________________________________________________________
11648 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
11649         Log: One more workaround for the UTS compiler from Hal Morris.
11650      Branch: perl
11651            ! perl.h
11652 ____________________________________________________________________________
11653 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
11654         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
11655              From: Robin Houston <robin@kitsite.com>
11656              Date: Thu, 10 May 2001 01:02:08 +0100
11657              Message-ID: <20010510010208.A18200@penderel>
11658      Branch: perl
11659            ! ext/B/B/Debug.pm
11660 ____________________________________________________________________________
11661 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
11662         Log: Subject: [PATCH] Simplify deb_curcv() a bit
11663              From: Benjamin Sugars <bsugars@canoe.ca>
11664              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
11665              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
11666      Branch: perl
11667            ! run.c
11668 ____________________________________________________________________________
11669 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
11670         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
11671              From: Benjamin Sugars <bsugars@canoe.ca>
11672              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
11673              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
11674      Branch: perl
11675            ! t/lib/io_scalar.t
11676 ____________________________________________________________________________
11677 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
11678         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
11679              From: Peter Prymmer <pvhp@forte.com>
11680              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
11681              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
11682      Branch: perl
11683            ! t/lib/md5-file.t
11684 ____________________________________________________________________________
11685 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
11686         Log: Subject: [PATCH t/TEST] B::Deparse tester
11687              From: Robin Houston <robin@kitsite.com>
11688              Date: Wed, 9 May 2001 19:17:50 +0100
11689              Message-ID: <20010509191750.A16940@penderel>
11690      Branch: perl
11691            ! ext/B/O.pm t/TEST
11692 ____________________________________________________________________________
11693 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
11694         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
11695              From: Jeff Pinyan <jeffp@crusoe.net>
11696              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
11697              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
11698      Branch: perl
11699            ! lib/Pod/Html.pm
11700 ____________________________________________________________________________
11701 [ 10057] By: nick                                  on 2001/05/09  18:37:56
11702         Log: Integrate mainline.
11703      Branch: perlio
11704           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
11705           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
11706 ____________________________________________________________________________
11707 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
11708         Log: Update Changes.
11709      Branch: perl
11710            ! Changes patchlevel.h
11711 ____________________________________________________________________________
11712 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
11713         Log: Integrate perlio.
11714      Branch: perl
11715           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11716 ____________________________________________________________________________
11717 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
11718         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
11719              From: Benjamin Sugars <bsugars@canoe.ca>
11720              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
11721              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
11722      Branch: perl
11723            ! perlio.c
11724 ____________________________________________________________________________
11725 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
11726         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
11727              From: Benjamin Sugars <bsugars@canoe.ca>
11728              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
11729              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
11730      Branch: perl
11731            ! ext/PerlIO/Scalar/Scalar.xs
11732 ____________________________________________________________________________
11733 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
11734         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
11735              From: Jeff Pinyan <jeffp@crusoe.net>
11736              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
11737              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
11738      Branch: perl
11739            ! lib/Pod/Html.pm
11740 ____________________________________________________________________________
11741 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
11742         Log: EPOC tweak from Olaf Flebbe.
11743      Branch: perl
11744            ! epoc/epocish.h
11745 ____________________________________________________________________________
11746 [ 10050] By: nick                                  on 2001/05/09  14:37:57
11747         Log: win32, regen_config_h
11748      Branch: perlio
11749            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11750 ____________________________________________________________________________
11751 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
11752         Log: Integrate perlio.
11753      Branch: perl
11754           !> pp_sys.c
11755 ____________________________________________________________________________
11756 [ 10048] By: nick                                  on 2001/05/09  11:59:50
11757         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
11758              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
11759      Branch: perlio
11760            ! pp_sys.c
11761 ____________________________________________________________________________
11762 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
11763         Log: Integrate perlio.
11764      Branch: perl
11765           !> run.c
11766 ____________________________________________________________________________
11767 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
11768         Log: Subject: Re: Less warnings during configure
11769              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11770              Date: Wed, 09 May 2001 13:12:49 +0200
11771              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
11772      Branch: perl
11773            ! hints/hpux.sh
11774 ____________________________________________________________________________
11775 [ 10045] By: nick                                  on 2001/05/09  09:56:59
11776         Log: MULTIPLICITY/DEBUGGING build fix.
11777      Branch: perlio
11778            ! run.c
11779 ____________________________________________________________________________
11780 [ 10044] By: nick                                  on 2001/05/09  09:46:37
11781         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
11782      Branch: perlio
11783           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
11784            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
11785           !> (integrate 65 files)
11786 ____________________________________________________________________________
11787 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
11788         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
11789              From: Robin Houston <robin@kitsite.com>
11790              Date: Tue, 8 May 2001 19:38:00 +0100
11791              Message-ID: <20010508193800.A4389@penderel>
11792              
11793              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
11794              From: Robin Houston <robin@kitsite.com>
11795              Date: Tue, 8 May 2001 20:03:57 +0100
11796              Message-ID: <20010508200357.A4614@penderel>
11797              
11798              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
11799              From: Robin Houston <robin@kitsite.com>
11800              Date: Wed, 9 May 2001 00:12:05 +0100
11801              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
11802      Branch: perl
11803            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
11804 ____________________________________________________________________________
11805 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
11806         Log: Retract #10031.
11807      Branch: perl
11808            ! pod/perlfunc.pod
11809 ____________________________________________________________________________
11810 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
11811         Log: The metaconfig unit changes for #10040.
11812      Branch: metaconfig/U/perl
11813            ! Checkcc.U d_dlsymun.U dlsrc.U
11814 ____________________________________________________________________________
11815 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
11816         Log: The Configure half of
11817              
11818              Subject: Less warnings during configure
11819              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11820              Date: Tue, 08 May 2001 08:44:02 +0200
11821              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
11822      Branch: perl
11823            ! Configure
11824 ____________________________________________________________________________
11825 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
11826         Log: Subject: Less warnings during configure
11827              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11828              Date: Tue, 08 May 2001 08:44:02 +0200
11829              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
11830      Branch: perl
11831            ! hints/hpux.sh
11832 ____________________________________________________________________________
11833 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
11834         Log: Don't forget to whine about \d__\d.
11835      Branch: perl
11836            ! t/pragma/warn/toke toke.c
11837 ____________________________________________________________________________
11838 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
11839         Log: Allow underscores also in the exponent part.
11840      Branch: perl
11841            ! t/pragma/warn/toke toke.c
11842 ____________________________________________________________________________
11843 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
11844         Log: CodeMagicCD doesn't look like an *I*DE.
11845      Branch: perl
11846            ! pod/perlfaq3.pod
11847 ____________________________________________________________________________
11848 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
11849         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
11850              to be consistently down).
11851      Branch: perl
11852            ! pod/perlfaq3.pod
11853 ____________________________________________________________________________
11854 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
11855         Log: Upgrade to Text::Balanced 1.84.
11856      Branch: perl
11857            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
11858 ____________________________________________________________________________
11859 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
11860         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
11861              From: Benjamin Sugars <bsugars@canoe.ca>
11862              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
11863              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
11864      Branch: perl
11865            ! run.c
11866 ____________________________________________________________________________
11867 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
11868         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
11869              From: Peter Prymmer <pvhp@forte.com>
11870              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
11871              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
11872      Branch: perl
11873            ! t/pod/plainer.t
11874 ____________________________________________________________________________
11875 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
11876         Log: (Retracted by #10042)
11877              
11878              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
11879              From: "Philip Newton" <pnewton@gmx.de>
11880              Date: Tue, 8 May 2001 09:18:10 +0200
11881              Message-ID: <3AF7B9D2.28861.603732@localhost>
11882      Branch: perl
11883            ! pod/perlfunc.pod
11884 ____________________________________________________________________________
11885 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
11886         Log: Subject: [PATCH B::Deparse] Document known bugs
11887              From: Robin Houston <robin@kitsite.com>
11888              Date: Tue, 8 May 2001 01:53:34 +0100
11889              Message-ID: <20010508015334.A32394@penderel>
11890      Branch: perl
11891            ! ext/B/B/Deparse.pm
11892 ____________________________________________________________________________
11893 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
11894         Log: Subject: Re: Perl book, magazine and website updates.
11895              From: "Philip Newton" <pnewton@gmx.de>
11896              Date: Mon, 7 May 2001 17:03:58 +0200
11897              Message-ID: <3AF6D57E.5387.1E29930@localhost>
11898      Branch: perl
11899            ! pod/perlfaq2.pod
11900 ____________________________________________________________________________
11901 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
11902         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
11903              From: Peter Prymmer <pvhp@forte.com>
11904              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
11905              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
11906      Branch: perl
11907            ! t/io/fflush.t
11908 ____________________________________________________________________________
11909 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
11910         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
11911              From: Robin Houston <robin@kitsite.com>
11912              Date: Tue, 8 May 2001 01:14:55 +0100
11913              Message-ID: <20010508011455.A32162@penderel>
11914      Branch: perl
11915            ! ext/B/B/Deparse.pm
11916 ____________________________________________________________________________
11917 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
11918         Log: Typo in #10025.
11919      Branch: perl
11920            ! hints/uts.sh
11921 ____________________________________________________________________________
11922 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
11923         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
11924      Branch: perl
11925            ! hints/uts.sh
11926 ____________________________________________________________________________
11927 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
11928         Log: Subject: Re: [ID 20010506.045] question about hash syntax
11929              From: Peter Scott <Peter@PSDT.com>
11930              Date: Sun, 06 May 2001 13:10:40 -0700
11931              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
11932      Branch: perl
11933            ! pod/perl56delta.pod
11934 ____________________________________________________________________________
11935 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
11936         Log: Configure should figure out the list of dynamic extensions
11937              just fine in UTS-- and in fact it does, as reported by Hal Morris.
11938      Branch: perl
11939            ! hints/uts.sh
11940 ____________________________________________________________________________
11941 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
11942         Log: Update Changes.
11943      Branch: perl
11944            ! Changes patchlevel.h
11945 ____________________________________________________________________________
11946 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
11947         Log: Subject: [PATCH regcomp.c] Insecure regexes
11948              From: Robin Houston <robin@kitsite.com>
11949              Date: Mon, 7 May 2001 21:56:12 +0100
11950              Message-ID: <20010507215612.A31114@penderel>
11951      Branch: perl
11952            ! regcomp.c
11953 ____________________________________________________________________________
11954 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
11955         Log: Drop the foobar.perl.com references for now until Simon
11956              gets them sorted out.
11957      Branch: perl
11958            ! pod/perlfaq2.pod
11959 ____________________________________________________________________________
11960 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
11961         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
11962              From: Prymmer/Kahn <pvhp@best.com>
11963              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
11964              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
11965      Branch: perl
11966            ! lib/Devel/SelfStubber.pm
11967 ____________________________________________________________________________
11968 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
11969         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
11970              From: Prymmer/Kahn <pvhp@best.com>
11971              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
11972              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
11973      Branch: perl
11974            ! win32/Makefile
11975 ____________________________________________________________________________
11976 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
11977         Log: s/WebTechnique's/WebTechniques/
11978      Branch: perl
11979            ! pod/perlfaq2.pod
11980 ____________________________________________________________________________
11981 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
11982         Log: Llama 3 updates from Randal.
11983      Branch: perl
11984            ! pod/perlfaq2.pod
11985 ____________________________________________________________________________
11986 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
11987         Log: Subject: [PATCH] Help -Dt show correct pad variables
11988              From: Benjamin Sugars <ben.sugars@home.com>
11989              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
11990              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
11991      Branch: perl
11992            ! embed.h embed.pl proto.h run.c
11993 ____________________________________________________________________________
11994 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
11995         Log: Subject: [PATCH] Document C<our $foo : shared>
11996              From: Benjamin Sugars <ben.sugars@home.com>
11997              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
11998              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
11999      Branch: perl
12000            ! pod/perlfunc.pod
12001 ____________________________________________________________________________
12002 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
12003         Log: Subject: [PATCH B::Deparse] undefined folded constants
12004              From: Robin Houston <robin@kitsite.com>
12005              Date: Sun, 6 May 2001 17:19:09 +0100
12006              Message-ID: <20010506171909.A7046@penderel>
12007      Branch: perl
12008            ! ext/B/B/Deparse.pm
12009 ____________________________________________________________________________
12010 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
12011         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
12012              From: Robin Houston <robin@kitsite.com>
12013              Message-ID: <20010506164654.A6848@penderel>
12014              Date: Sun, 6 May 2001 16:46:54 +0100
12015      Branch: perl
12016            ! ext/B/B/Deparse.pm
12017 ____________________________________________________________________________
12018 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
12019         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
12020              From: Robin Houston <robin@kitsite.com>
12021              Date: Sun, 6 May 2001 14:47:02 +0100
12022              Message-ID: <20010506144702.A6308@penderel>
12023      Branch: perl
12024            ! t/op/my_stash.t
12025 ____________________________________________________________________________
12026 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
12027         Log: Subject: Perl book, magazine and website updates.
12028              From: Simon Cozens <simon@netthink.co.uk>
12029              Date: Sun, 6 May 2001 16:55:36 +0100
12030              Message-ID: <20010506165536.A1795@netthink.co.uk>
12031      Branch: perl
12032            ! pod/perlbook.pod pod/perlfaq2.pod
12033 ____________________________________________________________________________
12034 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
12035         Log: Tweaks on the Tru64 prof options.
12036      Branch: perl
12037            ! pod/perlhack.pod
12038 ____________________________________________________________________________
12039 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
12040         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
12041              From: Robin Houston <robin@kitsite.com>
12042              Date: Sun, 6 May 2001 14:40:51 +0100
12043              Message-ID: <20010506144051.A6279@penderel>
12044      Branch: perl
12045            ! t/pod/testp2pt.pl
12046 ____________________________________________________________________________
12047 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
12048         Log: Subject: [PATCH B::Deparse] scoping
12049              From: Robin Houston <robin@kitsite.com>
12050              Date: Sun, 6 May 2001 14:36:56 +0100
12051              Message-ID: <20010506143656.A4006@penderel>
12052      Branch: perl
12053            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
12054 ____________________________________________________________________________
12055 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
12056         Log: Document the undefinedness of bitshifting out of range.
12057      Branch: perl
12058            ! pod/perlop.pod
12059 ____________________________________________________________________________
12060 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
12061         Log: Retract #10003 and update the IDE descriptions a bit.
12062      Branch: perl
12063            ! pod/perlfaq3.pod
12064 ____________________________________________________________________________
12065 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
12066         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
12067              From: Prymmer/Kahn <pvhp@best.com>
12068              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
12069              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
12070      Branch: perl
12071            ! win32/Makefile win32/buildext.pl win32/config.bc
12072            ! win32/config.gc win32/config.vc
12073 ____________________________________________________________________________
12074 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
12075         Log: (Retracted by #10005.)
12076      Branch: perl
12077            ! pod/perlfaq3.pod
12078 ____________________________________________________________________________
12079 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
12080         Log: It's "psed", not "sed".
12081      Branch: perl
12082            ! x2p/s2p.PL
12083 ____________________________________________________________________________
12084 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
12085         Log: Update Changes.
12086      Branch: perl
12087            ! Changes patchlevel.h
12088 ____________________________________________________________________________
12089 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
12090         Log: Subject: Re: bleadperl make install fails due to "psed"
12091              From: andreas.koenig@anima.de (Andreas J. Koenig)
12092              Date: 05 May 2001 18:23:28 +0200
12093              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
12094      Branch: perl
12095            ! x2p/Makefile.SH x2p/s2p.PL
12096 ____________________________________________________________________________
12097 [  9999] By: jhi                                   on 2001/05/05  18:28:09
12098         Log: AUTHORS updates.
12099      Branch: perl
12100            ! AUTHORS
12101 ____________________________________________________________________________
12102 [  9998] By: jhi                                   on 2001/05/05  18:16:00
12103         Log: Updates on the pods related to the modules included since 5.6.
12104              
12105              TODO: perltodo really could use major updating.
12106      Branch: perl
12107            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
12108            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
12109            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
12110            ! pod/perlsyn.pod pod/perltodo.pod
12111 ____________________________________________________________________________
12112 [  9997] By: jhi                                   on 2001/05/05  17:35:17
12113         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
12114              from Kurt Skauen.
12115      Branch: perl
12116            + hints/atheos.sh
12117            ! MANIFEST
12118 ____________________________________________________________________________
12119 [  9996] By: jhi                                   on 2001/05/05  17:25:00
12120         Log: Add preemptive #undefs for some of the shorter and more prone
12121              to collision regcomp.h #defines.  (Background: the MASK collided
12122              with a system header #define in Rhapsody.)
12123      Branch: perl
12124            ! regcomp.h
12125 ____________________________________________________________________________
12126 [  9995] By: jhi                                   on 2001/05/05  13:24:21
12127         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
12128              From: Nicholas Clark <nick@ccl4.org>
12129              Date: Sat, 5 May 2001 14:46:39 +0100
12130              Message-ID: <20010505144639.O53513@plum.flirble.org>
12131              
12132              Add a test for the constants (if any) being processed correctly.
12133      Branch: perl
12134            ! utils/h2xs.PL
12135 ____________________________________________________________________________
12136 [  9994] By: jhi                                   on 2001/05/05  02:11:03
12137         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
12138              From: Peter Prymmer <pvhp@forte.com>
12139              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
12140              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
12141      Branch: perl
12142            ! t/lib/b-stash.t
12143 ____________________________________________________________________________
12144 [  9993] By: jhi                                   on 2001/05/05  02:03:49
12145         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
12146              From: Peter Prymmer <pvhp@forte.com>
12147              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
12148              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
12149      Branch: perl
12150            ! perlio.c vms/vmsish.h
12151 ____________________________________________________________________________
12152 [  9992] By: jhi                                   on 2001/05/04  17:21:12
12153         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
12154              From: Robin Barker <rmb1@cise.npl.co.uk>
12155              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
12156              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
12157      Branch: perl
12158            + t/pod/plainer.t
12159            ! MANIFEST
12160 ____________________________________________________________________________
12161 [  9991] By: jhi                                   on 2001/05/04  16:47:45
12162         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
12163              From: Robin Barker <rmb1@cise.npl.co.uk>
12164              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
12165              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
12166      Branch: perl
12167            ! regcomp.c
12168 ____________________________________________________________________________
12169 [  9990] By: jhi                                   on 2001/05/04  14:37:20
12170         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
12171              From: Prymmer/Kahn <pvhp@best.com>
12172              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
12173              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
12174      Branch: perl
12175            ! t/lib/b-stash.t
12176 ____________________________________________________________________________
12177 [  9989] By: jhi                                   on 2001/05/04  14:03:58
12178         Log: Introduce perl572delta, update Todo, add the missing
12179              mention about signal safety since 5.7.1 (though this
12180              requires verification and more details.)
12181      Branch: perl
12182            + pod/perl572delta.pod
12183            ! MANIFEST Todo pod/perl571delta.pod
12184 ____________________________________________________________________________
12185 [  9988] By: jhi                                   on 2001/05/04  12:41:51
12186         Log: Subject: [PATCH perl@9944] long =item
12187              From: Robin Barker <rmb1@cise.npl.co.uk>
12188              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
12189              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
12190      Branch: perl
12191            ! ext/Time/HiRes/HiRes.pm
12192 ____________________________________________________________________________
12193 [  9987] By: jhi                                   on 2001/05/04  12:39:19
12194         Log: The #9901 had removed one line essential for EBCDIC.
12195      Branch: perl
12196            ! regcomp.c
12197 ____________________________________________________________________________
12198 [  9986] By: jhi                                   on 2001/05/04  12:30:23
12199         Log: Subject: cygwin/Makefile.SHs INSTALL patch
12200              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
12201              Date: Mon, 08 Jan 2001 04:59:21 +0200
12202              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
12203      Branch: perl
12204            ! cygwin/Makefile.SHs
12205 ____________________________________________________________________________
12206 [  9985] By: jhi                                   on 2001/05/04  03:51:39
12207         Log: Encode/IO doc tweaks.
12208      Branch: perl
12209            ! ext/Encode/Encode.pm
12210 ____________________________________________________________________________
12211 [  9984] By: jhi                                   on 2001/05/04  03:29:34
12212         Log: Remove GDBM_File from the dynamic extensions for UTS,
12213              GDBM is not a standard feature.
12214      Branch: perl
12215            ! hints/uts.sh
12216 ____________________________________________________________________________
12217 [  9983] By: jhi                                   on 2001/05/04  03:22:59
12218         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
12219      Branch: perl
12220            ! pod/perlretut.pod
12221 ____________________________________________________________________________
12222 [  9982] By: jhi                                   on 2001/05/03  23:21:03
12223         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
12224              From: Benjamin Sugars <bsugars@canoe.ca>
12225              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
12226              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
12227      Branch: perl
12228            ! dump.c
12229 ____________________________________________________________________________
12230 [  9981] By: jhi                                   on 2001/05/03  23:20:05
12231         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
12232              From: Benjamin Sugars <bsugars@canoe.ca>
12233              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
12234              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
12235      Branch: perl
12236            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
12237 ____________________________________________________________________________
12238 [  9980] By: jhi                                   on 2001/05/03  23:15:29
12239         Log: Integrate perlio.
12240      Branch: perl
12241           !> ext/Encode/Encode.pm
12242 ____________________________________________________________________________
12243 [  9979] By: jhi                                   on 2001/05/03  16:54:59
12244         Log: Install psed man page.
12245      Branch: perl
12246            ! installman
12247 ____________________________________________________________________________
12248 [  9978] By: jhi                                   on 2001/05/03  16:45:58
12249         Log: Remove unused files; noted by Sarathy.
12250      Branch: perl
12251            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
12252            ! MANIFEST
12253 ____________________________________________________________________________
12254 [  9977] By: jhi                                   on 2001/05/03  16:42:30
12255         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
12256              From: Andy Dougherty <doughera@lafayette.edu>
12257              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
12258              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
12259      Branch: perl
12260            ! INSTALL
12261 ____________________________________________________________________________
12262 [  9976] By: nick                                  on 2001/05/03  16:40:42
12263         Log: Allow $answer = encode($object,$text); like it says in docs.
12264      Branch: perlio
12265            ! ext/Encode/Encode.pm
12266 ____________________________________________________________________________
12267 [  9975] By: nick                                  on 2001/05/03  16:22:30
12268         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
12269              to be in scope (fair enough), and also a package variable (our) for eval to see it.
12270      Branch: perlio
12271            ! ext/Encode/Encode.pm
12272 ____________________________________________________________________________
12273 [  9974] By: nick                                  on 2001/05/03  15:48:17
12274         Log: Integrate mainline.
12275      Branch: perlio
12276           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
12277           +> t/lib/filter-simple.t t/lib/next.t
12278           !> (integrate 70 files)
12279 ____________________________________________________________________________
12280 [  9973] By: jhi                                   on 2001/05/03  13:09:09
12281         Log: Update Changes.
12282      Branch: perl
12283            ! Changes patchlevel.h
12284 ____________________________________________________________________________
12285 [  9972] By: jhi                                   on 2001/05/03  12:58:33
12286         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
12287              From: Prymmer/Kahn <pvhp@best.com>
12288              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
12289              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
12290      Branch: perl
12291            ! t/io/fflush.t
12292 ____________________________________________________________________________
12293 [  9971] By: jhi                                   on 2001/05/03  12:57:26
12294         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
12295              From: Prymmer/Kahn <pvhp@best.com>
12296              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
12297              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
12298      Branch: perl
12299            ! win32/FindExt.pm
12300 ____________________________________________________________________________
12301 [  9970] By: jhi                                   on 2001/05/03  02:42:46
12302         Log: Can't croak sans thread context, from Doug MacEachern.
12303      Branch: perl
12304            ! toke.c
12305 ____________________________________________________________________________
12306 [  9969] By: jhi                                   on 2001/05/03  01:23:48
12307         Log: Subject: Random input test and Perl
12308              From: Ilya Zakharevich <ilya@math.berkeley.edu>
12309              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
12310              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
12311      Branch: perl
12312            ! toke.c
12313 ____________________________________________________________________________
12314 [  9968] By: jhi                                   on 2001/05/02  22:17:21
12315         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
12316              From: Peter Prymmer <pvhp@forte.com>
12317              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
12318              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
12319      Branch: perl
12320            ! pod/perlfunc.pod pod/perlport.pod
12321 ____________________________________________________________________________
12322 [  9967] By: jhi                                   on 2001/05/02  20:12:45
12323         Log: Workaround for UTS compiler casting bug from Hal Morris.
12324      Branch: perl
12325            ! perl.h
12326 ____________________________________________________________________________
12327 [  9966] By: jhi                                   on 2001/05/02  18:31:37
12328         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
12329              From: Dan Sugalski <dan@sidhe.org>
12330              Date: Wed, 02 May 2001 15:23:22 -0400
12331              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
12332      Branch: perl
12333            ! perl.c vms/vms.c
12334 ____________________________________________________________________________
12335 [  9965] By: jhi                                   on 2001/05/02  18:21:29
12336         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
12337      Branch: perl
12338            ! pod/perlfunc.pod
12339 ____________________________________________________________________________
12340 [  9964] By: jhi                                   on 2001/05/02  18:15:01
12341         Log: Document large files in INSTALL, document also the %x
12342              limitation if not use64bitint, closes bug 20010326.007.
12343      Branch: perl
12344            ! INSTALL
12345 ____________________________________________________________________________
12346 [  9963] By: jhi                                   on 2001/05/02  17:24:47
12347         Log: perlmodlib tweaks; regen pods.
12348      Branch: perl
12349            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
12350            ! pod/perltoc.pod
12351 ____________________________________________________________________________
12352 [  9962] By: jhi                                   on 2001/05/02  17:14:00
12353         Log: Fix for a segfault, from Marc Lehmann.
12354      Branch: perl
12355            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
12356 ____________________________________________________________________________
12357 [  9961] By: jhi                                   on 2001/05/02  15:55:53
12358         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
12359              From: "Philip Newton" <pnewton@gmx.de>
12360              Date: Wed, 2 May 2001 18:39:03 +0200
12361              Message-ID: <3AF05447.15525.173B588@localhost>
12362      Branch: perl
12363            ! pod/perlop.pod
12364 ____________________________________________________________________________
12365 [  9960] By: jhi                                   on 2001/05/02  15:35:37
12366         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
12367              From: Dan Sugalski <dan@sidhe.org>
12368              Date: Wed, 02 May 2001 11:37:27 -0400
12369              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
12370      Branch: perl
12371            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
12372            ! thread.h vms/vms.c vms/vmsish.h
12373 ____________________________________________________________________________
12374 [  9959] By: jhi                                   on 2001/05/02  15:21:08
12375         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
12376              From: Benjamin Sugars <bsugars@canoe.ca>
12377              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
12378              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
12379      Branch: perl
12380            ! ext/PerlIO/Scalar/Scalar.xs
12381 ____________________________________________________________________________
12382 [  9958] By: jhi                                   on 2001/05/02  15:15:53
12383         Log: Bug in #9915, spotted by Mike Guy.
12384      Branch: perl
12385            ! installperl
12386 ____________________________________________________________________________
12387 [  9957] By: jhi                                   on 2001/05/02  13:26:01
12388         Log: Add a test for not griping about references as array
12389              indices if the reference has magic in it (overloaded
12390              methods).
12391      Branch: perl
12392            ! pod/perldiag.pod t/pragma/warn/pp_hot
12393 ____________________________________________________________________________
12394 [  9956] By: jhi                                   on 2001/05/02  13:07:01
12395         Log: Retracted a bit too much in #9952.
12396      Branch: perl
12397            ! t/pragma/sub_lval.t
12398 ____________________________________________________________________________
12399 [  9955] By: jhi                                   on 2001/05/02  13:05:38
12400         Log: Test for #9952.
12401      Branch: perl
12402            ! t/op/tie.t
12403 ____________________________________________________________________________
12404 [  9954] By: jhi                                   on 2001/05/02  11:48:18
12405         Log: Additional note on the encoding example: one cannot
12406              convert string constants in-place.
12407      Branch: perl
12408            ! ext/Encode/Encode.pm
12409 ____________________________________________________________________________
12410 [  9953] By: jhi                                   on 2001/05/02  11:43:51
12411         Log: Note that if you have recent enough Perl you already
12412              have Filter::Util::Call.
12413      Branch: perl
12414            ! lib/Filter/Simple.pm
12415 ____________________________________________________________________________
12416 [  9952] By: jhi                                   on 2001/05/02  11:31:53
12417         Log: Retract changes #8254 and #8255, causes coredump in
12418              'tie FH, "main"', reported by Abigail, culprit found by
12419              Benjamin Sugars.  Mirrors maintperl change #9950.
12420      Branch: perl
12421            ! op.c t/pragma/sub_lval.t
12422 ____________________________________________________________________________
12423 [  9951] By: jhi                                   on 2001/05/02  11:14:29
12424         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
12425      Branch: perl
12426            + t/lib/MyFilter.pm
12427 ____________________________________________________________________________
12428 [  9950] By: gsar                                  on 2001/05/02  03:17:11
12429         Log: revert integration of changes#8254,8255 in change#8620 (causes
12430              a coredump in C<tie FH, 'foo'>; the idea itself may need better
12431              rationalization)
12432      Branch: maint-5.6/perl
12433            ! op.c t/pragma/sub_lval.t
12434 ____________________________________________________________________________
12435 [  9949] By: gsar                                  on 2001/05/02  02:56:32
12436         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
12437              
12438              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
12439              
12440              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
12441      Branch: maint-5.6/perl
12442           !> hints/svr5.sh
12443 ____________________________________________________________________________
12444 [  9948] By: gsar                                  on 2001/05/02  02:49:15
12445         Log: pod/find.t breaks on VMS (from Craig Berry)
12446      Branch: maint-5.6/perl
12447            ! t/pod/find.t
12448 ____________________________________________________________________________
12449 [  9947] By: jhi                                   on 2001/05/02  02:43:09
12450         Log: Add an encoding conversion example.
12451      Branch: perl
12452            ! ext/Encode/Encode.pm
12453 ____________________________________________________________________________
12454 [  9946] By: jhi                                   on 2001/05/02  01:34:22
12455         Log: Another coat of paint but still nowhere finished.
12456              Need to decide on the semantics of strptime(): should
12457              strptime() be a function instead of a method?  To do
12458              the week/monthname-strptiming the i18n/l10n bullet needs
12459              to be bitten with gusto.
12460      Branch: perl
12461            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
12462 ____________________________________________________________________________
12463 [  9945] By: jhi                                   on 2001/05/01  23:40:52
12464         Log: Update Changes.
12465      Branch: perl
12466            ! Changes patchlevel.h
12467 ____________________________________________________________________________
12468 [  9944] By: jhi                                   on 2001/05/01  23:33:37
12469         Log: Add known-to-be-tested modules to the list-to-be-skipped.
12470      Branch: perl
12471            ! t/lib/1_compile.t
12472 ____________________________________________________________________________
12473 [  9943] By: jhi                                   on 2001/05/01  23:24:40
12474         Log: Subject: BorlandC++ fix
12475              From: "Vadim Konovalov" <watman@inbox.ru>
12476              Date: Mon, 30 Apr 2001 20:12:26 -0700
12477              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
12478      Branch: perl
12479            ! win32/makefile.mk
12480 ____________________________________________________________________________
12481 [  9942] By: jhi                                   on 2001/05/01  23:18:02
12482         Log: Update to Filter::Simple 0.60, create a test for it.
12483      Branch: perl
12484            + t/lib/filter-simple.t
12485            ! MANIFEST lib/Filter/Simple.pm
12486 ____________________________________________________________________________
12487 [  9941] By: jhi                                   on 2001/05/01  19:47:24
12488         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
12489              From: Hugo <hv@crypt.compulink.co.uk>
12490              Date: Tue, 01 May 2001 20:12:20 +0100
12491              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
12492      Branch: perl
12493            ! pp_hot.c t/op/re_tests
12494 ____________________________________________________________________________
12495 [  9940] By: jhi                                   on 2001/05/01  19:42:16
12496         Log: Integrate perlio.
12497      Branch: perl
12498           !> lib/base.pm t/lib/fields.t
12499 ____________________________________________________________________________
12500 [  9939] By: jhi                                   on 2001/05/01  19:39:51
12501         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
12502              From: Benjamin Sugars <bsugars@canoe.ca>
12503              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
12504              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
12505      Branch: perl
12506            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
12507 ____________________________________________________________________________
12508 [  9938] By: jhi                                   on 2001/05/01  19:34:09
12509         Log: Add NEXT, a pseudo-class for method redispatching.
12510              <Damian>NEXT.pm probably offers more bang-for-buck
12511              than anything else I've ever written.</Damian>
12512      Branch: perl
12513            + lib/NEXT.pm t/lib/next.t
12514            ! MANIFEST
12515 ____________________________________________________________________________
12516 [  9937] By: jhi                                   on 2001/05/01  19:21:41
12517         Log: Update to Switch 2.02.
12518      Branch: perl
12519            ! lib/Switch.pm t/lib/switch.t
12520 ____________________________________________________________________________
12521 [  9936] By: nick                                  on 2001/05/01  19:09:21
12522         Log: Fix for base.pm clobbering $VERSION
12523      Branch: perlio
12524            ! lib/base.pm
12525 ____________________________________________________________________________
12526 [  9935] By: nick                                  on 2001/05/01  18:54:38
12527         Log: Test for base.pm clobbering $VERSION.
12528      Branch: perlio
12529            ! t/lib/fields.t
12530 ____________________________________________________________________________
12531 [  9934] By: jhi                                   on 2001/05/01  18:39:10
12532         Log: Add information about Scalar::Util::blessed.
12533      Branch: perl
12534            ! pod/perlobj.pod
12535 ____________________________________________________________________________
12536 [  9933] By: jhi                                   on 2001/05/01  18:33:51
12537         Log: Subject: Extra UNIVERSAL documentation
12538              From: Mike Guy <mjtg@cam.ac.uk>
12539              Date: Tue, 01 May 2001 20:12:11 +0100
12540              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
12541      Branch: perl
12542            ! pod/perlobj.pod
12543 ____________________________________________________________________________
12544 [  9932] By: jhi                                   on 2001/05/01  18:26:54
12545         Log: Subject: Autoflush in tests as appropriate
12546              From: Mike Guy <mjtg@cam.ac.uk>
12547              Date: Tue, 01 May 2001 20:05:31 +0100
12548              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
12549      Branch: perl
12550            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
12551            ! t/op/taint.t
12552 ____________________________________________________________________________
12553 [  9931] By: jhi                                   on 2001/05/01  18:02:29
12554         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
12555              From: Benjamin Sugars <bsugars@canoe.ca>
12556              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
12557              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
12558      Branch: perl
12559            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
12560 ____________________________________________________________________________
12561 [  9930] By: jhi                                   on 2001/05/01  15:12:26
12562         Log: Subject: Re: Finally got a round tuit
12563              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12564              Date: Tue, 01 May 2001 14:14:10 +0200
12565              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
12566              
12567              The -DP part, slightly modified.
12568      Branch: perl
12569            ! perl.c
12570 ____________________________________________________________________________
12571 [  9929] By: jhi                                   on 2001/05/01  14:17:15
12572         Log: Subject: Re: Finally got a round tuit
12573              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12574              Date: Tue, 01 May 2001 16:34:06 +0200
12575              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
12576              
12577              cpp and optimization tweaks for HP-UX.
12578      Branch: perl
12579            ! hints/hpux.sh
12580 ____________________________________________________________________________
12581 [  9928] By: jhi                                   on 2001/05/01  13:24:20
12582         Log: Tune the scan_num() comments to reality.
12583      Branch: perl
12584            ! toke.c
12585 ____________________________________________________________________________
12586 [  9927] By: jhi                                   on 2001/05/01  13:14:01
12587         Log: Subject: [PATCH B::Deparse] optimised sort
12588              From: Robin Houston <robin@kitsite.com>
12589              Date: Tue, 1 May 2001 14:07:12 +0100
12590              Message-ID: <20010501140712.A4266@penderel>
12591      Branch: perl
12592            ! ext/B/B/Deparse.pm
12593 ____________________________________________________________________________
12594 [  9926] By: jhi                                   on 2001/05/01  13:10:53
12595         Log: Subject: [PATCH t/lib/b-deparse.t] 
12596              From: Robin Houston <robin@kitsite.com>
12597              Date: Tue, 1 May 2001 13:37:42 +0100
12598              Message-ID: <20010501133742.A4082@penderel>
12599      Branch: perl
12600            ! t/lib/b-deparse.t
12601 ____________________________________________________________________________
12602 [  9925] By: jhi                                   on 2001/05/01  13:10:13
12603         Log: Subject: [PATCH B::Deparse] for(;;), sort
12604              From: Robin Houston <robin@kitsite.com>
12605              Date: Tue, 1 May 2001 13:35:00 +0100
12606              Message-ID: <20010501133500.A4061@penderel>
12607      Branch: perl
12608            ! ext/B/B/Deparse.pm
12609 ____________________________________________________________________________
12610 [  9924] By: jhi                                   on 2001/05/01  13:09:22
12611         Log: Subject: [PATCH B::Deparse] do, warn, use
12612              From: Robin Houston <robin@kitsite.com>
12613              Date: Tue, 1 May 2001 13:31:03 +0100
12614              Message-ID: <20010501133103.A4041@penderel>
12615      Branch: perl
12616            ! ext/B/B/Deparse.pm
12617 ____________________________________________________________________________
12618 [  9923] By: jhi                                   on 2001/05/01  11:45:36
12619         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
12620              From: Benjamin Sugars <ben.sugars@home.com>
12621              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
12622              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
12623      Branch: perl
12624            + t/io/fflush.t
12625            ! MANIFEST
12626 ____________________________________________________________________________
12627 [  9922] By: jhi                                   on 2001/05/01  11:35:42
12628         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
12629              From: Peter Prymmer <pvhp@forte.com>
12630              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
12631              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
12632      Branch: perl
12633            ! t/lib/selfstubber.t
12634 ____________________________________________________________________________
12635 [  9921] By: jhi                                   on 2001/04/30  16:34:33
12636         Log: Subject: [PATCH B::Concise] suppress warning
12637              From: Robin Houston <robin@kitsite.com>
12638              Date: Mon, 30 Apr 2001 16:09:49 +0100
12639              Message-ID: <20010430160949.A25086@penderel>
12640      Branch: perl
12641            ! ext/B/B/Concise.pm
12642 ____________________________________________________________________________
12643 [  9920] By: jhi                                   on 2001/04/30  13:56:04
12644         Log: Strip the *markers* from #9919.
12645      Branch: perl
12646            ! pod/perlfaq.pod pod/perlfaq5.pod
12647 ____________________________________________________________________________
12648 [  9919] By: jhi                                   on 2001/04/30  13:54:04
12649         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
12650              From: Gwyn Judd <b.judd@xtra.co.nz>
12651              Date: Sun, 29 Apr 2001 01:47:49 +1200
12652              Message-ID: <20010429014749.A4418@thislove>
12653      Branch: perl
12654            ! pod/perlfaq.pod pod/perlfaq5.pod
12655 ____________________________________________________________________________
12656 [  9918] By: jhi                                   on 2001/04/30  13:13:54
12657         Log: More_tweakage.
12658      Branch: perl
12659            ! pod/perldata.pod pod/perldiag.pod
12660 ____________________________________________________________________________
12661 [  9917] By: jhi                                   on 2001/04/30  13:01:27
12662         Log: Update Changes.
12663      Branch: perl
12664            ! Changes patchlevel.h
12665 ____________________________________________________________________________
12666 [  9916] By: jhi                                   on 2001/04/30  12:57:03
12667         Log: T_w_e_a_k_a_g_e.
12668      Branch: perl
12669            ! pod/perldata.pod pod/perldiag.pod
12670 ____________________________________________________________________________
12671 [  9915] By: jhi                                   on 2001/04/30  12:39:29
12672         Log: Install s2p also as psed.
12673              
12674              TODO: psed documentation?
12675      Branch: perl
12676            ! installperl
12677 ____________________________________________________________________________
12678 [  9914] By: jhi                                   on 2001/04/30  12:29:21
12679         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
12680              From: Jens Hamisch <jens@Strawberry.COM>
12681              Date: Fri, 27 Apr 2001 17:00:36 +0200
12682              Message-ID: <20010427170036.K1372@Strawberry.COM>
12683              
12684              SOCKS5_VERSION_NAME is the right symbol to detect
12685              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
12686              function called socks5_init() is available, and even that is
12687              not universal, most SOCKS5 installations use SOCKSinit()).
12688      Branch: perl
12689            ! perlio.c
12690 ____________________________________________________________________________
12691 [  9913] By: jhi                                   on 2001/04/30  12:22:15
12692         Log: Allow a zero timeout on IO::Socket accept and connect--
12693              though one really shouldn't do that.  Based on
12694              
12695              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
12696              From: "John Holdsworth" <coldwave@bigfoot.com>
12697              Date: Sun, 4 Feb 2001 12:48:18 +0100
12698              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
12699      Branch: perl
12700            ! ext/IO/lib/IO/Socket.pm
12701 ____________________________________________________________________________
12702 [  9912] By: jhi                                   on 2001/04/30  11:27:27
12703         Log: Save the spot of regprev (see #9911) for binary compatibility;
12704              regen API.
12705      Branch: perl
12706            ! embedvar.h perlapi.h thrdvar.h
12707 ____________________________________________________________________________
12708 [  9911] By: jhi                                   on 2001/04/30  11:22:03
12709         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
12710              From: Hugo <hv@crypt.compulink.co.uk>
12711              Date: Sun, 29 Apr 2001 17:09:30 +0100
12712              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
12713      Branch: perl
12714            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
12715 ____________________________________________________________________________
12716 [  9910] By: jhi                                   on 2001/04/30  11:15:12
12717         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
12718              a dummy for PL_numeric_radix); no pressing reason to break
12719              binary compatibility; regen API.
12720      Branch: perl
12721            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
12722            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
12723 ____________________________________________________________________________
12724 [  9909] By: jhi                                   on 2001/04/30  10:56:08
12725         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
12726              From: Walt Mankowski <waltman@netaxs.com>
12727              Date: Sun, 29 Apr 2001 21:53:48 -0400
12728              Message-ID: <20010429215348.A3971@netaxs.com>
12729      Branch: perl
12730            ! pod/perlfunc.pod
12731 ____________________________________________________________________________
12732 [  9908] By: jhi                                   on 2001/04/30  10:49:40
12733         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
12734      Branch: perl
12735            ! t/lib/selfstubber.t
12736 ____________________________________________________________________________
12737 [  9907] By: nick                                  on 2001/04/30  09:26:50
12738         Log: Integrate mainline.
12739      Branch: perlio
12740           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
12741 ____________________________________________________________________________
12742 [  9906] By: jhi                                   on 2001/04/29  23:24:20
12743         Log: Abigail spotted a thinko in #9905.
12744      Branch: perl
12745            ! pod/perldiag.pod
12746 ____________________________________________________________________________
12747 [  9905] By: jhi                                   on 2001/04/29  15:55:39
12748         Log: Changed the underscore/undebar syntax in numeric constants;
12749              now any grouping will do, as long as the underscores are not
12750              consecutive (so "zero-grouping" is out), and they do not begin
12751              or end the integer or fractional parts.
12752      Branch: perl
12753            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
12754 ____________________________________________________________________________
12755 [  9904] By: nick                                  on 2001/04/29  15:43:22
12756         Log: Integrate mainline.
12757      Branch: perlio
12758           +> (branch 98 files)
12759            - lib/unicode/Block.pl
12760            - lib/unicode/In/AlphabeticPresentationForms.pl
12761            - lib/unicode/In/Arabic.pl
12762            - lib/unicode/In/ArabicPresentationForms-A.pl
12763            - lib/unicode/In/ArabicPresentationForms-B.pl
12764            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
12765            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
12766            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
12767            - lib/unicode/In/BopomofoExtended.pl
12768            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
12769            - lib/unicode/In/CJKCompatibility.pl
12770            - lib/unicode/In/CJKCompatibilityForms.pl
12771            - lib/unicode/In/CJKCompatibilityIdeographs.pl
12772            - lib/unicode/In/CJKRadicalsSupplement.pl
12773            - lib/unicode/In/CJKSymbolsandPunctuation.pl
12774            - lib/unicode/In/CJKUnifiedIdeographs.pl
12775            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
12776            - lib/unicode/In/Cherokee.pl
12777            - lib/unicode/In/CombiningDiacriticalMarks.pl
12778            - lib/unicode/In/CombiningHalfMarks.pl
12779            - lib/unicode/In/CombiningMarksforSymbols.pl
12780            - lib/unicode/In/ControlPictures.pl
12781            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
12782            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
12783            - lib/unicode/In/EnclosedAlphanumerics.pl
12784            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
12785            - lib/unicode/In/Ethiopic.pl
12786            - lib/unicode/In/GeneralPunctuation.pl
12787            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
12788            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
12789            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
12790            - lib/unicode/In/HalfwidthandFullwidthForms.pl
12791            - lib/unicode/In/HangulCompatibilityJamo.pl
12792            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
12793            - lib/unicode/In/Hebrew.pl
12794            - lib/unicode/In/HighPrivateUseSurrogates.pl
12795            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
12796            - lib/unicode/In/IPAExtensions.pl
12797            - lib/unicode/In/IdeographicDescriptionCharacters.pl
12798            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
12799            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
12800            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
12801            - lib/unicode/In/Latin-1Supplement.pl
12802            - lib/unicode/In/LatinExtended-A.pl
12803            - lib/unicode/In/LatinExtended-B.pl
12804            - lib/unicode/In/LatinExtendedAdditional.pl
12805            - lib/unicode/In/LetterlikeSymbols.pl
12806            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
12807            - lib/unicode/In/MathematicalOperators.pl
12808            - lib/unicode/In/MiscellaneousSymbols.pl
12809            - lib/unicode/In/MiscellaneousTechnical.pl
12810            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
12811            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
12812            - lib/unicode/In/OpticalCharacterRecognition.pl
12813            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
12814            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
12815            - lib/unicode/In/SmallFormVariants.pl
12816            - lib/unicode/In/SpacingModifierLetters.pl
12817            - lib/unicode/In/Specials.pl
12818            - lib/unicode/In/SuperscriptsandSubscripts.pl
12819            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
12820            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
12821            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
12822            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
12823            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
12824           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
12825           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
12826           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
12827           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
12828           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
12829           !> utf8.c win32/Makefile
12830 ____________________________________________________________________________
12831 [  9903] By: jhi                                   on 2001/04/29  14:30:53
12832         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
12833              From: Prymmer/Kahn <pvhp@best.com>
12834              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
12835              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
12836      Branch: perl
12837            ! win32/Makefile
12838 ____________________________________________________________________________
12839 [  9902] By: jhi                                   on 2001/04/29  02:52:44
12840         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
12841              From: "Abigail" <abigail@foad.org>
12842              Date: Sun, 29 Apr 2001 03:14:25 +0200
12843              Message-ID: <20010429011425.24503.qmail@foad.org>
12844      Branch: perl
12845            ! ext/IO/lib/IO/Seekable.pm
12846 ____________________________________________________________________________
12847 [  9901] By: jhi                                   on 2001/04/29  02:04:46
12848         Log: In character classes one couldn't have 0x80..0xff characters
12849              at the left hand side if there were 0x100.. characters in the
12850              character class.
12851      Branch: perl
12852            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
12853            ! t/op/pat.t utf8.c
12854 ____________________________________________________________________________
12855 [  9900] By: jhi                                   on 2001/04/28  22:55:04
12856         Log: Forgot the latest mktables.PL from #9899.
12857      Branch: perl
12858            ! lib/unicode/mktables.PL
12859 ____________________________________________________________________________
12860 [  9899] By: jhi                                   on 2001/04/28  22:53:28
12861         Log: Explain the \p{} and \P{} error message better and
12862              have prettier prettyprint in In.pl.
12863      Branch: perl
12864            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
12865            ! pod/perldiag.pod
12866 ____________________________________________________________________________
12867 [  9898] By: jhi                                   on 2001/04/28  21:03:34
12868         Log: Add one possible explanation for the "Invalid [] range" error.
12869      Branch: perl
12870            ! pod/perldiag.pod
12871 ____________________________________________________________________________
12872 [  9897] By: jhi                                   on 2001/04/28  17:18:26
12873         Log: Add a level of indirection to the implementation of \p{InFoo}
12874              so that we don't have to have long filenames.  (Nothing changes
12875              in the user interface.)   The indirection is defined in
12876              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
12877              Also rename some the character classes by removing '-' from
12878              the classnames, and finally renamed Block.pl as Blocks.pl.
12879      Branch: perl
12880            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
12881            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
12882            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
12883            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
12884            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
12885            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
12886            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
12887            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
12888            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
12889            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
12890            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
12891            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
12892            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
12893            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
12894            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
12895            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
12896            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
12897            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
12898            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
12899            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
12900            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
12901            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
12902            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
12903            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
12904            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
12905            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
12906            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
12907            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
12908            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
12909            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
12910            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
12911            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
12912            + lib/unicode/In/94.pl lib/unicode/In/95.pl
12913            - lib/unicode/Block.pl
12914            - lib/unicode/In/AlphabeticPresentationForms.pl
12915            - lib/unicode/In/Arabic.pl
12916            - lib/unicode/In/ArabicPresentationForms-A.pl
12917            - lib/unicode/In/ArabicPresentationForms-B.pl
12918            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
12919            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
12920            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
12921            - lib/unicode/In/BopomofoExtended.pl
12922            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
12923            - lib/unicode/In/CJKCompatibility.pl
12924            - lib/unicode/In/CJKCompatibilityForms.pl
12925            - lib/unicode/In/CJKCompatibilityIdeographs.pl
12926            - lib/unicode/In/CJKRadicalsSupplement.pl
12927            - lib/unicode/In/CJKSymbolsandPunctuation.pl
12928            - lib/unicode/In/CJKUnifiedIdeographs.pl
12929            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
12930            - lib/unicode/In/Cherokee.pl
12931            - lib/unicode/In/CombiningDiacriticalMarks.pl
12932            - lib/unicode/In/CombiningHalfMarks.pl
12933            - lib/unicode/In/CombiningMarksforSymbols.pl
12934            - lib/unicode/In/ControlPictures.pl
12935            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
12936            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
12937            - lib/unicode/In/EnclosedAlphanumerics.pl
12938            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
12939            - lib/unicode/In/Ethiopic.pl
12940            - lib/unicode/In/GeneralPunctuation.pl
12941            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
12942            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
12943            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
12944            - lib/unicode/In/HalfwidthandFullwidthForms.pl
12945            - lib/unicode/In/HangulCompatibilityJamo.pl
12946            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
12947            - lib/unicode/In/Hebrew.pl
12948            - lib/unicode/In/HighPrivateUseSurrogates.pl
12949            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
12950            - lib/unicode/In/IPAExtensions.pl
12951            - lib/unicode/In/IdeographicDescriptionCharacters.pl
12952            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
12953            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
12954            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
12955            - lib/unicode/In/Latin-1Supplement.pl
12956            - lib/unicode/In/LatinExtended-A.pl
12957            - lib/unicode/In/LatinExtended-B.pl
12958            - lib/unicode/In/LatinExtendedAdditional.pl
12959            - lib/unicode/In/LetterlikeSymbols.pl
12960            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
12961            - lib/unicode/In/MathematicalOperators.pl
12962            - lib/unicode/In/MiscellaneousSymbols.pl
12963            - lib/unicode/In/MiscellaneousTechnical.pl
12964            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
12965            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
12966            - lib/unicode/In/OpticalCharacterRecognition.pl
12967            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
12968            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
12969            - lib/unicode/In/SmallFormVariants.pl
12970            - lib/unicode/In/SpacingModifierLetters.pl
12971            - lib/unicode/In/Specials.pl
12972            - lib/unicode/In/SuperscriptsandSubscripts.pl
12973            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
12974            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
12975            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
12976            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
12977            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
12978            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
12979            ! pod/perlunicode.pod
12980 ____________________________________________________________________________
12981 [  9896] By: jhi                                   on 2001/04/28  14:33:17
12982         Log: Update the information on shared library path on HP-UX.
12983      Branch: perl
12984            ! INSTALL
12985 ____________________________________________________________________________
12986 [  9895] By: jhi                                   on 2001/04/28  14:32:30
12987         Log: Because #9894 seems to do the trick, this workaround can be removed.
12988      Branch: perl
12989            ! t/lib/selfstubber.t
12990 ____________________________________________________________________________
12991 [  9894] By: jhi                                   on 2001/04/28  14:26:13
12992         Log: For PerlIO flush the children's file handles (on fork/exec/system).
12993      Branch: perl
12994            ! perl.h
12995 ____________________________________________________________________________
12996 [  9893] By: jhi                                   on 2001/04/28  14:23:15
12997         Log: Test tweak for #9891.
12998      Branch: perl
12999            ! t/lib/b-deparse.t
13000 ____________________________________________________________________________
13001 [  9892] By: jhi                                   on 2001/04/28  14:10:13
13002         Log: New HP-UX hints from Merijn.
13003      Branch: perl
13004            ! hints/hpux.sh
13005 ____________________________________________________________________________
13006 [  9891] By: jhi                                   on 2001/04/28  14:07:27
13007         Log: Subject: [PATCH B::Deparse] non-block scopes
13008              From: Robin Houston <robin@kitsite.com>
13009              Date: Fri, 27 Apr 2001 19:15:14 +0100
13010              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
13011      Branch: perl
13012            ! ext/B/B/Deparse.pm
13013 ____________________________________________________________________________
13014 [  9890] By: nick                                  on 2001/04/27  19:41:25
13015         Log: Integrate mainline
13016      Branch: perlio
13017           +> t/lib/selfstubber.t
13018           !> (integrate 50 files)
13019 ____________________________________________________________________________
13020 [  9889] By: jhi                                   on 2001/04/27  18:23:46
13021         Log: Subject: Re: selfstubber test fail on bleadperl
13022              From: Mike Guy <mjtg@cam.ac.uk>
13023              Date: Fri, 27 Apr 2001 19:31:18 +0100
13024              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
13025      Branch: perl
13026            ! t/lib/selfstubber.t
13027 ____________________________________________________________________________
13028 [  9888] By: jhi                                   on 2001/04/27  16:20:54
13029         Log: Test tweak for #9886.
13030      Branch: perl
13031            ! t/lib/b-deparse.t
13032 ____________________________________________________________________________
13033 [  9887] By: jhi                                   on 2001/04/27  16:16:33
13034         Log: Buffering issue at least in Solaris (even with perlio).
13035      Branch: perl
13036            ! t/lib/selfstubber.t
13037 ____________________________________________________________________________
13038 [  9886] By: jhi                                   on 2001/04/27  14:59:23
13039         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
13040              From: Robin Houston <robin@kitsite.com>
13041              Date: Fri, 27 Apr 2001 16:53:20 +0100
13042              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
13043      Branch: perl
13044            ! ext/B/B/Deparse.pm
13045 ____________________________________________________________________________
13046 [  9885] By: jhi                                   on 2001/04/27  14:23:51
13047         Log: Update Changes.
13048      Branch: perl
13049            ! Changes patchlevel.h
13050 ____________________________________________________________________________
13051 [  9884] By: jhi                                   on 2001/04/27  14:14:12
13052         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
13053              From: "Philip Newton" <pnewton@gmx.de>
13054              Date: Fri, 27 Apr 2001 16:40:13 +0200
13055              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
13056      Branch: perl
13057            ! pod/perldata.pod
13058 ____________________________________________________________________________
13059 [  9883] By: jhi                                   on 2001/04/27  13:28:19
13060         Log: Add LOG_PERROR; prettify the "removed".
13061      Branch: perl
13062            ! ext/Sys/Syslog/Syslog.xs
13063 ____________________________________________________________________________
13064 [  9882] By: jhi                                   on 2001/04/27  13:13:18
13065         Log: h2xs tweaks: use NV instead of double, "quote" the removed
13066              prefixes for clarity (especially when nothing is removed),
13067              slight pod reformats.
13068      Branch: perl
13069            ! utils/h2xs.PL
13070 ____________________________________________________________________________
13071 [  9881] By: jhi                                   on 2001/04/27  12:58:48
13072         Log: Don't bother creating existing directories.
13073      Branch: perl
13074            ! utils/h2xs.PL
13075 ____________________________________________________________________________
13076 [  9880] By: jhi                                   on 2001/04/27  12:45:39
13077         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
13078              From: Mike Schilli <m@perlmeister.com>
13079              Date: Wed, 25 Apr 2001 01:29:21 -0700
13080              Message-id: <3AE68AE1.6A981723@perlmeister.com>
13081      Branch: perl
13082            ! utils/h2xs.PL
13083 ____________________________________________________________________________
13084 [  9879] By: jhi                                   on 2001/04/27  12:40:55
13085         Log: break is not yet Perl.  Added the template license also to README.
13086      Branch: perl
13087            ! utils/h2xs.PL
13088 ____________________________________________________________________________
13089 [  9878] By: jhi                                   on 2001/04/27  03:08:20
13090         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
13091              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13092              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
13093              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
13094      Branch: perl
13095            ! t/lib/xs-typemap.t
13096 ____________________________________________________________________________
13097 [  9877] By: jhi                                   on 2001/04/26  23:54:40
13098         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
13099              From: "Abigail" <abigail@foad.org>
13100              Date: Fri, 27 Apr 2001 01:44:28 +0200
13101              Message-ID: <20010426234428.19786.qmail@foad.org>
13102      Branch: perl
13103            ! utils/h2xs.PL
13104 ____________________________________________________________________________
13105 [  9876] By: jhi                                   on 2001/04/26  23:52:06
13106         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
13107              From: Peter Prymmer <pvhp@forte.com>
13108              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
13109              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
13110      Branch: perl
13111            ! t/lib/selfstubber.t
13112 ____________________________________________________________________________
13113 [  9875] By: jhi                                   on 2001/04/26  23:48:10
13114         Log: Deparse nits.
13115      Branch: perl
13116            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
13117 ____________________________________________________________________________
13118 [  9874] By: jhi                                   on 2001/04/26  22:46:05
13119         Log: Document ANYOF_CLASS.
13120      Branch: perl
13121            ! regcomp.h
13122 ____________________________________________________________________________
13123 [  9873] By: jhi                                   on 2001/04/26  22:35:03
13124         Log: Subject: Re: [PATCH @9846] dumping ANYOF
13125              From: Hugo <hv@crypt.compulink.co.uk>
13126              Date: Thu, 26 Apr 2001 23:33:38 +0100
13127              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
13128      Branch: perl
13129            ! regcomp.c regcomp.h
13130 ____________________________________________________________________________
13131 [  9872] By: jhi                                   on 2001/04/26  22:34:31
13132         Log: Subject: [PATCH] more for Devel::SelfStubber
13133              From: Nicholas Clark <nick@ccl4.org>
13134              Date: Fri, 27 Apr 2001 00:13:52 +0100
13135              Message-ID: <20010427001351.K88186@plum.flirble.org>
13136      Branch: perl
13137            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
13138 ____________________________________________________________________________
13139 [  9871] By: jhi                                   on 2001/04/26  21:59:17
13140         Log: Subject: [PATCH B::Deparse] formats must be flush left
13141              From: Robin Houston <robin@kitsite.com>
13142              Date: Thu, 26 Apr 2001 23:54:29 +0100
13143              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
13144      Branch: perl
13145            ! ext/B/B/Deparse.pm
13146 ____________________________________________________________________________
13147 [  9870] By: jhi                                   on 2001/04/26  21:57:37
13148         Log: If some of the constants are prefixes of others,
13149              the prefixes may never get recognized.  (See 20010426.006.)
13150      Branch: perl
13151            ! utils/h2xs.PL
13152 ____________________________________________________________________________
13153 [  9869] By: jhi                                   on 2001/04/26  21:50:42
13154         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
13155              From: Chris Bongaarts <cab@tc.umn.edu>
13156              Date: Thu, 26 Apr 2001 17:10:31 -0500
13157              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
13158      Branch: perl
13159            ! ext/Sys/Syslog/Syslog.xs
13160 ____________________________________________________________________________
13161 [  9868] By: jhi                                   on 2001/04/26  21:35:12
13162         Log: Further cuts and more docs from Graham Barr.
13163      Branch: perl
13164            ! ext/List/Util/lib/List/Util.pm
13165            ! ext/List/Util/lib/Scalar/Util.pm
13166 ____________________________________________________________________________
13167 [  9867] By: jhi                                   on 2001/04/26  21:18:57
13168         Log: Subject: [PATCH 5.7.1] DB_File-1.77
13169              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
13170              Date: Thu, 26 Apr 2001 22:37:53 +0100
13171              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
13172      Branch: perl
13173            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13174            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
13175 ____________________________________________________________________________
13176 [  9866] By: jhi                                   on 2001/04/26  21:12:31
13177         Log: Subject: [PATCH B::Deparse] fix easy bugs
13178              From: Robin Houston <robin@kitsite.com>
13179              Date: Thu, 26 Apr 2001 23:03:33 +0100
13180              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
13181      Branch: perl
13182            ! ext/B/B/Deparse.pm
13183 ____________________________________________________________________________
13184 [  9865] By: jhi                                   on 2001/04/26  20:26:13
13185         Log: Update Changes.
13186      Branch: perl
13187            ! Changes patchlevel.h
13188 ____________________________________________________________________________
13189 [  9864] By: jhi                                   on 2001/04/26  19:27:48
13190         Log: Dethinko from Robin Houston.
13191      Branch: perl
13192            ! ext/B/B/Deparse.pm
13193 ____________________________________________________________________________
13194 [  9863] By: jhi                                   on 2001/04/26  19:10:35
13195         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
13196              From: Robin Houston <robin@kitsite.com>
13197              Date: Thu, 26 Apr 2001 21:08:32 +0100
13198              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
13199      Branch: perl
13200            ! ext/B/B/Deparse.pm
13201 ____________________________________________________________________________
13202 [  9862] By: jhi                                   on 2001/04/26  19:04:23
13203         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
13204              From: Robin Houston <robin@kitsite.com>
13205              Date: Thu, 26 Apr 2001 20:52:50 +0100
13206              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
13207      Branch: perl
13208            ! ext/B/B/Deparse.pm
13209 ____________________________________________________________________________
13210 [  9861] By: jhi                                   on 2001/04/26  18:56:14
13211         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
13212              From: Mike Guy <mjtg@cam.ac.uk>
13213              Date: Thu, 26 Apr 2001 14:22:40 +0100
13214              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
13215      Branch: perl
13216            ! pod/perlobj.pod
13217 ____________________________________________________________________________
13218 [  9860] By: jhi                                   on 2001/04/26  18:46:42
13219         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
13220              From: Robin Houston <robin@kitsite.com>
13221              Date: Thu, 26 Apr 2001 20:34:29 +0100
13222              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
13223              
13224              Hashes do not interpolate.
13225      Branch: perl
13226            ! ext/B/B/Deparse.pm
13227 ____________________________________________________________________________
13228 [  9859] By: jhi                                   on 2001/04/26  18:43:51
13229         Log: Subject: The Time::Piece conspiracy unmasked!!!
13230              From: Mike Guy <mjtg@cam.ac.uk>
13231              Date: Thu, 26 Apr 2001 19:02:50 +0100
13232              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
13233              
13234              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
13235              From: Mike Guy <mjtg@cam.ac.uk>
13236              Date: Thu, 26 Apr 2001 19:08:21 +0100
13237              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
13238              
13239              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
13240              From: Graham Barr <gbarr@pobox.com>
13241              Date: Thu, 26 Apr 2001 19:12:03 +0100
13242              Message-ID: <20010426191203.A70835@pobox.com>
13243              
13244              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
13245      Branch: perl
13246            ! ext/List/Util/lib/List/Util.pm
13247            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
13248 ____________________________________________________________________________
13249 [  9858] By: jhi                                   on 2001/04/26  18:17:42
13250         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
13251              From: Robin Houston <robin@kitsite.com>
13252              Date: Thu, 26 Apr 2001 16:09:35 +0100
13253              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
13254      Branch: perl
13255            ! t/comp/proto.t
13256 ____________________________________________________________________________
13257 [  9857] By: jhi                                   on 2001/04/26  18:04:59
13258         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
13259              From: barries <barries@slaysys.com>
13260              Date: Thu, 26 Apr 2001 12:01:10 -0400
13261              Message-ID: <20010426120110.E29698@jester.slaysys.com>
13262      Branch: perl
13263            ! pod/perldiag.pod
13264 ____________________________________________________________________________
13265 [  9856] By: jhi                                   on 2001/04/26  18:03:33
13266         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
13267              Date: Thu, 26 Apr 2001 17:13:41 +0100
13268              From: Robin Houston <robin@kitsite.com>
13269              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
13270              
13271              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
13272              From: Robin Houston <robin@kitsite.com>
13273              Date: Thu, 26 Apr 2001 18:44:29 +0100
13274              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
13275      Branch: perl
13276            ! ext/B/B/Deparse.pm
13277 ____________________________________________________________________________
13278 [  9855] By: jhi                                   on 2001/04/26  17:56:04
13279         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
13280              From: Robin Houston <robin@kitsite.com>
13281              Date: Thu, 26 Apr 2001 17:04:08 +0100
13282              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
13283      Branch: perl
13284            ! ext/B/B/Deparse.pm
13285 ____________________________________________________________________________
13286 [  9854] By: jhi                                   on 2001/04/26  17:47:26
13287         Log: Subject: Re: Short test case for undef %stash:: crash
13288              From: Benjamin Sugars <bsugars@canoe.ca> 
13289              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
13290              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
13291              Changed and moved the perldiag entry.
13292      Branch: perl
13293            ! gv.c pod/perldiag.pod
13294 ____________________________________________________________________________
13295 [  9853] By: jhi                                   on 2001/04/26  14:35:16
13296         Log: Beginnings of strptime().  Do not touch the wet paint.
13297      Branch: perl
13298            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
13299 ____________________________________________________________________________
13300 [  9852] By: jhi                                   on 2001/04/26  13:17:21
13301         Log: Retract #9851, core dumps from pod2man.
13302      Branch: perl
13303            ! regcomp.c
13304 ____________________________________________________________________________
13305 [  9851] By: jhi                                   on 2001/04/26  11:54:41
13306         Log: (Retracted by #9852.)
13307              
13308              Subject: [PATCH @9846] dumping ANYOF
13309              From: Hugo <hv@crypt.compulink.co.uk>
13310              Date: Thu, 26 Apr 2001 05:32:38 +0100
13311              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
13312      Branch: perl
13313            ! regcomp.c
13314 ____________________________________________________________________________
13315 [  9850] By: jhi                                   on 2001/04/26  02:34:44
13316         Log: If ccflags was empty the _previous_ $* containing all the
13317              environment variables and Configure variables was used,
13318              which lead, among other bad things, into $ccflags being your
13319              uname -a output, which lead into test compile with cc failing,
13320              which lead into gcc being selected, which didn't work that well
13321              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
13322              with large files, et cetera.
13323      Branch: perl
13324            ! hints/hpux.sh
13325 ____________________________________________________________________________
13326 [  9849] By: jhi                                   on 2001/04/26  01:44:57
13327         Log: Make selfstubber test more portable.
13328      Branch: perl
13329            ! t/lib/selfstubber.t
13330 ____________________________________________________________________________
13331 [  9848] By: jhi                                   on 2001/04/26  00:50:26
13332         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
13333              From: Benjamin Sugars <ben.sugars@home.com>
13334              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
13335              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
13336      Branch: perl
13337            ! ext/Cwd/Cwd.xs
13338 ____________________________________________________________________________
13339 [  9847] By: jhi                                   on 2001/04/26  00:46:58
13340         Log: Subject: [PATCH: perl@9841] VMS updates
13341              From: Peter Prymmer <pvhp@forte.com>
13342              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
13343              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
13344      Branch: perl
13345            ! README.vms configure.com vms/descrip_mms.template
13346            ! vms/ext/filespec.t
13347 ____________________________________________________________________________
13348 [  9846] By: jhi                                   on 2001/04/26  00:11:56
13349         Log: re 'debug' was broken by #9084.
13350      Branch: perl
13351            ! ext/re/re.xs
13352 ____________________________________________________________________________
13353 [  9845] By: jhi                                   on 2001/04/25  22:33:17
13354         Log: Subject: [PATCH] test for Devel::SelfStubber
13355              From: Nicholas Clark <nick@ccl4.org>
13356              Date: Thu, 26 Apr 2001 00:00:54 +0100
13357              Message-ID: <20010426000054.D89026@plum.flirble.org>
13358      Branch: perl
13359            + t/lib/selfstubber.t
13360            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
13361 ____________________________________________________________________________
13362 [  9844] By: jhi                                   on 2001/04/25  22:29:32
13363         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
13364              From: Paul Johnson <paul@pjcj.net>
13365              Date: Thu, 26 Apr 2001 00:46:08 +0200
13366              Message-ID: <20010426004608.H2338@pjcj.net>
13367      Branch: perl
13368            ! ext/B/B/Concise.pm
13369 ____________________________________________________________________________
13370 [  9843] By: jhi                                   on 2001/04/25  22:28:28
13371         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
13372              From: Peter Prymmer <pvhp@forte.com>
13373              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
13374              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
13375      Branch: perl
13376            ! ext/Cwd/Cwd.xs
13377 ____________________________________________________________________________
13378 [  9842] By: jhi                                   on 2001/04/25  20:58:12
13379         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
13380              From: John Peacock <jpeacock@rowman.com>
13381              Date: Wed, 25 Apr 2001 17:30:26 -0400
13382              Message-ID: <3AE741F2.B3217464@rowman.com>
13383      Branch: perl
13384            ! lib/Math/BigInt.pm t/lib/bigintpm.t
13385 ____________________________________________________________________________
13386 [  9841] By: jhi                                   on 2001/04/25  20:07:05
13387         Log: Update Changes.
13388      Branch: perl
13389            ! Changes patchlevel.h
13390 ____________________________________________________________________________
13391 [  9840] By: jhi                                   on 2001/04/25  19:56:51
13392         Log: Yet another HP-UX hints version from Merijn.
13393      Branch: perl
13394            ! hints/hpux.sh
13395 ____________________________________________________________________________
13396 [  9839] By: jhi                                   on 2001/04/25  19:53:04
13397         Log: abs_path() didn't terminate the filename correctly,
13398              in DIRNAMLENless systems like HP-UX this would fail.
13399      Branch: perl
13400            ! ext/Cwd/Cwd.xs
13401 ____________________________________________________________________________
13402 [  9838] By: jhi                                   on 2001/04/25  16:37:26
13403         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
13404              From: Mike Guy <mjtg@cam.ac.uk>
13405              Date: Wed, 25 Apr 2001 18:31:47 +0100
13406              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
13407      Branch: perl
13408            ! op.c
13409 ____________________________________________________________________________
13410 [  9837] By: jhi                                   on 2001/04/25  16:21:53
13411         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
13412              From: Jon Eveland <jweveland@yahoo.com>
13413              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
13414              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
13415      Branch: perl
13416            ! lib/perl5db.pl
13417 ____________________________________________________________________________
13418 [  9836] By: jhi                                   on 2001/04/25  14:17:50
13419         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
13420              From: "Philip Newton" <pnewton@gmx.de>
13421              Date: Wed, 25 Apr 2001 17:05:58 +0200
13422              Message-ID: <3AE703F6.3234.1833C45@localhost>
13423      Branch: perl
13424            ! Porting/patching.pod
13425 ____________________________________________________________________________
13426 [  9835] By: jhi                                   on 2001/04/25  13:58:07
13427         Log: It would seem that both ar and full_ar need to be overridden
13428              for HP-UX to avoid the GNU ar.
13429      Branch: perl
13430            ! hints/hpux.sh
13431 ____________________________________________________________________________
13432 [  9834] By: jhi                                   on 2001/04/25  13:50:40
13433         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
13434              From: "Philip Newton" <pnewton@gmx.de>
13435              Date: Wed, 25 Apr 2001 16:09:23 +0200
13436              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
13437              
13438              Detypo.
13439      Branch: perl
13440            ! t/op/misc.t
13441 ____________________________________________________________________________
13442 [  9833] By: jhi                                   on 2001/04/25  12:36:11
13443         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
13444      Branch: perl
13445            ! hints/hpux.sh
13446 ____________________________________________________________________________
13447 [  9832] By: jhi                                   on 2001/04/25  12:33:36
13448         Log: New version of HP-UX hints from Merijn.
13449      Branch: perl
13450            ! hints/hpux.sh
13451 ____________________________________________________________________________
13452 [  9831] By: jhi                                   on 2001/04/25  03:39:45
13453         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
13454      Branch: perl
13455            ! hints/hpux.sh
13456 ____________________________________________________________________________
13457 [  9830] By: jhi                                   on 2001/04/25  02:53:25
13458         Log: The tzname[] bit is not needed by util.c -- and causes
13459              heartburn in VMS (and it missing was probably the cause of
13460              the Mac OS X trouble).  Ouch.
13461      Branch: perl
13462            ! ext/POSIX/POSIX.xs util.c
13463 ____________________________________________________________________________
13464 [  9829] By: jhi                                   on 2001/04/25  00:10:06
13465         Log: Metaconfig unit change for #9828.
13466      Branch: metaconfig
13467            ! U/compline/ccflags.U
13468 ____________________________________________________________________________
13469 [  9828] By: jhi                                   on 2001/04/25  00:04:18
13470         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
13471              (which is actually the reason for the change, we need to pass
13472              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
13473              EP/IX, OS/2, and TitanOS, based on the hints files.
13474      Branch: perl
13475            ! Configure config_h.SH
13476 ____________________________________________________________________________
13477 [  9827] By: jhi                                   on 2001/04/24  23:49:20
13478         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
13479              the $cat must have an absolute path.
13480      Branch: perl
13481            ! makedepend.SH
13482 ____________________________________________________________________________
13483 [  9826] By: jhi                                   on 2001/04/24  23:40:53
13484         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
13485      Branch: perl
13486            ! README.amiga
13487 ____________________________________________________________________________
13488 [  9825] By: jhi                                   on 2001/04/24  23:35:35
13489         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
13490              From: "Philip Newton" <pnewton@gmx.de>
13491              Date: Tue, 24 Apr 2001 18:52:49 +0200
13492              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
13493      Branch: perl
13494            ! x2p/find2perl.PL
13495 ____________________________________________________________________________
13496 [  9824] By: jhi                                   on 2001/04/24  23:33:07
13497         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
13498              Some gcc specifics dropped out due to extensive rewriting;
13499              will be put back later as needed.
13500      Branch: perl
13501            ! hints/hpux.sh
13502 ____________________________________________________________________________
13503 [  9823] By: jhi                                   on 2001/04/24  23:27:57
13504         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
13505      Branch: perl
13506            ! ext/POSIX/POSIX.xs
13507 ____________________________________________________________________________
13508 [  9822] By: jhi                                   on 2001/04/24  23:25:21
13509         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
13510              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13511              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
13512              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
13513      Branch: perl
13514            ! ext/XS/Typemap/Typemap.xs
13515 ____________________________________________________________________________
13516 [  9821] By: jhi                                   on 2001/04/24  23:24:10
13517         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
13518              From: "Abigail" <abigail@foad.org>
13519              Date: Tue, 24 Apr 2001 23:12:03 +0200
13520              Message-ID: <20010424211203.7901.qmail@foad.org>
13521      Branch: perl
13522            ! pod/perlport.pod
13523 ____________________________________________________________________________
13524 [  9820] By: jhi                                   on 2001/04/24  23:23:15
13525         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
13526              From: Matt Sergeant <matt@sergeant.org>
13527              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
13528              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
13529      Branch: perl
13530            ! pod/perlfaq4.pod
13531 ____________________________________________________________________________
13532 [  9819] By: nick                                  on 2001/04/24  18:49:43
13533         Log: Integrate mainline.
13534      Branch: perlio
13535           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
13536           !> (integrate 37 files)
13537 ____________________________________________________________________________
13538 [  9818] By: jhi                                   on 2001/04/24  14:35:23
13539         Log: Update Changes.
13540      Branch: perl
13541            ! Changes patchlevel.h
13542 ____________________________________________________________________________
13543 [  9817] By: jhi                                   on 2001/04/24  14:09:17
13544         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
13545              From: "Philip Newton" <pnewton@gmx.de>
13546              Date: Tue, 24 Apr 2001 12:58:12 +0200
13547              Message-ID: <3AE57864.8304.B77A0A@localhost> 
13548              
13549              plus add CPAN to the list of modules that have their own tests.
13550      Branch: perl
13551            ! t/lib/1_compile.t
13552 ____________________________________________________________________________
13553 [  9816] By: jhi                                   on 2001/04/24  14:07:03
13554         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
13555              From: Michael G Schwern <schwern@pobox.com>
13556              Date: Sat, 21 Apr 2001 22:35:00 +0100
13557              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
13558      Branch: perl
13559            ! t/lib/1_compile.t
13560 ____________________________________________________________________________
13561 [  9815] By: jhi                                   on 2001/04/24  13:54:32
13562         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
13563              From: Robin Houston <robin@kitsite.com>
13564              Date: Tue, 24 Apr 2001 15:51:18 +0100
13565              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
13566      Branch: perl
13567            ! ext/B/B/Deparse.pm
13568 ____________________________________________________________________________
13569 [  9814] By: jhi                                   on 2001/04/24  13:17:34
13570         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
13571              From: Bill Glicker <billg@burrelles.com>
13572              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
13573              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
13574      Branch: perl
13575            ! hints/svr5.sh
13576 ____________________________________________________________________________
13577 [  9813] By: jhi                                   on 2001/04/24  12:54:23
13578         Log: Prevent path disclosure (probing for existence of filenames)
13579              using suidperl; bug id 20010322.218.
13580      Branch: perl
13581            ! perl.c pod/perldiag.pod
13582 ____________________________________________________________________________
13583 [  9812] By: jhi                                   on 2001/04/24  12:08:36
13584         Log: Retract #9811.
13585      Branch: perl
13586            ! ext/POSIX/POSIX.xs
13587 ____________________________________________________________________________
13588 [  9811] By: jhi                                   on 2001/04/24  11:57:35
13589         Log: (Retracted by #9812.)
13590      Branch: perl
13591            ! ext/POSIX/POSIX.xs
13592 ____________________________________________________________________________
13593 [  9810] By: jhi                                   on 2001/04/24  03:32:35
13594         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
13595      Branch: perl
13596            ! util.c
13597 ____________________________________________________________________________
13598 [  9809] By: jhi                                   on 2001/04/24  03:16:13
13599         Log: The Math::BigFloat::import() was broken.
13600              (Fixes bug id 20010422.002.)
13601      Branch: perl
13602            ! lib/Math/BigFloat.pm
13603 ____________________________________________________________________________
13604 [  9808] By: jhi                                   on 2001/04/24  01:11:40
13605         Log: Additional dependencies; should help for parallel makes
13606              not to fail on missing lib/lib.pm or lib/re.pm.
13607      Branch: perl
13608            ! Makefile.SH
13609 ____________________________________________________________________________
13610 [  9807] By: jhi                                   on 2001/04/24  00:57:01
13611         Log: Update the test failure disclaimer.
13612      Branch: perl
13613            ! t/pragma/warn/pp_hot
13614 ____________________________________________________________________________
13615 [  9806] By: jhi                                   on 2001/04/24  00:54:04
13616         Log: Add make target "install-all" which is alias for "install"
13617              to cater for case-preserving filesystems like HFS+.
13618      Branch: perl
13619            ! INSTALL Makefile.SH
13620 ____________________________________________________________________________
13621 [  9805] By: jhi                                   on 2001/04/24  00:47:28
13622         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
13623              From: Peter Prymmer <pvhp@forte.com>
13624              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
13625              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
13626              
13627              (Ken William's message forwarded from macosx@perl.org)
13628      Branch: perl
13629            ! hints/darwin.sh
13630 ____________________________________________________________________________
13631 [  9804] By: jhi                                   on 2001/04/23  23:57:35
13632         Log: Cut-and-pasto.
13633      Branch: perl
13634            ! perlio.c
13635 ____________________________________________________________________________
13636 [  9803] By: jhi                                   on 2001/04/23  23:52:25
13637         Log: More PerlIO robustness.
13638      Branch: perl
13639            ! perlio.c
13640 ____________________________________________________________________________
13641 [  9802] By: jhi                                   on 2001/04/23  23:43:35
13642         Log: Make the "STD* opened only for ..." errors more consistent.
13643      Branch: perl
13644            ! doio.c
13645 ____________________________________________________________________________
13646 [  9801] By: jhi                                   on 2001/04/23  23:34:26
13647         Log: Test case for #9800.
13648      Branch: perl
13649            ! t/op/misc.t
13650 ____________________________________________________________________________
13651 [  9800] By: jhi                                   on 2001/04/23  23:14:43
13652         Log: Avoid coredump on 'close STDERR; die' by making
13653              the PerlIO calls more robust.  Also use SETERRNO()
13654              instead of errno = to be more VMS-ready.
13655      Branch: perl
13656            ! perlio.c
13657 ____________________________________________________________________________
13658 [  9799] By: jhi                                   on 2001/04/23  21:41:10
13659         Log: Subject: test for ID 20010423.002
13660              From: Robin Houston <robin@kitsite.com>
13661              Date: Mon, 23 Apr 2001 16:52:21 +0100
13662              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
13663      Branch: perl
13664            ! t/op/avhv.t
13665 ____________________________________________________________________________
13666 [  9798] By: jhi                                   on 2001/04/23  21:40:07
13667         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
13668              From: David Dyck <dcd@tc.fluke.com>
13669              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
13670              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
13671      Branch: perl
13672            ! installperl
13673 ____________________________________________________________________________
13674 [  9797] By: jhi                                   on 2001/04/23  21:37:56
13675         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
13676              From: Benjamin Sugars <bsugars@canoe.ca>
13677              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
13678              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
13679      Branch: perl
13680            ! ext/Cwd/Cwd.xs lib/Cwd.pm
13681 ____________________________________________________________________________
13682 [  9796] By: jhi                                   on 2001/04/23  21:29:24
13683         Log: Synchronize h2xs and pod2man some more on the documentation
13684              templates they propose.
13685      Branch: perl
13686            ! pod/pod2man.PL utils/h2xs.PL
13687 ____________________________________________________________________________
13688 [  9795] By: jhi                                   on 2001/04/23  17:30:40
13689         Log: Add one more naughty test for base64; make encoding logic cleaner.
13690      Branch: perl
13691            ! t/lib/mimeb64.t
13692 ____________________________________________________________________________
13693 [  9794] By: jhi                                   on 2001/04/23  13:51:32
13694         Log: Update Changes.
13695      Branch: perl
13696            ! Changes patchlevel.h
13697 ____________________________________________________________________________
13698 [  9793] By: jhi                                   on 2001/04/23  13:44:18
13699         Log: Duplicate lines.
13700      Branch: perl
13701            ! MANIFEST
13702 ____________________________________________________________________________
13703 [  9792] By: jhi                                   on 2001/04/23  13:39:13
13704         Log: Subject: Re: PATCH 5.7.1
13705              From: Mark-Jason Dominus <mjd@plover.com>
13706              Date: Mon, 23 Apr 2001 10:30:21 -0400
13707              Message-ID: <20010423143021.17335.qmail@plover.com>
13708      Branch: perl
13709            ! perl.h sv.c
13710 ____________________________________________________________________________
13711 [  9791] By: jhi                                   on 2001/04/23  13:32:40
13712         Log: Add the CPAN.pm 1.59_54 tests.
13713      Branch: perl
13714            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
13715            ! MANIFEST
13716 ____________________________________________________________________________
13717 [  9790] By: jhi                                   on 2001/04/23  13:21:55
13718         Log: Subject: Deparse nit
13719              From: Robin Houston <robin@kitsite.com>
13720              Date: Mon, 23 Apr 2001 12:38:20 +0100
13721              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
13722      Branch: perl
13723            ! ext/B/B/Deparse.pm
13724 ____________________________________________________________________________
13725 [  9789] By: jhi                                   on 2001/04/23  13:19:07
13726         Log: Subject: [PATCH] bug 20010423.002
13727              From: Robin Houston <robin@kitsite.com>
13728              Date: Mon, 23 Apr 2001 13:12:30 +0100
13729              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
13730      Branch: perl
13731            ! pp.c
13732 ____________________________________________________________________________
13733 [  9788] By: jhi                                   on 2001/04/23  13:02:49
13734         Log: Subject: PATCH [5.7.1] hv.c unused #define
13735              From: Mark-Jason Dominus <mjd@plover.com>
13736              Date: Sun, 22 Apr 2001 14:17:49 -0400
13737              Message-ID: <20010422181749.26976.qmail@plover.com>
13738      Branch: perl
13739            ! hv.c
13740 ____________________________________________________________________________
13741 [  9787] By: jhi                                   on 2001/04/23  13:02:02
13742         Log: Subject: PATCH 5.7.1
13743              From: Mark-Jason Dominus <mjd@plover.com>
13744              Date: Sun, 22 Apr 2001 15:12:57 -0400
13745              Message-ID: <20010422191258.6539.qmail@plover.com>
13746              
13747              plus Sarathy's STMT_START + STMT_END suggestion.
13748      Branch: perl
13749            ! perl.h
13750 ____________________________________________________________________________
13751 [  9786] By: jhi                                   on 2001/04/23  12:53:25
13752         Log: Fix for
13753              
13754              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
13755              From: dLux <dlux@spam.sch.bme.hu>
13756              Date: Mon, 23 Apr 2001 01:25:26 +0200
13757              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
13758              
13759              (SvGROW really does return a char *.)
13760      Branch: perl
13761            ! pod/perlapi.pod sv.h
13762 ____________________________________________________________________________
13763 [  9785] By: jhi                                   on 2001/04/23  04:34:04
13764         Log: Time::Piece work continues.  $t->day removed since
13765              I think it's too confusing.  Now has normal and
13766              abbreviated length weekday names and month names,
13767              the names change with _names(), not _list().
13768              Now has strftime() in Perl, _strftime() is
13769              the libc version (to which strftime() falls back
13770              if it doesn't know the format.  To do: the reverse
13771              of strftime, strptime(), and the localisation of both.
13772      Branch: perl
13773            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
13774            ! t/lib/time-piece.t
13775 ____________________________________________________________________________
13776 [  9784] By: jhi                                   on 2001/04/23  02:41:46
13777         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
13778              From: andreas.koenig@anima.de (Andreas J. Koenig)
13779              Date: 23 Apr 2001 05:20:55 +0200
13780              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
13781      Branch: perl
13782            ! t/pragma/overload.t
13783 ____________________________________________________________________________
13784 [  9783] By: jhi                                   on 2001/04/22  23:32:42
13785         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
13786              From: Robin Houston <robin@kitsite.com>
13787              Date: Mon, 23 Apr 2001 00:38:18 +0100
13788              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
13789      Branch: perl
13790            ! ext/B/B/Deparse.pm
13791 ____________________________________________________________________________
13792 [  9782] By: jhi                                   on 2001/04/22  20:55:43
13793         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
13794              From: Simon Cozens <simon@netthink.co.uk>
13795              Date: Sun, 22 Apr 2001 18:47:25 +0100
13796              Message-ID: <20010422184725.A14411@netthink.co.uk>
13797      Branch: perl
13798            ! sv.c t/pragma/overload.t
13799 ____________________________________________________________________________
13800 [  9781] By: jhi                                   on 2001/04/22  20:52:13
13801         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
13802              From: Robin Houston <robin@kitsite.com>
13803              Date: Sun, 22 Apr 2001 22:14:50 +0100
13804              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
13805      Branch: perl
13806            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
13807 ____________________________________________________________________________
13808 [  9780] By: nick                                  on 2001/04/22  20:40:31
13809         Log: Integrate mainline.
13810      Branch: perlio
13811           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
13812           +> t/lib/b-stash.t
13813           !> (integrate 38 files)
13814 ____________________________________________________________________________
13815 [  9779] By: jhi                                   on 2001/04/22  15:16:03
13816         Log: Subject: IO::Socket::INET patch
13817              From: andrew deryabin <djsf@technarchy.ru>
13818              Date: Sat, 21 Apr 2001 17:46:52 +0400
13819              Message-ID: <20010421174652.B1426@technarchy>
13820      Branch: perl
13821            ! ext/IO/lib/IO/Socket/INET.pm
13822 ____________________________________________________________________________
13823 [  9778] By: jhi                                   on 2001/04/22  15:14:33
13824         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
13825              From: Mark-Jason Dominus <mjd@plover.com>
13826              Date: Sat, 21 Apr 2001 21:27:49 -0400
13827              Message-ID: <20010422012749.27024.qmail@plover.com>
13828      Branch: perl
13829            ! regcomp.c
13830 ____________________________________________________________________________
13831 [  9777] By: jhi                                   on 2001/04/22  15:10:51
13832         Log: Subject: Re: Regex debugger patch 
13833              From: Mark-Jason Dominus <mjd@plover.com>
13834              Date: Sat, 21 Apr 2001 21:48:51 -0400
13835              Message-ID: <20010422014851.27165.qmail@plover.com>
13836      Branch: perl
13837            ! pod/perldebguts.pod
13838 ____________________________________________________________________________
13839 [  9776] By: jhi                                   on 2001/04/22  15:09:48
13840         Log: Subject: Re: Regex debugger patch
13841              From: Mark-Jason Dominus <mjd@plover.com>
13842              Date: Sat, 21 Apr 2001 14:24:39 -0400
13843              Message-ID: <20010421182439.16508.qmail@plover.com>
13844              
13845              Regex debugger backend.
13846      Branch: perl
13847            ! regcomp.c regexp.h
13848 ____________________________________________________________________________
13849 [  9775] By: jhi                                   on 2001/04/21  16:45:40
13850         Log: Subject: [PATCH] Typo in utf8.h
13851              From: Jesús Quiroga <jquiroga@pobox.com>
13852              Date: Sat, 21 Apr 2001 19:25:33 +0200
13853              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
13854      Branch: perl
13855            ! utf8.h
13856 ____________________________________________________________________________
13857 [  9774] By: jhi                                   on 2001/04/21  16:43:52
13858         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
13859              From: Joe Orton <jorton@redhat.com>
13860              Date: Tue, 17 Apr 2001 15:50:43 +0100
13861              Message-Id: <20010417155043.D19132@eu.c2.net>
13862      Branch: perl
13863            ! hints/svr5.sh
13864 ____________________________________________________________________________
13865 [  9773] By: jhi                                   on 2001/04/21  15:30:15
13866         Log: Subject: Patch utils/h2xs.PL
13867              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
13868              Date: Sat, 21 Apr 2001 10:32:16 -0500
13869              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
13870              
13871              Add MAILING list and LICENSE templates.
13872      Branch: perl
13873            ! utils/h2xs.PL
13874 ____________________________________________________________________________
13875 [  9772] By: jhi                                   on 2001/04/21  15:28:36
13876         Log: Subject: perlfaq2.patch for 5.7.1
13877              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
13878              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
13879              Date: Fri, 20 Apr 2001 16:42:19 -0500
13880              
13881              rm an extra tab, a blurb about the xx.cpan to clarify
13882              which countries actually have that and dejanews is history
13883              as well as most of that nonsensical entry.
13884      Branch: perl
13885            ! pod/perlfaq2.pod
13886 ____________________________________________________________________________
13887 [  9771] By: jhi                                   on 2001/04/21  15:27:17
13888         Log: Subject: perlfaq1.patch for 5.7.1
13889              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
13890              Date: Fri, 20 Apr 2001 16:57:36 -0500
13891              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
13892              
13893              Evil URLs must die. Especially when they are broken.
13894      Branch: perl
13895            ! pod/perlfaq1.pod
13896 ____________________________________________________________________________
13897 [  9770] By: jhi                                   on 2001/04/21  15:23:38
13898         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
13899              From: Michael G Schwern <schwern@pobox.com>
13900              Date: Sat, 21 Apr 2001 16:11:12 +0100
13901              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
13902      Branch: perl
13903            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
13904            + t/lib/b-stash.t
13905            ! MANIFEST ext/B/B.pm t/lib/b.t
13906 ____________________________________________________________________________
13907 [  9769] By: jhi                                   on 2001/04/21  15:03:32
13908         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
13909              From: Michael G Schwern <schwern@pobox.com>
13910              Date: Sat, 21 Apr 2001 09:48:00 +0100
13911              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
13912      Branch: perl
13913            ! utils/h2ph.PL
13914 ____________________________________________________________________________
13915 [  9768] By: jhi                                   on 2001/04/21  14:33:49
13916         Log: PerlIO and Encode doc cleanup and tweaks.
13917      Branch: perl
13918            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
13919            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
13920 ____________________________________________________________________________
13921 [  9767] By: jhi                                   on 2001/04/21  12:40:16
13922         Log: Integrate perlio.
13923      Branch: perl
13924           !> doio.c
13925 ____________________________________________________________________________
13926 [  9766] By: nick                                  on 2001/04/20  18:28:35
13927         Log: Avoid core dump on
13928              open(STDOUT,">",\$foo);
13929      Branch: perlio
13930            ! doio.c
13931 ____________________________________________________________________________
13932 [  9765] By: jhi                                   on 2001/04/20  13:23:43
13933         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
13934              From: Robin Houston <robin@kitsite.com>
13935              Date: Fri, 20 Apr 2001 14:29:22 +0100
13936              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
13937      Branch: perl
13938            ! ext/B/B.pm ext/B/B/Deparse.pm
13939 ____________________________________________________________________________
13940 [  9764] By: jhi                                   on 2001/04/20  13:19:33
13941         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
13942              From: Peter Prymmer <pvhp@forte.com>
13943              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
13944              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
13945      Branch: perl
13946            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
13947            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
13948            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
13949            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
13950 ____________________________________________________________________________
13951 [  9763] By: jhi                                   on 2001/04/20  12:36:39
13952         Log: Subject: Re: A new PerlIO coredump
13953              From: Nick Ing-Simmons <nik@tiuk.ti.com>
13954              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
13955              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
13956      Branch: perl
13957            ! doio.c
13958 ____________________________________________________________________________
13959 [  9762] By: jhi                                   on 2001/04/19  23:02:30
13960         Log: Update Changes.
13961      Branch: perl
13962            ! Changes patchlevel.h
13963 ____________________________________________________________________________
13964 [  9761] By: jhi                                   on 2001/04/19  22:59:19
13965         Log: More cleanup cleanup.
13966      Branch: perl
13967            ! Makefile.SH win32/Makefile win32/makefile.mk
13968 ____________________________________________________________________________
13969 [  9760] By: jhi                                   on 2001/04/19  22:50:31
13970         Log: lib/Time is non-empty, let's not rmdir it.
13971      Branch: perl
13972            ! Makefile.SH
13973 ____________________________________________________________________________
13974 [  9759] By: jhi                                   on 2001/04/19  22:36:51
13975         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
13976              From: Robin Houston <robin@kitsite.com>
13977              Date: Fri, 20 Apr 2001 00:18:53 +0100
13978              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
13979      Branch: perl
13980            ! ext/B/B/Deparse.pm
13981 ____________________________________________________________________________
13982 [  9758] By: jhi                                   on 2001/04/19  22:36:00
13983         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
13984              From: Peter Prymmer <pvhp@forte.com>
13985              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
13986              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
13987      Branch: perl
13988            ! ext/Cwd/Cwd.xs
13989 ____________________________________________________________________________
13990 [  9757] By: nick                                  on 2001/04/19  18:53:54
13991         Log: Blind (untested) integrate of mainline.
13992      Branch: perlio
13993           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
13994           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
13995           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
13996           !> (integrate 53 files)
13997 ____________________________________________________________________________
13998 [  9756] By: jhi                                   on 2001/04/19  16:59:23
13999         Log: Document and test Time::Piece.
14000      Branch: perl
14001            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
14002            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
14003 ____________________________________________________________________________
14004 [  9755] By: jhi                                   on 2001/04/19  12:13:29
14005         Log: A better fix for the \x{12345678} trouble from NI-S.
14006      Branch: perl
14007            ! utf8.c
14008 ____________________________________________________________________________
14009 [  9754] By: jhi                                   on 2001/04/19  11:56:07
14010         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
14011              From: Robin Houston <robin@kitsite.com>
14012              Date: Wed, 18 Apr 2001 17:58:33 +0100
14013              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
14014      Branch: perl
14015            ! ext/B/B/Deparse.pm op.c
14016 ____________________________________________________________________________
14017 [  9753] By: jhi                                   on 2001/04/19  04:21:52
14018         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
14019              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
14020              Date: Thu, 19 Apr 2001 01:11:41 -0400
14021              Message-ID: <20010419011141.A5798@cpan.org>
14022      Branch: perl
14023            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
14024 ____________________________________________________________________________
14025 [  9752] By: jhi                                   on 2001/04/19  02:41:10
14026         Log: The new time utils need to be thread-aware, too.
14027      Branch: perl
14028            ! util.c
14029 ____________________________________________________________________________
14030 [  9751] By: jhi                                   on 2001/04/19  02:26:47
14031         Log: Compilation nit noticed by AIX compiler.
14032      Branch: perl
14033            ! perlio.c
14034 ____________________________________________________________________________
14035 [  9750] By: jhi                                   on 2001/04/19  02:20:06
14036         Log: The new time utils need to be public.
14037      Branch: perl
14038            ! embed.pl
14039 ____________________________________________________________________________
14040 [  9749] By: jhi                                   on 2001/04/19  01:42:39
14041         Log: Regen toc.
14042      Branch: perl
14043            ! pod/perltoc.pod
14044 ____________________________________________________________________________
14045 [  9748] By: jhi                                   on 2001/04/19  01:41:10
14046         Log: Add Time::Piece, a slight rewrite of Time::Object,
14047              from Matt Sergeant.
14048      Branch: perl
14049            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
14050            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
14051            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
14052            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
14053            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
14054            ! win32/makefile.mk
14055 ____________________________________________________________________________
14056 [  9747] By: jhi                                   on 2001/04/19  00:55:35
14057         Log: The new metaconfig unit from strftime.
14058      Branch: metaconfig/U/perl
14059            + d_strftime.U
14060 ____________________________________________________________________________
14061 [  9746] By: jhi                                   on 2001/04/19  00:54:54
14062         Log: Move the strftime() wrapper from POSIX.xs to util.c
14063              as my_strftime(), requires HAS_STRFTIME.
14064      Branch: perl
14065            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14066            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
14067            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
14068            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14069            ! vos/config.ga.h win32/config.bc win32/config.gc
14070            ! win32/config.vc
14071 ____________________________________________________________________________
14072 [  9745] By: jhi                                   on 2001/04/18  23:11:03
14073         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
14074              in preparation of Time::Piece.
14075      Branch: perl
14076            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
14077 ____________________________________________________________________________
14078 [  9744] By: jhi                                   on 2001/04/18  22:33:12
14079         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
14080              From: Peter Prymmer <pvhp@forte.com>
14081              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
14082              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
14083      Branch: perl
14084            ! t/lib/exporter.t
14085 ____________________________________________________________________________
14086 [  9743] By: jhi                                   on 2001/04/18  22:32:23
14087         Log: Subject: Fwd: pod2html leaves cache files lying around?
14088              From: Rajesh Vaidheeswarran <rv@gnu.org>
14089              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
14090              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
14091      Branch: perl
14092            ! lib/Pod/Html.pm
14093 ____________________________________________________________________________
14094 [  9742] By: jhi                                   on 2001/04/18  20:31:49
14095         Log: Update Changes.
14096      Branch: perl
14097            ! Changes patchlevel.h
14098 ____________________________________________________________________________
14099 [  9741] By: jhi                                   on 2001/04/18  20:23:02
14100         Log: Declare hints only if needed.
14101      Branch: perl
14102            ! ext/B/B/Deparse.pm
14103 ____________________________________________________________________________
14104 [  9740] By: jhi                                   on 2001/04/18  19:06:05
14105         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
14106              bug noticed by Robin Houston; basically the code of detecting
14107              value wraparound was acting differently under different compilers
14108              and platforms.  The workaround is to remove the overflow check
14109              for now, a real fix would be to do the overflow (portably) right.
14110      Branch: perl
14111            ! t/op/pat.t utf8.c
14112 ____________________________________________________________________________
14113 [  9739] By: jhi                                   on 2001/04/18  19:01:23
14114         Log: Subject: [PATCH B::Deparse] some pragma support
14115              From: Robin Houston <robin@kitsite.com>
14116              Date: Wed, 18 Apr 2001 19:32:12 +0100
14117              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
14118      Branch: perl
14119            ! ext/B/B/Deparse.pm
14120 ____________________________________________________________________________
14121 [  9738] By: jhi                                   on 2001/04/18  15:16:37
14122         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
14123              From: Benjamin Sugars <bsugars@canoe.ca>
14124              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
14125              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
14126      Branch: perl
14127            ! t/op/glob.t
14128 ____________________________________________________________________________
14129 [  9737] By: jhi                                   on 2001/04/18  13:24:50
14130         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
14131              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14132              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
14133              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
14134      Branch: perl
14135            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
14136            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
14137 ____________________________________________________________________________
14138 [  9736] By: jhi                                   on 2001/04/18  04:15:14
14139         Log: The #9735 also changes the subtest 12.
14140      Branch: perl
14141            ! t/lib/b.t
14142 ____________________________________________________________________________
14143 [  9735] By: jhi                                   on 2001/04/18  03:55:17
14144         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
14145              From: David Dyck <dcd@tc.fluke.com>
14146              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
14147              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
14148      Branch: perl
14149            ! ext/B/B/Deparse.pm
14150 ____________________________________________________________________________
14151 [  9734] By: jhi                                   on 2001/04/18  03:54:11
14152         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
14153              From: Gisle Aas <gisle@ActiveState.com>
14154              Date: 17 Apr 2001 19:06:45 -0700
14155              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
14156      Branch: perl
14157            ! pp_hot.c t/op/misc.t
14158 ____________________________________________________________________________
14159 [  9733] By: jhi                                   on 2001/04/17  22:25:22
14160         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
14161              From: "Abigail" <abigail@foad.org>
14162              Date: Wed, 18 Apr 2001 01:17:46 +0200
14163              Message-ID: <20010417231746.21657.qmail@foad.org>
14164      Branch: perl
14165            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
14166 ____________________________________________________________________________
14167 [  9732] By: jhi                                   on 2001/04/17  20:47:56
14168         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
14169              From: Robin Houston <robin@kitsite.com>
14170              Date: Tue, 17 Apr 2001 22:37:42 +0100
14171              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
14172      Branch: perl
14173            ! ext/B/B/Deparse.pm
14174 ____________________________________________________________________________
14175 [  9731] By: nick                                  on 2001/04/17  20:46:35
14176         Log: Re-sync for t/lib/b.t fix
14177      Branch: perlio
14178           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
14179 ____________________________________________________________________________
14180 [  9730] By: jhi                                   on 2001/04/17  20:45:29
14181         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
14182              From: Robin Houston <robin@kitsite.com>
14183              Date: Tue, 17 Apr 2001 22:29:36 +0100
14184              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
14185      Branch: perl
14186            ! ext/B/B.xs ext/B/B/Deparse.pm
14187 ____________________________________________________________________________
14188 [  9729] By: jhi                                   on 2001/04/17  20:43:11
14189         Log: Subject: Deparse - parenthesise args to undeclared subs
14190              From: Robin Houston <robin@kitsite.com>
14191              Date: Tue, 17 Apr 2001 21:31:05 +0100
14192              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
14193      Branch: perl
14194            ! ext/B/B/Deparse.pm
14195 ____________________________________________________________________________
14196 [  9728] By: jhi                                   on 2001/04/17  18:57:30
14197         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
14198              From: Benjamin Sugars <ben.sugars@home.com>
14199              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
14200              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
14201      Branch: perl
14202            ! t/lib/cwd.t
14203 ____________________________________________________________________________
14204 [  9727] By: jhi                                   on 2001/04/17  18:20:20
14205         Log: Subject: [PATCH B::Deparse] ambient pragmas
14206              From: Robin Houston <robin@kitsite.com>
14207              Date: Tue, 17 Apr 2001 20:01:59 +0100
14208              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
14209      Branch: perl
14210            ! ext/B/B/Deparse.pm t/lib/b.t
14211 ____________________________________________________________________________
14212 [  9726] By: nick                                  on 2001/04/17  16:33:51
14213         Log: Integrate mainline (t/lib/b.t fails test 2...)
14214      Branch: perlio
14215           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
14216           +> ext/List/Util/README ext/List/Util/Util.xs
14217           +> ext/List/Util/lib/List/Util.pm
14218           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
14219           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
14220           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
14221           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
14222           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
14223           !> (integrate 31 files)
14224 ____________________________________________________________________________
14225 [  9725] By: jhi                                   on 2001/04/17  12:14:24
14226         Log: Subject: multiple B::* changes
14227              From: Robin Houston <robin@kitsite.com>
14228              Date: Thu, 12 Apr 2001 20:12:27 +0100
14229              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
14230      Branch: perl
14231            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
14232 ____________________________________________________________________________
14233 [  9724] By: jhi                                   on 2001/04/17  11:59:05
14234         Log: Thread-awareness from Doug MacEachern.
14235      Branch: perl
14236            ! ext/List/Util/Util.xs
14237 ____________________________________________________________________________
14238 [  9723] By: jhi                                   on 2001/04/17  11:57:41
14239         Log: Make the test more portable.
14240      Branch: perl
14241            ! t/lib/cwd.t
14242 ____________________________________________________________________________
14243 [  9722] By: jhi                                   on 2001/04/17  11:53:50
14244         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
14245              From: Benjamin Sugars <ben.sugars@home.com>
14246              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
14247              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
14248      Branch: perl
14249            ! t/lib/cwd.t
14250 ____________________________________________________________________________
14251 [  9721] By: jhi                                   on 2001/04/17  11:52:17
14252         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
14253              From: Benjamin Sugars <bsugars@canoe.ca>
14254              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
14255              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
14256      Branch: perl
14257            ! op.c
14258 ____________________________________________________________________________
14259 [  9720] By: jhi                                   on 2001/04/17  11:35:42
14260         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
14261              From: Chris Nandor <pudge@pobox.com>
14262              Date: Tue, 17 Apr 2001 00:30:49 -0400
14263              Message-Id: <p05100207b701768712de@[10.0.1.177]>
14264      Branch: perl
14265            ! ext/File/Glob/bsd_glob.c gv.c
14266 ____________________________________________________________________________
14267 [  9719] By: jhi                                   on 2001/04/17  11:32:13
14268         Log: Subject: [PATCH] Tweten->West
14269              From: Casey West <casey@geeknest.com>
14270              Date: Mon, 16 Apr 2001 12:11:22 -0400
14271              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
14272      Branch: perl
14273            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
14274            ! pod/perltie.pod
14275 ____________________________________________________________________________
14276 [  9718] By: jhi                                   on 2001/04/16  03:22:52
14277         Log: Update Changes.
14278      Branch: perl
14279            ! Changes patchlevel.h
14280 ____________________________________________________________________________
14281 [  9717] By: jhi                                   on 2001/04/16  03:06:28
14282         Log: Regen toc.
14283      Branch: perl
14284            ! pod/perltoc.pod
14285 ____________________________________________________________________________
14286 [  9716] By: jhi                                   on 2001/04/16  02:58:42
14287         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
14288              From: Prymmer/Kahn <pvhp@best.com>
14289              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
14290              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
14291      Branch: perl
14292            ! utf8.c
14293 ____________________________________________________________________________
14294 [  9715] By: jhi                                   on 2001/04/15  23:40:35
14295         Log: Subject: Re: Net::Ping patch, adds stream protocol
14296              From: bronson@rinspin.com (Scott Bronson)
14297              Date: Tue, 10 Apr 2001 23:58:33 -0700
14298              Message-ID: <20010410235833.N29719@rinspin.com>
14299      Branch: perl
14300            ! lib/Net/Ping.pm
14301 ____________________________________________________________________________
14302 [  9714] By: jhi                                   on 2001/04/15  23:31:46
14303         Log: Printing out the ok messages helps successful testing.
14304      Branch: perl
14305            ! t/lib/time-hires.t
14306 ____________________________________________________________________________
14307 [  9713] By: jhi                                   on 2001/04/15  21:43:24
14308         Log: Update Douglas Wegscheid's email.
14309      Branch: perl
14310            ! AUTHORS
14311 ____________________________________________________________________________
14312 [  9712] By: jhi                                   on 2001/04/15  21:40:41
14313         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
14314              From: Michael G Schwern <schwern@pobox.com>
14315              Date: Sat, 14 Apr 2001 22:40:50 +0100
14316              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
14317      Branch: perl
14318            + t/lib/exporter.t
14319            ! MANIFEST lib/Exporter/Heavy.pm
14320 ____________________________________________________________________________
14321 [  9711] By: jhi                                   on 2001/04/15  21:39:21
14322         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
14323              From: Michael G Schwern <schwern@pobox.com>
14324              Date: Sat, 14 Apr 2001 22:13:59 +0100
14325              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
14326      Branch: perl
14327            ! t/op/loopctl.t
14328 ____________________________________________________________________________
14329 [  9710] By: jhi                                   on 2001/04/15  21:30:19
14330         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
14331              From: Michael G Schwern <schwern@pobox.com>
14332              Date: Sat, 14 Apr 2001 22:05:32 +0100
14333              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
14334      Branch: perl
14335            ! t/pragma/warnings.t
14336 ____________________________________________________________________________
14337 [  9709] By: jhi                                   on 2001/04/15  19:34:09
14338         Log: Integrate changes #9706,9707 from maintperl into mainline.
14339              
14340              change#7210 broke .packlist generation
14341              
14342              ExtUtils::Installed doesn't quote regex metacharacters in paths
14343              before using them in match; also make it work for dosish platforms
14344      Branch: perl
14345           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
14346 ____________________________________________________________________________
14347 [  9708] By: jhi                                   on 2001/04/15  19:31:01
14348         Log: Test also the scalar aspect of getitimer().
14349      Branch: perl
14350            ! t/lib/time-hires.t
14351 ____________________________________________________________________________
14352 [  9707] By: gsar                                  on 2001/04/15  17:24:20
14353         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
14354              before using them in match; also make it work for dosish platforms
14355      Branch: maint-5.6/perl
14356            ! lib/ExtUtils/Installed.pm
14357 ____________________________________________________________________________
14358 [  9706] By: gsar                                  on 2001/04/15  17:21:59
14359         Log: change#7210 broke .packlist generation (listed only filename
14360              rather than fully qualified path name)
14361      Branch: maint-5.6/perl
14362            ! lib/ExtUtils/Install.pm
14363 ____________________________________________________________________________
14364 [  9705] By: jhi                                   on 2001/04/15  12:36:33
14365         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
14366      Branch: perl
14367            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
14368            ! t/lib/time-hires.t
14369 ____________________________________________________________________________
14370 [  9704] By: jhi                                   on 2001/04/15  10:49:08
14371         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
14372              From: Prymmer/Kahn <pvhp@best.com>
14373              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
14374              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
14375      Branch: perl
14376            ! lib/utf8.pm pod/perlebcdic.pod
14377 ____________________________________________________________________________
14378 [  9703] By: jhi                                   on 2001/04/15  02:26:26
14379         Log: I keep forgetting to sort MANIFEST.
14380      Branch: perl
14381            ! MANIFEST
14382 ____________________________________________________________________________
14383 [  9702] By: jhi                                   on 2001/04/15  02:07:47
14384         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
14385              Now we have blessed, reftype, tainted, first, reduce, ...
14386      Branch: perl
14387            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
14388            + ext/List/Util/README ext/List/Util/Util.xs
14389            + ext/List/Util/lib/List/Util.pm
14390            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
14391            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
14392            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
14393            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
14394            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
14395            ! MANIFEST
14396 ____________________________________________________________________________
14397 [  9701] By: jhi                                   on 2001/04/14  15:05:25
14398         Log: Subject: RE: dprofpp.pl updates 
14399              From: Carl Eklof <CEklof@endeca.com>
14400              Date: Thu, 12 Apr 2001 18:45:46 -0400
14401              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
14402      Branch: perl
14403            ! utils/dprofpp.PL
14404 ____________________________________________________________________________
14405 [  9700] By: jhi                                   on 2001/04/14  14:44:55
14406         Log: Do not just blindly add CR.
14407      Branch: perl
14408            ! Porting/makerel
14409 ____________________________________________________________________________
14410 [  9699] By: jhi                                   on 2001/04/13  13:17:01
14411         Log: Update Changes.
14412      Branch: perl
14413            ! Changes patchlevel.h
14414 ____________________________________________________________________________
14415 [  9698] By: jhi                                   on 2001/04/13  12:44:48
14416         Log: Integrate perlio.
14417      Branch: perl
14418           !> ext/PerlIO/Scalar/Scalar.xs
14419 ____________________________________________________________________________
14420 [  9697] By: jhi                                   on 2001/04/13  12:29:15
14421         Log: Add more debug output to the test.
14422      Branch: perl
14423            ! t/lib/cwd.t
14424 ____________________________________________________________________________
14425 [  9696] By: nick                                  on 2001/04/13  10:14:29
14426         Log: Fix core dump on binmode($fh,'Scalar')
14427      Branch: perlio
14428            ! ext/PerlIO/Scalar/Scalar.xs
14429 ____________________________________________________________________________
14430 [  9695] By: nick                                  on 2001/04/13  09:05:42
14431         Log: Integrate mainline
14432      Branch: perlio
14433           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
14434           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
14435           +> t/lib/time-hires.t
14436           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
14437           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
14438           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
14439           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
14440           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
14441           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
14442           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
14443 ____________________________________________________________________________
14444 [  9694] By: jhi                                   on 2001/04/12  22:23:35
14445         Log: Integrate change #9693 from maintperl into mainline.
14446              
14447              $VERSION and Version() on the same line provokes a warning from
14448              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
14449      Branch: perl
14450           !> lib/Devel/SelfStubber.pm
14451 ____________________________________________________________________________
14452 [  9693] By: gsar                                  on 2001/04/12  21:55:56
14453         Log: $VERSION and Version() on the same line provokes a warning from
14454              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
14455      Branch: maint-5.6/perl
14456            ! lib/Devel/SelfStubber.pm
14457 ____________________________________________________________________________
14458 [  9692] By: jhi                                   on 2001/04/12  13:54:00
14459         Log: This is at least 5.005.
14460      Branch: perl
14461            ! ext/Time/HiRes/HiRes.xs
14462 ____________________________________________________________________________
14463 [  9691] By: jhi                                   on 2001/04/12  13:37:20
14464         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
14465      Branch: perl
14466            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
14467            ! win32/Makefile win32/makefile.mk
14468 ____________________________________________________________________________
14469 [  9690] By: jhi                                   on 2001/04/12  01:34:46
14470         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
14471      Branch: perl
14472            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
14473            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
14474            + t/lib/time-hires.t
14475            ! MANIFEST
14476 ____________________________________________________________________________
14477 [  9689] By: jhi                                   on 2001/04/12  00:28:39
14478         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
14479              From: Gisle Aas <gisle@ActiveState.com>
14480              Date: 11 Apr 2001 16:36:11 -0700
14481              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
14482      Branch: perl
14483            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
14484 ____________________________________________________________________________
14485 [  9688] By: jhi                                   on 2001/04/12  00:27:39
14486         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
14487              From: Gisle Aas <gisle@ActiveState.com>
14488              Date: 11 Apr 2001 11:13:24 -0700
14489              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
14490      Branch: perl
14491            ! ext/MIME/Base64/Base64.xs
14492 ____________________________________________________________________________
14493 [  9687] By: jhi                                   on 2001/04/11  19:51:47
14494         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
14495      Branch: perl
14496            ! Todo-5.6
14497 ____________________________________________________________________________
14498 [  9686] By: jhi                                   on 2001/04/11  16:54:25
14499         Log: Subject: [PATCH opcode.pl] Documentation of table format
14500              From: Simon Cozens <simon@netthink.co.uk>
14501              Date: Wed, 11 Apr 2001 12:59:31 +0100
14502              Message-ID: <20010411125931.A25681@netthink.co.uk>
14503      Branch: perl
14504            ! opcode.pl
14505 ____________________________________________________________________________
14506 [  9685] By: jhi                                   on 2001/04/11  16:53:15
14507         Log: Subject: [PATCH] prototype("CORE::recv")
14508              From: Simon Cozens <simon@netthink.co.uk>
14509              Date: Wed, 11 Apr 2001 13:24:35 +0100
14510              Message-ID: <20010411132435.A26169@netthink.co.uk>
14511      Branch: perl
14512            ! pp.c t/comp/proto.t
14513 ____________________________________________________________________________
14514 [  9684] By: jhi                                   on 2001/04/11  16:47:13
14515         Log: FAQ (and AUTHORS) update from Dan Carson: the information
14516              was several years obsolete, Term::Readkey has been updated
14517              to have the functionality.
14518      Branch: perl
14519            ! AUTHORS pod/perlfaq5.pod
14520 ____________________________________________________________________________
14521 [  9683] By: jhi                                   on 2001/04/11  12:15:46
14522         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
14523              From: Calle Dybedahl <calle@lysator.liu.se>
14524              Date: 10 Apr 2001 16:44:16 +0200
14525              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
14526      Branch: perl
14527            ! ext/MIME/Base64/Base64.xs
14528 ____________________________________________________________________________
14529 [  9682] By: jhi                                   on 2001/04/11  12:12:26
14530         Log: A more minimal fix for 20010410.006 from Hugo.
14531      Branch: perl
14532            ! regexec.c
14533 ____________________________________________________________________________
14534 [  9681] By: jhi                                   on 2001/04/11  11:34:23
14535         Log: Integrate changes #9678,9679 from maintline into mainperl.
14536              
14537              addendum to change#9676
14538              
14539              up $File::Glob::VERSION; add a note pointing out the version of
14540              the OpenBSD glob bsd_glob.c resembles
14541      Branch: perl
14542           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
14543           !> ext/File/Glob/bsd_glob.h
14544 ____________________________________________________________________________
14545 [  9680] By: jhi                                   on 2001/04/11  11:30:38
14546         Log: Bad test numbering in integrate in #9677.
14547              Fixes ID 20010411.001.
14548      Branch: perl
14549            ! t/op/pat.t
14550 ____________________________________________________________________________
14551 [  9679] By: gsar                                  on 2001/04/11  03:38:40
14552         Log: up $File::Glob::VERSION; add a note pointing out the version of
14553              the OpenBSD glob bsd_glob.c resembles
14554      Branch: maint-5.6/perl
14555            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
14556            ! ext/File/Glob/bsd_glob.h
14557 ____________________________________________________________________________
14558 [  9678] By: gsar                                  on 2001/04/11  03:09:48
14559         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
14560              revision 1.8.10.1 found here:
14561              
14562              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
14563      Branch: maint-5.6/perl
14564            ! ext/File/Glob/bsd_glob.c
14565 ____________________________________________________________________________
14566 [  9677] By: jhi                                   on 2001/04/11  02:54:39
14567         Log: Integrate changes #9675,9676 from maintperl into mainline.
14568              
14569              fix for bug 20010410.006, undo change#7115
14570              
14571              port the OpenBSD glob() security patch
14572      Branch: perl
14573           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
14574           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
14575           !> t/op/pat.t
14576 ____________________________________________________________________________
14577 [  9676] By: gsar                                  on 2001/04/11  02:19:02
14578         Log: port the glob() security patch found at:
14579              
14580              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
14581              
14582              CERT advisory for the issue is here:
14583              
14584              http://www.cert.org/advisories/CA-2001-07.html
14585              
14586              Note that the security scare is only relevant for those who are
14587              foolish enough to build suidperl (which is now officially discouraged)
14588      Branch: maint-5.6/perl
14589            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
14590            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
14591 ____________________________________________________________________________
14592 [  9675] By: gsar                                  on 2001/04/10  23:52:11
14593         Log: fix for bug 20010410.006
14594              
14595              undo change#7115 (came into maint-5.6 as change#8156)
14596              
14597              add tests to keep it from coming back
14598      Branch: maint-5.6/perl
14599            ! regexec.c t/op/pat.t
14600 ____________________________________________________________________________
14601 [  9674] By: nick                                  on 2001/04/10  20:39:31
14602         Log: Integrate mainline
14603      Branch: perlio
14604           +> Porting/testall.atom
14605           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
14606           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
14607           !> t/lib/lc-uk.t t/pod/find.t
14608 ____________________________________________________________________________
14609 [  9673] By: nick                                  on 2001/04/10  18:46:14
14610         Log: Integrate against change 9670 aka perl-5.7.1
14611      Branch: perlio
14612           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
14613           !> (integrate 53 files)
14614 ____________________________________________________________________________
14615 [  9672] By: jhi                                   on 2001/04/10  13:45:01
14616         Log: Add a script for doing cumulative profile of the test suite.
14617              (Requires ATOM, that is, Tru64.)
14618      Branch: perl
14619            + Porting/testall.atom
14620            ! MANIFEST
14621 ____________________________________________________________________________
14622 [  9671] By: jhi                                   on 2001/04/10  12:38:53
14623         Log: Missing std block.
14624      Branch: perl
14625            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
14626            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
14627            ! t/pod/find.t
14628 ____________________________________________________________________________
14629 [  9670] By: jhi                                   on 2001/04/10  01:25:58
14630         Log: This is 5.7.1.
14631      Branch: perl
14632            ! patchlevel.h
14633 ____________________________________________________________________________
14634 [  9669] By: jhi                                   on 2001/04/10  01:09:14
14635         Log: Update Changes.
14636      Branch: perl
14637            ! Changes patchlevel.h
14638 ____________________________________________________________________________
14639 [  9668] By: jhi                                   on 2001/04/10  01:00:38
14640         Log: Regen toc.
14641      Branch: perl
14642            ! pod/perltoc.pod
14643 ____________________________________________________________________________
14644 [  9667] By: jhi                                   on 2001/04/10  00:52:16
14645         Log: Update perlhist.
14646      Branch: perl
14647            ! pod/perlhist.pod
14648 ____________________________________________________________________________
14649 [  9666] By: jhi                                   on 2001/04/09  23:38:59
14650         Log: Slight wording tweaks from Damian to #9658.
14651      Branch: perl
14652            ! pod/perlobj.pod
14653 ____________________________________________________________________________
14654 [  9665] By: jhi                                   on 2001/04/09  19:56:06
14655         Log: Subject: [PATCH perlutil.pod] Nit
14656              From: Simon Cozens <simon@netthink.co.uk>
14657              Date: Mon, 9 Apr 2001 20:29:44 +0100
14658              Message-ID: <20010409202944.A14796@the.earth.li>
14659      Branch: perl
14660            ! pod/perlutil.pod
14661 ____________________________________________________________________________
14662 [  9664] By: jhi                                   on 2001/04/09  19:54:42
14663         Log: Subject: Re: perl571delta.pod@9631
14664              From: Mike Guy <mjtg@cam.ac.uk>
14665              Date: Mon, 09 Apr 2001 18:09:14 +0100
14666              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
14667      Branch: perl
14668            ! pod/perl571delta.pod
14669 ____________________________________________________________________________
14670 [  9663] By: jhi                                   on 2001/04/09  13:43:35
14671         Log: Update Changes.
14672      Branch: perl
14673            ! Changes patchlevel.h
14674 ____________________________________________________________________________
14675 [  9662] By: jhi                                   on 2001/04/09  13:24:46
14676         Log: tweak tweak.
14677      Branch: perl
14678            ! AUTHORS pod/perl571delta.pod
14679 ____________________________________________________________________________
14680 [  9661] By: jhi                                   on 2001/04/09  13:15:13
14681         Log: Thinko in manual patch applying.
14682      Branch: perl
14683            ! sv.c
14684 ____________________________________________________________________________
14685 [  9660] By: jhi                                   on 2001/04/09  13:07:53
14686         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
14687              From: Robin Barker <rmb1@cise.npl.co.uk> 
14688              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
14689              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
14690              
14691              (This corrects the case where the "isn't numeric" string contains \0s
14692              and is longer than the temporary buffer, and contains \0 at the point
14693              the string would be truncated by "...".) 
14694      Branch: perl
14695            ! sv.c
14696 ____________________________________________________________________________
14697 [  9659] By: jhi                                   on 2001/04/09  12:57:41
14698         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
14699      Branch: perl
14700            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
14701            ! t/lib/cgi-function.t t/lib/cgi-html.t
14702 ____________________________________________________________________________
14703 [  9658] By: jhi                                   on 2001/04/09  12:48:47
14704         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
14705              From: Ilmari Karonen <iltzu@sci.fi>
14706              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
14707              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
14708              
14709              Rearrange and rewrite the Method Invocation section
14710              to explain the concepts in nicer order.
14711      Branch: perl
14712            ! pod/perlobj.pod
14713 ____________________________________________________________________________
14714 [  9657] By: jhi                                   on 2001/04/09  12:35:58
14715         Log: Upgrade to podlators 1.09, from Russ Allbery.
14716      Branch: perl
14717            ! lib/Pod/Man.pm lib/Pod/Text.pm
14718 ____________________________________________________________________________
14719 [  9656] By: jhi                                   on 2001/04/09  12:31:53
14720         Log: perl571delta.
14721      Branch: perl
14722            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
14723 ____________________________________________________________________________
14724 [  9655] By: jhi                                   on 2001/04/09  12:20:09
14725         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
14726              From: Prymmer/Kahn <pvhp@best.com>
14727              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
14728              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
14729      Branch: perl
14730            ! lib/utf8.pm pod/perlunicode.pod
14731 ____________________________________________________________________________
14732 [  9654] By: gsar                                  on 2001/04/09  03:38:33
14733         Log: here lies 5.6.1
14734      Branch: maint-5.6/perl
14735            ! Changes
14736 ____________________________________________________________________________
14737 [  9653] By: jhi                                   on 2001/04/09  03:25:24
14738         Log: Update perlhist.
14739      Branch: perl
14740            ! pod/perlhist.pod
14741 ____________________________________________________________________________
14742 [  9652] By: jhi                                   on 2001/04/09  03:18:49
14743         Log: perl571delta tweaking continues.
14744      Branch: perl
14745            ! pod/perl571delta.pod
14746 ____________________________________________________________________________
14747 [  9651] By: gsar                                  on 2001/04/09  03:11:19
14748         Log: update Changes, patchlevel.h &c.
14749      Branch: maint-5.6/perl
14750            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
14751            ! pod/perltoc.pod
14752 ____________________________________________________________________________
14753 [  9650] By: jhi                                   on 2001/04/09  02:40:24
14754         Log: Integrate the perlfork half of #9513 from maintperl into mainline
14755              (the perlunicode half is obsolete)
14756      Branch: perl
14757            ! pod/perlfork.pod
14758 ____________________________________________________________________________
14759 [  9649] By: gsar                                  on 2001/04/09  02:35:43
14760         Log: tweak perldelta as suggested by Jarkko
14761      Branch: maint-5.6/perl
14762            ! pod/perldelta.pod
14763 ____________________________________________________________________________
14764 [  9648] By: jhi                                   on 2001/04/09  02:13:04
14765         Log: Integrate change #9646 from maintperl into mainline.
14766              
14767              add note about ithreads and Thread.pm
14768      Branch: perl
14769           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
14770 ____________________________________________________________________________
14771 [  9647] By: jhi                                   on 2001/04/09  02:10:18
14772         Log: Bad assumption that shortsize == 2.
14773      Branch: perl
14774            ! t/lib/xs-typemap.t
14775 ____________________________________________________________________________
14776 [  9646] By: gsar                                  on 2001/04/09  00:48:04
14777         Log: add note about ithreads and Thread.pm (too many people are
14778              confused by the fact that Thread.pm is built and installed
14779              under non-5005threads but doesn't work)
14780      Branch: maint-5.6/perl
14781            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
14782 ____________________________________________________________________________
14783 [  9645] By: gsar                                  on 2001/04/09  00:19:03
14784         Log: update perldelta.pod for changes in 5.6.1
14785      Branch: maint-5.6/perl
14786            ! Changes pod/perldelta.pod
14787 ____________________________________________________________________________
14788 [  9644] By: jhi                                   on 2001/04/08  20:37:00
14789         Log: Integrate change #9639 from maintperl into mainline:
14790              on windows, many of the README.* pods were being copied to
14791              the wrong location
14792      Branch: perl
14793           !> win32/Makefile win32/makefile.mk
14794 ____________________________________________________________________________
14795 [  9643] By: jhi                                   on 2001/04/08  20:07:11
14796         Log: Integrate change #9624 from maintperl into mainline:
14797              the pod tests were not okay.  (t/pod/find.t changes ignored)
14798      Branch: perl
14799           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
14800           !> t/pod/include.t t/pod/included.t t/pod/lref.t
14801           !> t/pod/multiline_items.t t/pod/nested_items.t
14802           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
14803           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
14804 ____________________________________________________________________________
14805 [  9642] By: jhi                                   on 2001/04/08  19:57:17
14806         Log: Integrate change #9638 from maintperl into mainline:
14807              update to latest JPL from the anoncvs repository
14808      Branch: perl
14809           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
14810           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
14811           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
14812 ____________________________________________________________________________
14813 [  9641] By: jhi                                   on 2001/04/08  19:53:30
14814         Log: perl571delta updates.
14815      Branch: perl
14816            ! lib/Filter/Simple.pm pod/perl571delta.pod
14817 ____________________________________________________________________________
14818 [  9640] By: gsar                                  on 2001/04/08  19:20:46
14819         Log: integrate change#9634 from mainline
14820              
14821              Fix the perlmodlib generation (didn't understand separate .pod
14822              files; didn't understand -- as the name-thing separator).
14823              Update the CPAN mirrors list.
14824      Branch: maint-5.6/perl
14825            ! pod/perlmodlib.pod
14826           !> pod/perlmodlib.PL
14827 ____________________________________________________________________________
14828 [  9639] By: gsar                                  on 2001/04/08  18:57:31
14829         Log: on windows, many of the README.* pods were being copied to the wrong
14830              location
14831      Branch: maint-5.6/perl
14832            ! win32/Makefile win32/makefile.mk
14833 ____________________________________________________________________________
14834 [  9638] By: gsar                                  on 2001/04/08  18:38:25
14835         Log: update to latest JPL from the anoncvs repository
14836      Branch: maint-5.6/perl
14837            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
14838            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
14839            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
14840 ____________________________________________________________________________
14841 [  9637] By: jhi                                   on 2001/04/08  17:53:53
14842         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
14843      Branch: perl
14844            ! pod/perl571delta.pod
14845 ____________________________________________________________________________
14846 [  9636] By: jhi                                   on 2001/04/08  17:18:32
14847         Log: Regen toc.
14848      Branch: perl
14849            ! pod/perltoc.pod
14850 ____________________________________________________________________________
14851 [  9635] By: jhi                                   on 2001/04/08  17:16:33
14852         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
14853              From: "Craig A. Berry" <craigberry@mac.com>
14854              Date: Sun, 08 Apr 2001 12:30:16 -0500
14855              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
14856      Branch: perl
14857            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
14858 ____________________________________________________________________________
14859 [  9634] By: jhi                                   on 2001/04/08  17:09:19
14860         Log: Fix the perlmodlib generation (didn't understand separate .pod
14861              files; didn't understand -- as the name-thing separator).
14862              
14863              Update the CPAN mirrors list.
14864      Branch: perl
14865            ! pod/perlmodlib.PL pod/perlmodlib.pod
14866 ____________________________________________________________________________
14867 [  9633] By: jhi                                   on 2001/04/08  16:49:17
14868         Log: Sort MANIFEST.
14869      Branch: perl
14870            ! MANIFEST
14871 ____________________________________________________________________________
14872 [  9632] By: gsar                                  on 2001/04/08  16:36:06
14873         Log: add $Tie::RefHash::VERSION
14874      Branch: maint-5.6/perl
14875            ! lib/Tie/RefHash.pm
14876 ____________________________________________________________________________
14877 [  9631] By: jhi                                   on 2001/04/08  16:10:15
14878         Log: perl571delta updates based on p5p feedback; still needs
14879              lots of examples.
14880      Branch: perl
14881            ! pod/perl571delta.pod
14882 ____________________________________________________________________________
14883 [  9630] By: jhi                                   on 2001/04/08  15:59:13
14884         Log: Update the list of supported platforms to talk about 5.7.1
14885              (and 5.6.1)
14886      Branch: perl
14887            ! pod/perlport.pod
14888 ____________________________________________________________________________
14889 [  9629] By: jhi                                   on 2001/04/08  15:55:41
14890         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
14891              from maintperl into mainline: perlport updates.
14892      Branch: perl
14893            ! pod/perlport.pod
14894 ____________________________________________________________________________
14895 [  9628] By: jhi                                   on 2001/04/08  15:53:17
14896         Log: perlsolaris.pod copied to wrong directory.
14897      Branch: perl
14898            ! win32/makefile.mk
14899 ____________________________________________________________________________
14900 [  9627] By: jhi                                   on 2001/04/08  14:48:18
14901         Log: Subject: Typos in perl571delta.pod
14902              From: "Stephen P. Potter" <spp@spotter.yi.org>
14903              Date: Sat, 07 Apr 2001 20:37:05 -0400
14904              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
14905      Branch: perl
14906            ! pod/perl571delta.pod
14907 ____________________________________________________________________________
14908 [  9626] By: jhi                                   on 2001/04/08  14:39:04
14909         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
14910      Branch: perl
14911            ! gv.c
14912 ____________________________________________________________________________
14913 [  9625] By: nick                                  on 2001/04/08  10:14:23
14914         Log: Integrate mainline
14915      Branch: perlio
14916           +> pod/perl570delta.pod pod/perl571delta.pod
14917           !> (integrate 27 files)
14918 ____________________________________________________________________________
14919 [  9624] By: gsar                                  on 2001/04/08  06:08:17
14920         Log: test in t/pod/* were busted
14921              
14922              these tests are still not enabled in t/{harness,TEST}
14923      Branch: maint-5.6/perl
14924            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
14925            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
14926            ! t/pod/multiline_items.t t/pod/nested_items.t
14927            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
14928            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
14929 ____________________________________________________________________________
14930 [  9623] By: gsar                                  on 2001/04/08  03:37:01
14931         Log: integrate change#9470 from mainline
14932              
14933              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
14934      Branch: maint-5.6/perl
14935           !> ext/Socket/Socket.xs
14936 ____________________________________________________________________________
14937 [  9622] By: jhi                                   on 2001/04/07  22:40:47
14938         Log: Update Changes.
14939      Branch: perl
14940            ! Changes patchlevel.h
14941 ____________________________________________________________________________
14942 [  9621] By: jhi                                   on 2001/04/07  22:34:16
14943         Log: Update AUTHORS.
14944      Branch: perl
14945            ! AUTHORS
14946 ____________________________________________________________________________
14947 [  9620] By: jhi                                   on 2001/04/07  22:12:47
14948         Log: Forgot to bump the number of tests in #9164.
14949      Branch: perl
14950            ! t/op/array.t
14951 ____________________________________________________________________________
14952 [  9619] By: jhi                                   on 2001/04/07  22:09:50
14953         Log: Bump patchlevel to 5.7.1.
14954      Branch: perl
14955            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14956            ! config_h.SH patchlevel.h
14957 ____________________________________________________________________________
14958 [  9618] By: jhi                                   on 2001/04/07  22:02:41
14959         Log: Populate perl571delta.
14960      Branch: perl
14961            ! pod/perl571delta.pod
14962 ____________________________________________________________________________
14963 [  9617] By: jhi                                   on 2001/04/07  22:01:23
14964         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
14965              to forget it later; do not change patchlevel.h yet or regenerate
14966              Configure yet.
14967      Branch: perl
14968            ! epoc/config.sh win32/Makefile win32/config_H.bc
14969            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
14970 ____________________________________________________________________________
14971 [  9616] By: jhi                                   on 2001/04/07  17:46:33
14972         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
14973      Branch: perl
14974            ! pod/perl571delta.pod
14975 ____________________________________________________________________________
14976 [  9615] By: jhi                                   on 2001/04/07  17:33:21
14977         Log: Change the toc configuration.
14978      Branch: perl
14979            ! pod/buildtoc.PL pod/perl.pod
14980 ____________________________________________________________________________
14981 [  9614] By: jhi                                   on 2001/04/07  17:29:47
14982         Log: Subject: PATCH: $[
14983              From: Robin Houston <robin@kitsite.com>
14984              Date: Fri, 6 Apr 2001 18:10:14 +0100
14985              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
14986      Branch: perl
14987            ! op.c t/op/array.t
14988 ____________________________________________________________________________
14989 [  9613] By: jhi                                   on 2001/04/07  17:28:26
14990         Log: Subject: [PATCH perl@9424] isn't numeric warning
14991              From: Robin Barker <rmb1@cise.npl.co.uk>
14992              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
14993              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
14994      Branch: perl
14995            ! sv.c t/pragma/warn/sv
14996 ____________________________________________________________________________
14997 [  9612] By: jhi                                   on 2001/04/07  17:26:45
14998         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
14999              From: Mike Guy <mjtg@cam.ac.uk>
15000              Date: Fri, 06 Apr 2001 12:47:06 +0100
15001              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
15002      Branch: perl
15003            ! dump.c t/lib/peek.t
15004 ____________________________________________________________________________
15005 [  9611] By: jhi                                   on 2001/04/07  17:21:35
15006         Log: Create perl571delta and seed it off with the perldelta changes
15007              since 5.7.0; remove those changes from perldelta and rename it
15008              as perl570delta; recreate perldelta but leave it almost empty.
15009      Branch: perl
15010            + pod/perl570delta.pod pod/perl571delta.pod
15011            ! MANIFEST pod/perldelta.pod
15012 ____________________________________________________________________________
15013 [  9610] By: jhi                                   on 2001/04/07  16:56:32
15014         Log: Denit.
15015      Branch: perl
15016            ! pod/perldelta.pod
15017 ____________________________________________________________________________
15018 [  9609] By: jhi                                   on 2001/04/07  16:38:32
15019         Log: Retract #9523: needs more thought.
15020      Branch: perl
15021            ! Makefile.SH
15022 ____________________________________________________________________________
15023 [  9608] By: jhi                                   on 2001/04/07  14:59:20
15024         Log: atmark() code cleanaup.
15025      Branch: perl
15026            ! ext/IO/IO.xs
15027 ____________________________________________________________________________
15028 [  9607] By: jhi                                   on 2001/04/07  14:48:14
15029         Log: Integrate change #9605 from maintperl into mainline.
15030              
15031              can't optimize away scope entry if tr/// is present
15032      Branch: perl
15033           !> op.c t/op/tr.t
15034 ____________________________________________________________________________
15035 [  9606] By: jhi                                   on 2001/04/07  14:43:59
15036         Log: Integrate perlio.
15037      Branch: perl
15038           +> win32/FindExt.pm
15039           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
15040           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
15041 ____________________________________________________________________________
15042 [  9605] By: gsar                                  on 2001/04/07  11:52:40
15043         Log: can't optimize away scope entry if tr/// is present
15044      Branch: maint-5.6/perl
15045            ! op.c t/op/tr.t
15046 ____________________________________________________________________________
15047 [  9604] By: nick                                  on 2001/04/07  11:39:45
15048         Log: Split out extension finding code from buildext.pl into FindExt.pm
15049              Use it to get Config.pm's idea of available extensions in line
15050              with what is built.
15051      Branch: perlio
15052            + win32/FindExt.pm
15053            ! MANIFEST win32/buildext.pl win32/config_sh.PL
15054            ! win32/makefile.mk
15055 ____________________________________________________________________________
15056 [  9603] By: nick                                  on 2001/04/07  09:11:38
15057         Log: Cleanup correction for failed :Via() layer, also set an error code.
15058      Branch: perlio
15059            ! ext/PerlIO/Via/Via.xs
15060 ____________________________________________________________________________
15061 [  9602] By: nick                                  on 2001/04/07  08:38:04
15062         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
15063              style. So don't use binmode() on the handles so that Win32 etc. see
15064              same sequence and produce same digests.
15065      Branch: perlio
15066            ! t/lib/md5-file.t
15067 ____________________________________________________________________________
15068 [  9601] By: nick                                  on 2001/04/07  08:36:26
15069         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
15070              Else it complains and so crlf layer (say) does not get pushed.
15071      Branch: perlio
15072            ! perlio.c
15073 ____________________________________________________________________________
15074 [  9600] By: jhi                                   on 2001/04/06  23:00:09
15075         Log: Integrate change #9599 from perlio into mainline.
15076      Branch: perl
15077           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
15078           !> win32/config_H.vc
15079 ____________________________________________________________________________
15080 [  9599] By: nick                                  on 2001/04/06  21:42:43
15081         Log: Quote $VERSION in Encode.pm.
15082              regen_config_h as requested.
15083      Branch: perlio
15084            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
15085            ! win32/config_H.vc
15086 ____________________________________________________________________________
15087 [  9598] By: nick                                  on 2001/04/06  20:34:59
15088         Log: Integrate mainline
15089      Branch: perlio
15090           +> README.macos
15091           !> (integrate 39 files)
15092 ____________________________________________________________________________
15093 [  9597] By: gsar                                  on 2001/04/06  18:06:35
15094         Log: integrate change#9464 from mainline (addendum to change#8313)
15095              
15096              Subject: [PATCH @9452] Better peep()ing for foreach() loops
15097      Branch: maint-5.6/perl
15098           !> op.c
15099 ____________________________________________________________________________
15100 [  9596] By: jhi                                   on 2001/04/06  17:26:03
15101         Log: The d_casti32=undef is good for you even when not use64bitall.
15102      Branch: perl
15103            ! hints/hpux.sh
15104 ____________________________________________________________________________
15105 [  9595] By: gsar                                  on 2001/04/06  14:57:17
15106         Log: add a low-impact fix to accomodate darwin-ism
15107      Branch: maint-5.6/perl
15108            ! ext/Errno/Errno_pm.PL
15109 ____________________________________________________________________________
15110 [  9594] By: jhi                                   on 2001/04/06  14:55:14
15111         Log: Integrate changes #9528,9593 from mainline into maintperl;
15112              tweaking the editor/IDE/shell list.
15113      Branch: maint-5.6/perl
15114           !> pod/perlfaq3.pod
15115 ____________________________________________________________________________
15116 [  9593] By: jhi                                   on 2001/04/06  14:51:39
15117         Log: Make the editor/IDE/shell list a little bit airier.
15118      Branch: perl
15119            ! pod/perlfaq3.pod
15120 ____________________________________________________________________________
15121 [  9592] By: gsar                                  on 2001/04/06  14:45:18
15122         Log: integrate change#9477 from mainline (base.pm doc tweak)
15123              
15124              missing doc entry for fmod()
15125      Branch: maint-5.6/perl
15126            ! lib/Math/BigFloat.pm
15127           !> lib/base.pm
15128 ____________________________________________________________________________
15129 [  9591] By: jhi                                   on 2001/04/06  13:55:48
15130         Log: Regen toc.
15131      Branch: perl
15132            ! pod/perltoc.pod
15133 ____________________________________________________________________________
15134 [  9590] By: jhi                                   on 2001/04/06  13:54:52
15135         Log: Math::BigFloat patches from John Peacock.  The equivalent
15136              of #9586 from maintperl but reworked by John to work with
15137              the bleadperl.
15138      Branch: perl
15139            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
15140 ____________________________________________________________________________
15141 [  9589] By: jhi                                   on 2001/04/06  13:42:23
15142         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
15143      Branch: perl
15144            ! ext/Digest/MD5/Makefile.PL
15145 ____________________________________________________________________________
15146 [  9588] By: jhi                                   on 2001/04/06  13:31:45
15147         Log: Integrate changes #9584,9587 from maintperl into mainline.
15148              
15149              keep eval"" CVs alive until the end of the statement in which
15150              they're called
15151              
15152              add README.macos (from Chris Nandor)
15153              
15154              tyop in change#9555
15155      Branch: perl
15156           +> README.macos
15157           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
15158           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
15159           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
15160           !> win32/makefile.mk
15161 ____________________________________________________________________________
15162 [  9587] By: gsar                                  on 2001/04/06  07:31:30
15163         Log: add README.macos (from Chris Nandor)
15164              
15165              tyop in change#9555
15166      Branch: maint-5.6/perl
15167            + README.macos
15168            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
15169            ! win32/Makefile win32/makefile.mk
15170 ____________________________________________________________________________
15171 [  9586] By: gsar                                  on 2001/04/06  07:08:54
15172         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
15173      Branch: maint-5.6/perl
15174            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
15175 ____________________________________________________________________________
15176 [  9585] By: gsar                                  on 2001/04/06  06:58:44
15177         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
15178              from mainline
15179              
15180              Subject: [PATCH] Base64 update to perlfaq9.pod
15181              
15182              Subject: [PATCH AUTHORS] Housekeeping
15183              
15184              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
15185              Mac OS X (Darwin) has extra pwent fields.
15186              
15187              Subject: [PATCH B::*] print control-character vars readably
15188              Needs EBCDICification.
15189              
15190              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
15191              
15192              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
15193              
15194              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
15195              
15196              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
15197              
15198              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
15199              
15200              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
15201              
15202              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
15203              
15204              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
15205              
15206              FreeBSD hints tweak from Anton Berezin.
15207              
15208              Subject: [PATCH foolperl & bleadperl] README.vms update
15209              
15210              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
15211      Branch: maint-5.6/perl
15212           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
15213           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
15214           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
15215 ____________________________________________________________________________
15216 [  9584] By: gsar                                  on 2001/04/06  04:09:00
15217         Log: keep eval"" CVs alive until the end of the statement in which
15218              they're called; this avoids a coredump ensuing from search for
15219              lexicals in code such as:
15220              
15221              sub bug {
15222              my $s = @_;
15223              eval q[sub { eval 'sub { &$s }' }];
15224              }
15225              bug("x")->()->();
15226              
15227              this code still doesn't work as intended (as it has remained
15228              since time immemorial), but it doesn't provoke a coredump anymore
15229      Branch: maint-5.6/perl
15230            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
15231            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
15232 ____________________________________________________________________________
15233 [  9583] By: jhi                                   on 2001/04/05  23:52:51
15234         Log: Update Changes.
15235      Branch: perl
15236            ! Changes patchlevel.h
15237 ____________________________________________________________________________
15238 [  9582] By: jhi                                   on 2001/04/05  23:11:23
15239         Log: Slight doc tweak.
15240      Branch: perl
15241            ! pod/perlunicode.pod
15242 ____________________________________________________________________________
15243 [  9581] By: jhi                                   on 2001/04/05  23:04:11
15244         Log: Integrate perlio.
15245      Branch: perl
15246           !> pod/perlunicode.pod
15247 ____________________________________________________________________________
15248 [  9580] By: jhi                                   on 2001/04/05  23:03:29
15249         Log: Test for #9579.
15250      Branch: perl
15251            ! t/op/do.t
15252 ____________________________________________________________________________
15253 [  9579] By: jhi                                   on 2001/04/05  22:54:17
15254         Log: Subject: [PATCH] Propagate calling context for do '...'
15255              From: Gisle Aas <gisle@ActiveState.com>
15256              Date: 04 Apr 2001 20:17:29 -0700
15257              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
15258      Branch: perl
15259            ! pod/perlfunc.pod pp_ctl.c
15260 ____________________________________________________________________________
15261 [  9578] By: jhi                                   on 2001/04/05  22:52:51
15262         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
15263              From: Peter Prymmer <pvhp@forte.com>
15264              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
15265              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
15266      Branch: perl
15267            ! README.vms
15268 ____________________________________________________________________________
15269 [  9577] By: jhi                                   on 2001/04/05  22:48:22
15270         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
15271              From: "Craig A. Berry" <craigberry@mac.com>
15272              Date: Thu, 5 Apr 2001 13:43:28 -0500
15273              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
15274      Branch: perl
15275            ! README.vms
15276 ____________________________________________________________________________
15277 [  9576] By: jhi                                   on 2001/04/05  22:31:38
15278         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
15279              From: Michael G Schwern <schwern@pobox.com>
15280              Date: Thu, 5 Apr 2001 21:53:21 +0100
15281              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
15282      Branch: perl
15283            ! lib/base.pm t/lib/fields.t
15284 ____________________________________________________________________________
15285 [  9575] By: jhi                                   on 2001/04/05  22:26:10
15286         Log: FreeBSD hints tweak from Anton Berezin.
15287      Branch: perl
15288            ! hints/freebsd.sh
15289 ____________________________________________________________________________
15290 [  9574] By: jhi                                   on 2001/04/05  22:24:03
15291         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
15292              From: David Dyck <dcd@tc.fluke.com>
15293              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
15294              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
15295      Branch: perl
15296            ! t/op/oct.t
15297 ____________________________________________________________________________
15298 [  9573] By: jhi                                   on 2001/04/05  22:23:06
15299         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
15300              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
15301              From: David Dyck <dcd@tc.fluke.com>
15302              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
15303      Branch: perl
15304            ! pp.c
15305 ____________________________________________________________________________
15306 [  9572] By: jhi                                   on 2001/04/05  22:14:47
15307         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
15308              From: Robin Houston <robin@kitsite.com>
15309              Date: Thu, 5 Apr 2001 20:56:48 +0100
15310              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
15311      Branch: perl
15312            ! ext/B/B/Deparse.pm
15313 ____________________________________________________________________________
15314 [  9571] By: jhi                                   on 2001/04/05  22:12:53
15315         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
15316              From: Robin Houston <robin@kitsite.com>
15317              Date: Thu, 5 Apr 2001 19:55:51 +0100
15318              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
15319      Branch: perl
15320            ! ext/B/B/Deparse.pm
15321 ____________________________________________________________________________
15322 [  9570] By: jhi                                   on 2001/04/05  22:11:06
15323         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
15324              From: Robin Houston <robin@kitsite.com>
15325              Date: Thu, 5 Apr 2001 20:16:29 +0100
15326              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
15327      Branch: perl
15328            ! ext/B/B/Deparse.pm
15329 ____________________________________________________________________________
15330 [  9569] By: nick                                  on 2001/04/05  21:32:26
15331         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
15332      Branch: perlio
15333            ! pod/perlunicode.pod
15334 ____________________________________________________________________________
15335 [  9568] By: nick                                  on 2001/04/05  19:38:09
15336         Log: Integrate mainline
15337      Branch: perlio
15338           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
15339           !> (integrate 35 files)
15340 ____________________________________________________________________________
15341 [  9567] By: jhi                                   on 2001/04/05  18:31:45
15342         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
15343              From: Robin Houston <robin@kitsite.com>
15344              Date: Thu, 5 Apr 2001 18:03:23 +0100
15345              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
15346      Branch: perl
15347            ! ext/B/B/Deparse.pm
15348 ____________________________________________________________________________
15349 [  9566] By: jhi                                   on 2001/04/05  18:29:35
15350         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
15351              From: Robin Houston <robin@kitsite.com>
15352              Date: Thu, 5 Apr 2001 16:45:18 +0100
15353              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
15354      Branch: perl
15355            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
15356 ____________________________________________________________________________
15357 [  9565] By: jhi                                   on 2001/04/05  18:24:23
15358         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
15359              From: Robin Houston <robin@kitsite.com>
15360              Date: Thu, 5 Apr 2001 14:50:09 +0100
15361              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
15362      Branch: perl
15363            ! ext/B/B/Deparse.pm
15364 ____________________________________________________________________________
15365 [  9564] By: jhi                                   on 2001/04/05  18:23:03
15366         Log: Subject: [PATCH B::*] print control-character vars readably
15367              From: Robin Houston <robin@kitsite.com>
15368              Date: Thu, 5 Apr 2001 14:27:38 +0100
15369              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
15370              
15371              Needs EBCDICification.
15372      Branch: perl
15373            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
15374            ! ext/B/B/Terse.pm
15375 ____________________________________________________________________________
15376 [  9563] By: jhi                                   on 2001/04/05  18:20:32
15377         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
15378              Date: Thu, 5 Apr 2001 13:21:42 -0400
15379              From: Paul Schinder <schinder@pobox.com>
15380              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
15381              
15382              Mac OS X (Darwin) has extra pwent fields.
15383      Branch: perl
15384            ! t/op/pwent.t
15385 ____________________________________________________________________________
15386 [  9562] By: jhi                                   on 2001/04/05  17:57:51
15387         Log: Regen toc.
15388      Branch: perl
15389            ! pod/perltoc.pod
15390 ____________________________________________________________________________
15391 [  9561] By: jhi                                   on 2001/04/05  17:47:33
15392         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
15393      Branch: metaconfig
15394            ! U/Glossary.patch
15395      Branch: metaconfig/U/perl
15396            + d_u32align.U
15397            ! d_cmsghdr_s.U d_msghdr_s.U
15398 ____________________________________________________________________________
15399 [  9560] By: jhi                                   on 2001/04/05  17:47:01
15400         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
15401              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
15402              Introduce probes for struct msghdr, struct cmsghdr,
15403              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
15404              ualarm, usleep, for possible later extension work.
15405      Branch: perl
15406            + t/lib/md5-align.t
15407            ! Configure MANIFEST Porting/Glossary Porting/config.sh
15408            ! Porting/config_H config_h.SH configure.com epoc/config.sh
15409            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
15410            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15411            ! vos/config.ga.h win32/config.bc win32/config.gc
15412            ! win32/config.vc
15413 ____________________________________________________________________________
15414 [  9559] By: jhi                                   on 2001/04/05  13:03:04
15415         Log: Be traditional in your cpp (for the Errno extension).
15416      Branch: perl
15417            ! hints/darwin.sh
15418 ____________________________________________________________________________
15419 [  9558] By: jhi                                   on 2001/04/05  13:00:05
15420         Log: Add $Config{cppflags} to the gcc incantation.
15421      Branch: perl
15422            ! ext/Errno/Errno_pm.PL
15423 ____________________________________________________________________________
15424 [  9557] By: jhi                                   on 2001/04/05  04:22:39
15425         Log: Introduce Sean Burke's Class::ISA 0.32.
15426      Branch: perl
15427            + lib/Class/ISA.pm t/lib/class-isa.t
15428            ! MANIFEST
15429 ____________________________________________________________________________
15430 [  9556] By: jhi                                   on 2001/04/05  04:09:50
15431         Log: Subject: [PATCH AUTHORS] Housekeeping
15432              From: Paul Johnson <paul@pjcj.net> 
15433              Date: Wed, 4 Apr 2001 22:45:47 +0200
15434              Message-ID: <20010404224547.D9548@pjcj.net>
15435      Branch: perl
15436            ! AUTHORS
15437 ____________________________________________________________________________
15438 [  9555] By: jhi                                   on 2001/04/05  04:06:33
15439         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
15440              From: Gisle Aas <gisle@ActiveState.com>
15441              Date: 04 Apr 2001 14:23:04 -0700
15442              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
15443      Branch: perl
15444            ! pod/perlfaq9.pod
15445 ____________________________________________________________________________
15446 [  9554] By: jhi                                   on 2001/04/05  04:05:49
15447         Log: Downgrade also the "Wide character" diagnostic.
15448      Branch: perl
15449            ! pod/perldiag.pod
15450 ____________________________________________________________________________
15451 [  9553] By: jhi                                   on 2001/04/05  04:00:33
15452         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
15453              maintperl into mainline.
15454              
15455              "double" should be "NV"; standard typemap is missing entry
15456              for NV
15457              
15458              s/djSP/dSP/
15459              
15460              Downgrade "Wide character in print" to a warning.
15461              
15462              B::Deparse fix for ${^FOO} and documentation for PVX() method
15463              (from Robin Houston)
15464              
15465              tr/// doesn't null-terminate the result in some situations
15466              (from Gisle Aas)
15467      Branch: perl
15468           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
15469           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
15470           !> t/io/utf8.t t/op/tr.t
15471 ____________________________________________________________________________
15472 [  9552] By: jhi                                   on 2001/04/05  03:52:50
15473         Log: Retract changes #9542 and #9538 (from maintperl, integrated
15474              at #9540), shouldn't be needed because of the perlio changes.
15475      Branch: perl
15476            ! util.c
15477 ____________________________________________________________________________
15478 [  9551] By: gsar                                  on 2001/04/05  00:18:34
15479         Log: tr/// doesn't null-terminate the result in some situations
15480              (from Gisle Aas)
15481      Branch: maint-5.6/perl
15482            ! doop.c t/op/tr.t
15483 ____________________________________________________________________________
15484 [  9550] By: gsar                                  on 2001/04/04  20:04:17
15485         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
15486              (from Robin Houston)
15487      Branch: maint-5.6/perl
15488            ! ext/B/B.pm ext/B/B/Deparse.pm
15489 ____________________________________________________________________________
15490 [  9549] By: nick                                  on 2001/04/04  18:56:15
15491         Log: Downgrade "Wide character in print" to a warning.
15492      Branch: perlio
15493            ! doio.c t/io/utf8.t
15494 ____________________________________________________________________________
15495 [  9548] By: gsar                                  on 2001/04/04  18:51:49
15496         Log: integrate changes#9460,9462,9482,9521,9522
15497              
15498              Subject: PATCH: B::Debug should show LOOP-specific fields
15499              
15500              Subject: B::Deparse precedence bug. (Patch included.)
15501              
15502              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
15503              
15504              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
15505              
15506              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
15507      Branch: maint-5.6/perl
15508           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
15509           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
15510 ____________________________________________________________________________
15511 [  9547] By: gsar                                  on 2001/04/04  18:49:16
15512         Log: s/djSP/dSP/
15513      Branch: maint-5.6/perl
15514            ! ext/Thread/Thread.xs
15515 ____________________________________________________________________________
15516 [  9546] By: nick                                  on 2001/04/04  18:44:00
15517         Log: Integrate mainline.
15518      Branch: perlio
15519           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
15520           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
15521 ____________________________________________________________________________
15522 [  9545] By: gsar                                  on 2001/04/04  18:38:52
15523         Log: integrate change#8837 from mainline
15524              
15525              Subject: [patch] -Wall cleanup round 2
15526      Branch: maint-5.6/perl
15527           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
15528           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
15529           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
15530           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
15531           !> ext/SDBM_File/SDBM_File.xs
15532 ____________________________________________________________________________
15533 [  9544] By: gsar                                  on 2001/04/04  17:49:57
15534         Log: "double" should be "NV"; standard typemap is missing entry
15535              for NV
15536      Branch: maint-5.6/perl
15537            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
15538 ____________________________________________________________________________
15539 [  9543] By: jhi                                   on 2001/04/04  14:13:18
15540         Log: Thou shalt not (just) match for English error messages.
15541      Branch: perl
15542            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
15543            ! os2/OS2/Process/Process.pm
15544 ____________________________________________________________________________
15545 [  9542] By: jhi                                   on 2001/04/04  13:20:39
15546         Log: Make the stdio tricks of fflush_all() to exist only if
15547              stdio is being used.
15548      Branch: perl
15549            ! util.c
15550 ____________________________________________________________________________
15551 [  9541] By: jhi                                   on 2001/04/04  04:20:24
15552         Log: Subject: Re: [PATCH] Lighten up glob
15553              From: Benjamin Sugars <bsugars@canoe.ca>
15554              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
15555              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
15556      Branch: perl
15557            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
15558            ! util.c
15559 ____________________________________________________________________________
15560 [  9540] By: jhi                                   on 2001/04/04  04:03:57
15561         Log: Integrate changes #9538,9539 from maintperl into mainline.
15562              
15563              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
15564              for use with _fwalk() (fix for change#7705)
15565              
15566              another tweak needed for SunOS 4.1.x build (from Mike Guy)
15567              (cp -f is not portable)
15568      Branch: perl
15569           !> Makefile.SH util.c
15570 ____________________________________________________________________________
15571 [  9539] By: gsar                                  on 2001/04/04  03:01:14
15572         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
15573      Branch: maint-5.6/perl
15574            ! Makefile.SH
15575 ____________________________________________________________________________
15576 [  9538] By: gsar                                  on 2001/04/04  01:00:38
15577         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
15578              for use with _fwalk() (fix for change#7705)
15579      Branch: maint-5.6/perl
15580            ! util.c
15581 ____________________________________________________________________________
15582 [  9537] By: nick                                  on 2001/04/03  19:24:55
15583         Log: Integrate mainline
15584      Branch: perlio
15585           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
15586           +> lib/unicode/PropList.html
15587            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
15588           !> (integrate 69 files)
15589 ____________________________________________________________________________
15590 [  9536] By: jhi                                   on 2001/04/03  18:02:31
15591         Log: Integrate change #9533 from maintperl into mainline.
15592              
15593              better fix for change#9517 to accomodate UNC paths like
15594              \\server\share\foo, and paths with trailing backslash
15595              like c:\this\
15596      Branch: perl
15597           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
15598 ____________________________________________________________________________
15599 [  9535] By: jhi                                   on 2001/04/03  17:58:07
15600         Log: Change the push/unshift warning to be of class syntax, not misc.
15601      Branch: perl
15602            ! op.c pod/perldiag.pod t/pragma/warn/op
15603 ____________________________________________________________________________
15604 [  9534] By: jhi                                   on 2001/04/03  15:03:46
15605         Log: Change the push/unshift warning (#9532) to talk about "no values"
15606              instead of "no arguments".
15607      Branch: perl
15608            ! op.c pod/perldiag.pod t/pragma/warn/op
15609 ____________________________________________________________________________
15610 [  9533] By: gsar                                  on 2001/04/03  14:30:07
15611         Log: better fix for change#9517 to accomodate UNC paths like
15612              \\server\share\foo, and paths with trailing backslash
15613              like c:\this\
15614      Branch: maint-5.6/perl
15615            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
15616 ____________________________________________________________________________
15617 [  9532] By: jhi                                   on 2001/04/03  13:11:46
15618         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
15619              From: Robin Houston <robin@kitsite.com>
15620              Date: Mon, 2 Apr 2001 15:03:29 +0100
15621              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
15622      Branch: perl
15623            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
15624 ____________________________________________________________________________
15625 [  9531] By: jhi                                   on 2001/04/03  13:06:34
15626         Log: Integrate change #9530 from maintperl into mainline.
15627              
15628              accomodate VMS "mailbox overflow" quirk in testsuite (from
15629              Craig Berry)
15630      Branch: perl
15631           !> t/lib/socket.t
15632 ____________________________________________________________________________
15633 [  9530] By: gsar                                  on 2001/04/03  04:56:41
15634         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
15635              Craig Berry)
15636      Branch: maint-5.6/perl
15637            ! t/lib/socket.t
15638 ____________________________________________________________________________
15639 [  9529] By: jhi                                   on 2001/04/03  02:34:34
15640         Log: Update Changes.
15641      Branch: perl
15642            ! Changes patchlevel.h
15643 ____________________________________________________________________________
15644 [  9528] By: jhi                                   on 2001/04/03  01:27:57
15645         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
15646              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
15647              To: perl5-porters@perl.org
15648              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
15649      Branch: perl
15650            ! pod/perlfaq3.pod
15651 ____________________________________________________________________________
15652 [  9527] By: jhi                                   on 2001/04/03  01:22:09
15653         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
15654              From: Peter Prymmer <pvhp@forte.com>
15655              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
15656              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
15657      Branch: perl
15658            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
15659 ____________________________________________________________________________
15660 [  9526] By: jhi                                   on 2001/04/03  01:18:25
15661         Log: The metaconfig unit changes for #9525.
15662      Branch: metaconfig
15663            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
15664      Branch: metaconfig/U/perl
15665            ! use64bits.U
15666 ____________________________________________________________________________
15667 [  9525] By: jhi                                   on 2001/04/03  01:17:30
15668         Log: Configure sanity checks:
15669              * if use64bitall is attempted but pointers are only 32-bit,
15670              'downgrade' to use64bitint
15671              * if use64bitint is attempted but there's no quad type,
15672              forget about use64bitint (well, the default for it is 'n',
15673              the user can still override this)
15674              * if pointers are 64 bits, do not try to use Perl's malloc
15675      Branch: perl
15676            ! Configure
15677 ____________________________________________________________________________
15678 [  9524] By: gsar                                  on 2001/04/03  01:09:12
15679         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
15680      Branch: maint-5.6/perl
15681            ! pp_sys.c
15682 ____________________________________________________________________________
15683 [  9523] By: jhi                                   on 2001/04/03  00:02:31
15684         Log: (Retracted by #9609)
15685              
15686              Make it harder for parallel makes to enter 'test' before
15687              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
15688              should be unhappy enough, but sometimes parallel makes seem
15689              to sneak past both in Tru64 and AIX.)
15690      Branch: perl
15691            ! Makefile.SH
15692 ____________________________________________________________________________
15693 [  9522] By: jhi                                   on 2001/04/02  22:35:31
15694         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
15695              Date: Mon, 2 Apr 2001 22:54:10 +0100
15696              From: Robin Houston <robin@kitsite.com>
15697              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
15698      Branch: perl
15699            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
15700 ____________________________________________________________________________
15701 [  9521] By: jhi                                   on 2001/04/02  22:32:23
15702         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
15703              From: Robin Houston <robin@kitsite.com>
15704              Date: Mon, 2 Apr 2001 20:24:03 +0100
15705              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
15706      Branch: perl
15707            ! ext/B/B/Concise.pm
15708 ____________________________________________________________________________
15709 [  9520] By: jhi                                   on 2001/04/02  22:30:43
15710         Log: Subject: [PATCH] REALLY pedantic hv.h nit
15711              From: Simon Cozens <simon@netthink.co.uk>
15712              Date: Mon, 2 Apr 2001 15:43:06 +0100
15713              Message-ID: <20010402154306.A21711@netthink.co.uk>
15714      Branch: perl
15715            ! hv.h
15716 ____________________________________________________________________________
15717 [  9519] By: jhi                                   on 2001/04/02  22:28:04
15718         Log: Based on
15719              
15720              Subject: [foolperl] EPOC fix
15721              From: Olaf Flebbe <O.Flebbe@science-computing.de>
15722              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
15723              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
15724      Branch: perl
15725            ! pp_sys.c
15726 ____________________________________________________________________________
15727 [  9518] By: jhi                                   on 2001/04/02  22:22:34
15728         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
15729              
15730              README.win32 tweaks; add a note about alternative location for
15731              getting a gcc-2.95.2 that will build perl properly on windows
15732              
15733              add some notes about gutsy threading matters
15734              
15735              many of the utilities interpolate literal paths within doublequotes
15736              (fails on dosish platforms where path contains backslashes)
15737      Branch: perl
15738           !> README.win32 pod/perlguts.pod utils/perldoc.PL
15739           !> x2p/find2perl.PL x2p/s2p.PL
15740 ____________________________________________________________________________
15741 [  9517] By: gsar                                  on 2001/04/02  19:52:21
15742         Log: many of the utilities interpolate literal paths within doublequotes
15743              (fails on dosish platforms where path contains backslashes)
15744      Branch: maint-5.6/perl
15745            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
15746 ____________________________________________________________________________
15747 [  9516] By: gsar                                  on 2001/04/02  05:49:37
15748         Log: a foolish release
15749      Branch: maint-5.6/perl
15750            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
15751            ! pod/perltoc.pod
15752 ____________________________________________________________________________
15753 [  9515] By: gsar                                  on 2001/04/02  05:04:29
15754         Log: add missing changelog summaries
15755      Branch: maint-5.6/perl
15756            ! Changes
15757 ____________________________________________________________________________
15758 [  9514] By: gsar                                  on 2001/04/02  04:07:13
15759         Log: add some notes about gutsy threading matters
15760      Branch: maint-5.6/perl
15761            ! pod/perlguts.pod
15762 ____________________________________________________________________________
15763 [  9513] By: gsar                                  on 2001/04/02  03:25:21
15764         Log: add more prominent caveat notices about experimental features
15765      Branch: maint-5.6/perl
15766            ! pod/perlfork.pod pod/perlunicode.pod
15767 ____________________________________________________________________________
15768 [  9512] By: gsar                                  on 2001/04/02  02:54:33
15769         Log: integrate changes#9479,9509 from mainline
15770              
15771              [PATCH] File::Glob stuff for Mac OS
15772              
15773              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
15774      Branch: maint-5.6/perl
15775           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
15776           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
15777           !> t/lib/glob-taint.t
15778 ____________________________________________________________________________
15779 [  9511] By: gsar                                  on 2001/04/02  02:38:24
15780         Log: README.win32 tweaks; add a note about alternative location for
15781              getting a gcc-2.95.2 that will build perl properly on windows
15782      Branch: maint-5.6/perl
15783            ! README.win32
15784 ____________________________________________________________________________
15785 [  9510] By: jhi                                   on 2001/04/01  20:45:10
15786         Log: An ambiguosity warning.
15787      Branch: perl
15788            ! t/lib/trig.t
15789 ____________________________________________________________________________
15790 [  9509] By: jhi                                   on 2001/04/01  19:53:47
15791         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
15792              From: Jonathan Stowe <gellyfish@gellyfish.com>
15793              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
15794              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
15795      Branch: perl
15796            ! ext/File/Glob/bsd_glob.c
15797 ____________________________________________________________________________
15798 [  9508] By: jhi                                   on 2001/04/01  19:35:03
15799         Log: Update Changes.
15800      Branch: perl
15801            ! Changes patchlevel.h
15802 ____________________________________________________________________________
15803 [  9507] By: jhi                                   on 2001/04/01  19:24:01
15804         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
15805              from mainline to maintperl: pod tweaks.
15806      Branch: maint-5.6/perl
15807           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
15808           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
15809           !> pod/perlvar.pod
15810 ____________________________________________________________________________
15811 [  9506] By: jhi                                   on 2001/04/01  19:11:53
15812         Log: Commit Sarathy to April release of 5.6.1 :-)
15813      Branch: perl
15814            ! pod/perlfaq1.pod
15815 ____________________________________________________________________________
15816 [  9505] By: jhi                                   on 2001/04/01  19:03:15
15817         Log: Subject: PATCH 5.6.0 (perldebug.pod)
15818              From: Mark-Jason Dominus <mjd@plover.com>
15819              Date: Sun, 01 Apr 2001 14:25:11 -0400
15820              Message-ID: <20010401182511.9247.qmail@plover.com>
15821      Branch: perl
15822            ! pod/perldebug.pod
15823 ____________________________________________________________________________
15824 [  9504] By: jhi                                   on 2001/04/01  18:43:09
15825         Log: Add great_circle_direction().
15826      Branch: perl
15827            ! lib/Math/Trig.pm t/lib/trig.t
15828 ____________________________________________________________________________
15829 [  9503] By: jhi                                   on 2001/04/01  17:29:12
15830         Log: Unicode ReadMe update for Unicode 3.1.
15831      Branch: perl
15832            ! lib/unicode/ReadMe.txt
15833 ____________________________________________________________________________
15834 [  9502] By: jhi                                   on 2001/04/01  17:18:40
15835         Log: Integrate change #9501 from maintperl into mainline.
15836              
15837              fix the perlembed notes on multiple interpreters
15838              
15839              fix ExtUtils::Embed to work passably on Windows
15840      Branch: perl
15841           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
15842 ____________________________________________________________________________
15843 [  9501] By: gsar                                  on 2001/04/01  07:21:57
15844         Log: fix the perlembed notes on multiple interpreters
15845              
15846              fix ExtUtils::Embed to work passably on Windows
15847      Branch: maint-5.6/perl
15848            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
15849 ____________________________________________________________________________
15850 [  9500] By: jhi                                   on 2001/04/01  05:58:23
15851         Log: Test for #9499.
15852      Branch: perl
15853            ! t/op/tr.t
15854 ____________________________________________________________________________
15855 [  9499] By: jhi                                   on 2001/04/01  05:55:46
15856         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
15857      Branch: perl
15858            ! embed.h embed.pl op.c proto.h
15859 ____________________________________________________________________________
15860 [  9498] By: jhi                                   on 2001/04/01  05:44:34
15861         Log: Protect the workaround hunk more.
15862      Branch: perl
15863            ! toke.c
15864 ____________________________________________________________________________
15865 [  9497] By: jhi                                   on 2001/04/01  00:24:25
15866         Log: Integrate changes #9493,9494,9495,9496 from maintperl
15867              into mainline.
15868              
15869              fix a broken workaround for Borland compiler in change#4739
15870              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
15871              
15872              nits spotted by Borland compiler
15873              
15874              avoid redefinition warnings under Borland 5.02
15875              
15876              various nits identified by the Borland 5.5 compiler; remove suppression
15877              of a few warnings
15878      Branch: perl
15879           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
15880           !> win32/win32.h
15881 ____________________________________________________________________________
15882 [  9496] By: gsar                                  on 2001/03/31  23:22:28
15883         Log: various nits identified by the Borland 5.5 compiler; remove suppression
15884              of a few warnings
15885      Branch: maint-5.6/perl
15886            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
15887 ____________________________________________________________________________
15888 [  9495] By: gsar                                  on 2001/03/31  21:03:08
15889         Log: avoid redefinition warnings under Borland 5.02
15890      Branch: maint-5.6/perl
15891            ! win32/makefile.mk
15892 ____________________________________________________________________________
15893 [  9494] By: gsar                                  on 2001/03/31  20:18:59
15894         Log: nits spotted by Borland compiler
15895      Branch: maint-5.6/perl
15896            ! utf8.h win32/win32.h
15897 ____________________________________________________________________________
15898 [  9493] By: gsar                                  on 2001/03/31  20:18:05
15899         Log: fix a broken workaround for Borland compiler in change#4739
15900              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
15901      Branch: maint-5.6/perl
15902            ! toke.c
15903 ____________________________________________________________________________
15904 [  9492] By: jhi                                   on 2001/03/31  18:36:24
15905         Log: Integrate change #9491 from maintperl into mainline.
15906              
15907              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
15908              directory is relative (need to fetch the full path name *before*
15909              the chdir!)
15910      Branch: perl
15911           !> lib/Cwd.pm
15912 ____________________________________________________________________________
15913 [  9491] By: gsar                                  on 2001/03/31  17:01:56
15914         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
15915              directory is relative (need to fetch the full path name *before*
15916              the chdir!)
15917              
15918              this is a followup patch for change#6749
15919      Branch: maint-5.6/perl
15920            ! lib/Cwd.pm
15921 ____________________________________________________________________________
15922 [  9490] By: jhi                                   on 2001/03/31  15:50:18
15923         Log: Subject: Re: [PATCH] av.h cosmetics
15924              From: Simon Cozens <simon@netthink.co.uk>
15925              Date: Sat, 31 Mar 2001 13:09:59 +0100
15926              Message-ID: <20010331130959.A22000@netthink.co.uk>
15927              
15928              Document AvALLOC.
15929      Branch: perl
15930            ! pod/perlguts.pod
15931 ____________________________________________________________________________
15932 [  9489] By: jhi                                   on 2001/03/31  15:48:44
15933         Log: Subject: [PATCH] Re: Math::Big* v1.21
15934              From: Tels <perl_dummy@bloodgate.com>
15935              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
15936              Message-Id: <200103311125.GAA377738@www08.hway.net>
15937      Branch: perl
15938            ! pod/perlop.pod
15939 ____________________________________________________________________________
15940 [  9488] By: jhi                                   on 2001/03/31  03:39:51
15941         Log: Debug output tweak.
15942      Branch: perl
15943            ! t/lib/cwd.t
15944 ____________________________________________________________________________
15945 [  9487] By: jhi                                   on 2001/03/31  03:33:02
15946         Log: OverVMSification.
15947      Branch: perl
15948            ! t/lib/cwd.t
15949 ____________________________________________________________________________
15950 [  9486] By: jhi                                   on 2001/03/31  03:01:40
15951         Log: Missed MANIFESTations in #9483.
15952      Branch: perl
15953            ! MANIFEST
15954 ____________________________________________________________________________
15955 [  9485] By: jhi                                   on 2001/03/31  02:58:17
15956         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
15957              From: Peter Prymmer <pvhp@forte.com>
15958              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
15959              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
15960      Branch: perl
15961            ! regexec.c t/lib/cwd.t
15962 ____________________________________________________________________________
15963 [  9484] By: jhi                                   on 2001/03/31  01:04:41
15964         Log: Obsolete file (see #3938)
15965      Branch: perl
15966            - lib/unicode/README.Ethiopic
15967            ! MANIFEST
15968 ____________________________________________________________________________
15969 [  9483] By: jhi                                   on 2001/03/31  00:52:42
15970         Log: Update to Unicode 3.1.
15971              (Rename Names.txt to NamesList.txt.)
15972      Branch: perl
15973            + lib/unicode/NamesList.txt lib/unicode/PropList.html
15974            - lib/unicode/Names.txt
15975            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
15976            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
15977            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
15978            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
15979            ! lib/unicode/UCD.html lib/unicode/Unicode.html
15980            ! lib/unicode/rename lib/unicode/version
15981 ____________________________________________________________________________
15982 [  9482] By: jhi                                   on 2001/03/30  23:33:44
15983         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
15984              From: Robin Houston <robin@kitsite.com>
15985              Date: Fri, 30 Mar 2001 20:07:22 +0100
15986              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
15987      Branch: perl
15988            ! ext/B/B/Deparse.pm
15989 ____________________________________________________________________________
15990 [  9481] By: jhi                                   on 2001/03/30  23:20:25
15991         Log: Subject: Re: [PATCH] CwdXS, Take 2
15992              From: Benjamin Sugars <bsugars@canoe.ca>
15993              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
15994              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
15995      Branch: perl
15996            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
15997            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
15998 ____________________________________________________________________________
15999 [  9480] By: jhi                                   on 2001/03/30  22:52:38
16000         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
16001              From: David Dyck <dcd@tc.fluke.com>
16002              Date: Fri, 30 Mar 2001 14:44:13 -0800
16003              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
16004              
16005              The t/rantests flags file creation was accidentally
16006              removed by #9217.
16007      Branch: perl
16008            ! Makefile.SH
16009 ____________________________________________________________________________
16010 [  9479] By: jhi                                   on 2001/03/30  22:45:45
16011         Log: Subject: [PATCH] File::Glob stuff for Mac OS
16012              From: Chris Nandor <pudge@pobox.com>
16013              Date: Fri, 30 Mar 2001 16:51:00 -0500
16014              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
16015      Branch: perl
16016            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
16017            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
16018            ! t/lib/glob-taint.t
16019 ____________________________________________________________________________
16020 [  9478] By: jhi                                   on 2001/03/30  22:43:12
16021         Log: Subject: fix for win32/buildext.pl
16022              From: "Vadim Konovalov" <watman@inbox.ru>
16023              Date: Sat, 31 Mar 2001 00:50:36 +0400
16024              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
16025      Branch: perl
16026            ! win32/buildext.pl
16027 ____________________________________________________________________________
16028 [  9477] By: jhi                                   on 2001/03/30  22:41:16
16029         Log: Subject: small base.pm doc patch
16030              From: Leon Brocard <acme@astray.com>
16031              Date: Fri, 30 Mar 2001 21:49:57 +0100
16032              Message-ID: <20010330214957.B8733@ns0.astray.com>
16033      Branch: perl
16034            ! lib/base.pm
16035 ____________________________________________________________________________
16036 [  9476] By: jhi                                   on 2001/03/30  18:16:57
16037         Log: Subject: [PATCH] av.h cosmetics
16038              From: Simon Cozens <simon@netthink.co.uk>
16039              Date: Fri, 30 Mar 2001 18:12:28 +0100
16040              Message-ID: <20010330181228.A9319@netthink.co.uk>
16041      Branch: perl
16042            ! av.h
16043 ____________________________________________________________________________
16044 [  9475] By: jhi                                   on 2001/03/30  18:15:50
16045         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
16046              From: "Philip Newton" <pnewton@gmx.de>
16047              Date: Fri, 30 Mar 2001 19:06:57 +0200
16048              Message-ID: <3AC4D951.14815.1AC7068@localhost>
16049      Branch: perl
16050            ! pod/perlhack.pod
16051 ____________________________________________________________________________
16052 [  9474] By: jhi                                   on 2001/03/30  18:14:02
16053         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
16054              From: Benjamin Sugars <bsugars@canoe.ca>
16055              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
16056              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
16057      Branch: perl
16058            ! t/lib/glob-basic.t
16059 ____________________________________________________________________________
16060 [  9473] By: jhi                                   on 2001/03/30  16:09:24
16061         Log: Update Changes.
16062      Branch: perl
16063            ! Changes patchlevel.h
16064 ____________________________________________________________________________
16065 [  9472] By: jhi                                   on 2001/03/30  15:16:08
16066         Log: Integrate perlio.
16067      Branch: perl
16068           !> t/lib/cwd.t t/lib/glob-basic.t
16069 ____________________________________________________________________________
16070 [  9471] By: nick                                  on 2001/03/30  14:47:10
16071         Log: Should be (^O eq 'MSWin32') not 'Win32'
16072              Fail #12 seems real - chdir is in wrong dir.
16073      Branch: perlio
16074            ! t/lib/cwd.t
16075 ____________________________________________________________________________
16076 [  9470] By: jhi                                   on 2001/03/30  14:41:11
16077         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
16078              From: Radu Greab <radu@netsoft.ro>
16079              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
16080              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
16081              
16082              Replace #9352.
16083      Branch: perl
16084            ! ext/Socket/Socket.xs pp_sys.c
16085 ____________________________________________________________________________
16086 [  9469] By: jhi                                   on 2001/03/30  14:37:51
16087         Log: Subject: PATCH pod/perldiag.pod
16088              From: Robin Houston <robin@kitsite.com>
16089              Date: Fri, 30 Mar 2001 14:10:36 +0100
16090              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
16091      Branch: perl
16092            ! pod/perldiag.pod t/lib/glob-basic.t
16093 ____________________________________________________________________________
16094 [  9468] By: jhi                                   on 2001/03/30  14:36:36
16095         Log: Subject: Better diagnostic in io/fs.t
16096              From: andreas.koenig@anima.de (Andreas J. Koenig)
16097              Date: 30 Mar 2001 10:11:43 +0200
16098              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
16099      Branch: perl
16100            ! t/io/fs.t
16101 ____________________________________________________________________________
16102 [  9467] By: nick                                  on 2001/03/30  14:25:43
16103         Log: Skip order test of glob if case-ignoring system cannot 
16104              create a.test and A.test
16105      Branch: perlio
16106            ! t/lib/glob-basic.t
16107 ____________________________________________________________________________
16108 [  9466] By: nick                                  on 2001/03/30  13:03:12
16109         Log: Integrate mainline.
16110      Branch: perlio
16111            - ext/re/hints/aix.pl
16112           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
16113           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
16114           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
16115           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
16116 ____________________________________________________________________________
16117 [  9465] By: jhi                                   on 2001/03/30  03:53:37
16118         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
16119              the tests sometimes hang, sometimes not.)
16120      Branch: perl
16121            ! t/lib/io_multihomed.t t/lib/io_sock.t
16122 ____________________________________________________________________________
16123 [  9464] By: jhi                                   on 2001/03/30  02:56:04
16124         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
16125              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
16126              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
16127              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
16128      Branch: perl
16129            ! op.c
16130 ____________________________________________________________________________
16131 [  9463] By: jhi                                   on 2001/03/30  02:34:48
16132         Log: Test for #9462.
16133      Branch: perl
16134            ! t/lib/b.t
16135 ____________________________________________________________________________
16136 [  9462] By: jhi                                   on 2001/03/30  02:29:37
16137         Log: Subject: B::Deparse precedence bug. (Patch included.)
16138              From: Jeremy Madea <jmadea@inktomi.com>
16139              Date: Thu, 29 Mar 2001 12:05:02 -0800
16140              Message-ID: <20010329120502.A24881@dr.inktomi.com>
16141      Branch: perl
16142            ! ext/B/B/Deparse.pm
16143 ____________________________________________________________________________
16144 [  9461] By: jhi                                   on 2001/03/30  02:18:41
16145         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
16146              From: Peter Prymmer <pvhp@forte.com>
16147              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
16148              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
16149      Branch: perl
16150            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
16151            ! t/lib/md5-file.t
16152 ____________________________________________________________________________
16153 [  9460] By: jhi                                   on 2001/03/30  02:17:07
16154         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
16155              From: Robin Houston <robin@kitsite.com>
16156              Date: Thu, 29 Mar 2001 20:47:56 +0100
16157              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
16158      Branch: perl
16159            ! ext/B/B/Debug.pm
16160 ____________________________________________________________________________
16161 [  9459] By: jhi                                   on 2001/03/30  02:16:05
16162         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
16163              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
16164              Date: Wed, 28 Mar 2001 18:02:20 -0600
16165              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
16166      Branch: perl
16167            ! lib/ExtUtils/MM_VMS.pm
16168 ____________________________________________________________________________
16169 [  9458] By: jhi                                   on 2001/03/30  02:07:58
16170         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
16171              From: "Joshua E. Rodd" <jrodd@pbs.org>
16172              Date: Wed, 28 Mar 2001 17:29:12 -0500
16173              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
16174      Branch: perl
16175            ! pod/perlop.pod
16176 ____________________________________________________________________________
16177 [  9457] By: jhi                                   on 2001/03/30  02:04:33
16178         Log: Subject: ext/re/aix.pl can go
16179              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16180              Date: Thu, 29 Mar 2001 12:03:28 +0200
16181              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
16182      Branch: perl
16183            - ext/re/hints/aix.pl
16184            ! MANIFEST
16185 ____________________________________________________________________________
16186 [  9456] By: jhi                                   on 2001/03/30  02:03:32
16187         Log: Integrate perlio.
16188      Branch: perl
16189           !> ext/Encode/Encode.xs installperl
16190 ____________________________________________________________________________
16191 [  9455] By: nick                                  on 2001/03/29  21:11:46
16192         Log: DLL name has changed so installperl needs to know
16193              (Why isn't it working it out or passed it?)
16194      Branch: perlio
16195            ! installperl
16196 ____________________________________________________________________________
16197 [  9454] By: nick                                  on 2001/03/29  20:56:12
16198         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
16199              and we don't get undef warnings.
16200      Branch: perlio
16201            ! ext/Encode/Encode.xs
16202 ____________________________________________________________________________
16203 [  9453] By: nick                                  on 2001/03/29  17:58:48
16204         Log: Integrate mainline
16205      Branch: perlio
16206           !> Changes patchlevel.h
16207 ____________________________________________________________________________
16208 [  9452] By: jhi                                   on 2001/03/29  16:44:55
16209         Log: Update Changes.
16210      Branch: perl
16211            ! Changes patchlevel.h
16212 ____________________________________________________________________________
16213 [  9451] By: nick                                  on 2001/03/29  16:31:38
16214         Log: Integrate mainline
16215      Branch: perlio
16216           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
16217           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
16218           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
16219           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
16220           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
16221 ____________________________________________________________________________
16222 [  9450] By: jhi                                   on 2001/03/29  16:29:17
16223         Log: Integrate perlio.
16224      Branch: perl
16225           !> win32/buildext.pl
16226 ____________________________________________________________________________
16227 [  9449] By: jhi                                   on 2001/03/29  15:50:01
16228         Log: Update Changes.
16229      Branch: perl
16230            ! Changes patchlevel.h
16231 ____________________________________________________________________________
16232 [  9448] By: nick                                  on 2001/03/29  15:47:15
16233         Log: Make sure buildext.pl finds Errno.pm
16234      Branch: perlio
16235            ! win32/buildext.pl
16236 ____________________________________________________________________________
16237 [  9447] By: jhi                                   on 2001/03/29  15:39:34
16238         Log: Integrate perlio.
16239      Branch: perl
16240           !> win32/makefile.mk
16241 ____________________________________________________________________________
16242 [  9446] By: nick                                  on 2001/03/29  15:30:03
16243         Log: Integrate win32/makefile.mk with mainline.
16244      Branch: perlio
16245           !> win32/makefile.mk
16246 ____________________________________________________________________________
16247 [  9445] By: nick                                  on 2001/03/29  15:27:32
16248         Log: Fix breakage ... 
16249      Branch: perlio
16250            ! win32/makefile.mk
16251 ____________________________________________________________________________
16252 [  9444] By: jhi                                   on 2001/03/29  15:03:08
16253         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
16254              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
16255              Date: Thu, 29 Mar 2001 10:32:59 +0400
16256              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
16257      Branch: perl
16258            ! win32/makefile.mk
16259 ____________________________________________________________________________
16260 [  9443] By: jhi                                   on 2001/03/29  15:02:12
16261         Log: Integrate perlio.
16262      Branch: perl
16263           +> win32/buildext.pl
16264           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
16265           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
16266 ____________________________________________________________________________
16267 [  9442] By: nick                                  on 2001/03/29  14:59:11
16268         Log: Work in progress - determine win32 extensions to build via script.
16269      Branch: perlio
16270            + win32/buildext.pl
16271            ! MANIFEST win32/makefile.mk
16272 ____________________________________________________________________________
16273 [  9441] By: jhi                                   on 2001/03/29  14:51:47
16274         Log: Reintroduce the use of external pwd.
16275      Branch: perl
16276            ! t/lib/cwd.t
16277 ____________________________________________________________________________
16278 [  9440] By: jhi                                   on 2001/03/29  14:42:58
16279         Log: use warnings instead of -w.
16280      Branch: perl
16281            ! utils/h2xs.PL
16282 ____________________________________________________________________________
16283 [  9439] By: jhi                                   on 2001/03/29  14:41:52
16284         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
16285              From: Jonathan Stowe <gellyfish@gellyfish.com>
16286              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
16287              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
16288      Branch: perl
16289            ! utils/h2xs.PL
16290 ____________________________________________________________________________
16291 [  9438] By: jhi                                   on 2001/03/29  14:39:38
16292         Log: Subject: [PATCH perl@9424] minor pod nits
16293              From: Robin Barker <rmb1@cise.npl.co.uk>
16294              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
16295              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
16296      Branch: perl
16297            ! pod/perlhack.pod pod/perliol.pod
16298 ____________________________________________________________________________
16299 [  9437] By: jhi                                   on 2001/03/29  14:29:16
16300         Log: Subject: [PATCH perl@9424] typemap cast warning
16301              From: Robin Barker <rmb1@cise.npl.co.uk>
16302              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
16303              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
16304      Branch: perl
16305            ! lib/ExtUtils/typemap
16306 ____________________________________________________________________________
16307 [  9436] By: jhi                                   on 2001/03/29  14:26:03
16308         Log: Subject: [PATCH perl@9424] printf warning
16309              From: Robin Barker <rmb1@cise.npl.co.uk>
16310              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
16311              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
16312      Branch: perl
16313            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
16314            ! ext/Storable/Storable.xs toke.c
16315 ____________________________________________________________________________
16316 [  9435] By: nick                                  on 2001/03/29  14:23:31
16317         Log: Win32 has name conflict with ERROR
16318      Branch: perlio
16319            ! ext/PerlIO/Via/Via.xs
16320 ____________________________________________________________________________
16321 [  9434] By: jhi                                   on 2001/03/29  14:17:48
16322         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
16323              From: Peter Prymmer <pvhp@forte.com>
16324              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
16325              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
16326      Branch: perl
16327            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
16328 ____________________________________________________________________________
16329 [  9433] By: jhi                                   on 2001/03/29  13:52:44
16330         Log: test-prep target was missing.
16331      Branch: perl
16332            ! Makefile.SH
16333 ____________________________________________________________________________
16334 [  9432] By: nick                                  on 2001/03/29  12:40:03
16335         Log: Make as-shipped compiler default to MSVC6 
16336      Branch: perlio
16337            ! win32/makefile.mk
16338 ____________________________________________________________________________
16339 [  9431] By: nick                                  on 2001/03/29  12:12:16
16340         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
16341              akin to PerlIO::Scalar.
16342      Branch: perlio
16343            ! perlio.c perlio.h
16344 ____________________________________________________________________________
16345 [  9430] By: nick                                  on 2001/03/29  10:56:35
16346         Log: Integrate mainline.
16347      Branch: perlio
16348           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
16349           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
16350           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
16351           !> win32/makefile.mk win32/win32sck.c
16352 ____________________________________________________________________________
16353 [  9429] By: nick                                  on 2001/03/29  09:03:43
16354         Log: Noticed that two tests were skipped as perlio:: package
16355              isn't there any more. Changed the skip condition.
16356              Avoid core-dump if sv_utf8_upgrade() called on something
16357              that does not become SvPOK after SvPV() (e.g. a ref).
16358      Branch: perlio
16359            ! sv.c t/io/utf8.t t/lib/io_scalar.t
16360 ____________________________________________________________________________
16361 [  9428] By: jhi                                   on 2001/03/29  01:31:47
16362         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
16363              From: Benjamin Sugars <bsugars@canoe.ca> 
16364              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
16365              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
16366      Branch: perl
16367            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
16368            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
16369            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
16370 ____________________________________________________________________________
16371 [  9427] By: jhi                                   on 2001/03/29  00:49:30
16372         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
16373              From: "Vadim Konovalov" <watman@inbox.ru>
16374              Date: Thu, 29 Mar 2001 01:50:12 +0400
16375              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
16376      Branch: perl
16377            ! win32/makefile.mk win32/win32sck.c
16378 ____________________________________________________________________________
16379 [  9426] By: gsar                                  on 2001/03/29  00:28:04
16380         Log: dmake can only handle == and != in comparisons; support building
16381              with Borland's VCL libraries (from Vadim Konovalov)
16382      Branch: maint-5.6/perl
16383            ! win32/makefile.mk
16384 ____________________________________________________________________________
16385 [  9425] By: nick                                  on 2001/03/28  19:29:56
16386         Log: Integrate (@snapshot)
16387      Branch: perlio
16388           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
16389 ____________________________________________________________________________
16390 [  9424] By: jhi                                   on 2001/03/28  19:03:16
16391         Log: Update Changes.
16392      Branch: perl
16393            ! Changes patchlevel.h
16394 ____________________________________________________________________________
16395 [  9423] By: jhi                                   on 2001/03/28  18:52:09
16396         Log: Rmdir lib/XS on cleanup.
16397      Branch: perl
16398            ! Makefile.SH
16399 ____________________________________________________________________________
16400 [  9422] By: jhi                                   on 2001/03/28  18:49:34
16401         Log: Integrate perlio.
16402      Branch: perl
16403           !> t/op/utf8decode.t
16404 ____________________________________________________________________________
16405 [  9421] By: nick                                  on 2001/03/28  18:46:44
16406         Log: Loose duplicate chunk.
16407      Branch: perlio
16408            ! t/op/utf8decode.t
16409 ____________________________________________________________________________
16410 [  9420] By: nick                                  on 2001/03/28  18:44:11
16411         Log: Integrate mainline.
16412      Branch: perlio
16413           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
16414           !> vms/vmsish.h
16415 ____________________________________________________________________________
16416 [  9419] By: jhi                                   on 2001/03/28  18:42:05
16417         Log: Can't trust external pwds
16418              (either shell builtins or external programs)
16419      Branch: perl
16420            ! t/lib/cwd.t
16421 ____________________________________________________________________________
16422 [  9418] By: jhi                                   on 2001/03/28  18:34:05
16423         Log: Integrate perlio.
16424      Branch: perl
16425            - lib/perlio.pm
16426           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
16427           !> t/op/utf8decode.t
16428 ____________________________________________________________________________
16429 [  9417] By: nick                                  on 2001/03/28  18:24:02
16430         Log: PerlIO.pm / perlio.pm conflict.
16431              Update some pods.
16432              Make t/op/utf8decode.t a text file.
16433      Branch: perlio
16434            - lib/perlio.pm
16435            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
16436            ! t/op/utf8decode.t
16437 ____________________________________________________________________________
16438 [  9416] By: jhi                                   on 2001/03/28  18:06:07
16439         Log: Integrate change #9409 from mainline to maintperl.
16440              
16441              Yet another tweak on AIX dynaloading.
16442      Branch: maint-5.6/perl
16443           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
16444 ____________________________________________________________________________
16445 [  9415] By: gsar                                  on 2001/03/28  17:13:01
16446         Log: integrate changes#9377,9385,9401 from mainline
16447              
16448              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
16449              
16450              If directory entries compare equal case-insensitively,
16451              retry case-sensitively.
16452              
16453              Subject: [PATCH] B::Terse and warnings
16454      Branch: maint-5.6/perl
16455           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
16456           !> t/pragma/warn/perl
16457 ____________________________________________________________________________
16458 [  9414] By: jhi                                   on 2001/03/28  17:11:12
16459         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
16460              From: "Craig A. Berry" <craigberry@mac.com>
16461              Date: Wed, 28 Mar 2001 10:55:20 -0600
16462              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
16463      Branch: perl
16464            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
16465 ____________________________________________________________________________
16466 [  9413] By: jhi                                   on 2001/03/28  17:03:12
16467         Log: Dup hunk.
16468      Branch: perl
16469            ! t/op/utf8decode.t
16470 ____________________________________________________________________________
16471 [  9412] By: jhi                                   on 2001/03/28  17:02:36
16472         Log: Forced integrate from perlio.
16473      Branch: perl
16474           !> t/op/utf8decode.t
16475 ____________________________________________________________________________
16476 [  9411] By: nick                                  on 2001/03/28  16:50:03
16477         Log: Integrate mainline.
16478      Branch: perlio
16479           +> t/lib/cwd.t
16480           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
16481           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
16482           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
16483           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
16484           !> t/pragma/warn/perl
16485 ____________________________________________________________________________
16486 [  9410] By: jhi                                   on 2001/03/28  16:44:23
16487         Log: Subject: Re: [PATCH] 9403 cannot be tested
16488              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16489              Date: Wed, 28 Mar 2001 18:33:56 +0200
16490              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
16491      Branch: perl
16492            ! makedef.pl
16493 ____________________________________________________________________________
16494 [  9409] By: jhi                                   on 2001/03/28  16:12:45
16495         Log: Yet another tweak on AIX dynaloading.
16496      Branch: perl
16497            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
16498 ____________________________________________________________________________
16499 [  9408] By: jhi                                   on 2001/03/28  15:52:55
16500         Log: Subject: [PATCH] 9403 cannot be tested
16501              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
16502              Date: Wed, 28 Mar 2001 17:23:00 +0200
16503              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
16504              
16505              A missing symbol.
16506      Branch: perl
16507            ! makedef.pl
16508 ____________________________________________________________________________
16509 [  9407] By: jhi                                   on 2001/03/28  15:47:43
16510         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
16511      Branch: perl
16512            ! t/op/utf8decode.t
16513           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
16514           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
16515 ____________________________________________________________________________
16516 [  9406] By: jhi                                   on 2001/03/28  15:37:08
16517         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
16518              From: Benjamin Sugars <bsugars@canoe.ca> 
16519              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
16520              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
16521      Branch: perl
16522            + t/lib/cwd.t
16523            ! MANIFEST
16524 ____________________________________________________________________________
16525 [  9405] By: jhi                                   on 2001/03/28  15:13:18
16526         Log: pp_ne() needs a CORRECT boolean.
16527      Branch: perl
16528            ! pp.c
16529 ____________________________________________________________________________
16530 [  9404] By: jhi                                   on 2001/03/28  15:09:23
16531         Log: pp_ne() needs a boolean, not an integer.
16532      Branch: perl
16533            ! pp.c
16534 ____________________________________________________________________________
16535 [  9403] By: jhi                                   on 2001/03/28  14:47:43
16536         Log: (Retracted by #9404.)
16537      Branch: perl
16538            ! pp.c
16539 ____________________________________________________________________________
16540 [  9402] By: jhi                                   on 2001/03/28  14:43:59
16541         Log: Subject: Re: [PATCH] Typemap testing
16542              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
16543              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
16544              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
16545      Branch: perl
16546            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
16547            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
16548 ____________________________________________________________________________
16549 [  9401] By: jhi                                   on 2001/03/28  14:42:14
16550         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
16551              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
16552              Date: Sun, 25 Mar 2001 21:59:15 +0100
16553              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
16554              
16555              A variable will be checked for the "use once" warnings if:
16556              
16557              1. It is in the scope of a use warnings 'once'
16558              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
16559              
16560              Otherwise it won't be checked at all.
16561              
16562              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
16563              
16564              The enclosed patch partially fixes this issue. What I didn't
16565              get to work was the case where the "used once" warning is enabled
16566              in any file other than the main file.
16567      Branch: perl
16568            ! gv.c t/pragma/warn/perl
16569 ____________________________________________________________________________
16570 [  9400] By: nick                                  on 2001/03/28  14:38:24
16571         Log: More EBCDIC tweaks:
16572              - one more swash issue &~(0xA0-1) did not do the right thing,
16573              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
16574              - add "use re 'asciirange'" to make [!-~] etc. work
16575              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
16576              - Choose a key for t/op/each.t test which gets encoded.
16577              - Skip utf8decode if this is UTF-EBCDIC.
16578      Branch: perlio
16579            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
16580            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
16581 ____________________________________________________________________________
16582 [  9399] By: jhi                                   on 2001/03/28  14:21:00
16583         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
16584              Andreas Schwab.
16585      Branch: perl
16586            ! pp.c
16587 ____________________________________________________________________________
16588 [  9398] By: jhi                                   on 2001/03/28  00:55:56
16589         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
16590              From: David Dyck <dcd@tc.fluke.com>
16591              Date: Tue, 27 Mar 2001 15:16:24 -0800
16592              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
16593      Branch: perl
16594            ! ext/IO/lib/IO/Socket.pm
16595 ____________________________________________________________________________
16596 [  9397] By: jhi                                   on 2001/03/27  21:52:49
16597         Log: Integrate perlio.
16598      Branch: perl
16599           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
16600           +> ext/PerlIO/Via/Via.xs
16601           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
16602 ____________________________________________________________________________
16603 [  9396] By: nick                                  on 2001/03/27  21:45:13
16604         Log: Integrate mainline.
16605      Branch: perlio
16606           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
16607           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
16608 ____________________________________________________________________________
16609 [  9395] By: nick                                  on 2001/03/27  21:18:58
16610         Log: Outline docs for PerlIO and PerlIO::Scalar
16611      Branch: perlio
16612            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
16613 ____________________________________________________________________________
16614 [  9394] By: nick                                  on 2001/03/27  20:50:13
16615         Log: PerlIO::Via layer (alpha-ish).
16616      Branch: perlio
16617            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
16618            + ext/PerlIO/Via/Via.xs
16619            ! MANIFEST
16620 ____________________________________________________________________________
16621 [  9393] By: jhi                                   on 2001/03/27  20:49:55
16622         Log: Retract #9329 now that 9390 should take care of the matter.
16623      Branch: perl
16624            ! utils/h2xs.PL
16625 ____________________________________________________________________________
16626 [  9390] By: jhi                                   on 2001/03/27  20:47:50
16627         Log: Subject: Autoloading Errno.pm when %! is encountered
16628              From: Robin Houston <robin@kitsite.com>
16629              Date: Tue, 27 Mar 2001 20:57:11 +0100
16630              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
16631      Branch: perl
16632            ! embed.h embed.pl gv.c proto.h t/op/magic.t
16633 ____________________________________________________________________________
16634 [  9389] By: jhi                                   on 2001/03/27  20:24:31
16635         Log: Integrate perlio.
16636      Branch: perl
16637           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
16638           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
16639           !> utf8.c
16640 ____________________________________________________________________________
16641 [  9388] By: jhi                                   on 2001/03/27  20:21:38
16642         Log: Better have a three-element array if one is going to assign
16643              to the third element of that array. (from Tim Jenness)
16644      Branch: perl
16645            ! ext/XS/Typemap/Typemap.xs
16646 ____________________________________________________________________________
16647 [  9387] By: nick                                  on 2001/03/27  20:15:43
16648         Log: Integrate mainline.
16649      Branch: perlio
16650           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
16651           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
16652           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
16653           +> t/lib/xs-typemap.t
16654           !> (integrate 34 files)
16655 ____________________________________________________________________________
16656 [  9386] By: jhi                                   on 2001/03/27  20:04:18
16657         Log: Subject: Re: perl@9359 breaks HTML::Parser
16658              From: Gisle Aas <gisle@ActiveState.com>
16659              Date: 27 Mar 2001 11:30:24 -0800
16660              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
16661              
16662              Clarify the UTF-8 issues of the API docs.
16663              (Slightly reworded and expanded.)
16664      Branch: perl
16665            ! pod/perlapi.pod sv.c sv.h
16666 ____________________________________________________________________________
16667 [  9385] By: jhi                                   on 2001/03/27  19:44:25
16668         Log: If directory entries compare equal case-insensitively,
16669              retry case-sensitively.
16670      Branch: perl
16671            ! ext/File/Glob/bsd_glob.c
16672 ____________________________________________________________________________
16673 [  9384] By: nick                                  on 2001/03/27  19:38:50
16674         Log: Various EBCDIC fixes:
16675              - major revelation that swash code is encoding aware,
16676              (or thought it was) - now it is ;-)
16677              - With that out of the way fix a slab of tr/// cases.
16678              - Fix Encode 'Unicode' to be true Unicode so tests pass.
16679              - As anticipated Base64.xs needed tweaks.
16680              - Until tr/// works right avoid old_encode64 in MIME tests.
16681      Branch: perlio
16682            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
16683            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
16684 ____________________________________________________________________________
16685 [  9383] By: jhi                                   on 2001/03/27  18:34:41
16686         Log: Add the std test suite BEGIN block.
16687      Branch: perl
16688            ! t/lib/xs-typemap.t
16689 ____________________________________________________________________________
16690 [  9382] By: jhi                                   on 2001/03/27  15:16:07
16691         Log: Add debugging output to the test.
16692      Branch: perl
16693            ! t/lib/glob-basic.t
16694 ____________________________________________________________________________
16695 [  9381] By: jhi                                   on 2001/03/27  15:08:10
16696         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
16697      Branch: perl
16698            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
16699            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
16700            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
16701            + t/lib/xs-typemap.t
16702            ! MANIFEST
16703 ____________________________________________________________________________
16704 [  9380] By: jhi                                   on 2001/03/27  14:48:34
16705         Log: Subject: [PATCH] Typemap testing
16706              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
16707              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
16708              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
16709              
16710              (The first part of the patch.)
16711      Branch: perl
16712            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
16713 ____________________________________________________________________________
16714 [  9379] By: jhi                                   on 2001/03/27  14:44:56
16715         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
16716              From: Benjamin Sugars <bsugars@canoe.ca> 
16717              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
16718              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
16719      Branch: perl
16720            ! t/lib/glob-basic.t
16721 ____________________________________________________________________________
16722 [  9378] By: jhi                                   on 2001/03/27  14:42:30
16723         Log: Subject: [PATCH] perlvar nit
16724              From: Simon Cozens <simon@netthink.co.uk>
16725              Date: Tue, 27 Mar 2001 01:12:01 +0100
16726              Message-ID: <20010327011201.A19179@netthink.co.uk>
16727      Branch: perl
16728            ! pod/perlvar.pod
16729 ____________________________________________________________________________
16730 [  9377] By: jhi                                   on 2001/03/27  14:36:26
16731         Log: Subject: [PATCH] B::Terse and warnings
16732              From: Benjamin Sugars <ben.sugars@home.com>
16733              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
16734              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
16735      Branch: perl
16736            ! ext/B/B.pm ext/B/B/Terse.pm
16737 ____________________________________________________________________________
16738 [  9376] By: jhi                                   on 2001/03/27  14:31:31
16739         Log: Document sockatmark() some.
16740      Branch: perl
16741            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
16742            ! pod/perltoc.pod
16743 ____________________________________________________________________________
16744 [  9375] By: jhi                                   on 2001/03/27  14:00:24
16745         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
16746              noted by Gisle and fixed by NI-S.
16747      Branch: perl
16748            ! sv.c
16749 ____________________________________________________________________________
16750 [  9374] By: jhi                                   on 2001/03/27  05:50:01
16751         Log: Regen toc.
16752      Branch: perl
16753            ! pod/perltoc.pod
16754 ____________________________________________________________________________
16755 [  9373] By: jhi                                   on 2001/03/27  05:43:51
16756         Log: Pixie documenting.
16757      Branch: perl
16758            ! Makefile.SH pod/perlhack.pod
16759 ____________________________________________________________________________
16760 [  9372] By: jhi                                   on 2001/03/27  05:29:34
16761         Log: Metaconfig unit changes for #9371.
16762      Branch: metaconfig
16763            ! U/modified/myhostname.U
16764      Branch: metaconfig/U/perl
16765            + d_sockatmark.U
16766            ! gccvers.U
16767 ____________________________________________________________________________
16768 [  9371] By: jhi                                   on 2001/03/27  05:29:07
16769         Log: Add sockatmark() probing.
16770      Branch: perl
16771            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16772            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
16773            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16774            ! vos/config.ga.h win32/config.bc win32/config.gc
16775            ! win32/config.vc
16776 ____________________________________________________________________________
16777 [  9370] By: jhi                                   on 2001/03/26  22:01:18
16778         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
16779              Really need to benchmark this.
16780      Branch: perl
16781            ! pp.c
16782 ____________________________________________________________________________
16783 [  9369] By: nick                                  on 2001/03/26  21:59:30
16784         Log: Integrate mainline.
16785      Branch: perlio
16786            ! ext/MIME/Base64/QuotedPrint.pm
16787           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
16788           !> patchlevel.h pod/perlhack.pod pp_sys.c
16789 ____________________________________________________________________________
16790 [  9368] By: jhi                                   on 2001/03/26  21:47:03
16791         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
16792              
16793              TODO1: perlbench.
16794              TODO2: le, lt, ge, gt?  Yech.
16795      Branch: perl
16796            ! pp.c
16797 ____________________________________________________________________________
16798 [  9367] By: jhi                                   on 2001/03/26  21:34:57
16799         Log: Too much cut-and-paste in #9363.
16800      Branch: perl
16801            ! pp_sys.c
16802 ____________________________________________________________________________
16803 [  9366] By: jhi                                   on 2001/03/26  21:20:53
16804         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
16805              From: Andreas Schwab <schwab@suse.de>
16806              Date: 26 Mar 2001 17:29:04 +0200
16807              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
16808              
16809              (The patch for 5.6.0 or so, this is a guess for bleadperl)
16810      Branch: perl
16811            ! pp_hot.c
16812 ____________________________________________________________________________
16813 [  9365] By: jhi                                   on 2001/03/26  21:07:54
16814         Log: Integrate perlio.
16815      Branch: perl
16816           !> perlio.c
16817 ____________________________________________________________________________
16818 [  9364] By: nick                                  on 2001/03/26  20:30:48
16819         Log: REFCNT botch in layer name cache hash.
16820      Branch: perlio
16821            ! perlio.c
16822 ____________________________________________________________________________
16823 [  9363] By: jhi                                   on 2001/03/26  18:44:32
16824         Log: Subject: [PATCH] socket() leaks file descriptors
16825              From: Benjamin Sugars <bsugars@canoe.ca>
16826              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
16827              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
16828              
16829              Also sockpair() fixed similarly.
16830      Branch: perl
16831            ! pp_sys.c
16832 ____________________________________________________________________________
16833 [  9362] By: jhi                                   on 2001/03/26  18:37:52
16834         Log: Integrate perlio.
16835      Branch: perl
16836           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
16837 ____________________________________________________________________________
16838 [  9361] By: nick                                  on 2001/03/26  17:32:06
16839         Log: Implement flush of linebuffered streams on read of a tty.
16840      Branch: perlio
16841            ! perlio.c perliol.h
16842 ____________________________________________________________________________
16843 [  9360] By: nick                                  on 2001/03/26  17:12:32
16844         Log: Memory tweaks and notes for OEMVS.
16845      Branch: perlio
16846            ! README.os390 miniperlmain.c t/op/pat.t
16847 ____________________________________________________________________________
16848 [  9359] By: jhi                                   on 2001/03/26  02:12:54
16849         Log: Update Changes.
16850      Branch: perl
16851            ! Changes patchlevel.h
16852 ____________________________________________________________________________
16853 [  9358] By: jhi                                   on 2001/03/26  02:05:32
16854         Log: Document the most common pixie options.
16855      Branch: perl
16856            ! pod/perlhack.pod
16857 ____________________________________________________________________________
16858 [  9357] By: jhi                                   on 2001/03/26  01:25:28
16859         Log: For perl.pixie check *before* compiling that optimize is -g,
16860              as for perl.third.
16861      Branch: perl
16862            ! Makefile.SH
16863 ____________________________________________________________________________
16864 [  9356] By: jhi                                   on 2001/03/26  01:13:41
16865         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
16866      Branch: perl
16867            ! Makefile.SH
16868 ____________________________________________________________________________
16869 [  9355] By: jhi                                   on 2001/03/26  01:11:19
16870         Log: Remove t/perl.third.
16871      Branch: perl
16872            ! Makefile.SH
16873 ____________________________________________________________________________
16874 [  9354] By: jhi                                   on 2001/03/26  00:23:38
16875         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
16876              IO::Sockatmark().
16877      Branch: perl
16878            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
16879 ____________________________________________________________________________
16880 [  9353] By: jhi                                   on 2001/03/25  22:25:04
16881         Log: Integrate perlio.
16882      Branch: perl
16883           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
16884           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
16885           !> pp_hot.c win32/makefile.mk
16886 ____________________________________________________________________________
16887 [  9352] By: jhi                                   on 2001/03/25  22:21:41
16888         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
16889              From: Radu Greab <radu@netsoft.ro>
16890              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
16891              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
16892      Branch: perl
16893            ! pp_sys.c
16894 ____________________________________________________________________________
16895 [  9351] By: nick                                  on 2001/03/25  22:15:02
16896         Log: Fix readline in list mode to tell rest of world that it has
16897              things on the stack. Otherwise if perl code gets invoked
16898              underneath it it scribbles over results-so-far.
16899              (Why TIEHANDLE has not tripped on this is a mystery.)
16900      Branch: perlio
16901            ! pp_hot.c
16902 ____________________________________________________________________________
16903 [  9350] By: nick                                  on 2001/03/25  22:10:13
16904         Log: win32/makefile.mk typos
16905      Branch: perlio
16906            ! win32/makefile.mk
16907 ____________________________________________________________________________
16908 [  9349] By: nick                                  on 2001/03/25  21:31:14
16909         Log: Integrate now-non-binary file.
16910      Branch: perlio
16911           !> t/lib/mimeqp.t
16912 ____________________________________________________________________________
16913 [  9348] By: nick                                  on 2001/03/25  21:27:24
16914         Log: Make it text
16915      Branch: perlio
16916            ! t/lib/mimeqp.t
16917 ____________________________________________________________________________
16918 [  9347] By: nick                                  on 2001/03/25  21:25:37
16919         Log: Integrate mainline.
16920      Branch: perlio
16921           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
16922           !> lib/Term/ReadLine.pm t/lib/md5-file.t
16923 ____________________________________________________________________________
16924 [  9346] By: nick                                  on 2001/03/25  20:58:15
16925         Log: Add destruct time hook to PerlIO (for work-in-process implementing
16926              layers in perl code. In such cases layers need to be popped before
16927              we loose the ability to run perl code.)
16928              Also back-out "PerlIO::object" hook - it isn't going to work like that...
16929      Branch: perlio
16930            ! perl.c perlio.c perlio.h perliol.h
16931 ____________________________________________________________________________
16932 [  9345] By: nick                                  on 2001/03/25  20:49:11
16933         Log: Avoid at leasy one of undefined warnings in Encode.
16934      Branch: perlio
16935            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
16936 ____________________________________________________________________________
16937 [  9344] By: jhi                                   on 2001/03/25  20:37:43
16938         Log: A workaround for using Term::ReadLine in emacs minibuffer
16939              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
16940              additional tweaks from Ilya Zakharevich.
16941      Branch: perl
16942            ! lib/Term/ReadLine.pm
16943 ____________________________________________________________________________
16944 [  9343] By: nick                                  on 2001/03/25  20:21:14
16945         Log: Missing return value.
16946      Branch: perlio
16947            ! ext/PerlIO/Scalar/Scalar.xs
16948 ____________________________________________________________________________
16949 [  9342] By: jhi                                   on 2001/03/25  16:21:00
16950         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
16951              to equal the CPAN versions since no code changes have been made.
16952      Branch: perl
16953            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
16954            ! t/lib/md5-file.t
16955 ____________________________________________________________________________
16956 [  9341] By: jhi                                   on 2001/03/25  16:01:48
16957         Log: Escape 8-bit characters.
16958      Branch: perl
16959            ! t/lib/mimeqp.t
16960 ____________________________________________________________________________
16961 [  9340] By: gsar                                  on 2001/03/25  15:50:53
16962         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
16963              chars)
16964      Branch: perl
16965            + t/lib/mimeqp.t
16966 ____________________________________________________________________________
16967 [  9339] By: gsar                                  on 2001/03/25  15:48:50
16968         Log: delete mimeqp.t for later with text mode set
16969      Branch: perl
16970            - t/lib/mimeqp.t
16971 ____________________________________________________________________________
16972 [  9338] By: nick                                  on 2001/03/25  09:01:57
16973         Log: Integrate mainline.
16974      Branch: perlio
16975           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
16976           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
16977           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
16978           +> t/lib/mimeb64u.t t/lib/mimeqp.t
16979           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
16980           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
16981           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
16982 ____________________________________________________________________________
16983 [  9337] By: jhi                                   on 2001/03/25  04:23:24
16984         Log: Add MIME::Base64 here and there.  Again, a lot of
16985              optimism is in the air.
16986      Branch: perl
16987            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
16988            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
16989 ____________________________________________________________________________
16990 [  9336] By: jhi                                   on 2001/03/25  04:12:43
16991         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
16992              this by ear as I do not do Win32 programming.)
16993      Branch: perl
16994            ! win32/Makefile win32/makefile.mk
16995 ____________________________________________________________________________
16996 [  9335] By: jhi                                   on 2001/03/25  04:03:50
16997         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
16998      Branch: perl
16999            ! t/lib/md5-file.t
17000 ____________________________________________________________________________
17001 [  9334] By: jhi                                   on 2001/03/25  03:58:53
17002         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
17003      Branch: perl
17004            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
17005            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
17006            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
17007            + t/lib/mimeb64u.t t/lib/mimeqp.t
17008            ! MANIFEST
17009 ____________________________________________________________________________
17010 [  9333] By: jhi                                   on 2001/03/24  20:14:37
17011         Log: Integrate perlio.
17012      Branch: perl
17013           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
17014 ____________________________________________________________________________
17015 [  9332] By: nick                                  on 2001/03/24  19:40:34
17016         Log: Fix un-init variable leading to spurious "Out of Memory!"
17017      Branch: perlio
17018            ! doio.c
17019 ____________________________________________________________________________
17020 [  9331] By: nick                                  on 2001/03/24  19:09:59
17021         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
17022              and update layers internals doc.
17023      Branch: perlio
17024            ! pod/perlfunc.pod pod/perliol.pod
17025 ____________________________________________________________________________
17026 [  9330] By: jhi                                   on 2001/03/24  18:42:11
17027         Log: The length might be uninitialized garbage if the *svp is the undef.
17028      Branch: perl
17029            ! doio.c
17030 ____________________________________________________________________________
17031 [  9329] By: jhi                                   on 2001/03/24  18:26:57
17032         Log: (Retracted by #9393)
17033
17034              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
17035              From: Simon Cozens <simon@netthink.co.uk>
17036              Date: Sat, 24 Mar 2001 17:13:17 +0000
17037              Message-ID: <20010324171317.A13406@netthink.co.uk>
17038      Branch: perl
17039            ! utils/h2xs.PL
17040 ____________________________________________________________________________
17041 [  9328] By: nick                                  on 2001/03/24  17:22:02
17042         Log: Integrate mainline.
17043      Branch: perlio
17044           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
17045           !> lib/unicode/version
17046 ____________________________________________________________________________
17047 [  9327] By: nick                                  on 2001/03/24  17:16:02
17048         Log: Integrate mainline.
17049      Branch: perlio
17050           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
17051           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
17052           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
17053           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
17054           +> t/lib/md5-file.t
17055           !> MANIFEST Makefile.SH configure.com djgpp/config.over
17056           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
17057           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
17058           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
17059           !> win32/makefile.mk
17060 ____________________________________________________________________________
17061 [  9326] By: jhi                                   on 2001/03/24  17:00:42
17062         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
17063      Branch: perl
17064            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
17065            ! lib/unicode/version
17066 ____________________________________________________________________________
17067 [  9325] By: jhi                                   on 2001/03/24  16:22:33
17068         Log: Subject: Re: B::Deparse bug (5.6.0)
17069              From: Robin Houston <robin@kitsite.com>
17070              Date: Sat, 24 Mar 2001 14:33:09 +0000
17071              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
17072      Branch: perl
17073            ! op.c pp.c t/lib/b.t t/op/repeat.t
17074 ____________________________________________________________________________
17075 [  9324] By: jhi                                   on 2001/03/24  16:21:56
17076         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
17077              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
17078              these additions may be too optimistic.
17079      Branch: perl
17080            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
17081            ! hints/uwin.sh hints/vmesa.sh
17082 ____________________________________________________________________________
17083 [  9323] By: jhi                                   on 2001/03/24  16:06:01
17084         Log: Integrate perlio.
17085      Branch: perl
17086           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
17087           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
17088            ! Makefile.SH
17089           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
17090           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
17091           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
17092           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17093           !> win32/makefile.mk win32/perlhost.h win32/win32.c
17094           !> win32/win32iop.h
17095 ____________________________________________________________________________
17096 [  9322] By: nick                                  on 2001/03/24  14:39:12
17097         Log: Routine Win32 regen_config_h - no real changes.
17098      Branch: perlio
17099            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17100 ____________________________________________________________________________
17101 [  9321] By: nick                                  on 2001/03/24  14:31:49
17102         Log: PerlIO fixups for Win32:
17103              - provide win33_popenlist() - non-functional as yet.
17104              - avoid need for aTHX in PerlIO_debug calls - even if not 
17105              enabled args are still evaluated so Win32 has trouble during fork().
17106              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
17107              - Fixup makedef.pl for latest set of symbols.
17108      Branch: perlio
17109            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
17110            ! win32/perlhost.h win32/win32.c win32/win32iop.h
17111 ____________________________________________________________________________
17112 [  9320] By: nick                                  on 2001/03/24  14:26:58
17113         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
17114              was gibberish - broke it on WIn32 at least.
17115      Branch: perlio
17116            ! ext/POSIX/POSIX.xs
17117 ____________________________________________________________________________
17118 [  9319] By: nick                                  on 2001/03/24  11:29:41
17119         Log: Generated files.
17120      Branch: perlio
17121            ! embed.h global.sym objXSUB.h perlapi.c proto.h
17122 ____________________________________________________________________________
17123 [  9318] By: nick                                  on 2001/03/24  10:29:37
17124         Log: Implement:
17125              1.  open($fh,"+<",undef);  # add test to t/io/open.t
17126              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
17127      Branch: perlio
17128            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
17129            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
17130            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
17131            ! t/io/open.t t/io/utf8.t
17132 ____________________________________________________________________________
17133 [  9317] By: jhi                                   on 2001/03/23  23:41:25
17134         Log: AIX does seems to have optimization problems with its C compilers.
17135      Branch: perl
17136            ! hints/aix.sh
17137 ____________________________________________________________________________
17138 [  9316] By: jhi                                   on 2001/03/23  23:40:46
17139         Log: Integrate perlio.
17140      Branch: perl
17141           +> lib/PerlIO.pm
17142           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
17143           !> perliol.h
17144 ____________________________________________________________________________
17145 [  9315] By: jhi                                   on 2001/03/23  22:16:30
17146         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
17147      Branch: perl
17148            ! t/lib/md5-file.t
17149 ____________________________________________________________________________
17150 [  9314] By: nick                                  on 2001/03/23  20:49:02
17151         Log: Perlio internals re-organized.
17152              - open process creates AV of layer/arg pairs
17153              (appends layers from open() or open.pm to default list).
17154              - push arg is now an SV.
17155              - layer ->Open get passed the AV
17156              - open is no longer mandatory method.
17157              - topmost layer that has ->Open method does the open
17158              - any layers above are pushed once that returns.
17159              - vtable re-ordered so dummy layers need only provide push/pop methods.
17160      Branch: perlio
17161            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
17162 ____________________________________________________________________________
17163 [  9313] By: nick                                  on 2001/03/23  16:27:41
17164         Log: Check in a stable (working) version before next round of tweaks.
17165              Changes include:
17166              - Move default layers code out of doio.c and into perlio.c
17167              - Single routine for parsing layer specification strings.
17168              - Skeleton support for demand loading of layers
17169              - Core-dump avoidance if PERLIO environment specifies loadable layer
17170              (does not _work_ as need IO to load and need load to do IO ...)
17171      Branch: perlio
17172            + lib/PerlIO.pm
17173            ! MANIFEST doio.c perlio.c
17174 ____________________________________________________________________________
17175 [  9312] By: gsar                                  on 2001/03/23  16:25:25
17176         Log: add execute bit to files with shebang lines in the repository;
17177              avoid clobbering execute bit in Porting/makerel 
17178      Branch: maint-5.6/perl
17179            ! (edit 144 files)
17180 ____________________________________________________________________________
17181 [  9311] By: jhi                                   on 2001/03/23  14:25:35
17182         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
17183      Branch: perl
17184            ! MANIFEST
17185 ____________________________________________________________________________
17186 [  9310] By: jhi                                   on 2001/03/23  13:45:04
17187         Log: Subject: [PATCH] Net::Ping
17188              From: Colin McMillen <mcmi0037@tc.umn.edu>
17189              Date: Thu, 22 Mar 2001 19:30:31 -0600
17190              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
17191      Branch: perl
17192            ! lib/Net/Ping.pm
17193 ____________________________________________________________________________
17194 [  9309] By: jhi                                   on 2001/03/23  13:39:13
17195         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
17196      Branch: perl
17197            ! t/lib/md5-aaa.t t/lib/md5-file.t
17198 ____________________________________________________________________________
17199 [  9308] By: jhi                                   on 2001/03/23  13:20:34
17200         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
17201              - bump the version to 2.14
17202              - drop the base64 tests since they require MIME::Base64
17203              - drop the rfc1321.txt
17204              - drop the hints/dec_osf.pl since it's only needed for
17205              pre-5.005_03 Perls
17206              Todo:
17207              - the U32 alignment testing is now removed; it needs to
17208              be reintroduced as as a Config variable (meaning also
17209              as a Configure test)
17210              - get the new EBCDIC md5sum for MD5.pm
17211              - test in Win32 to see how badly I botched the makefiles
17212      Branch: perl
17213            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
17214            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
17215            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
17216            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
17217            + t/lib/md5-file.t
17218            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
17219            ! win32/Makefile win32/makefile.mk
17220 ____________________________________________________________________________
17221 [  9307] By: jhi                                   on 2001/03/23  12:56:14
17222         Log: Integrate change #9306 from maintperl into mainline,
17223              AIX dynaloader for AIXes without <load.h>.
17224      Branch: perl
17225           !> ext/DynaLoader/hints/aix.pl
17226 ____________________________________________________________________________
17227 [  9306] By: jhi                                   on 2001/03/23  12:51:36
17228         Log: There are AIXes without /usr/include/load.h,
17229              patch from H.Merijn Brand.
17230      Branch: maint-5.6/perl
17231            ! ext/DynaLoader/hints/aix.pl
17232 ____________________________________________________________________________
17233 [  9305] By: nick                                  on 2001/03/23  11:00:42
17234         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
17235      Branch: perlio
17236            ! ext/Encode/Encode.xs perlio.c perlio.h
17237 ____________________________________________________________________________
17238 [  9304] By: nick                                  on 2001/03/23  10:20:46
17239         Log: Render -Duseperlio functional again.
17240              - this is "quick fix" which calls PerlIO_apply_layers after opening,
17241              which is what old scheme did. New scheme needs to change that
17242              to make open(...,\$scalar) etc. work but this will do for now.
17243      Branch: perlio
17244            ! perlio.c
17245 ____________________________________________________________________________
17246 [  9303] By: nick                                  on 2001/03/23  09:53:20
17247         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
17248              -Uuseperlio now works again.
17249              -Duseperlio is still poorly. Don't merge yet...
17250      Branch: perlio
17251            ! doio.c perlio.h
17252 ____________________________________________________________________________
17253 [  9302] By: nick                                  on 2001/03/22  22:26:51
17254         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
17255              type code.
17256              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
17257              is its main caller. In particular now has access to "extra" args, and
17258              can tell when an open handle is "reopened" (or duped?).
17259              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
17260              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
17261              PerlIO_open() et. al. (i.e. other way round).
17262              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
17263              with args close to PerlIO_openn().
17264      Branch: perlio
17265            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
17266 ____________________________________________________________________________
17267 [  9301] By: jhi                                   on 2001/03/22  20:58:04
17268         Log: Integrate perlio.
17269      Branch: perl
17270           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
17271           !> t/io/open.t util.c
17272 ____________________________________________________________________________
17273 [  9300] By: nick                                  on 2001/03/22  17:36:32
17274         Log: Don't include $@ in not ok message.
17275      Branch: perlio
17276            ! t/io/open.t
17277 ____________________________________________________________________________
17278 [  9299] By: gsar                                  on 2001/03/22  16:53:45
17279         Log: back out changes#7532,7521 for now (appears to have problems
17280              on IRIX)
17281      Branch: maint-5.6/perl
17282            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
17283            ! ext/POSIX/typemap pod/perlvar.pod
17284 ____________________________________________________________________________
17285 [  9298] By: nick                                  on 2001/03/22  14:35:46
17286         Log: Give a meaning to '&' in n-arg open case:
17287              open($fh,"<&",$scalar);
17288              $scalar can be:
17289              - an integer which does "fdopen"
17290              open($fh,"<&",2); # like open($fh,"<&2")
17291              - something that will yield a file handle via sv_2io()
17292              useful for dup'ing anonymous handles.
17293              e.g.:
17294              open(my $fh,"<&",\*STDIN);
17295              open(my $dup,"<&",$fh);
17296      Branch: perlio
17297            ! doio.c t/io/open.t
17298 ____________________________________________________________________________
17299 [  9297] By: nick                                  on 2001/03/22  13:34:35
17300         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
17301      Branch: perlio
17302            ! util.c
17303 ____________________________________________________________________________
17304 [  9296] By: nick                                  on 2001/03/22  12:51:20
17305         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
17306      Branch: perlio
17307            ! perl.c
17308 ____________________________________________________________________________
17309 [  9295] By: nick                                  on 2001/03/22  11:59:44
17310         Log: If stdin, stdout or stderr get opened in unexpected read/write state
17311              then warn at time of open not at time of use.
17312      Branch: perlio
17313            ! doio.c pp_hot.c pp_sys.c
17314 ____________________________________________________________________________
17315 [  9294] By: nick                                  on 2001/03/22  10:54:35
17316         Log: Die on n-arg open(...,"",xxx,yyy,...)
17317              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
17318              - die on read/write cases so we can decide what it means later.
17319      Branch: perlio
17320            ! doio.c embed.pl iperlsys.h util.c
17321 ____________________________________________________________________________
17322 [  9293] By: nick                                  on 2001/03/22  09:02:45
17323         Log: perlio tweaks (reported by Nick Clark)
17324              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
17325              error check in Pendinf_read().
17326      Branch: perlio
17327            ! perlio.c
17328 ____________________________________________________________________________
17329 [  9292] By: gsar                                  on 2001/03/22  07:12:00
17330         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
17331              fixes)
17332      Branch: maint-5.6/perl
17333           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
17334 ____________________________________________________________________________
17335 [  9291] By: jhi                                   on 2001/03/22  06:06:44
17336         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
17337      Branch: perl
17338            ! t/op/re_tests
17339 ____________________________________________________________________________
17340 [  9290] By: jhi                                   on 2001/03/22  05:57:01
17341         Log: Move MacOS Classic higher in the list of supported platforms.
17342      Branch: maint-5.6/perl
17343            ! pod/perlport.pod
17344 ____________________________________________________________________________
17345 [  9289] By: gsar                                  on 2001/03/22  05:35:04
17346         Log: revert part of change#6438 for compatibility (av_reify()
17347              appears to be needed to implement av_splice()ish things
17348              in XS)
17349      Branch: maint-5.6/perl
17350            ! embed.pl global.sym objXSUB.h perlapi.c
17351 ____________________________________________________________________________
17352 [  9288] By: gsar                                  on 2001/03/22  03:09:19
17353         Log: update copyright year
17354      Branch: maint-5.6/perl
17355            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
17356            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
17357            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
17358            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
17359            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
17360            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
17361            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
17362            ! x2p/walk.c
17363 ____________________________________________________________________________
17364 [  9287] By: jhi                                   on 2001/03/21  20:30:54
17365         Log: Integrate perlio.
17366      Branch: perl
17367           !> ext/Data/Dumper/Dumper.xs
17368 ____________________________________________________________________________
17369 [  9286] By: gsar                                  on 2001/03/21  19:49:54
17370         Log: makefile.mk tweak
17371      Branch: maint-5.6/perl
17372            ! win32/Makefile win32/makefile.mk
17373 ____________________________________________________________________________
17374 [  9285] By: nick                                  on 2001/03/21  19:07:13
17375         Log: Multiplicity fix for Dumper.
17376      Branch: perlio
17377            ! ext/Data/Dumper/Dumper.xs
17378 ____________________________________________________________________________
17379 [  9284] By: nick                                  on 2001/03/21  19:01:07
17380         Log: Integrate mainline - (does not build xTHX issue in Dumper).
17381      Branch: perlio
17382           !> (integrate 27 files)
17383 ____________________________________________________________________________
17384 [  9283] By: jhi                                   on 2001/03/21  17:17:35
17385         Log: Integrate change #9282 from mainline into maintperl,
17386              4-arg UTF-8 substr().
17387      Branch: maint-5.6/perl
17388           !> pp.c
17389 ____________________________________________________________________________
17390 [  9282] By: jhi                                   on 2001/03/21  17:15:43
17391         Log: The #9270 would have leaked a scalar if pp_substr()
17392              returned early.
17393      Branch: perl
17394            ! pp.c
17395 ____________________________________________________________________________
17396 [  9281] By: gsar                                  on 2001/03/21  17:03:14
17397         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
17398      Branch: maint-5.6/perl
17399            ! win32/makefile.mk
17400 ____________________________________________________________________________
17401 [  9280] By: gsar                                  on 2001/03/21  17:01:20
17402         Log: some tweaks to change#9278 (fork() emulation should be enabled
17403              by setting BUILD_FLAVOR instead of changing the defaults)
17404      Branch: maint-5.6/perl
17405            ! win32/makefile.mk
17406 ____________________________________________________________________________
17407 [  9279] By: gsar                                  on 2001/03/21  16:47:19
17408         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
17409      Branch: maint-5.6/perl
17410            ! ext/File/Glob/Glob.pm
17411           !> lib/Cwd.pm
17412 ____________________________________________________________________________
17413 [  9278] By: jhi                                   on 2001/03/21  14:35:10
17414         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
17415              From: "Vadim Konovalov" <watman@inbox.ru>
17416              Date: Wed, 21 Mar 2001 01:53:51 +0300
17417              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
17418      Branch: maint-5.6/perl
17419            ! win32/makefile.mk win32/win32sck.c
17420 ____________________________________________________________________________
17421 [  9277] By: jhi                                   on 2001/03/21  13:58:28
17422         Log: Integrate change #9270 from mainline to maintperl:
17423              continued 4-arg UTF-8 substr() fixing.
17424      Branch: maint-5.6/perl
17425           !> pp.c t/op/substr.t
17426 ____________________________________________________________________________
17427 [  9276] By: jhi                                   on 2001/03/21  13:33:00
17428         Log: More pixie cleaning.
17429      Branch: perl
17430            ! Makefile.SH
17431 ____________________________________________________________________________
17432 [  9275] By: jhi                                   on 2001/03/21  03:54:17
17433         Log: Update Changes.
17434      Branch: perl
17435            ! Changes patchlevel.h
17436 ____________________________________________________________________________
17437 [  9274] By: jhi                                   on 2001/03/21  03:48:24
17438         Log: First stab at making Data::Dumper to grok Unicode.
17439              
17440              TODO: tests, EBCDICify.
17441      Branch: perl
17442            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
17443 ____________________________________________________________________________
17444 [  9273] By: jhi                                   on 2001/03/21  02:23:00
17445         Log: Fix for
17446              
17447              Subject: Memory leak in unquoted print   
17448              From: Benjamin Sugars <bsugars@canoe.ca> 
17449              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
17450              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
17451      Branch: perl
17452            ! perlio.c
17453 ____________________________________________________________________________
17454 [  9272] By: jhi                                   on 2001/03/21  01:33:17
17455         Log: Subject: Re: [PATCH] POSIX::getcwd()
17456              From: Benjamin Sugars <bsugars@canoe.ca> 
17457              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
17458              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
17459      Branch: perl
17460            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
17461 ____________________________________________________________________________
17462 [  9271] By: jhi                                   on 2001/03/21  01:22:52
17463         Log: Subject: [PATCH] Cwd.pm docs
17464              From: Benjamin Sugars <bsugars@canoe.ca>
17465              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
17466              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
17467      Branch: perl
17468            ! lib/Cwd.pm
17469 ____________________________________________________________________________
17470 [  9270] By: jhi                                   on 2001/03/21  01:16:29
17471         Log: Continue 4-arg substr() UTF-8 fixage.
17472      Branch: perl
17473            ! pp.c t/op/substr.t
17474 ____________________________________________________________________________
17475 [  9269] By: jhi                                   on 2001/03/21  00:46:14
17476         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
17477              
17478              revert the leak fix in change#9142 (problem needs a more experimental
17479              fix unsuitable for 5.6.1)
17480              
17481              do alphabetical sorting by default (for csh compatibility)
17482              
17483              cut-n-paste goof in change#9264
17484              
17485              VMS piping fixes (from Charles Lane)
17486      Branch: perl
17487           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
17488           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
17489           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
17490 ____________________________________________________________________________
17491 [  9268] By: jhi                                   on 2001/03/21  00:37:04
17492         Log: Integrate perlio.
17493      Branch: perl
17494           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
17495           !> utf8.c utf8.h utfebcdic.h
17496 ____________________________________________________________________________
17497 [  9267] By: nick                                  on 2001/03/20  20:04:39
17498         Log: More EBCDIC stuff:
17499              - Loose the extra level of function on ASCII.
17500              - spotted a chr(0) issue in sv.c
17501              - re-work of UTF-X tr/// ranges to work in Unicode
17502              space. Still issues with the "0xff is illegal UTF-8" hack.
17503              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
17504              (why do it once when you can do it all over the place :-(
17505              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
17506              need utf8.pm for swashes.
17507              - Simplified and commented scan_const() in toke.c
17508              Still something wrong regexp and tr (swashes?).
17509      Branch: perlio
17510            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
17511            ! utf8.c utf8.h utfebcdic.h
17512 ____________________________________________________________________________
17513 [  9266] By: gsar                                  on 2001/03/20  19:16:43
17514         Log: VMS piping fixes (from Charles Lane)
17515      Branch: maint-5.6/perl
17516            ! vms/vms.c vms/vmspipe.com
17517 ____________________________________________________________________________
17518 [  9265] By: gsar                                  on 2001/03/20  17:53:52
17519         Log: cut-n-paste goof in change#9264
17520      Branch: maint-5.6/perl
17521            ! ext/File/Glob/Glob.xs
17522 ____________________________________________________________________________
17523 [  9264] By: gsar                                  on 2001/03/20  17:43:47
17524         Log: do alphabetical sorting by default (for csh compatibility);
17525              bsd_glob() does ASCII sort by default as usual, unless
17526              GLOB_ALPHASORT was specified
17527      Branch: maint-5.6/perl
17528            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
17529            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
17530            ! ext/File/Glob/bsd_glob.h
17531 ____________________________________________________________________________
17532 [  9263] By: gsar                                  on 2001/03/20  16:40:08
17533         Log: integrate change#9255 from mainline (unicode fix)
17534              
17535              substr($bytestr, i, n, $charstr)
17536      Branch: maint-5.6/perl
17537           !> Todo-5.6 pp.c t/op/substr.t
17538 ____________________________________________________________________________
17539 [  9262] By: gsar                                  on 2001/03/20  15:57:41
17540         Log: revert the leak fix in change#9142 (problem needs a more experimental
17541              fix unsuitable for 5.6.1)
17542      Branch: maint-5.6/perl
17543            ! scope.c
17544 ____________________________________________________________________________
17545 [  9261] By: jhi                                   on 2001/03/20  14:26:25
17546         Log: Integrate changes #9259,9260 from maintperl into mainline.
17547              
17548              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
17549              
17550              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
17551      Branch: perl
17552           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
17553 ____________________________________________________________________________
17554 [  9260] By: jhi                                   on 2001/03/20  14:05:46
17555         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
17556              From: Robin Barker <rmb1@cise.npl.co.uk>
17557              Date: Tue, 20 Mar 2001 10:12:04 GMT
17558              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
17559      Branch: maint-5.6/perl
17560            ! run.c
17561 ____________________________________________________________________________
17562 [  9259] By: jhi                                   on 2001/03/20  14:04:39
17563         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
17564              From: Chris Nandor <pudge@pobox.com>
17565              Date: Tue, 20 Mar 2001 00:40:56 -0500
17566              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
17567      Branch: maint-5.6/perl
17568            ! ext/POSIX/POSIX.xs lib/File/Path.pm
17569 ____________________________________________________________________________
17570 [  9258] By: jhi                                   on 2001/03/20  05:09:34
17571         Log: Update Changes.
17572      Branch: perl
17573            ! Changes patchlevel.h
17574 ____________________________________________________________________________
17575 [  9257] By: jhi                                   on 2001/03/20  05:04:25
17576         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
17577      Branch: perl
17578            ! t/op/tr.t
17579 ____________________________________________________________________________
17580 [  9256] By: jhi                                   on 2001/03/20  04:43:12
17581         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
17582              From: Peter Prymmer <pvhp@forte.com>
17583              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
17584              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
17585      Branch: maint-5.6/perl
17586            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
17587 ____________________________________________________________________________
17588 [  9255] By: jhi                                   on 2001/03/19  23:17:17
17589         Log: substr($bytestr, i, n, $charstr)
17590
17591              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
17592      Branch: perl
17593            ! Todo-5.6 pp.c t/op/substr.t
17594 ____________________________________________________________________________
17595 [  9254] By: jhi                                   on 2001/03/19  22:25:09
17596         Log: Rearrange the make test target prerequisites so that
17597              in a parallel make 'all' is finished before 'test'.
17598      Branch: perl
17599            ! Makefile.SH
17600 ____________________________________________________________________________
17601 [  9253] By: jhi                                   on 2001/03/19  21:48:07
17602         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
17603              From: Robin Houston <robin@kitsite.com>
17604              Date: Mon, 19 Mar 2001 15:48:41 +0000
17605              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
17606      Branch: perl
17607            ! pp_ctl.c
17608 ____________________________________________________________________________
17609 [  9252] By: jhi                                   on 2001/03/19  21:42:27
17610         Log: Integrate perlio.
17611      Branch: perl
17612           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
17613           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
17614           !> utfebcdic.h vms/perly_c.vms
17615 ____________________________________________________________________________
17616 [  9251] By: jhi                                   on 2001/03/19  21:31:28
17617         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
17618              
17619              Dynaloading in 64-bit AIX with vac.
17620      Branch: perl
17621           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
17622           !> hints/aix.sh
17623 ____________________________________________________________________________
17624 [  9250] By: jhi                                   on 2001/03/19  21:18:00
17625         Log: A more robust solution for the 64bitall AIX dynaloading
17626              problem, from Jens-Uwe Mager.
17627      Branch: maint-5.6/perl
17628            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
17629 ____________________________________________________________________________
17630 [  9249] By: nick                                  on 2001/03/19  20:59:37
17631         Log: Integrate mainline.
17632      Branch: perlio
17633           !> (integrate 42 files)
17634 ____________________________________________________________________________
17635 [  9248] By: nick                                  on 2001/03/19  20:22:07
17636         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
17637              (Building on OS390 uses native YACC and YYDEBUG has other
17638              side effects.)
17639      Branch: perlio
17640            ! perly.c perly.y vms/perly_c.vms
17641 ____________________________________________________________________________
17642 [  9247] By: jhi                                   on 2001/03/19  19:59:53
17643         Log: 64-bit AIX dynaloading problem (see #9244) idea
17644              from Jens-Uwe Mager.
17645      Branch: maint-5.6/perl
17646            ! ext/DynaLoader/dl_aix.xs
17647 ____________________________________________________________________________
17648 [  9246] By: nick                                  on 2001/03/19  19:27:57
17649         Log: More EBCDIC fixes.
17650      Branch: perlio
17651            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
17652            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
17653 ____________________________________________________________________________
17654 [  9245] By: jhi                                   on 2001/03/19  19:05:19
17655         Log: Integrate change #9243 from mainline into maintperl.
17656              
17657              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
17658      Branch: maint-5.6/perl
17659           !> README.vmesa
17660 ____________________________________________________________________________
17661 [  9244] By: jhi                                   on 2001/03/19  19:03:15
17662         Log: Get 64bitall AIX building, but still does not test okay:
17663              dynaloading anything fails, for example for op/defins:
17664              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
17665              (update: fixed by #9247,9250)
17666      Branch: maint-5.6/perl
17667            ! hints/aix.sh
17668 ____________________________________________________________________________
17669 [  9243] By: jhi                                   on 2001/03/19  19:00:16
17670         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
17671              From: Robin Barker <rmb1@cise.npl.co.uk>
17672              Date: Mon, 19 Mar 2001 18:01:57 GMT
17673              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
17674      Branch: perl
17675            ! README.vmesa
17676 ____________________________________________________________________________
17677 [  9242] By: jhi                                   on 2001/03/19  18:58:43
17678         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
17679              
17680              TODO: tests.
17681      Branch: perl
17682            ! doop.c op.c
17683 ____________________________________________________________________________
17684 [  9241] By: gsar                                  on 2001/03/19  17:34:46
17685         Log: VMSify tests (from Charles Lane)
17686      Branch: maint-5.6/perl
17687            ! t/lib/filehand.t t/lib/texttabs.t
17688 ____________________________________________________________________________
17689 [  9240] By: jhi                                   on 2001/03/19  14:24:26
17690         Log: Integrate change #9233 from maintperl into mainline.
17691              
17692              some refcounts were incorrect in perl_clone()
17693      Branch: perl
17694           !> sv.c
17695 ____________________________________________________________________________
17696 [  9239] By: gsar                                  on 2001/03/19  09:23:17
17697         Log: this is 5.6.1-trial3
17698      Branch: maint-5.6/perl
17699            ! Changes
17700 ____________________________________________________________________________
17701 [  9238] By: gsar                                  on 2001/03/19  08:47:04
17702         Log: some new symbols are only available under ithreads
17703      Branch: maint-5.6/perl
17704            ! makedef.pl
17705 ____________________________________________________________________________
17706 [  9237] By: gsar                                  on 2001/03/19  08:42:28
17707         Log: update patchlevel.h, Changes, &c.
17708      Branch: maint-5.6/perl
17709            ! Changes patchlevel.h pod/perlhist.pod
17710           !> AUTHORS
17711 ____________________________________________________________________________
17712 [  9236] By: gsar                                  on 2001/03/19  08:17:49
17713         Log: integrate changes#8068,8717 from mainline
17714              
17715              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
17716              
17717              [PATCH CPAN 1.59_51] warning message (not!)
17718      Branch: maint-5.6/perl
17719           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
17720           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
17721           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
17722           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
17723           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
17724 ____________________________________________________________________________
17725 [  9235] By: gsar                                  on 2001/03/19  08:07:09
17726         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
17727              
17728              [PATCH] Add missing CV flags to dump.c
17729              
17730              Re: [patch] Re: PL_ptr_table
17731              
17732              Fixup non-ithread build after 8713
17733              
17734              Generated files form 8713 etc.
17735              
17736              Correct the correction :-(
17737              
17738              Documenting coderef @INC (Re: CPAN "make this script work" feature)
17739              
17740              Subject: Re: sync sync sync: have I missed any patches?
17741              Replace djSP with dSP.
17742      Branch: maint-5.6/perl
17743           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
17744           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
17745           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
17746           !> sv.c sv.h win32/perlhost.h
17747 ____________________________________________________________________________
17748 [  9234] By: gsar                                  on 2001/03/19  07:22:05
17749         Log: revert the change#9090 integrate for now (change looks somewhat
17750              incomplete in that [ha]v_exists() need something similar; lacks
17751              tests; &c.)
17752      Branch: maint-5.6/perl
17753            ! hv.c
17754 ____________________________________________________________________________
17755 [  9233] By: gsar                                  on 2001/03/19  07:10:01
17756         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
17757              destruction when there are unreferenced scalars (SvREFCNT==0)
17758      Branch: maint-5.6/perl
17759            ! sv.c
17760 ____________________________________________________________________________
17761 [  9232] By: jhi                                   on 2001/03/19  05:11:02
17762         Log: Regen api and toc.
17763      Branch: maint-5.6/perl
17764            ! pod/perlapi.pod pod/perltoc.pod
17765 ____________________________________________________________________________
17766 [  9231] By: jhi                                   on 2001/03/19  04:06:03
17767         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
17768              add a lost line in pp.c:pp_chop(), update to new op/chop.
17769              
17770              Clarify the description differentiating for and while; inspired by
17771              
17772              Subject: [ID 20010306.004] || != named unary operator
17773              
17774              The $Is_MacOS needs to be declared.
17775      Branch: maint-5.6/perl
17776            ! pp.c t/op/chop.t
17777           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
17778 ____________________________________________________________________________
17779 [  9230] By: jhi                                   on 2001/03/19  03:48:16
17780         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
17781              9079,9083,9089,9090,9091 from mainline to maintperl.
17782              
17783              Quieten some noise in Win32 builds
17784              
17785              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
17786              
17787              The perlretut was still talking about the old \p and \P
17788              definitions.
17789              
17790              More tweakage on the Unicode character class descriptions.
17791              
17792              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
17793              
17794              Subject: 'no *POSIX' Patch speeding up make on BS2000 
17795              
17796              Subject: [PATCH] perldata.pod here-doc docs
17797              
17798              Add /sbin and /usr/sbin to the list of directories scanned
17799              for setuid programs.  Takes care of bug id 20010309.003.
17800              
17801              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
17802              
17803              In op/stat #35 better to scan all the potential directories
17804              for setuids, not just the first one.
17805      Branch: maint-5.6/perl
17806            ! Makefile.SH
17807           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
17808           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
17809           !> t/op/stat.t toke.c win32/win32.h
17810 ____________________________________________________________________________
17811 [  9229] By: jhi                                   on 2001/03/19  02:31:50
17812         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
17813              From: Chris Nandor <pudge@pobox.com>
17814              Date: Sat, 10 Mar 2001 14:22:19 -0500
17815              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
17816      Branch: maint-5.6/perl
17817            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
17818            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
17819            ! t/lib/b.t t/lib/errno.t
17820 ____________________________________________________________________________
17821 [  9228] By: jhi                                   on 2001/03/19  02:29:59
17822         Log: Integrate changes #9113,9122 from mainline into maintperl.
17823              
17824              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?)
17825      Branch: maint-5.6/perl
17826           !> Configure README.os390 hints/os390.sh
17827 ____________________________________________________________________________
17828 [  9227] By: jhi                                   on 2001/03/19  02:22:35
17829         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
17830              into maintperl.
17831              
17832              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
17833              
17834              Forgot to check-in the larger part of #9120, duh.
17835              
17836              Subject: Another patch for integer.pm POD 
17837              
17838              h2ph strictness and cleanliness from Kurt Starsinic.
17839              
17840              Borland filename case problem.
17841              
17842              h2ph strictness and cleanliness from Kurt Starsinic.
17843              
17844              Subject: [PATCH] the uncontroversial doc patches
17845      Branch: maint-5.6/perl
17846           +> win32/sncfnmcs.pl
17847           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
17848           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
17849           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
17850           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
17851           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
17852           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
17853           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
17854 ____________________________________________________________________________
17855 [  9226] By: jhi                                   on 2001/03/19  02:10:21
17856         Log: Integrate changes #9207,9214 from mainline into maintperl.
17857              
17858              podchecker relaxations: =over has an *optional* number after it,
17859              and whitespace in L<> is okay.
17860      Branch: maint-5.6/perl
17861           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
17862           !> t/pod/poderrs.xr
17863 ____________________________________________________________________________
17864 [  9225] By: jhi                                   on 2001/03/19  02:07:38
17865         Log: Integrate change #9219 from maintperl into mainline.
17866              
17867              remove duplicated tests
17868      Branch: perl
17869           !> t/op/re_tests
17870 ____________________________________________________________________________
17871 [  9224] By: jhi                                   on 2001/03/19  02:06:11
17872         Log: Integrate change #9223 from mainline to maintperl.
17873              
17874              Document -Dmksymlinks.
17875      Branch: maint-5.6/perl
17876           !> INSTALL
17877 ____________________________________________________________________________
17878 [  9223] By: jhi                                   on 2001/03/19  02:01:25
17879         Log: Document -Dmksymlinks.
17880      Branch: perl
17881            ! INSTALL
17882 ____________________________________________________________________________
17883 [  9222] By: jhi                                   on 2001/03/19  01:15:35
17884         Log: The -Dmksymlinks wasn't working for maintperl.
17885      Branch: maint-5.6/perl
17886            ! Configure
17887 ____________________________________________________________________________
17888 [  9221] By: jhi                                   on 2001/03/19  00:49:43
17889         Log: Cleanup pixie residue.
17890      Branch: perl
17891            ! Makefile.SH
17892 ____________________________________________________________________________
17893 [  9220] By: jhi                                   on 2001/03/19  00:44:47
17894         Log: Document the use of pixie/prof; create make targets for it.
17895              
17896              TODO: make t/TEST pixie-aware.
17897      Branch: perl
17898            ! Makefile.SH pod/perlhack.pod
17899 ____________________________________________________________________________
17900 [  9219] By: gsar                                  on 2001/03/19  00:16:55
17901         Log: remove duplicated tests
17902      Branch: maint-5.6/perl
17903            ! t/op/re_tests
17904 ____________________________________________________________________________
17905 [  9218] By: jhi                                   on 2001/03/18  23:59:31
17906         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
17907      Branch: perl
17908            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
17909 ____________________________________________________________________________
17910 [  9217] By: jhi                                   on 2001/03/18  23:25:20
17911         Log: Rewrite the tests section of Makefile to be less redundant
17912              and to allow for more flexible test targets, many recursive
17913              make calls introduced.
17914      Branch: perl
17915            ! Makefile.SH
17916 ____________________________________________________________________________
17917 [  9216] By: jhi                                   on 2001/03/18  22:30:04
17918         Log: Document the use of Third Degree (sparsely).
17919      Branch: perl
17920            ! pod/perlhack.pod t/TEST
17921 ____________________________________________________________________________
17922 [  9215] By: jhi                                   on 2001/03/18  22:10:30
17923         Log: Make targets for testing with Third Degree.
17924      Branch: perl
17925            ! Makefile.SH
17926 ____________________________________________________________________________
17927 [  9214] By: jhi                                   on 2001/03/18  21:08:53
17928         Log: The podchecker relaxations need to mirrored also at the tests.
17929      Branch: perl
17930            ! t/pod/poderrs.xr
17931 ____________________________________________________________________________
17932 [  9213] By: jhi                                   on 2001/03/18  20:56:21
17933         Log: Update Changes.
17934      Branch: perl
17935            ! Changes patchlevel.h
17936 ____________________________________________________________________________
17937 [  9212] By: jhi                                   on 2001/03/18  20:36:59
17938         Log: Looking for config.sh in parent directories isn't
17939              very useful for the toplevel Makefile.
17940      Branch: perl
17941            ! Makefile.SH
17942 ____________________________________________________________________________
17943 [  9211] By: jhi                                   on 2001/03/18  20:33:37
17944         Log: On "make clean" take care of Third Degree droppings.
17945      Branch: perl
17946            ! Makefile.SH
17947 ____________________________________________________________________________
17948 [  9210] By: jhi                                   on 2001/03/18  20:21:34
17949         Log: Add a hook for running the tests under the Third Degree
17950              debugging tool (set $ENV{PERL_3LOG} to non-zero)
17951              
17952              TODO: Document the use of Third Degree.
17953      Branch: perl
17954            ! t/TEST
17955 ____________________________________________________________________________
17956 [  9209] By: jhi                                   on 2001/03/18  20:19:07
17957         Log: Regen toc and api pods.
17958      Branch: perl
17959            ! pod/perlapi.pod pod/perltoc.pod
17960 ____________________________________________________________________________
17961 [  9208] By: jhi                                   on 2001/03/18  20:12:12
17962         Log: Integrate changes #8128,9132 from mainline into maintperl,
17963              Tie::SubstrHash fixes.
17964      Branch: maint-5.6/perl
17965           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
17966 ____________________________________________________________________________
17967 [  9207] By: jhi                                   on 2001/03/18  20:07:43
17968         Log: podchecker relaxations from Michael Stevens.
17969      Branch: perl
17970            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
17971 ____________________________________________________________________________
17972 [  9206] By: jhi                                   on 2001/03/18  20:04:24
17973         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
17974      Branch: perl
17975            ! lib/Locale/Constants.pm lib/Locale/Country.pm
17976            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
17977            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
17978 ____________________________________________________________________________
17979 [  9205] By: jhi                                   on 2001/03/18  19:54:45
17980         Log: Integrate changes #9161,9162 from maintperl to mainline.
17981              
17982              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
17983              results
17984      Branch: perl
17985           !> t/op/magic.t
17986 ____________________________________________________________________________
17987 [  9204] By: jhi                                   on 2001/03/18  19:37:46
17988         Log: Make perl.third checks more understandable to the builder.
17989      Branch: perl
17990            ! Makefile.SH
17991 ____________________________________________________________________________
17992 [  9203] By: jhi                                   on 2001/03/18  19:20:54
17993         Log: Re-integrate #9138 from maintperl to mainline,
17994              the squelching of the unneeded "Scalars leaked" messages.
17995      Branch: perl
17996           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
17997           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
17998           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
17999 ____________________________________________________________________________
18000 [  9202] By: jhi                                   on 2001/03/18  18:48:36
18001         Log: More robust and more paranoid perl.third target.
18002      Branch: perl
18003            ! Makefile.SH
18004 ____________________________________________________________________________
18005 [  9201] By: jhi                                   on 2001/03/18  18:39:21
18006         Log: Integrate change #9197 from maintperl to mainline.
18007              
18008              more thorough cleaning of arenas.
18009      Branch: perl
18010           !> embed.pl perl.c proto.h sv.c t/op/sort.t
18011 ____________________________________________________________________________
18012 [  9200] By: jhi                                   on 2001/03/18  18:25:17
18013         Log: Integrate perlio.
18014      Branch: perl
18015           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
18016           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
18017           !> t/lib/encode.t toke.c universal.c utf8.c
18018 ____________________________________________________________________________
18019 [  9199] By: nick                                  on 2001/03/18  15:23:51
18020         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
18021              is the sense of the test being done. Avoid some magical 127 and 128 values
18022              by using macros.
18023      Branch: perlio
18024            ! doop.c pp_ctl.c sv.c toke.c
18025 ____________________________________________________________________________
18026 [  9198] By: nick                                  on 2001/03/18  14:18:12
18027         Log: UTF-X encoding invariance for Encode:
18028              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
18029              - move the XS code for those to universal.c (so in miniperl)
18030              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
18031              - change ext/Encode/compile to use above.
18032              - Fix t/lib/encode.t for above
18033              - Teach t/lib/b.t to expect -uutf8
18034              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
18035              utf8.pm is needed.
18036      Branch: perlio
18037            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
18038            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
18039 ____________________________________________________________________________
18040 [  9197] By: gsar                                  on 2001/03/18  12:15:57
18041         Log: more thorough cleaning of arenas--keep going until no more
18042              SvREFCNT_dec()s occur (this fixes the problem that causes the
18043              pesky "Scalars leaked" warnings)
18044      Branch: maint-5.6/perl
18045            ! embed.pl perl.c proto.h sv.c t/op/sort.t
18046 ____________________________________________________________________________
18047 [  9196] By: nick                                  on 2001/03/18  10:57:29
18048         Log: Fix pragma/utf8.t # 15
18049              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
18050              are SvUTF8 as well.
18051      Branch: perlio
18052            ! toke.c
18053 ____________________________________________________________________________
18054 [  9195] By: nick                                  on 2001/03/18  09:27:06
18055         Log: Integrate mainline
18056      Branch: perlio
18057           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
18058           !> t/op/pat.t
18059 ____________________________________________________________________________
18060 [  9194] By: jhi                                   on 2001/03/18  05:29:59
18061         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
18062              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
18063      Branch: perl
18064            ! op.c op.h t/op/misc.t t/op/pat.t
18065 ____________________________________________________________________________
18066 [  9193] By: jhi                                   on 2001/03/18  05:15:06
18067         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
18068      Branch: perl
18069            ! mg.c t/op/pat.t
18070 ____________________________________________________________________________
18071 [  9192] By: jhi                                   on 2001/03/18  04:22:43
18072         Log: tr/// UTF-8 patches from Inaba Hiroto.
18073      Branch: perl
18074            ! doop.c op.c
18075 ____________________________________________________________________________
18076 [  9191] By: jhi                                   on 2001/03/18  04:21:17
18077         Log: Integrate perlio.
18078      Branch: perl
18079           !> utf8.c utfebcdic.h
18080 ____________________________________________________________________________
18081 [  9190] By: nick                                  on 2001/03/17  20:32:01
18082         Log: Correct #if EBCDIC side typos.
18083              Builds and passes many tests on OS390.
18084      Branch: perlio
18085            ! utf8.c utfebcdic.h
18086 ____________________________________________________________________________
18087 [  9189] By: jhi                                   on 2001/03/17  18:55:49
18088         Log: Add prerequisites for the perl.third target.
18089      Branch: perl
18090            ! Makefile.SH
18091 ____________________________________________________________________________
18092 [  9188] By: jhi                                   on 2001/03/17  18:46:00
18093         Log: Integrate perlio.
18094      Branch: perl
18095           +> utfebcdic.h
18096           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
18097 ____________________________________________________________________________
18098 [  9187] By: jhi                                   on 2001/03/17  18:38:47
18099         Log: Add a make rule for perl.third (the Third Degree memory debugging
18100              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
18101      Branch: perl
18102            ! Makefile.SH
18103 ____________________________________________________________________________
18104 [  9186] By: nick                                  on 2001/03/17  18:34:48
18105         Log: MANIFEST addition :-(
18106      Branch: perlio
18107            ! MANIFEST
18108 ____________________________________________________________________________
18109 [  9185] By: nick                                  on 2001/03/17  18:29:50
18110         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
18111              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
18112              a superset of ASCII are invariant under the encoding. This is EBCDIC
18113              friendly as an encoded string can be looked at as being EBCDIC by lexer
18114              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
18115              ASCII on ASCII machines.
18116              
18117              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
18118              seperate.
18119              - Add some more macros to comprehend different shift amounts and
18120              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
18121              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
18122              and conditionaly #include it.
18123              
18124              EBCDIC build as yet untested.  ASCII still fails the one test.
18125      Branch: perlio
18126            + utfebcdic.h
18127            ! utf8.c utf8.h
18128 ____________________________________________________________________________
18129 [  9184] By: nick                                  on 2001/03/17  17:44:16
18130         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
18131      Branch: perlio
18132            ! doop.c perl.h pp.c utf8.h
18133 ____________________________________________________________________________
18134 [  9183] By: jhi                                   on 2001/03/17  15:55:42
18135         Log: Integrate perlio.
18136      Branch: perl
18137            ! MANIFEST
18138           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
18139 ____________________________________________________________________________
18140 [  9182] By: nick                                  on 2001/03/17  09:16:06
18141         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
18142      Branch: perlio
18143            ! t/op/pat.t
18144 ____________________________________________________________________________
18145 [  9181] By: nick                                  on 2001/03/17  09:15:11
18146         Log: Integrate mainline.
18147      Branch: perlio
18148           +> lib/Locale/Constants.pm lib/Locale/Country.pm
18149           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
18150           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
18151           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
18152           !> (integrate 83 files)
18153 ____________________________________________________________________________
18154 [  9180] By: nick                                  on 2001/03/16  17:23:21
18155         Log: EBCDIC Fixes.
18156      Branch: perlio
18157            ! perl.h sv.c toke.c utf8.c utf8.h
18158 ____________________________________________________________________________
18159 [  9179] By: jhi                                   on 2001/03/16  14:10:12
18160         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
18161              a change needed to work around an AIX compiler bug.
18162      Branch: perl
18163            ! ext/Storable/Storable.xs
18164 ____________________________________________________________________________
18165 [  9178] By: jhi                                   on 2001/03/16  03:19:59
18166         Log: With Damian's approval synchronize damian's modules'
18167              licensing with Perl's standard module licensing.
18168      Branch: perl
18169            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
18170 ____________________________________________________________________________
18171 [  9177] By: jhi                                   on 2001/03/16  03:15:34
18172         Log: Make the Filter::Util:Call files have their own copies
18173              of the Perl standard module licensing, from Paul Marquess.
18174      Branch: perl
18175            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
18176 ____________________________________________________________________________
18177 [  9176] By: jhi                                   on 2001/03/16  02:56:04
18178         Log: Subject: [PATCH] more pod patches
18179              From: Michael Stevens <michael@etla.org>
18180              Date: Thu, 15 Mar 2001 21:25:18 +0000
18181              Message-ID: <20010315212518.A18870@firedrake.org>
18182      Branch: perl
18183            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
18184            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
18185            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
18186            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
18187            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
18188            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
18189            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
18190            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
18191            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
18192            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
18193            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
18194            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
18195            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
18196            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
18197            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
18198            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
18199            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
18200            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
18201            ! lib/Locale/Country.pm lib/Locale/Language.pm
18202            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
18203            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
18204            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
18205            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
18206            ! os2/OS2/Process/Process.pm
18207 ____________________________________________________________________________
18208 [  9175] By: jhi                                   on 2001/03/16  02:53:32
18209         Log: Subject: [PATCH] the uncontroversial doc patches
18210              From: Michael Stevens <michael@etla.org>
18211              Date: Thu, 15 Mar 2001 20:01:12 +0000
18212              Message-ID: <20010315200112.A7636@firedrake.org>
18213      Branch: perl
18214            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
18215            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
18216            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
18217            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
18218            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
18219 ____________________________________________________________________________
18220 [  9174] By: jhi                                   on 2001/03/16  02:50:49
18221         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
18222              From: Paul Lindner <lindner@inuus.com>
18223              Date: Fri, 16 Mar 2001 11:28:03 -0800
18224              Message-ID: <20010316112803.A7577@inuus.com>
18225      Branch: perl
18226            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
18227 ____________________________________________________________________________
18228 [  9173] By: nick                                  on 2001/03/15  20:21:03
18229         Log: 1st day's EBCDIC fixes:
18230              - toke.c's parsing of strings needed attention
18231              needed to conditionally e2a if string was already UTF-8
18232              - e2a/a2e tables where wrong way round.
18233              - new macros in utf8.h
18234      Branch: perlio
18235            ! perl.h toke.c utf8.h
18236 ____________________________________________________________________________
18237 [  9172] By: jhi                                   on 2001/03/15  15:17:17
18238         Log: Update Changes.
18239      Branch: perl
18240            ! Changes patchlevel.h
18241 ____________________________________________________________________________
18242 [  9171] By: jhi                                   on 2001/03/15  15:09:32
18243         Log: Subject: Re: Another Borland C++ problem.
18244              From: "Vadim Konovalov" <watman@inbox.ru>
18245              Date: Sat, 10 Mar 2001 19:26:07 +0300
18246              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
18247              
18248              Borland filename case problem.
18249      Branch: perl
18250            + win32/sncfnmcs.pl
18251            ! MANIFEST README.win32
18252 ____________________________________________________________________________
18253 [  9170] By: jhi                                   on 2001/03/15  14:54:23
18254         Log: Add Locale::Codes 1.06, from Neil Bowers.
18255      Branch: perl
18256            + lib/Locale/Constants.pm lib/Locale/Country.pm
18257            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
18258            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
18259            + t/lib/lc-language.t t/lib/lc-uk.t
18260            ! MANIFEST
18261 ____________________________________________________________________________
18262 [  9169] By: jhi                                   on 2001/03/15  14:19:01
18263         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
18264      Branch: perl
18265            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
18266            ! ext/Storable/Storable.xs
18267 ____________________________________________________________________________
18268 [  9168] By: jhi                                   on 2001/03/15  14:13:22
18269         Log: Integrate changes #9120,9167 from mainline to maintperl.
18270              
18271              Subject: [PATCH 5.6.1] OS/2 docs
18272              
18273              Subject: [PATCH 5.6.1] perldoc
18274      Branch: maint-5.6/perl
18275           !> os2/Changes utils/perldoc.PL
18276 ____________________________________________________________________________
18277 [  9167] By: jhi                                   on 2001/03/15  14:07:42
18278         Log: Subject: [PATCH 5.6.1] perldoc
18279              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18280              Date: Wed, 14 Mar 2001 23:46:52 -0500
18281              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
18282      Branch: perl
18283            ! utils/perldoc.PL
18284 ____________________________________________________________________________
18285 [  9166] By: jhi                                   on 2001/03/15  13:53:15
18286         Log: sigaction test condition tweakage.
18287      Branch: perl
18288            ! t/lib/sigaction.t
18289 ____________________________________________________________________________
18290 [  9165] By: alanbur                               on 2001/03/15  03:49:17
18291         Log: Resynchronised with parent
18292      Branch: maint-5.6/pureperl
18293           +> os2/os2add.sym t/op/anonsub.t
18294           !> (integrate 72 files)
18295 ____________________________________________________________________________
18296 [  9164] By: jhi                                   on 2001/03/15  01:05:01
18297         Log: Avoid stomping off the beginning of an array in tr///.
18298      Branch: perl
18299            ! op.c
18300 ____________________________________________________________________________
18301 [  9163] By: jhi                                   on 2001/03/15  00:58:57
18302         Log: h2ph strictness and cleanliness from Kurt Starsinic.
18303      Branch: perl
18304            ! utils/h2ph.PL
18305 ____________________________________________________________________________
18306 [  9162] By: gsar                                  on 2001/03/15  00:56:53
18307         Log: avoid warnings
18308      Branch: maint-5.6/perl
18309            ! t/op/magic.t
18310 ____________________________________________________________________________
18311 [  9161] By: gsar                                  on 2001/03/15  00:52:09
18312         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
18313              results
18314      Branch: maint-5.6/perl
18315            ! t/op/magic.t
18316 ____________________________________________________________________________
18317 [  9160] By: jhi                                   on 2001/03/14  22:02:10
18318         Log: Do not use the Perl malloc in IRIX, suggested by
18319              Helmus Jarausch.
18320      Branch: perl
18321            ! hints/irix_6.sh
18322 ____________________________________________________________________________
18323 [  9159] By: nick                                  on 2001/03/14  21:45:59
18324         Log: Integrate mainline
18325      Branch: perlio
18326           +> t/op/loopctl.t
18327           !> (integrate 41 files)
18328 ____________________________________________________________________________
18329 [  9158] By: jhi                                   on 2001/03/14  21:10:09
18330         Log: The Day of the Retractions continues: the #9138
18331              (integrated in #9144) doesn't work well in mainline.
18332      Branch: perl
18333            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
18334            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
18335            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
18336 ____________________________________________________________________________
18337 [  9157] By: jhi                                   on 2001/03/14  20:58:12
18338         Log: The #9145 CANNOT be enabled: the clear_pmop code still
18339              dumps core all over in Tru64.
18340      Branch: perl
18341            ! op.c op.h t/op/pat.t
18342 ____________________________________________________________________________
18343 [  9156] By: jhi                                   on 2001/03/14  20:48:06
18344         Log: Integrate change #9154 from maintperl to mainline.
18345              
18346              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
18347              (caused Storable 1.0.10 to break on windows)
18348      Branch: perl
18349           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
18350           !> perlapi.c proto.h
18351 ____________________________________________________________________________
18352 [  9155] By: jhi                                   on 2001/03/14  20:23:53
18353         Log: Retract #9136: breaks threading (and binary compatibility).
18354      Branch: perl
18355            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
18356 ____________________________________________________________________________
18357 [  9154] By: gsar                                  on 2001/03/14  17:48:18
18358         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
18359              (caused Storable 1.0.10 to break on windows)
18360      Branch: maint-5.6/perl
18361            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
18362            ! perlapi.c proto.h
18363 ____________________________________________________________________________
18364 [  9153] By: jhi                                   on 2001/03/14  13:35:21
18365         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
18366      Branch: perl
18367            ! t/lib/sigaction.t
18368 ____________________________________________________________________________
18369 [  9152] By: gsar                                  on 2001/03/14  07:29:40
18370         Log: back out changes#9012,9010,9009 and parts of change#9016
18371              (causes ABRs under purify, and some prerequisites don't
18372              seem to be there in 5.6.x)
18373      Branch: maint-5.6/perl
18374            ! doop.c op.c t/op/tr.t toke.c
18375 ____________________________________________________________________________
18376 [  9151] By: gsar                                  on 2001/03/14  07:01:29
18377         Log: reenable change#9145 (the test was busted due to a missing
18378              C<print "ok 27\n">)
18379      Branch: perl
18380            ! op.c op.h t/op/pat.t
18381 ____________________________________________________________________________
18382 [  9150] By: jhi                                   on 2001/03/14  06:38:36
18383         Log: Retract #9145.
18384      Branch: perl
18385            ! op.c op.h t/op/pat.t
18386 ____________________________________________________________________________
18387 [  9149] By: jhi                                   on 2001/03/14  06:14:56
18388         Log: Retract #9143.
18389      Branch: perl
18390            ! op.c
18391 ____________________________________________________________________________
18392 [  9148] By: gsar                                  on 2001/03/14  06:13:02
18393         Log: Uninitialized Memory Read in regexec.c
18394      Branch: perl
18395            ! regexec.c
18396 ____________________________________________________________________________
18397 [  9147] By: jhi                                   on 2001/03/14  04:59:54
18398         Log: Subject: PATCH: make goto work in nested eval ""
18399              From: Robin Houston <robin@kitsite.com>
18400              Date: Wed, 14 Mar 2001 04:16:10 +0000
18401              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
18402      Branch: perl
18403            ! pp_ctl.c t/op/goto.t
18404 ____________________________________________________________________________
18405 [  9146] By: jhi                                   on 2001/03/14  04:42:54
18406         Log: Preserve the #ifdef PERL_CORE in perly.h.
18407      Branch: perl
18408            ! perly.fixer
18409 ____________________________________________________________________________
18410 [  9145] By: jhi                                   on 2001/03/14  03:57:41
18411         Log: (Retracted by #9150.)
18412      Branch: perl
18413            ! op.c op.h t/op/pat.t
18414 ____________________________________________________________________________
18415 [  9144] By: jhi                                   on 2001/03/14  03:50:38
18416         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
18417              
18418              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
18419              
18420              remove squelch controls for "Scalars leaked" messages in most places
18421              (these are now cured)
18422              
18423              fix another memory leak reported by purify (tie callbacks that
18424              croak can leak when wiping out magic)
18425      Branch: perl
18426           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
18427           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
18428           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
18429           !> t/pragma/warnings.t
18430 ____________________________________________________________________________
18431 [  9143] By: jhi                                   on 2001/03/14  03:37:53
18432         Log: (Retracted by #9149.)
18433      Branch: perl
18434            ! op.c
18435 ____________________________________________________________________________
18436 [  9142] By: gsar                                  on 2001/03/14  03:20:48
18437         Log: fix another memory leak reported by purify (tie callbacks that
18438              croak can leak when wiping out magic)
18439      Branch: maint-5.6/perl
18440            ! scope.c
18441 ____________________________________________________________________________
18442 [  9141] By: jhi                                   on 2001/03/14  02:55:00
18443         Log: Subject: PATCH for [ID 20010305.003]
18444              From: Robin Houston <robin@kitsite.com>
18445              Date: Wed, 14 Mar 2001 02:45:51 +0000
18446              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
18447      Branch: perl
18448            ! pp_ctl.c t/op/eval.t
18449 ____________________________________________________________________________
18450 [  9140] By: jhi                                   on 2001/03/14  02:41:54
18451         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
18452              Date: Wed, 14 Mar 2001 01:52:51 +0000
18453              From: Robin Houston <robin@kitsite.com>
18454              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
18455              
18456              Fix for 2000313.004.
18457      Branch: perl
18458            ! pp_ctl.c t/op/goto.t
18459 ____________________________________________________________________________
18460 [  9139] By: jhi                                   on 2001/03/14  02:40:50
18461         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
18462              From: Robin Houston <robin@kitsite.com>
18463              Date: Wed, 14 Mar 2001 00:43:45 +0000
18464              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
18465      Branch: perl
18466            + t/op/loopctl.t
18467            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
18468            ! vms/perly_c.vms
18469 ____________________________________________________________________________
18470 [  9138] By: gsar                                  on 2001/03/14  01:18:00
18471         Log: remove squelch controls for "Scalars leaked" messages in most places
18472              (these are now cured)
18473      Branch: maint-5.6/perl
18474            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
18475            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
18476            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
18477 ____________________________________________________________________________
18478 [  9137] By: gsar                                  on 2001/03/14  00:57:04
18479         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
18480      Branch: maint-5.6/perl
18481            ! regcomp.c
18482 ____________________________________________________________________________
18483 [  9136] By: jhi                                   on 2001/03/13  23:12:24
18484         Log: (Retracted by #9155)
18485              
18486              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
18487              From: Jens-Uwe Mager <jum@helios.de>
18488              Date: Wed, 21 Feb 2001 21:32:04 +0100
18489              Message-ID: <20010221213203.A18340@ans.helios.de>
18490      Branch: perl
18491            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
18492 ____________________________________________________________________________
18493 [  9135] By: jhi                                   on 2001/03/13  22:50:05
18494         Log: Integrate perlio.
18495      Branch: perl
18496           !> pp.c
18497 ____________________________________________________________________________
18498 [  9134] By: jhi                                   on 2001/03/13  22:49:05
18499         Log: Integrate change #9131 from maintperl into mainline.
18500              
18501              make the error text look more consistent in hints/hpux.sh
18502      Branch: perl
18503           !> hints/hpux.sh
18504 ____________________________________________________________________________
18505 [  9133] By: gsar                                  on 2001/03/13  22:46:20
18506         Log: integrate change#9067 from mainline
18507              
18508              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
18509      Branch: maint-5.6/perl
18510           !> lib/ExtUtils/MM_Unix.pm
18511 ____________________________________________________________________________
18512 [  9132] By: jhi                                   on 2001/03/13  22:41:21
18513         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
18514              From: "John P. Linderman" <jpl@research.att.com>
18515              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
18516              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
18517              
18518              A more correct prime finder.
18519      Branch: perl
18520            ! lib/Tie/SubstrHash.pm
18521 ____________________________________________________________________________
18522 [  9131] By: gsar                                  on 2001/03/13  22:30:42
18523         Log: make the error text look more consistent in hints/hpux.sh
18524      Branch: maint-5.6/perl
18525            ! hints/hpux.sh
18526 ____________________________________________________________________________
18527 [  9130] By: jhi                                   on 2001/03/13  22:23:44
18528         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
18529              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18530              Date: Tue, 13 Mar 2001 18:41:26 +0100
18531              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
18532              
18533              If the test is run non-interactively the default handler
18534              is different.
18535      Branch: perl
18536            ! t/lib/sigaction.t
18537 ____________________________________________________________________________
18538 [  9129] By: jhi                                   on 2001/03/13  22:20:21
18539         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
18540              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18541              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
18542              Date:     Tue, 13 Mar 2001 16:44:32 EST
18543      Branch: perl
18544            ! t/lib/1_compile.t
18545 ____________________________________________________________________________
18546 [  9128] By: jhi                                   on 2001/03/13  22:18:34
18547         Log: Subject: Another patch for integer.pm POD 
18548              From: "John L. Allen" <allen@grumman.com>
18549              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
18550              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
18551      Branch: perl
18552            ! lib/integer.pm
18553 ____________________________________________________________________________
18554 [  9127] By: nick                                  on 2001/03/13  21:26:30
18555         Log: Integrate mainline.
18556      Branch: perlio
18557           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
18558           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
18559           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
18560           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
18561           !> Changes Configure MANIFEST README.os2 README.os390
18562           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
18563           !> os2/Changes patchlevel.h win32/perlhost.h
18564 ____________________________________________________________________________
18565 [  9126] By: nick                                  on 2001/03/13  20:39:51
18566         Log: #ifdef'ed out code to make packed side of pack/unpack
18567              octets. (i.e. pack('U') => encode_utf8).
18568      Branch: perlio
18569            ! pp.c
18570 ____________________________________________________________________________
18571 [  9125] By: jhi                                   on 2001/03/13  15:07:16
18572         Log: Update Changes.
18573      Branch: perl
18574            ! Changes patchlevel.h
18575 ____________________________________________________________________________
18576 [  9124] By: jhi                                   on 2001/03/13  14:22:45
18577         Log: Workaround for the buggy ("internal compiler error")
18578              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
18579              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
18580              of Andreas König.
18581      Branch: perl
18582            ! ext/re/Makefile.PL hints/aix.sh
18583 ____________________________________________________________________________
18584 [  9123] By: jhi                                   on 2001/03/13  03:24:34
18585         Log: Typo in #9114.
18586      Branch: metaconfig
18587            ! U/modified/myhostname.U
18588 ____________________________________________________________________________
18589 [  9122] By: jhi                                   on 2001/03/13  03:24:06
18590         Log: Typo in #9113.
18591      Branch: perl
18592            ! Configure
18593 ____________________________________________________________________________
18594 [  9121] By: jhi                                   on 2001/03/13  01:53:05
18595         Log: Forgot to check-in the larger part of #9120, duh.
18596      Branch: perl
18597            ! README.os2
18598 ____________________________________________________________________________
18599 [  9120] By: jhi                                   on 2001/03/13  01:51:31
18600         Log: Subject: [PATCH 5.6.1] OS/2 docs
18601              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18602              Date: Mon, 12 Mar 2001 03:27:32 -0500
18603              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
18604      Branch: perl
18605            ! os2/Changes
18606 ____________________________________________________________________________
18607 [  9119] By: jhi                                   on 2001/03/13  01:49:41
18608         Log: Integrate change #9116 from maintperl into mainline.
18609              
18610              Win32::GetCwd() returns C: instead of C:\ in the root directory
18611              under ithreads
18612      Branch: perl
18613           !> win32/perlhost.h
18614 ____________________________________________________________________________
18615 [  9118] By: jhi                                   on 2001/03/13  01:13:39
18616         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
18617      Branch: perl
18618            + lib/Switch.pm t/lib/switch.t
18619            ! MANIFEST
18620 ____________________________________________________________________________
18621 [  9117] By: jhi                                   on 2001/03/13  01:03:17
18622         Log: Add Text::Balanced 1.83.
18623      Branch: perl
18624            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
18625            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
18626            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
18627            + t/lib/tb-xvari.t
18628            ! MANIFEST
18629 ____________________________________________________________________________
18630 [  9116] By: gsar                                  on 2001/03/13  00:55:53
18631         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
18632              under ithreads
18633      Branch: maint-5.6/perl
18634            ! win32/perlhost.h
18635 ____________________________________________________________________________
18636 [  9115] By: jhi                                   on 2001/03/13  00:54:09
18637         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
18638              From: "John L. Allen" <allen@grumman.com>
18639              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
18640              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
18641              
18642              use integer document clarification.
18643      Branch: perl
18644            ! lib/integer.pm
18645 ____________________________________________________________________________
18646 [  9114] By: jhi                                   on 2001/03/13  00:38:54
18647         Log: Metaconfig unit change for #9113.
18648      Branch: metaconfig
18649            ! U/modified/myhostname.U
18650 ____________________________________________________________________________
18651 [  9113] By: jhi                                   on 2001/03/13  00:38:35
18652         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?)
18653              From: Peter Prymmer <pvhp@forte.com>
18654              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
18655              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
18656      Branch: perl
18657            ! Configure README.os390 hints/os390.sh
18658 ____________________________________________________________________________
18659 [  9112] By: jhi                                   on 2001/03/13  00:29:00
18660         Log: Integrate perlio.
18661      Branch: perl
18662           !> sv.c utf8.h
18663 ____________________________________________________________________________
18664 [  9111] By: nick                                  on 2001/03/12  21:16:33
18665         Log: Integrate mainline.
18666      Branch: perlio
18667           +> t/op/anonsub.t
18668           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
18669           !> proto.h sv.c
18670 ____________________________________________________________________________
18671 [  9110] By: nick                                  on 2001/03/12  21:00:13
18672         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
18673      Branch: perlio
18674            ! sv.c utf8.h
18675 ____________________________________________________________________________
18676 [  9109] By: jhi                                   on 2001/03/12  16:04:47
18677         Log: Integrate change #9108 from maintperl to mainline.
18678              
18679              fix memory leak in C<sub X { sub {} }> arising from a refcount
18680              loop between the outer sub and the inner prototype anonsub
18681              
18682              this also enables closures returned by subroutines that
18683              subsequently get redefined to work without generating coredumps :)
18684              
18685              completely removed the free_closures() hack--it shouldn't be
18686              needed anymore
18687      Branch: perl
18688           +> t/op/anonsub.t
18689           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
18690           !> proto.h sv.c
18691 ____________________________________________________________________________
18692 [  9108] By: gsar                                  on 2001/03/12  10:21:31
18693         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
18694              loop between the outer sub and the inner prototype anonsub
18695              
18696              this also enables closures returned by subroutines that
18697              subsequently get redefined to work without generating coredumps :)
18698              
18699              completely removed the free_closures() hack--it shouldn't be
18700              needed anymore
18701      Branch: maint-5.6/perl
18702            + t/op/anonsub.t
18703            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
18704            ! proto.h sv.c
18705 ____________________________________________________________________________
18706 [  9107] By: jhi                                   on 2001/03/12  05:15:31
18707         Log: Integrate perlio.
18708      Branch: perl
18709           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
18710 ____________________________________________________________________________
18711 [  9106] By: nick                                  on 2001/03/11  20:10:12
18712         Log: regcomp.c is working in native space, not Unicode space (if different)
18713              as it is doing compare against 'W' in \W etc.
18714      Branch: perlio
18715            ! regcomp.c
18716 ____________________________________________________________________________
18717 [  9105] By: nick                                  on 2001/03/11  19:39:34
18718         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
18719              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
18720      Branch: perlio
18721            ! regcomp.c toke.c utf8.c
18722 ____________________________________________________________________________
18723 [  9104] By: nick                                  on 2001/03/11  18:15:44
18724         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
18725      Branch: perlio
18726            ! sv.c
18727 ____________________________________________________________________________
18728 [  9103] By: nick                                  on 2001/03/11  18:03:28
18729         Log: Integrate mainline (for regexp stuff).
18730      Branch: perlio
18731           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
18732           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
18733           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
18734           !> t/lib/errno.t t/op/pat.t
18735 ____________________________________________________________________________
18736 [  9102] By: nick                                  on 2001/03/11  17:44:20
18737         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
18738              - exclude layer syms in makedef.pl for sfio
18739              - also inhibit Encode from trying to build ":encode()" layer.
18740      Branch: perlio
18741            ! ext/Encode/Encode.xs makedef.pl
18742 ____________________________________________________________________________
18743 [  9101] By: jhi                                   on 2001/03/10  22:38:13
18744         Log: The $Is_MacOS needs to be declared.
18745      Branch: perl
18746            ! lib/ExtUtils/Manifest.pm
18747 ____________________________________________________________________________
18748 [  9100] By: jhi                                   on 2001/03/10  22:14:29
18749         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
18750              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
18751              pollute the symbolspace if using sfio.
18752      Branch: perl
18753            ! ext/Encode/Encode.xs
18754 ____________________________________________________________________________
18755 [  9099] By: jhi                                   on 2001/03/10  21:58:48
18756         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
18757              Date: Sat, 10 Mar 2001 14:23:55 -0500
18758              From: Chris Nandor <pudge@pobox.com>
18759              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
18760      Branch: perl
18761            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
18762            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
18763            ! t/lib/errno.t
18764 ____________________________________________________________________________
18765 [  9098] By: jhi                                   on 2001/03/10  21:38:30
18766         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
18767      Branch: perl
18768            ! regcomp.c regexec.c t/op/pat.t
18769 ____________________________________________________________________________
18770 [  9097] By: jhi                                   on 2001/03/10  14:38:07
18771         Log: Integrate perlio.
18772      Branch: perl
18773           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
18774           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
18775           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
18776 ____________________________________________________________________________
18777 [  9096] By: nick                                  on 2001/03/10  11:55:43
18778         Log: EBCDIC sanity - phase I
18779              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
18780              - use utf8n_xxxx (c.f. pvn) for forms which take length.
18781              - back out vN.N and $^V exceptions to e2a/a2e
18782              - make "locale" isxxx macros be uvchr (may be redundant?)
18783              
18784              Not clear yet that toUPPER_uni et. al. return being handled correctly.
18785              The tr// and rexexp stuff still needs an audit, assumption is they are working
18786              in Unicode space.
18787              
18788              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
18789      Branch: perlio
18790            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
18791            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
18792            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
18793 ____________________________________________________________________________
18794 [  9095] By: jhi                                   on 2001/03/09  22:10:01
18795         Log: Integrate perlio.
18796      Branch: perl
18797           !> dump.c
18798 ____________________________________________________________________________
18799 [  9094] By: nick                                  on 2001/03/09  17:36:38
18800         Log: Builds an passes all tests after integrate and this tweak.
18801      Branch: perlio
18802            ! dump.c
18803 ____________________________________________________________________________
18804 [  9093] By: nick                                  on 2001/03/09  17:16:03
18805         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
18806      Branch: perlio
18807           +> lib/unicode/Scripts.txt t/lib/sigaction.t
18808           !> (integrate 79 files)
18809 ____________________________________________________________________________
18810 [  9092] By: jhi                                   on 2001/03/09  15:28:26
18811         Log: Update Changes.
18812      Branch: perl
18813            ! Changes patchlevel.h
18814 ____________________________________________________________________________
18815 [  9091] By: jhi                                   on 2001/03/09  15:25:05
18816         Log: In op/stat #35 better to scan all the potential directories
18817              for setuids, not just the first one.
18818      Branch: perl
18819            ! t/op/stat.t
18820 ____________________________________________________________________________
18821 [  9090] By: jhi                                   on 2001/03/09  15:01:27
18822         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
18823              From: rspier@pobox.com (Robert Spier)
18824              Date: Fri, 9 Mar 2001 03:30:20 -0500
18825              Message-ID: <15016.38044.381174.160189@rls.cx>
18826              
18827              EXISTS() returning undef mistakenly triggered a FETCH().
18828      Branch: perl
18829            ! hv.c
18830 ____________________________________________________________________________
18831 [  9089] By: jhi                                   on 2001/03/09  14:59:02
18832         Log: Add /sbin and /usr/sbin to the list of directories scanned
18833              for setuid programs.  Takes care of bug id 20010309.003.
18834      Branch: perl
18835            ! t/op/stat.t
18836 ____________________________________________________________________________
18837 [  9088] By: jhi                                   on 2001/03/09  14:48:32
18838         Log: Regen perlapi, perltoc.
18839      Branch: perl
18840            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
18841 ____________________________________________________________________________
18842 [  9087] By: jhi                                   on 2001/03/09  14:38:56
18843         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
18844              From: David Mitchell <davem@fdgroup.co.uk>
18845              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
18846              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
18847      Branch: perl
18848            ! dump.c perl.c perl.h pod/perlrun.pod
18849 ____________________________________________________________________________
18850 [  9086] By: jhi                                   on 2001/03/09  01:47:16
18851         Log: A modified version of
18852              
18853              Subject: [ID 20010307.005] POSIX::sigaction has various problems
18854              From: anders@broadcom.com
18855              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
18856              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
18857              
18858              Currently the sigaction.t test #6 fails (and is fudged to look
18859              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
18860              This may well be a genuine bug in Linux sigaction() (since at
18861              least Tru64, Solaris, and HP-UX disagree with Linux).
18862              Anyone with POSIX / SUSv2 tome handy?  The problem is that
18863              the flags of the oldaction don't match with the flags in
18864              the previously installed disposition.
18865      Branch: perl
18866            + t/lib/sigaction.t
18867            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
18868 ____________________________________________________________________________
18869 [  9085] By: jhi                                   on 2001/03/09  01:30:13
18870         Log: Subject: Re: mission impossible for the day
18871              From: Alex Gough <alex@rcon.org>
18872              Date: Thu, 08 Mar 2001 17:18:19 +0000
18873              Message-ID: <3AA7BEDB.8070409@rcon.org>
18874              
18875              If references (are overloaded) and can be directly stringified,
18876              show that instead of "stringified".
18877              
18878              (The problem, infinite mutual recursion caused by overloaded bool
18879              in Switch.pm, tracked by David Mitchell)
18880      Branch: perl
18881            ! lib/Carp/Heavy.pm
18882 ____________________________________________________________________________
18883 [  9084] By: jhi                                   on 2001/03/09  01:20:39
18884         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
18885              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
18886              From: David Mitchell <davem@fdgroup.co.uk>
18887              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
18888      Branch: perl
18889            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
18890            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
18891 ____________________________________________________________________________
18892 [  9083] By: jhi                                   on 2001/03/09  01:16:51
18893         Log: Subject: [PATCH] perldata.pod here-doc docs
18894              From: Jeff Pinyan <jeffp@crusoe.net>
18895              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
18896              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
18897      Branch: perl
18898            ! pod/perldata.pod
18899 ____________________________________________________________________________
18900 [  9082] By: jhi                                   on 2001/03/09  01:01:27
18901         Log: Subject: Re: Unicode/EBCDIC
18902              From: Peter Prymmer <pvhp@forte.com>
18903              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
18904              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
18905      Branch: perl
18906            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
18907 ____________________________________________________________________________
18908 [  9081] By: jhi                                   on 2001/03/08  13:41:30
18909         Log: Subject: Ooops, wrong 'no *POSIX' Patch
18910              From: Dorner Thomas <Thomas.Dorner@start.de>
18911              Date: Thu, 8 Mar 2001 08:43:28 +0100
18912              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
18913      Branch: perl
18914            ! hints/posix-bc.sh
18915 ____________________________________________________________________________
18916 [  9080] By: jhi                                   on 2001/03/08  13:11:42
18917         Log: It's Scripts.txt, not Script.txt.
18918      Branch: perl
18919            ! MANIFEST
18920 ____________________________________________________________________________
18921 [  9079] By: jhi                                   on 2001/03/08  12:59:05
18922         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
18923              From: Dorner Thomas <Thomas.Dorner@start.de>
18924              Date: Wed, 7 Mar 2001 14:13:31 +0100
18925              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
18926      Branch: perl
18927            ! makedepend.SH
18928 ____________________________________________________________________________
18929 [  9078] By: jhi                                   on 2001/03/08  12:57:43
18930         Log: Retract #9069, wrong patch.
18931      Branch: perl
18932            ! Makefile.SH
18933 ____________________________________________________________________________
18934 [  9077] By: jhi                                   on 2001/03/08  01:06:13
18935         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
18936      Branch: perl
18937            + lib/unicode/Scripts.txt
18938            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
18939            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
18940            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
18941            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
18942            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
18943            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
18944            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
18945            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
18946            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
18947            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
18948            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
18949            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
18950            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
18951            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
18952            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
18953            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
18954            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
18955            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
18956            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
18957            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
18958            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
18959            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
18960            ! lib/unicode/version
18961 ____________________________________________________________________________
18962 [  9076] By: jhi                                   on 2001/03/07  22:59:39
18963         Log: Integrate change #7784 from mainline into maintperl.
18964              
18965              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
18966      Branch: maint-5.6/perl
18967           !> pp_ctl.c t/op/pat.t
18968 ____________________________________________________________________________
18969 [  9075] By: jhi                                   on 2001/03/07  22:05:11
18970         Log: More UTF-8 test tweaks.
18971      Branch: perl
18972            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
18973 ____________________________________________________________________________
18974 [  9074] By: nick                                  on 2001/03/07  21:39:29
18975         Log: Integrate mainline.
18976      Branch: perlio
18977           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
18978           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
18979           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
18980           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
18981           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
18982 ____________________________________________________________________________
18983 [  9073] By: jhi                                   on 2001/03/07  16:37:09
18984         Log: Update Changes.
18985      Branch: perl
18986            ! Changes patchlevel.h
18987 ____________________________________________________________________________
18988 [  9072] By: jhi                                   on 2001/03/07  16:32:30
18989         Log: Subject: [ID 20010306.004] || != named unary operator
18990              From: abela@geneanet.org
18991              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
18992              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
18993      Branch: perl
18994            ! pod/perlop.pod
18995 ____________________________________________________________________________
18996 [  9071] By: jhi                                   on 2001/03/07  15:14:11
18997         Log: Subject: downgrading to bytes for common functions
18998              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
18999              Date: Wed, 7 Mar 2001 02:36:55 -0500
19000              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
19001      Branch: perl
19002            ! pp_sys.c
19003 ____________________________________________________________________________
19004 [  9070] By: jhi                                   on 2001/03/07  15:04:58
19005         Log: Clarify the description differentiating for and while; inspired by
19006              
19007              Subject: [ID 20010306.002] for/while difference in for definition
19008              From: abela@geneanet.org
19009              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
19010              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
19011      Branch: perl
19012            ! pod/perlsyn.pod
19013 ____________________________________________________________________________
19014 [  9069] By: jhi                                   on 2001/03/07  14:55:30
19015         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
19016              From: Dorner Thomas <Thomas.Dorner@start.de>
19017              Date: Wed, 7 Mar 2001 14:13:31 +0100
19018              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
19019      Branch: perl
19020            ! Makefile.SH
19021 ____________________________________________________________________________
19022 [  9068] By: jhi                                   on 2001/03/07  14:51:17
19023         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
19024              From: Radu Greab <radu@netsoft.ro>
19025              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
19026              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
19027      Branch: perl
19028            ! pp.c t/op/chop.t
19029 ____________________________________________________________________________
19030 [  9067] By: jhi                                   on 2001/03/07  14:48:57
19031         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
19032              From: Simon Cozens <simon@netthink.co.uk>
19033              Date: Wed, 7 Mar 2001 13:59:28 +0000
19034              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
19035              
19036              In order to allow MakeMaker to build correct Makefiles,
19037              you need to change the order of the arguments in MM_Unix.pm
19038              as well. (Unless you have C89_CCMODE set, but we're trying
19039              to be POSIXly correct)
19040              
19041              Thanks to Merijn Broeren for tracking this down.
19042      Branch: perl
19043            ! lib/ExtUtils/MM_Unix.pm
19044 ____________________________________________________________________________
19045 [  9066] By: jhi                                   on 2001/03/07  14:30:02
19046         Log: Floating point too messy.
19047      Branch: perl
19048            ! t/camel-III/vstring.t
19049 ____________________________________________________________________________
19050 [  9065] By: jhi                                   on 2001/03/07  14:17:44
19051         Log: Integrate change #9064 from maintperl into mainline.
19052              
19053              fix memory leak in pack("Bb",...)
19054      Branch: perl
19055           !> perl.c
19056 ____________________________________________________________________________
19057 [  9064] By: gsar                                  on 2001/03/07  06:29:24
19058         Log: fix memory leak in pack("Bb",...)
19059      Branch: maint-5.6/perl
19060            ! perl.c
19061 ____________________________________________________________________________
19062 [  9063] By: jhi                                   on 2001/03/07  00:55:04
19063         Log: Major utf8 test reorganisation and rewrite.
19064              Hopefully no tests were lost in the shuffle.
19065              (The beginning of pragma/utf8 was lost intentionally,
19066              the tests were rather bogus and incomplete.)
19067      Branch: perl
19068            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
19069            ! t/pragma/utf8.t
19070 ____________________________________________________________________________
19071 [  9062] By: jhi                                   on 2001/03/07  00:41:16
19072         Log: More tweakage on the Unicode character class descriptions.
19073      Branch: perl
19074            ! lib/unicode/mktables.PL pod/perlretut.pod
19075 ____________________________________________________________________________
19076 [  9061] By: jhi                                   on 2001/03/06  23:12:38
19077         Log: The perlretut was still talking about the old \p and \P
19078              definitions.
19079      Branch: perl
19080            ! pod/perlretut.pod
19081 ____________________________________________________________________________
19082 [  9060] By: nick                                  on 2001/03/06  20:52:37
19083         Log: Integrate mainline (make test works again now).
19084      Branch: perlio
19085           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
19086 ____________________________________________________________________________
19087 [  9059] By: jhi                                   on 2001/03/06  15:36:14
19088         Log: 0.999... does equal 1.0, doesn't it?
19089      Branch: perl
19090            ! t/camel-III/vstring.t
19091 ____________________________________________________________________________
19092 [  9058] By: jhi                                   on 2001/03/06  15:34:00
19093         Log: Make /x{abcd}/ to work without use utf8.
19094      Branch: perl
19095            ! regcomp.c
19096 ____________________________________________________________________________
19097 [  9057] By: jhi                                   on 2001/03/06  03:02:36
19098         Log: Easier to outcomment all the three reset() tests for now.
19099      Branch: perl
19100            ! t/op/pat.t
19101 ____________________________________________________________________________
19102 [  9056] By: jhi                                   on 2001/03/06  02:30:02
19103         Log: Comment out the deadly reset; until the 20010301.005
19104              is finally fixed.
19105      Branch: perl
19106            ! t/op/pat.t
19107 ____________________________________________________________________________
19108 [  9055] By: jhi                                   on 2001/03/06  02:21:26
19109         Log: Integrate the change #9054 from mainline:
19110              retract the PMOP cleanup patch pending further investigation.
19111      Branch: maint-5.6/perl
19112           !> op.c op.h
19113 ____________________________________________________________________________
19114 [  9054] By: jhi                                   on 2001/03/06  02:19:57
19115         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
19116              with oddly familiar stack traces.
19117      Branch: perl
19118            ! op.c op.h
19119 ____________________________________________________________________________
19120 [  9053] By: jhi                                   on 2001/03/05  23:20:28
19121         Log: Integrate perlio.
19122      Branch: perl
19123           +> ext/Encode/Encode/koi8-r.ucm
19124           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
19125           !> makedef.pl
19126 ____________________________________________________________________________
19127 [  9052] By: nick                                  on 2001/03/05  23:08:17
19128         Log: skipping USE_PERLIO symbols correction.
19129      Branch: perlio
19130            ! makedef.pl
19131 ____________________________________________________________________________
19132 [  9051] By: nick                                  on 2001/03/05  22:35:07
19133         Log: More Encode alias tidying.
19134      Branch: perlio
19135            + ext/Encode/Encode/koi8-r.ucm
19136            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
19137 ____________________________________________________________________________
19138 [  9050] By: jhi                                   on 2001/03/05  21:44:29
19139         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
19140              Sarathy's fix for ID 20010301.005.
19141      Branch: maint-5.6/perl
19142           !> op.c op.h
19143 ____________________________________________________________________________
19144 [  9049] By: nick                                  on 2001/03/05  19:54:04
19145         Log: Integrate Jarkko's Encode.pm tweak.
19146      Branch: perlio
19147           !> ext/Encode/Encode.pm
19148 ____________________________________________________________________________
19149 [  9048] By: nick                                  on 2001/03/05  19:47:57
19150         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
19151      Branch: perlio
19152           +> os2/os2add.sym
19153           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
19154           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
19155           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
19156           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
19157           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
19158 ____________________________________________________________________________
19159 [  9047] By: jhi                                   on 2001/03/05  19:25:26
19160         Log: Regen perlapi.
19161      Branch: perl
19162            ! pod/perlapi.pod
19163 ____________________________________________________________________________
19164 [  9046] By: jhi                                   on 2001/03/05  19:12:14
19165         Log: Integrate perlio.
19166      Branch: perl
19167           +> t/camel-III/vstring.t
19168           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
19169 ____________________________________________________________________________
19170 [  9045] By: jhi                                   on 2001/03/05  19:10:36
19171         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
19172      Branch: perl
19173            ! ext/Encode/Encode.pm
19174 ____________________________________________________________________________
19175 [  9044] By: jhi                                   on 2001/03/05  18:49:12
19176         Log: Forgot the other half of the PMOP patch (#9033).
19177      Branch: perl
19178            ! op.h
19179 ____________________________________________________________________________
19180 [  9043] By: nick                                  on 2001/03/05  18:14:47
19181         Log: Update MANIFEST for new test.
19182      Branch: perlio
19183            ! MANIFEST
19184 ____________________________________________________________________________
19185 [  9042] By: nick                                  on 2001/03/05  18:12:41
19186         Log: Some tests for Camel 3rd edition features.
19187              Make gethostbyaddr() test in above work.
19188      Branch: perlio
19189            + t/camel-III/vstring.t
19190            ! pp.h pp_sys.c t/TEST t/harness
19191 ____________________________________________________________________________
19192 [  9041] By: jhi                                   on 2001/03/05  17:41:48
19193         Log: Add more ISO 8859 encoding aliases.
19194      Branch: perl
19195            ! ext/Encode/Encode.pm
19196 ____________________________________________________________________________
19197 [  9040] By: jhi                                   on 2001/03/05  17:30:43
19198         Log: Integrate perlio.
19199      Branch: perl
19200           !> MANIFEST sv.c
19201 ____________________________________________________________________________
19202 [  9039] By: nick                                  on 2001/03/05  17:11:36
19203         Log: Missed added file.
19204      Branch: perlio
19205            ! MANIFEST
19206 ____________________________________________________________________________
19207 [  9038] By: jhi                                   on 2001/03/05  15:58:01
19208         Log: Add tr tests for EBCDIC, from Karsten Sperling.
19209      Branch: perl
19210            ! t/op/tr.t
19211 ____________________________________________________________________________
19212 [  9037] By: nick                                  on 2001/03/05  15:56:35
19213         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
19214              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
19215              
19216              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
19217              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
19218              - uses SvPV() rather than sv_2pv() in case it isn't a string.
19219      Branch: perlio
19220            ! sv.c
19221 ____________________________________________________________________________
19222 [  9036] By: jhi                                   on 2001/03/05  15:49:15
19223         Log: Add matching tests currently failing in EBCDIC,
19224              suggested by Karsten Sperling.
19225      Branch: perl
19226            ! t/op/pat.t
19227 ____________________________________________________________________________
19228 [  9035] By: jhi                                   on 2001/03/05  15:36:55
19229         Log: The #9034 needs a MANIFESTation.
19230      Branch: perl
19231            ! MANIFEST
19232 ____________________________________________________________________________
19233 [  9034] By: jhi                                   on 2001/03/05  15:35:14
19234         Log: Integrate perlio.
19235      Branch: perl
19236           +> ext/Encode/Encode/Tcl.pm
19237           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
19238           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
19239           !> ext/Encode/Encode/iso8859-1.ucm
19240           !> ext/Encode/Encode/iso8859-10.ucm
19241           !> ext/Encode/Encode/iso8859-13.ucm
19242           !> ext/Encode/Encode/iso8859-14.ucm
19243           !> ext/Encode/Encode/iso8859-15.ucm
19244           !> ext/Encode/Encode/iso8859-16.ucm
19245           !> ext/Encode/Encode/iso8859-2.ucm
19246           !> ext/Encode/Encode/iso8859-3.ucm
19247           !> ext/Encode/Encode/iso8859-4.ucm
19248           !> ext/Encode/Encode/iso8859-5.ucm
19249           !> ext/Encode/Encode/iso8859-6.ucm
19250           !> ext/Encode/Encode/iso8859-7.ucm
19251           !> ext/Encode/Encode/iso8859-8.ucm
19252           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
19253           !> t/lib/encode.t
19254 ____________________________________________________________________________
19255 [  9033] By: jhi                                   on 2001/03/05  15:33:18
19256         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
19257              From: Gurusamy Sarathy <gsar@ActiveState.com>
19258              Date: Sun, 04 Mar 2001 22:33:15 -0800
19259              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
19260              
19261              PMOPs need to remember their own stash so that they can
19262              gracefully remove themselves from their linked list.
19263      Branch: perl
19264            ! op.c
19265 ____________________________________________________________________________
19266 [  9032] By: nick                                  on 2001/03/05  14:51:50
19267         Log: Encode implementation "completion"
19268              Implement and document define_encoding()
19269              Implement and document encoding aliases including define_alias()
19270              Make Encode::XS use define_encoding() rather than back-door.
19271              Move run-time *.enc to separate Encode::Tcl module.
19272              Make 'compile' honour <codeset_name>
19273              Change canonical names of to iso-8859-* and US-ascii.
19274      Branch: perlio
19275            + ext/Encode/Encode/Tcl.pm
19276            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
19277            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
19278            ! ext/Encode/Encode/iso8859-1.ucm
19279            ! ext/Encode/Encode/iso8859-10.ucm
19280            ! ext/Encode/Encode/iso8859-13.ucm
19281            ! ext/Encode/Encode/iso8859-14.ucm
19282            ! ext/Encode/Encode/iso8859-15.ucm
19283            ! ext/Encode/Encode/iso8859-16.ucm
19284            ! ext/Encode/Encode/iso8859-2.ucm
19285            ! ext/Encode/Encode/iso8859-3.ucm
19286            ! ext/Encode/Encode/iso8859-4.ucm
19287            ! ext/Encode/Encode/iso8859-5.ucm
19288            ! ext/Encode/Encode/iso8859-6.ucm
19289            ! ext/Encode/Encode/iso8859-7.ucm
19290            ! ext/Encode/Encode/iso8859-8.ucm
19291            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
19292            ! t/lib/encode.t
19293 ____________________________________________________________________________
19294 [  9031] By: jhi                                   on 2001/03/05  13:51:17
19295         Log: Integrate change #9030 from maintperl into mainline.
19296              
19297              Subject: [PATCH 5.6.1] OS/2 cleanup
19298      Branch: perl
19299           +> os2/os2add.sym
19300           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
19301           !> makedef.pl os2/Changes os2/Makefile.SHs
19302           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
19303           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
19304           !> os2/os2.sym os2/os2ish.h
19305 ____________________________________________________________________________
19306 [  9030] By: jhi                                   on 2001/03/05  13:46:49
19307         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
19308              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19309              Date: Mon, 5 Mar 2001 02:29:44 -0500
19310              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
19311      Branch: maint-5.6/perl
19312            + os2/os2add.sym
19313            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
19314            ! makedef.pl os2/Changes os2/Makefile.SHs
19315            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
19316            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
19317            ! os2/os2.sym os2/os2ish.h
19318 ____________________________________________________________________________
19319 [  9029] By: jhi                                   on 2001/03/05  13:40:35
19320         Log: Integrate change #9028 from maintperl into mainline.
19321              
19322              various nits in MM_Unix.pm found by disabling SelfLoader
19323      Branch: perl
19324           !> lib/ExtUtils/MM_Unix.pm
19325 ____________________________________________________________________________
19326 [  9028] By: gsar                                  on 2001/03/05  09:58:38
19327         Log: various nits in MM_Unix.pm found by disabling SelfLoader
19328      Branch: maint-5.6/perl
19329            ! lib/ExtUtils/MM_Unix.pm
19330 ____________________________________________________________________________
19331 [  9027] By: nick                                  on 2001/03/05  08:35:22
19332         Log: Integrate mainline
19333      Branch: perlio
19334           !> (integrate 28 files)
19335 ____________________________________________________________________________
19336 [  9026] By: jhi                                   on 2001/03/05  02:14:59
19337         Log: Integrate change #9025 from mainline to maintperl,
19338              retract \N{U+HHHH}.
19339      Branch: maint-5.6/perl
19340           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
19341           !> t/lib/charnames.t toke.c
19342 ____________________________________________________________________________
19343 [  9025] By: jhi                                   on 2001/03/05  02:13:09
19344         Log: Retracting \N{U+HHHH}.
19345      Branch: perl
19346            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
19347            ! t/lib/charnames.t toke.c
19348 ____________________________________________________________________________
19349 [  9024] By: jhi                                   on 2001/03/04  20:51:07
19350         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
19351              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
19352              Date: Fri, 02 Mar 2001 18:25:26 +0100
19353              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
19354              
19355              Casting problem.
19356      Branch: perl
19357            ! ext/Storable/Storable.xs
19358 ____________________________________________________________________________
19359 [  9023] By: jhi                                   on 2001/03/04  19:46:45
19360         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
19361              From: nick@talking.bollo.cx
19362              Date: Sat, 03 Mar 2001 21:41:33 +0000
19363              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
19364              
19365              Revert the workaround.
19366      Branch: perl
19367            ! perlio.c
19368 ____________________________________________________________________________
19369 [  9022] By: jhi                                   on 2001/03/04  19:36:28
19370         Log: Update Changes.
19371      Branch: perl
19372            ! Changes patchlevel.h
19373 ____________________________________________________________________________
19374 [  9021] By: jhi                                   on 2001/03/04  18:41:00
19375         Log: makedef.pl updates suggested by Chris Nandor; double-checking
19376              the changes in AIX, OS/2 Win32 would be nice.
19377      Branch: perl
19378            ! makedef.pl
19379 ____________________________________________________________________________
19380 [  9020] By: jhi                                   on 2001/03/04  18:23:58
19381         Log: Integrate change #9012 from maintperl into mainline,
19382              quench a compiler warning.
19383      Branch: perl
19384           !> toke.c
19385 ____________________________________________________________________________
19386 [  9019] By: jhi                                   on 2001/03/04  18:18:43
19387         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
19388              
19389              \N{U+HHHH} fix.
19390              
19391              pattern in G_ARRAY context
19392      Branch: maint-5.6/perl
19393           !> pp_hot.c t/op/pat.t toke.c
19394 ____________________________________________________________________________
19395 [  9018] By: jhi                                   on 2001/03/04  18:07:48
19396         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
19397              From: Jeff Pinyan <jeffp@crusoe.net>
19398              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
19399              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
19400      Branch: perl
19401            ! pp_hot.c t/op/pat.t
19402 ____________________________________________________________________________
19403 [  9017] By: jhi                                   on 2001/03/04  18:06:21
19404         Log: I thought I tested the #9014.
19405      Branch: perl
19406            ! toke.c
19407 ____________________________________________________________________________
19408 [  9016] By: jhi                                   on 2001/03/04  17:41:22
19409         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
19410              
19411              Tweak the get*ent() OS/2 prototypes.
19412              
19413              Add the \N{U+HHHH} syntax.
19414              
19415              More tr/// UTF-8 fixes from Inaba Hiroto.
19416      Branch: maint-5.6/perl
19417           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
19418           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
19419 ____________________________________________________________________________
19420 [  9015] By: jhi                                   on 2001/03/04  17:36:04
19421         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
19422      Branch: perl
19423            ! doop.c t/op/tr.t
19424 ____________________________________________________________________________
19425 [  9014] By: jhi                                   on 2001/03/04  17:24:49
19426         Log: Add the \N{U+HHHH} syntax.
19427      Branch: perl
19428            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
19429            ! t/lib/charnames.t toke.c
19430 ____________________________________________________________________________
19431 [  9013] By: jhi                                   on 2001/03/04  17:20:45
19432         Log: Tweak the get*ent() OS/2 prototypes.
19433      Branch: perl
19434            ! os2/os2.c
19435 ____________________________________________________________________________
19436 [  9012] By: gsar                                  on 2001/03/04  06:26:14
19437         Log: avoid warning (nit in change#9009)
19438      Branch: maint-5.6/perl
19439            ! toke.c
19440 ____________________________________________________________________________
19441 [  9011] By: gsar                                  on 2001/03/04  06:15:24
19442         Log: lib/charnames.t fails in 5.6.x because of older Unicode
19443              data
19444              
19445              TODO: need to revisit this after updating lib/unicode/...
19446      Branch: maint-5.6/perl
19447            ! t/lib/charnames.t
19448 ____________________________________________________________________________
19449 [  9010] By: gsar                                  on 2001/03/04  06:08:36
19450         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
19451      Branch: maint-5.6/perl
19452            ! toke.c
19453 ____________________________________________________________________________
19454 [  9009] By: jhi                                   on 2001/03/03  19:27:20
19455         Log: Integrate change #9008 from mainline to maintperl,
19456              UTF-8 tr/// fixes from Inaba Hiroto.
19457      Branch: maint-5.6/perl
19458           !> doop.c op.c t/op/tr.t toke.c
19459 ____________________________________________________________________________
19460 [  9008] By: jhi                                   on 2001/03/03  19:19:42
19461         Log: UTF8 tr/// fixes from Inaba Hiroto.
19462      Branch: perl
19463            ! doop.c op.c t/op/tr.t toke.c
19464 ____________________________________________________________________________
19465 [  9007] By: jhi                                   on 2001/03/03  19:00:30
19466         Log: Integrate change #9006 from maintperl to mainline,
19467              more robust quest for the infinite.
19468      Branch: perl
19469           !> lib/Math/Complex.pm
19470 ____________________________________________________________________________
19471 [  9006] By: jhi                                   on 2001/03/03  18:58:06
19472         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
19473              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19474              Date: Sat, 3 Mar 2001 12:51:50 -0500
19475              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
19476              
19477              Be more robust in our quest for the infinite.
19478      Branch: maint-5.6/perl
19479            ! lib/Math/Complex.pm
19480 ____________________________________________________________________________
19481 [  9005] By: jhi                                   on 2001/03/03  17:55:50
19482         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
19483      Branch: maint-5.6/perl
19484            ! doio.c
19485 ____________________________________________________________________________
19486 [  9004] By: jhi                                   on 2001/03/03  17:40:14
19487         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
19488              so that picky compilers like IRIX won't get huffy about
19489              "statements without effect" (like 1;).
19490      Branch: perl
19491            ! toke.c
19492 ____________________________________________________________________________
19493 [  9003] By: jhi                                   on 2001/03/03  17:15:52
19494         Log: Integrate change #9002 from mainline to maintperl.
19495              
19496              Subject: [perl-5.6.x, perl-current] accept for EPOC
19497      Branch: maint-5.6/perl
19498           !> pp_sys.c
19499 ____________________________________________________________________________
19500 [  9002] By: jhi                                   on 2001/03/03  17:14:30
19501         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
19502              From: Olaf Flebbe <O.Flebbe@science-computing.de>
19503              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
19504              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
19505      Branch: perl
19506            ! pp_sys.c
19507 ____________________________________________________________________________
19508 [  9001] By: jhi                                   on 2001/03/03  17:13:13
19509         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
19510              From: "Craig A. Berry" <craigberry@mac.com>
19511              Date: Fri, 02 Mar 2001 17:44:40 -0600
19512              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
19513      Branch: perl
19514            ! t/pod/find.t
19515 ____________________________________________________________________________
19516 [  9000] By: jhi                                   on 2001/03/03  17:11:55
19517         Log: Integrate changes #8997,8999 from maintperl.
19518              
19519              Subject: [PATCH 5.6.1] compiling on OS/2
19520              (Better error message from hints/os2.sh)
19521              
19522              Subject: [PATCH 5.6.1] syslog.t
19523      Branch: perl
19524           !> hints/os2.sh t/lib/syslog.t
19525 ____________________________________________________________________________
19526 [  8999] By: jhi                                   on 2001/03/03  17:09:28
19527         Log: Subject: [PATCH 5.6.1] syslog.t
19528              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19529              Date: Sat, 3 Mar 2001 02:11:17 -0500
19530              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
19531      Branch: maint-5.6/perl
19532            ! t/lib/syslog.t
19533 ____________________________________________________________________________
19534 [  8998] By: jhi                                   on 2001/03/03  17:07:50
19535         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
19536              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19537              Date: Sat, 3 Mar 2001 01:53:52 -0500
19538              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
19539      Branch: maint-5.6/perl
19540            ! opcode.pl os2/os2.c
19541 ____________________________________________________________________________
19542 [  8997] By: jhi                                   on 2001/03/03  17:03:30
19543         Log: Subject: [PATCH 5.6.1] compiling on OS/2
19544              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19545              Date: Sat, 3 Mar 2001 01:59:59 -0500
19546              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
19547      Branch: maint-5.6/perl
19548            ! hints/os2.sh
19549 ____________________________________________________________________________
19550 [  8996] By: jhi                                   on 2001/03/03  00:55:58
19551         Log: Regen files for mainline.
19552      Branch: perl
19553            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19554            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
19555 ____________________________________________________________________________
19556 [  8995] By: jhi                                   on 2001/03/03  00:35:22
19557         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
19558              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
19559              to maintperl.
19560              
19561              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
19562              
19563              Add Configure option -Dmksymlinks which will create a symlink
19564              forest if the current/build differs from the source directory.
19565              (8218,8220,8221,8317,8318,8971)
19566              
19567              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
19568              (Document APPLLIB_EXP in INSTALL.)
19569              
19570              If running byacc write-enable also perly.h.
19571              
19572              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
19573              
19574              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
19575              
19576              Sanity check for conflicting thread flavours.
19577              
19578              Fix the sys/fcntl.h problem reported by Peter Prymmer.
19579              
19580              Add few CPUs/architectures to the Cppsym scan,
19581              add -perlio to archname if so selected (modified 8890)
19582              
19583              Be more helpful for devel builders, suggested by John L. Allen.
19584              (admittedly pointless change for maintperl, but the usedevel
19585              code is there already)
19586      Branch: maint-5.6/perl
19587           !> Configure INSTALL Makefile.SH Porting/Glossary
19588           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
19589           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
19590           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
19591           !> win32/config.bc win32/config.gc win32/config.vc
19592 ____________________________________________________________________________
19593 [  8994] By: jhi                                   on 2001/03/02  23:31:41
19594         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
19595      Branch: metaconfig/U/perl
19596            ! gccvers.U
19597 ____________________________________________________________________________
19598 [  8993] By: jhi                                   on 2001/03/02  23:22:12
19599         Log: Regenerate various files for maint.
19600      Branch: maint-5.6/perl
19601            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
19602            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
19603 ____________________________________________________________________________
19604 [  8992] By: alanbur                               on 2001/03/02  22:48:34
19605         Log: Resync wuth parent
19606      Branch: maint-5.6/pureperl
19607           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
19608           !> (integrate 60 files)
19609 ____________________________________________________________________________
19610 [  8991] By: jhi                                   on 2001/03/02  21:00:08
19611         Log: Retract the #8742 part of #8986, backward compat.
19612      Branch: maint-5.6/perl
19613            ! embed.pl
19614 ____________________________________________________________________________
19615 [  8990] By: jhi                                   on 2001/03/02  20:40:07
19616         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
19617      Branch: maint-5.6/perl
19618            ! hv.c
19619 ____________________________________________________________________________
19620 [  8989] By: jhi                                   on 2001/03/02  19:59:56
19621         Log: Update Changes.
19622      Branch: perl
19623            ! Changes patchlevel.h
19624 ____________________________________________________________________________
19625 [  8988] By: jhi                                   on 2001/03/02  19:57:08
19626         Log: Integrate perlio.
19627      Branch: perl
19628           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
19629           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
19630           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
19631           !> ext/Encode/Encode/iso8859-10.ucm
19632           !> ext/Encode/Encode/iso8859-13.ucm
19633           !> ext/Encode/Encode/iso8859-14.ucm
19634           !> ext/Encode/Encode/iso8859-15.ucm
19635           !> ext/Encode/Encode/iso8859-16.ucm
19636           !> ext/Encode/Encode/iso8859-2.ucm
19637           !> ext/Encode/Encode/iso8859-3.ucm
19638           !> ext/Encode/Encode/iso8859-4.ucm
19639           !> ext/Encode/Encode/iso8859-5.ucm
19640           !> ext/Encode/Encode/iso8859-6.ucm
19641           !> ext/Encode/Encode/iso8859-7.ucm
19642           !> ext/Encode/Encode/iso8859-8.ucm
19643           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
19644           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
19645 ____________________________________________________________________________
19646 [  8987] By: jhi                                   on 2001/03/02  19:43:40
19647         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
19648              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
19649              8950,8952,8955 from mainline to maintperl.
19650              
19651              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
19652              
19653              Put to rest the 20010205.001, the email address checking (not) regex.
19654              
19655              fork() not everywhere, cleanup temp files.
19656              
19657              The #8843 wasn't quite right: %Config needs to imported.
19658              
19659              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
19660              (#8849: the glob-basic hunk needed massaging as it depended
19661              on Schwern's large-scale (unintegrated) patches)
19662              
19663              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
19664              
19665              Upgrade to CGI.pm 2.752, from Lincoln Stein.
19666              (Note: there were some conflicts due to EBCDIC and EPOC
19667              patches, in general I preferred the repository code.)
19668              (When 2.753 comes out, we need to synchronize.)
19669              
19670              Subject: [PATCH] fix for charnames above FFFF
19671              
19672              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
19673              
19674              If no sfio, no -lsfio.
19675              
19676              Run run/*.t also in minitest.
19677              
19678              Subject:  [PATCH perl 5.7.0] malloc message address offset
19679              
19680              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
19681              
19682              Subject: fix for parameter -Dm (for perl@8867)
19683              
19684              Subject: [PATCH: perl@8892] was Re: hashing order difference?
19685              (make the test more portable)
19686              
19687              Subject: Re: [PATCH] fix for charnames above FFFF
19688              
19689              Subject: Re: I'm losing the war...
19690              (hv_store() not working correctly in ENV_IS_CASELESS case.)
19691              
19692              Subject: Modified README.bs2000 
19693              
19694              Subject: [PATCH: perl@8935] -Dt padsv($var)
19695              
19696              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
19697              
19698              Subject: PATCH: extra tests to check on negative float to unsigned cast
19699              
19700              Subject: [PATCH] XPUSH[insp] was Re: progress
19701              
19702              Subject: Re: Compile with perlcc..
19703      Branch: maint-5.6/perl
19704           !> (integrate 36 files)
19705 ____________________________________________________________________________
19706 [  8986] By: jhi                                   on 2001/03/02  18:51:25
19707         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
19708              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
19709              to maintperl.
19710              
19711              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
19712              
19713              Subject: [DOC PATCH] overload.pm nits
19714              
19715              Add header for LIB$ prototypes (C. Berry)
19716              
19717              Convert fwrite()s to sockets to write()s, since some socket stacks
19718              don't take kindly to stdio.
19719              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
19720              (for often optional LNMs)
19721              Correct a few typos
19722              (C. Bailey)
19723              
19724              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
19725              
19726              De-cut-and-pasto.
19727              
19728              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
19729              
19730              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
19731              
19732              Upgrade to CPAN 1.59_54, from Andreas König.
19733              
19734              Bogus shebang.
19735              
19736              Subject: [PATCH] Document makepatch in Porting/patching
19737              
19738              UTF-8 documentation.
19739              
19740              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
19741              
19742              Sort the MANIFEST.
19743              
19744              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
19745              
19746              Subject: [PATCH @8807] toke.c cleanup: scan_str()
19747              
19748              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
19749              
19750              Add run/*.t to testables.
19751              
19752              TODO: integrate #8784.
19753      Branch: maint-5.6/perl
19754           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
19755           !> (integrate 28 files)
19756 ____________________________________________________________________________
19757 [  8985] By: nick                                  on 2001/03/02  18:15:45
19758         Log: Integrate mainline
19759      Branch: perlio
19760           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
19761           !> vms/vms.c
19762 ____________________________________________________________________________
19763 [  8984] By: jhi                                   on 2001/03/02  16:00:17
19764         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
19765              
19766              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
19767              5.004_05, and mention the suidperl August 2000 security problem.
19768              (#8978,#8981)
19769              
19770              Subject: [ID 20010301.004] Technically speaking in perldata
19771              
19772              Subject: [PATCH] File::Copy for bleadperl, maintperl
19773              
19774              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
19775              
19776              (The #8982, fix for 20010221.005 and 20010221.008,
19777              would be nice too but it didn't integrate cleanly.)
19778      Branch: maint-5.6/perl
19779           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
19780 ____________________________________________________________________________
19781 [  8983] By: jhi                                   on 2001/03/02  15:51:16
19782         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
19783              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19784              Date:     Thu, 1 Mar 2001 15:54:09 EST
19785              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
19786      Branch: perl
19787            ! vms/vms.c
19788 ____________________________________________________________________________
19789 [  8982] By: jhi                                   on 2001/03/02  15:43:31
19790         Log: Subject: Re: sync sync sync: have I missed any patches?
19791              From: Radu Greab <radu@netsoft.ro> 
19792              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
19793              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
19794              
19795              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
19796              was checking argv[0] regardless of whether a different pathname
19797              will actually be executed."  Test case not supplied because 
19798              drafting that, ironically enough, revealed another bug
19799              (or a feature).
19800      Branch: perl
19801            ! doio.c
19802 ____________________________________________________________________________
19803 [  8981] By: jhi                                   on 2001/03/02  15:28:03
19804         Log: Misdate in #8978.
19805      Branch: perl
19806            ! pod/perlfaq1.pod
19807 ____________________________________________________________________________
19808 [  8980] By: jhi                                   on 2001/03/02  15:24:20
19809         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
19810              From: Chris Nandor <pudge@pobox.com>
19811              Date: Wed, 28 Feb 2001 22:10:15 -0500
19812              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
19813      Branch: perl
19814            ! lib/File/Copy.pm
19815 ____________________________________________________________________________
19816 [  8979] By: jhi                                   on 2001/03/02  15:17:16
19817         Log: Subject: [ID 20010301.004] Technically speaking in perldata
19818              From: abela@geneanet.org
19819              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
19820              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
19821      Branch: perl
19822            ! pod/perldata.pod
19823 ____________________________________________________________________________
19824 [  8978] By: jhi                                   on 2001/03/02  15:15:27
19825         Log: Subject: [ID 20010301.003] ref to 5.004
19826              From: abela@geneanet.org
19827              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
19828              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
19829              
19830              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
19831              and mention the suidperl August 2000 security problem.
19832      Branch: perl
19833            ! pod/perlfaq1.pod
19834 ____________________________________________________________________________
19835 [  8977] By: alanbur                               on 2001/03/02  14:17:45
19836         Log: Resynchronised with parent
19837      Branch: maint-5.6/pureperl
19838           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
19839           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
19840           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
19841           !> vms/descrip_mms.template win32/win32.c win32/win32.h
19842           !> win32/win32iop.h
19843 ____________________________________________________________________________
19844 [  8976] By: nick                                  on 2001/03/01  23:25:30
19845         Log: Integrate mainline.
19846      Branch: perlio
19847            - t/op/qu.t
19848           !> (integrate 55 files)
19849 ____________________________________________________________________________
19850 [  8975] By: jhi                                   on 2001/03/01  16:51:34
19851         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
19852      Branch: perl
19853           !> toke.c
19854 ____________________________________________________________________________
19855 [  8974] By: gsar                                  on 2001/03/01  16:28:21
19856         Log: fix for bugid 20010226.008
19857              
19858              the problem was that some of the pointers (PL_last_lop and
19859              PL_last_uni specifically) into the lex buffers weren't correctly
19860              being invalidated when the buffer changed; this would leave the
19861              pointers pointing at an arbitrary location in the buffer if
19862              the buffer didn't need to be reallocated, or point into freed
19863              memory if the buffer had to be realloced
19864              
19865              TODO item for bugdb maintainers: check other seemingly random
19866              parser-related bugs--they might be cured by this
19867      Branch: maint-5.6/perl
19868            ! toke.c
19869 ____________________________________________________________________________
19870 [  8973] By: jhi                                   on 2001/03/01  02:23:25
19871         Log: Retract #8970 because of a completely mysterious core dump:
19872              adding the tests 241..244 causes op/pat dump core at test #25.
19873              The test needs a lot of whittling down before the bug can be solved.
19874      Branch: perl
19875            ! t/op/pat.t
19876 ____________________________________________________________________________
19877 [  8972] By: jhi                                   on 2001/03/01  01:58:38
19878         Log: Regen perlapi.
19879      Branch: perl
19880            ! pod/perlapi.pod
19881 ____________________________________________________________________________
19882 [  8971] By: jhi                                   on 2001/03/01  01:34:09
19883         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))
19884              From: Nicholas Clark <nick@ccl4.org>
19885              Date: Wed, 28 Feb 2001 23:28:49 +0000
19886              Message-ID: <20010228232849.A55187@plum.flirble.org>
19887              
19888              Allow a completely write protected source code tree
19889              when using the Configure -Dmksymlinks.
19890      Branch: perl
19891            ! embed.pl warnings.pl
19892 ____________________________________________________________________________
19893 [  8970] By: jhi                                   on 2001/03/01  01:32:04
19894         Log: Add back the EBCDIC character range tests (for matching).
19895      Branch: perl
19896            ! t/op/pat.t
19897 ____________________________________________________________________________
19898 [  8969] By: nick                                  on 2001/02/28  18:18:01
19899         Log: Add charname comments to .ucm files writen by 'compile',
19900              also order charmaps in those files by source encoding.
19901              regenerate distrubuted .ucm files
19902      Branch: perlio
19903            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
19904            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
19905            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
19906            ! ext/Encode/Encode/iso8859-10.ucm
19907            ! ext/Encode/Encode/iso8859-13.ucm
19908            ! ext/Encode/Encode/iso8859-14.ucm
19909            ! ext/Encode/Encode/iso8859-15.ucm
19910            ! ext/Encode/Encode/iso8859-16.ucm
19911            ! ext/Encode/Encode/iso8859-2.ucm
19912            ! ext/Encode/Encode/iso8859-3.ucm
19913            ! ext/Encode/Encode/iso8859-4.ucm
19914            ! ext/Encode/Encode/iso8859-5.ucm
19915            ! ext/Encode/Encode/iso8859-6.ucm
19916            ! ext/Encode/Encode/iso8859-7.ucm
19917            ! ext/Encode/Encode/iso8859-8.ucm
19918            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
19919            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
19920 ____________________________________________________________________________
19921 [  8968] By: jhi                                   on 2001/02/28  16:26:37
19922         Log: Expand usemorebits early if d_casti32 needs to be undefined.
19923      Branch: perl
19924            ! hints/hpux.sh hints/irix_6.sh
19925 ____________________________________________________________________________
19926 [  8967] By: jhi                                   on 2001/02/28  16:22:26
19927         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
19928              retract toke.c/qu parts of #8583, retract #8485, retract
19929              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
19930              op/length.t, and MANIFEST, and delete t/op/qu.t.
19931      Branch: perl
19932            - t/op/qu.t
19933            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
19934            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
19935            ! t/op/length.t toke.c
19936 ____________________________________________________________________________
19937 [  8966] By: jhi                                   on 2001/02/28  15:00:27
19938         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
19939              by not changing from pre-Unicode days into being Unicode-aware.
19940              Sniff.
19941      Branch: perl
19942            ! pp.c t/op/pack.t t/op/qu.t
19943 ____________________________________________________________________________
19944 [  8965] By: jhi                                   on 2001/02/28  14:37:55
19945         Log: Subject: Re: Errors in core PODs
19946              From: Michael Stevens <michael@etla.org> 
19947              Date: Fri, 23 Feb 2001 15:47:56 +0000
19948              Message-ID: <20010223154756.A7723@firedrake.org> 
19949      Branch: perl
19950            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
19951            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
19952            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
19953            ! x2p/a2p.pod
19954 ____________________________________________________________________________
19955 [  8964] By: jhi                                   on 2001/02/28  14:35:35
19956         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
19957              (The #8961 was too bold.)
19958      Branch: perl
19959            ! hints/hpux.sh hints/irix_6.sh
19960 ____________________________________________________________________________
19961 [  8963] By: jhi                                   on 2001/02/28  14:33:39
19962         Log: Subject: Re: sync sync sync: have I missed any patches?
19963              From: Tim Jenness <t.jenness@jach.hawaii.edu>
19964              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
19965              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
19966              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
19967              
19968              Replace djSP with dSP.
19969      Branch: perl
19970            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
19971            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
19972            ! win32/perlhost.h
19973 ____________________________________________________________________________
19974 [  8962] By: jhi                                   on 2001/02/27  23:21:14
19975         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
19976      Branch: perl
19977            ! lib/Filter/Simple.pm
19978 ____________________________________________________________________________
19979 [  8961] By: jhi                                   on 2001/02/27  22:55:26
19980         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
19981              and this would be it.
19982      Branch: perl
19983            ! hints/hpux.sh hints/irix_6.sh
19984 ____________________________________________________________________________
19985 [  8960] By: jhi                                   on 2001/02/27  22:51:33
19986         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
19987              From: "Craig A. Berry" <craigberry@mac.com>
19988              Date: Tue, 27 Feb 2001 16:11:44 -0600
19989              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
19990      Branch: maint-5.6/perl
19991            ! configure.com vms/descrip_mms.template
19992 ____________________________________________________________________________
19993 [  8959] By: jhi                                   on 2001/02/27  22:47:23
19994         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
19995              From: "Craig A. Berry" <craigberry@mac.com>
19996              Date: Tue, 27 Feb 2001 16:11:44 -0600
19997              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
19998      Branch: perl
19999            ! configure.com vms/descrip_mms.template
20000 ____________________________________________________________________________
20001 [  8958] By: jhi                                   on 2001/02/27  15:16:42
20002         Log: Update Changes.
20003      Branch: perl
20004            ! Changes patchlevel.h
20005 ____________________________________________________________________________
20006 [  8957] By: jhi                                   on 2001/02/27  06:15:07
20007         Log: Subject: [5.6.x] EPOC additions
20008              From: Olaf Flebbe <O.Flebbe@science-computing.de>
20009              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
20010              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
20011      Branch: maint-5.6/perl
20012            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
20013 ____________________________________________________________________________
20014 [  8956] By: jhi                                   on 2001/02/27  06:12:11
20015         Log: Subject: [perl-current] EPOC 
20016              From: Olaf Flebbe <O.Flebbe@science-computing.de>
20017              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
20018              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
20019      Branch: perl
20020            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
20021            ! epoc/epocish.c epoc/epocish.h pp_sys.c
20022 ____________________________________________________________________________
20023 [  8955] By: jhi                                   on 2001/02/27  05:59:50
20024         Log: Subject: Re: Compile with perlcc..
20025              From: Edward Peschko <edwardp@excitehome.net>
20026              Date: Mon, 26 Feb 2001 18:51:58 -0800
20027              Message-ID: <20010226185158.A9871@excitehome.net>
20028              
20029              plus add a simple usage message if no arguments given.
20030      Branch: perl
20031            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
20032            ! utils/Makefile utils/perlcc.PL win32/pod.mak
20033 ____________________________________________________________________________
20034 [  8954] By: nick                                  on 2001/02/26  21:02:59
20035         Log: Integrate mainline
20036      Branch: perlio
20037           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
20038           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
20039           !> t/op/sprintf.t
20040 ____________________________________________________________________________
20041 [  8953] By: jhi                                   on 2001/02/26  14:43:54
20042         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
20043              From: Nicholas Clark <nick@ccl4.org>
20044              Date: Mon, 26 Feb 2001 00:42:07 +0000
20045              Message-ID: <20010226004207.F23333@plum.flirble.org>
20046      Branch: perl
20047            ! pp_ctl.c
20048 ____________________________________________________________________________
20049 [  8952] By: jhi                                   on 2001/02/26  14:42:13
20050         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
20051              From: Simon Cozens <simon@netthink.co.uk>
20052              Date: Mon, 26 Feb 2001 12:23:48 +0000
20053              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
20054      Branch: perl
20055            ! pod/perlguts.pod
20056 ____________________________________________________________________________
20057 [  8951] By: jhi                                   on 2001/02/26  14:39:15
20058         Log: Subject: [PATCH] perlio - unknown layer
20059              From: Nicholas Clark <nick@ccl4.org>
20060              Date: Mon, 26 Feb 2001 00:27:19 +0000
20061              Message-ID: <20010226002719.E23333@plum.flirble.org>
20062      Branch: perl
20063            ! perlio.c
20064 ____________________________________________________________________________
20065 [  8950] By: jhi                                   on 2001/02/26  14:38:04
20066         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
20067              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
20068              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
20069              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
20070      Branch: perl
20071            ! t/op/bop.t
20072 ____________________________________________________________________________
20073 [  8949] By: jhi                                   on 2001/02/26  14:37:07
20074         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
20075              From: Peter Prymmer <pvhp@forte.com>
20076              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
20077              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
20078      Branch: perl
20079            ! lib/Test.pm
20080 ____________________________________________________________________________
20081 [  8948] By: jhi                                   on 2001/02/26  14:35:53
20082         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
20083              From: Radu Greab <radu@netsoft.ro>
20084              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
20085              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
20086      Branch: perl
20087            ! pod/perlop.pod
20088 ____________________________________________________________________________
20089 [  8947] By: jhi                                   on 2001/02/26  14:34:46
20090         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
20091              From: David Mitchell <davem@fdgroup.co.uk>
20092              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
20093              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
20094      Branch: perl
20095            ! run.c
20096 ____________________________________________________________________________
20097 [  8946] By: jhi                                   on 2001/02/26  14:32:37
20098         Log: Subject: Modified README.bs2000 
20099              From: Dorner Thomas <Thomas.Dorner@start.de>
20100              Date: Mon, 26 Feb 2001 09:22:17 +0100
20101              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
20102      Branch: perl
20103            ! README.bs2000
20104 ____________________________________________________________________________
20105 [  8945] By: jhi                                   on 2001/02/26  14:19:53
20106         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
20107              to maintperl, listing the known failures on the tests 129 and 130.
20108      Branch: maint-5.6/perl
20109           !> t/op/sprintf.t
20110 ____________________________________________________________________________
20111 [  8944] By: jhi                                   on 2001/02/26  14:14:15
20112         Log: Add more known sprintf failures.
20113      Branch: perl
20114            ! t/op/sprintf.t
20115 ____________________________________________________________________________
20116 [  8943] By: jhi                                   on 2001/02/26  13:56:22
20117         Log: perlglob.exe needs to be found in Win32, patch from
20118              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
20119              which needs external glob at mini-perl time."
20120      Branch: perl
20121            ! ext/Encode/compile
20122 ____________________________________________________________________________
20123 [  8942] By: jhi                                   on 2001/02/26  13:52:19
20124         Log: A missing dTHX from Vadim Konovalov.
20125      Branch: perl
20126            ! perlio.c
20127 ____________________________________________________________________________
20128 [  8941] By: jhi                                   on 2001/02/26  13:37:05
20129         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
20130      Branch: perl
20131            ! op.c
20132 ____________________________________________________________________________
20133 [  8940] By: jhi                                   on 2001/02/26  13:35:40
20134         Log: Integrate perlio.
20135      Branch: perl
20136           !> ext/Encode/Encode.pm
20137 ____________________________________________________________________________
20138 [  8939] By: nick                                  on 2001/02/25  23:47:09
20139         Log: Integrate mainline.
20140      Branch: perlio
20141           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
20142           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
20143 ____________________________________________________________________________
20144 [  8938] By: nick                                  on 2001/02/25  19:36:28
20145         Log: Encode implementations docs.
20146      Branch: perlio
20147            ! ext/Encode/Encode.pm
20148 ____________________________________________________________________________
20149 [  8937] By: jhi                                   on 2001/02/25  19:26:16
20150         Log: Script wasn't aligned with reality.
20151      Branch: perl
20152            ! t/pod/find.t
20153 ____________________________________________________________________________
20154 [  8936] By: jhi                                   on 2001/02/25  18:54:55
20155         Log: Update Changes.
20156      Branch: perl
20157            ! Changes patchlevel.h
20158 ____________________________________________________________________________
20159 [  8935] By: jhi                                   on 2001/02/25  18:46:36
20160         Log: Retract #8929,8930,8932,8933 for now.
20161      Branch: perl
20162            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
20163 ____________________________________________________________________________
20164 [  8934] By: jhi                                   on 2001/02/25  17:34:35
20165         Log: Integrate perlio.
20166      Branch: perl
20167           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
20168           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
20169           !> t/lib/encode.t
20170 ____________________________________________________________________________
20171 [  8933] By: jhi                                   on 2001/02/25  17:33:12
20172         Log: (Retracted by #8395.)
20173              
20174              Slight tweaks in scan_const(), not fixes yet, it seems like
20175              lots of work remains to be done...
20176      Branch: perl
20177            ! toke.c
20178 ____________________________________________________________________________
20179 [  8932] By: jhi                                   on 2001/02/25  17:27:11
20180         Log: (Retracted by #8395.)
20181              
20182              Missing from #8930.
20183      Branch: perl
20184            ! perl.h
20185 ____________________________________________________________________________
20186 [  8931] By: jhi                                   on 2001/02/25  17:26:19
20187         Log: A comment tweak.
20188      Branch: perl
20189            ! utf8.c
20190 ____________________________________________________________________________
20191 [  8930] By: jhi                                   on 2001/02/25  17:25:47
20192         Log: (Retracted by #8395.)
20193              
20194              Attempt to fix the EBCDIC character range problwm with //.
20195      Branch: perl
20196            ! regcomp.c
20197 ____________________________________________________________________________
20198 [  8929] By: jhi                                   on 2001/02/25  17:23:45
20199         Log: (Retracted by #8395.)
20200              
20201              Expand the EBCDIC character range tests, and add few nasty
20202              tr tests from Karsten Sperling.
20203      Branch: perl
20204            ! t/op/pat.t t/op/tr.t
20205 ____________________________________________________________________________
20206 [  8928] By: jhi                                   on 2001/02/25  17:18:49
20207         Log: Missing check-in.
20208      Branch: perl
20209            ! lib/Pod/Find.pm
20210 ____________________________________________________________________________
20211 [  8927] By: nick                                  on 2001/02/25  11:30:22
20212         Log: Change method names in Encode implementation classes to something
20213              less confusing (preparing to "go public").
20214      Branch: perlio
20215            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
20216 ____________________________________________________________________________
20217 [  8926] By: nick                                  on 2001/02/25  10:53:24
20218         Log: GCC __atribute__ / printf fix
20219      Branch: perlio
20220            ! perl.h
20221 ____________________________________________________________________________
20222 [  8925] By: nick                                  on 2001/02/25  10:52:25
20223         Log: Checked in the wrong one ...
20224      Branch: perlio
20225            ! ext/Encode/Encode.pm
20226 ____________________________________________________________________________
20227 [  8924] By: nick                                  on 2001/02/24  18:46:51
20228         Log: Integrate mainline - to see what Jarkko has in ...
20229      Branch: perlio
20230           +> t/pod/testpods/lib/Pod/Stuff.pm
20231           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
20232 ____________________________________________________________________________
20233 [  8923] By: nick                                  on 2001/02/24  17:05:23
20234         Log: Encode API documentation nd tidy up.
20235              Minor additions to test.
20236              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
20237              Adds STRLEN to standard typemap.
20238      Branch: perlio
20239            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
20240            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
20241 ____________________________________________________________________________
20242 [  8922] By: jhi                                   on 2001/02/24  16:38:12
20243         Log: Add a test for the "character range should match in EBCDIC
20244              if specified using explicit numerics" bug found by Karsten
20245              Sperling.
20246      Branch: perl
20247            ! t/op/pat.t
20248 ____________________________________________________________________________
20249 [  8921] By: jhi                                   on 2001/02/24  16:30:16
20250         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
20251              From: schwern@pobox.com
20252              Date: Fri, 23 Feb 2001 03:21:37 -0500
20253              Message-ID: <20010223032137.A26022@magnonel.guild.net>
20254              
20255              plus Charles Lane's fixes, plus tweaks.
20256      Branch: perl
20257            + t/pod/testpods/lib/Pod/Stuff.pm
20258            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
20259 ____________________________________________________________________________
20260 [  8920] By: nick                                  on 2001/02/24  10:30:11
20261         Log: Integrate mainline
20262      Branch: perlio
20263           !> (integrate 33 files)
20264 ____________________________________________________________________________
20265 [  8919] By: jhi                                   on 2001/02/24  00:23:35
20266         Log: Subject: Re: I'm losing the war...
20267              From: "Vadim Konovalov" <watman@inbox.ru>
20268              Date: Sat, 24 Feb 2001 00:10:14 +0300
20269              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
20270              
20271              hv_store() not working correctly in ENV_IS_CASELESS case.
20272      Branch: perl
20273            ! hv.c
20274 ____________________________________________________________________________
20275 [  8918] By: jhi                                   on 2001/02/24  00:20:09
20276         Log: Subject: Re: [PATCH] fix for charnames above FFFF
20277              From: andreas.koenig@anima.de (Andreas J. Koenig)
20278              Date: 23 Feb 2001 02:39:03 +0100
20279              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
20280              
20281              A further efficiency tweak.
20282      Branch: perl
20283            ! lib/charnames.pm
20284 ____________________________________________________________________________
20285 [  8917] By: jhi                                   on 2001/02/23  20:27:51
20286         Log: Integrate change #8916 from mainline,
20287              do away with USE_WIN32_RTL_ENV.
20288      Branch: maint-5.6/perl
20289           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
20290 ____________________________________________________________________________
20291 [  8916] By: jhi                                   on 2001/02/23  20:02:25
20292         Log: Abolish USE_WIN32_RTL_ENV.
20293      Branch: perl
20294            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
20295 ____________________________________________________________________________
20296 [  8915] By: jhi                                   on 2001/02/23  19:36:00
20297         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
20298              later protected by some #define.
20299      Branch: perl
20300            ! gv.c
20301 ____________________________________________________________________________
20302 [  8914] By: jhi                                   on 2001/02/23  19:31:38
20303         Log: Retract #8902 for now, requested by Charles Lane, the correct
20304              fix will be something else.
20305      Branch: perl
20306            ! op.c
20307 ____________________________________________________________________________
20308 [  8913] By: jhi                                   on 2001/02/23  19:11:36
20309         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
20310              From: Peter Prymmer <pvhp@forte.com>
20311              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
20312              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
20313      Branch: perl
20314            ! t/op/lex_assign.t
20315 ____________________________________________________________________________
20316 [  8912] By: jhi                                   on 2001/02/23  18:38:20
20317         Log: Subject: [patch] perlio + useithreads
20318              From: Doug MacEachern <dougm@covalent.net>
20319              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
20320              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
20321              
20322              Gets things running but not complete.
20323      Branch: perl
20324            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
20325 ____________________________________________________________________________
20326 [  8911] By: jhi                                   on 2001/02/23  04:20:02
20327         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
20328              
20329              Duplicated environment freeing, File::Temp 0.12,
20330              op/append portability (EBCDIC) tweak.
20331      Branch: maint-5.6/perl
20332           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20333           !> t/op/append.t
20334 ____________________________________________________________________________
20335 [  8910] By: jhi                                   on 2001/02/23  02:07:33
20336         Log: Integrate change #8909 from mainline, a better Borland
20337              putenv() workaround.
20338      Branch: maint-5.6/perl
20339           !> perl.c
20340 ____________________________________________________________________________
20341 [  8909] By: jhi                                   on 2001/02/23  02:05:46
20342         Log: A better workaround for Borland putenv() brokenness from Sarathy.
20343      Branch: perl
20344            ! perl.c
20345 ____________________________________________________________________________
20346 [  8908] By: jhi                                   on 2001/02/23  02:04:14
20347         Log: Subject: fix for parameter -Dm (for perl@8867)
20348              From: "Vadim Konovalov" <watman@inbox.ru>
20349              Date: Thu, 22 Feb 2001 17:30:12 +0300
20350              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
20351      Branch: perl
20352            ! perl.h
20353 ____________________________________________________________________________
20354 [  8907] By: jhi                                   on 2001/02/23  01:58:20
20355         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
20356              From: Peter Prymmer <pvhp@forte.com>
20357              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
20358              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
20359      Branch: perl
20360            ! t/op/append.t
20361 ____________________________________________________________________________
20362 [  8906] By: jhi                                   on 2001/02/23  01:48:34
20363         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
20364      Branch: perl
20365            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20366 ____________________________________________________________________________
20367 [  8905] By: jhi                                   on 2001/02/23  01:43:30
20368         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
20369              From: Peter Prymmer <pvhp@forte.com>
20370              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
20371              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
20372      Branch: perl
20373            ! t/lib/st-06compat.t
20374 ____________________________________________________________________________
20375 [  8904] By: jhi                                   on 2001/02/23  01:42:39
20376         Log: Metaconfig unit change for #8903.
20377      Branch: metaconfig/U/perl
20378            ! Devel.U
20379 ____________________________________________________________________________
20380 [  8903] By: jhi                                   on 2001/02/23  01:42:12
20381         Log: Be more helpful for devel builders, suggested by John L. Allen.
20382      Branch: perl
20383            ! Configure
20384 ____________________________________________________________________________
20385 [  8902] By: jhi                                   on 2001/02/23  01:37:41
20386         Log: (Retracted by #8914)
20387              (Wrongly, reinstated by #8941)             
20388
20389              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
20390              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20391              Date:     Thu, 22 Feb 2001 09:43:57 EST
20392              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
20393      Branch: perl
20394            ! op.c
20395 ____________________________________________________________________________
20396 [  8901] By: jhi                                   on 2001/02/23  01:20:32
20397         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
20398              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20399              Date:     Thu, 22 Feb 2001 08:01:35 EST
20400              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
20401      Branch: perl
20402            ! malloc.c
20403 ____________________________________________________________________________
20404 [  8900] By: jhi                                   on 2001/02/23  01:18:02
20405         Log: Integrate changes #8898,8899 from mainline, environ handling.
20406      Branch: maint-5.6/perl
20407           !> perl.c
20408 ____________________________________________________________________________
20409 [  8899] By: jhi                                   on 2001/02/23  01:16:25
20410         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
20411              putenv() is not to be relied on, they are either broken or leaky
20412              or both.)
20413      Branch: perl
20414            ! perl.c
20415 ____________________________________________________________________________
20416 [  8898] By: jhi                                   on 2001/02/22  23:36:59
20417         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
20418              and safesysfree() must be used.
20419      Branch: perl
20420            ! perl.c
20421 ____________________________________________________________________________
20422 [  8897] By: jhi                                   on 2001/02/22  23:25:45
20423         Log: With environ one must use safesysmalloc()/safesysfree().
20424      Branch: perl
20425            ! perl.c
20426 ____________________________________________________________________________
20427 [  8896] By: jhi                                   on 2001/02/22  22:13:18
20428         Log: If we have a duplicated environment free it
20429              if PERL_DESTRUCT_LEVEL.
20430      Branch: perl
20431            ! perl.c
20432 ____________________________________________________________________________
20433 [  8895] By: alanbur                               on 2001/02/22  19:31:57
20434         Log: Synchronised with parent
20435      Branch: maint-5.6/pureperl
20436           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
20437 ____________________________________________________________________________
20438 [  8894] By: gsar                                  on 2001/02/22  19:06:18
20439         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
20440              
20441              fix memory leak in method call optimization (change#3768);
20442              made C<eval "$x->foo()"> leak
20443              
20444              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
20445      Branch: maint-5.6/perl
20446           !> op.c
20447 ____________________________________________________________________________
20448 [  8893] By: jhi                                   on 2001/02/22  18:35:27
20449         Log: (Retracted by #8915.)
20450              
20451              Third Degree finding:
20452              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
20453      Branch: perl
20454            ! gv.c
20455 ____________________________________________________________________________
20456 [  8892] By: jhi                                   on 2001/02/22  14:28:32
20457         Log: Update Changes.
20458      Branch: perl
20459            ! Changes patchlevel.h
20460 ____________________________________________________________________________
20461 [  8891] By: jhi                                   on 2001/02/22  13:22:45
20462         Log: Metaconfig unit changes for #8890.
20463      Branch: metaconfig
20464            ! U/modified/Cppsym.U U/threads/archname.U
20465 ____________________________________________________________________________
20466 [  8890] By: jhi                                   on 2001/02/22  13:22:12
20467         Log: Add -stdio to the archname if no perlio selected,
20468              no -perlio added since that is now the default.
20469              
20470              Add few CPUs/architectures to the Cppsym scan.
20471      Branch: perl
20472            ! Configure config_h.SH
20473 ____________________________________________________________________________
20474 [  8889] By: jhi                                   on 2001/02/22  13:05:59
20475         Log: Metaconfig unit change for #8888.
20476      Branch: metaconfig/U/perl
20477            ! useperlio.U
20478 ____________________________________________________________________________
20479 [  8888] By: jhi                                   on 2001/02/22  13:05:28
20480         Log: *drum roll*  Make perlio the default.
20481      Branch: perl
20482            ! Configure config_h.SH
20483 ____________________________________________________________________________
20484 [  8887] By: jhi                                   on 2001/02/22  12:50:52
20485         Log: Integrate change #8665 from maintperl to mainline,
20486              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
20487      Branch: perl
20488           !> ext/POSIX/POSIX.xs
20489 ____________________________________________________________________________
20490 [  8886] By: jhi                                   on 2001/02/22  12:49:24
20491         Log: Integrate changes #8883,8884 from mainline to maintperl.
20492              
20493              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
20494              Subject: Re: File::Temp::_gettemp warning
20495      Branch: maint-5.6/perl
20496           !> embed.h embed.pl lib/File/Temp.pm
20497 ____________________________________________________________________________
20498 [  8885] By: jhi                                   on 2001/02/22  12:43:59
20499         Log: Based on
20500              
20501              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
20502              From: schwab@suse.de
20503              Date: Thu, 22 Feb 2001 13:08:09 +0100
20504              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
20505              
20506              but the fix done slightly differently because the other
20507              half was already done in #8664.
20508      Branch: maint-5.6/perl
20509            ! ext/POSIX/POSIX.xs
20510 ____________________________________________________________________________
20511 [  8884] By: jhi                                   on 2001/02/22  12:37:15
20512         Log: Subject: Re: File::Temp::_gettemp warning
20513              From: Tim Jenness <t.jenness@jach.hawaii.edu>
20514              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
20515              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
20516              
20517              This patch to File::Temp does two things:
20518              
20519              1. Fixes the problem with CGI::Carp when determining
20520              the Fcntl constants
20521              
20522              2. Removes most of the carps and consolidates them so that all the
20523              reasons are included in a single die that is caught by the test. This
20524              means that the correct skipping behaviour is displayed by the test.
20525      Branch: perl
20526            ! lib/File/Temp.pm
20527 ____________________________________________________________________________
20528 [  8883] By: jhi                                   on 2001/02/22  12:29:19
20529         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
20530              From: Peter Prymmer <pvhp@forte.com>
20531              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
20532              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
20533      Branch: perl
20534            ! embed.h embed.pl
20535 ____________________________________________________________________________
20536 [  8882] By: jhi                                   on 2001/02/21  19:41:33
20537         Log: Integrate change #8881 from mainlin to maintperl.
20538              
20539              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
20540      Branch: maint-5.6/perl
20541           !> op.c
20542 ____________________________________________________________________________
20543 [  8881] By: jhi                                   on 2001/02/21  19:38:57
20544         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
20545              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20546              Date:     Wed, 21 Feb 2001 13:08:03 EST
20547              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
20548      Branch: perl
20549            ! op.c
20550 ____________________________________________________________________________
20551 [  8880] By: jhi                                   on 2001/02/21  19:34:34
20552         Log: Retract #8875, cannot let go of the old semantics of unpack U
20553              without rethinking utf8decode.t.
20554      Branch: perl
20555            ! pp.c t/op/pack.t
20556 ____________________________________________________________________________
20557 [  8879] By: jhi                                   on 2001/02/21  19:08:02
20558         Log: Run run/*.t also in minitest.
20559      Branch: perl
20560            ! Makefile.SH
20561 ____________________________________________________________________________
20562 [  8878] By: nick                                  on 2001/02/21  18:55:37
20563         Log: Integrate mainline
20564      Branch: perlio
20565           !> (integrate 76 files)
20566 ____________________________________________________________________________
20567 [  8877] By: jhi                                   on 2001/02/21  15:09:33
20568         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
20569      Branch: metaconfig
20570            ! U/compline/nblock_io.U
20571      Branch: perl
20572            ! Configure config_h.SH
20573 ____________________________________________________________________________
20574 [  8876] By: jhi                                   on 2001/02/21  14:54:45
20575         Log: If no sfio, no -lsfio.
20576      Branch: metaconfig/U/perl
20577            ! d_sfio.U
20578      Branch: perl
20579            ! Configure config_h.SH
20580 ____________________________________________________________________________
20581 [  8875] By: jhi                                   on 2001/02/21  14:54:00
20582         Log: Make unpack C and unpack C truly equivalent.
20583      Branch: perl
20584            ! pp.c t/op/pack.t
20585 ____________________________________________________________________________
20586 [  8874] By: jhi                                   on 2001/02/21  14:26:02
20587         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
20588              From: Peter Prymmer <pvhp@forte.com>
20589              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
20590              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
20591      Branch: perl
20592            ! pod/perlport.pod
20593 ____________________________________________________________________________
20594 [  8873] By: jhi                                   on 2001/02/21  14:24:31
20595         Log: Subject: [PATCH] fix for charnames above FFFF
20596              From: andreas.koenig@anima.de (Andreas J. Koenig)
20597              Date: 21 Feb 2001 07:05:45 +0100
20598              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
20599      Branch: perl
20600            ! lib/charnames.pm t/lib/charnames.t
20601 ____________________________________________________________________________
20602 [  8872] By: jhi                                   on 2001/02/21  14:15:25
20603         Log: Integrate change #8868 from pureperl to mainline.
20604              
20605              Fixed reference count loop caused by sv_magic.
20606      Branch: perl
20607           !> sv.c
20608 ____________________________________________________________________________
20609 [  8871] By: jhi                                   on 2001/02/21  14:07:29
20610         Log: Integrate change #8868 from pureperl to maintperl.
20611              
20612              Fixed reference count loop caused by sv_magic.
20613      Branch: maint-5.6/perl
20614           !> sv.c
20615 ____________________________________________________________________________
20616 [  8870] By: jhi                                   on 2001/02/21  14:04:41
20617         Log: Put back the #8840, it was innocent.
20618      Branch: perl
20619            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
20620            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
20621 ____________________________________________________________________________
20622 [  8869] By: jhi                                   on 2001/02/21  14:00:03
20623         Log: unpack("C", ...) was left slightly unfinished by #8865.
20624      Branch: perl
20625            ! pp.c t/op/pack.t
20626 ____________________________________________________________________________
20627 [  8868] By: alanbur                               on 2001/02/21  01:33:45
20628         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
20629              from gv_fetchpv to create single-character magic variables (e.g. $!),
20630              and it is passed a sv and the gv that contains the sv as the mg_obj
20631              value.  When sv_magic stores the mg_obj pointer it increments the gv
20632              refcount, thus causing a sv-gv pair that can't be freed.  There is
20633              already a check for sv == obj which is used to prevent such reference
20634              loops.  This change extends the check to cover the case described above.
20635      Branch: maint-5.6/pureperl
20636            ! sv.c
20637 ____________________________________________________________________________
20638 [  8867] By: jhi                                   on 2001/02/21  00:52:39
20639         Log: Update Changes.
20640      Branch: perl
20641            ! Changes patchlevel.h
20642 ____________________________________________________________________________
20643 [  8866] By: jhi                                   on 2001/02/21  00:34:20
20644         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
20645              (Note: there were some conflicts due to EBCDIC and EPOC
20646              patches, in general I preferred the repository code.)
20647              (When 2.753 comes out, we need to synchronize.)
20648      Branch: perl
20649            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
20650            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
20651            ! t/lib/cgi-html.t
20652 ____________________________________________________________________________
20653 [  8865] By: jhi                                   on 2001/02/21  00:24:22
20654         Log: Make pack("C", 0x100) to create Unicode, unless under the
20655              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
20656              will understand Unicode, unless you under know what.
20657      Branch: perl
20658            ! pp.c t/op/pack.t t/op/qu.t
20659 ____________________________________________________________________________
20660 [  8864] By: alanbur                               on 2001/02/20  22:35:34
20661         Log: Resynchronised with parent
20662      Branch: maint-5.6/pureperl
20663           !> README.win32 ext/GDBM_File/GDBM_File.pm
20664           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
20665           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
20666           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
20667           !> t/lib/sdbm.t util.c
20668 ____________________________________________________________________________
20669 [  8863] By: jhi                                   on 2001/02/20  20:55:11
20670         Log: Integrate change #8860,8861 from mainline into maintperl.
20671              
20672              "pseudo-literal j"
20673              
20674              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
20675      Branch: maint-5.6/perl
20676           !> lib/Test.pm pod/perlop.pod
20677 ____________________________________________________________________________
20678 [  8862] By: jhi                                   on 2001/02/20  20:30:07
20679         Log: Don't do casting between pointers pointing to differently sized
20680              integers.
20681      Branch: perl
20682            ! hv.c sv.c
20683 ____________________________________________________________________________
20684 [  8861] By: jhi                                   on 2001/02/20  19:53:44
20685         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
20686              From: Peter Prymmer <pvhp@forte.com>
20687              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
20688              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
20689      Branch: perl
20690            ! lib/Test.pm
20691 ____________________________________________________________________________
20692 [  8860] By: jhi                                   on 2001/02/20  19:48:02
20693         Log: "pseudo-literal j", a documentation glitch reported to Debian.
20694              The text recovered from Perl 5.005_03, and pseudo-literal replaced
20695              by "backtick string".
20696      Branch: perl
20697            ! pod/perlop.pod
20698 ____________________________________________________________________________
20699 [  8859] By: jhi                                   on 2001/02/20  19:15:46
20700         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
20701              from Chris Nandor.
20702      Branch: perl
20703            ! makedef.pl
20704 ____________________________________________________________________________
20705 [  8858] By: jhi                                   on 2001/02/20  17:36:53
20706         Log: Integrate pureperl changes #8844,8845,8850 to mainline
20707              (via maintperl #8855).
20708              
20709              Fixed %^H scoping bug
20710              
20711              Removed GV <-> CV refcount loop
20712              
20713              Removed %ENV refcount loop
20714      Branch: perl
20715           !> gv.c op.c perl.c pp.c scope.c
20716 ____________________________________________________________________________
20717 [  8857] By: jhi                                   on 2001/02/20  17:34:32
20718         Log: Integrate changes #8853,8854 from maintperl to mainline.
20719              
20720              EBDIC fixes, README.win32 Borland update.
20721      Branch: perl
20722           !> README.win32 handy.h util.c
20723 ____________________________________________________________________________
20724 [  8856] By: jhi                                   on 2001/02/20  17:33:16
20725         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
20726      Branch: maint-5.6/perl
20727           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
20728           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
20729           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
20730 ____________________________________________________________________________
20731 [  8855] By: jhi                                   on 2001/02/20  17:32:13
20732         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
20733              
20734              Fixed %^H scoping bug
20735              
20736              Removed GV <-> CV refcount loop
20737              
20738              Removed %ENV refcount loop
20739      Branch: maint-5.6/perl
20740           !> gv.c op.c perl.c pp.c scope.c
20741 ____________________________________________________________________________
20742 [  8854] By: jhi                                   on 2001/02/20  17:25:06
20743         Log: Subject: Addition to readme.win32 for Borland C++ compilers
20744              Date: Tue, 20 Feb 2001 02:15:25 +0300
20745              From: "Vadim Konovalov" <watman@inbox.ru>
20746              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
20747              
20748              Document Borland compiler misbehaviour.
20749      Branch: maint-5.6/perl
20750            ! README.win32
20751 ____________________________________________________________________________
20752 [  8853] By: jhi                                   on 2001/02/20  17:22:25
20753         Log: The assimilation of ebcdic.c didn't quite work at the first try,
20754              patches from Thomas Dorner.
20755      Branch: maint-5.6/perl
20756            ! handy.h util.c
20757 ____________________________________________________________________________
20758 [  8852] By: jhi                                   on 2001/02/20  17:20:15
20759         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
20760              From: Chris Nandor <pudge@pobox.com>
20761              Date: Tue, 20 Feb 2001 08:32:45 -0500
20762              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
20763      Branch: maint-5.6/perl
20764            ! makedef.pl mg.c
20765 ____________________________________________________________________________
20766 [  8851] By: jhi                                   on 2001/02/20  17:15:52
20767         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
20768      Branch: perl
20769            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
20770            ! t/lib/filter-util.t
20771 ____________________________________________________________________________
20772 [  8850] By: alanbur                               on 2001/02/20  17:12:40
20773         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
20774              and the magic pointer points back to the GV that contains the
20775              %ENV hash.  This creates a refcount loop that prevents members
20776              of %ENV from being freed correctly.  This change removes the
20777              refcount loop - the magic pointer was never used anyway, the
20778              only use of the magic was to check the type ('E') so that the
20779              appropriate environment manipulation code is called when %ENV
20780              is modified.
20781      Branch: maint-5.6/pureperl
20782            ! perl.c
20783 ____________________________________________________________________________
20784 [  8849] By: jhi                                   on 2001/02/20  17:12:20
20785         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
20786              From: "Craig A. Berry" <craigberry@mac.com>
20787              Date: Mon, 19 Feb 2001 23:36:12 -0600
20788              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
20789              
20790              Case-forgiving systems match TestInit.pm with TES*.
20791      Branch: perl
20792            ! t/lib/glob-basic.t
20793 ____________________________________________________________________________
20794 [  8848] By: jhi                                   on 2001/02/20  17:10:02
20795         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
20796      Branch: perl
20797            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
20798            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
20799            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
20800 ____________________________________________________________________________
20801 [  8847] By: jhi                                   on 2001/02/20  15:34:41
20802         Log: The #8843 wasn't quite right: %Config needs to imported.
20803      Branch: perl
20804            ! t/run/runenv.t
20805 ____________________________________________________________________________
20806 [  8846] By: jhi                                   on 2001/02/20  15:31:50
20807         Log: Retract the #8838 and #8840 for now because of
20808              the DB_File tie problem.
20809      Branch: perl
20810            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
20811            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
20812            ! proto.h sv.c
20813 ____________________________________________________________________________
20814 [  8845] By: alanbur                               on 2001/02/20  14:25:41
20815         Log: Removed GV <-> CV refcount loop
20816              CvGV(mycv) points to the parent GV of the CV, and was previously
20817              refcounted.  The pointer remains, but the refcounting has been removed
20818              as it causes a refcount loop between the CV and GV that means the CV
20819              can't ever be deleted.
20820      Branch: maint-5.6/pureperl
20821            ! gv.c op.c pp.c
20822 ____________________________________________________________________________
20823 [  8844] By: alanbur                               on 2001/02/20  14:23:13
20824         Log: Fixed %^H scoping bug
20825      Branch: maint-5.6/pureperl
20826            ! scope.c
20827 ____________________________________________________________________________
20828 [  8843] By: jhi                                   on 2001/02/19  13:38:08
20829         Log: fork() not everywhere, cleanup temp files.
20830      Branch: perl
20831            ! t/run/runenv.t
20832 ____________________________________________________________________________
20833 [  8842] By: alanbur                               on 2001/02/19  12:42:07
20834         Log: Resynchronised with parent
20835      Branch: maint-5.6/pureperl
20836           !> pod/perlfaq4.pod sv.c utf8.c
20837 ____________________________________________________________________________
20838 [  8841] By: jhi                                   on 2001/02/19  03:35:51
20839         Log: Update Changes.
20840      Branch: perl
20841            ! Changes patchlevel.h
20842 ____________________________________________________________________________
20843 [  8840] By: jhi                                   on 2001/02/19  00:23:41
20844         Log: Subject: [patch] add sv_setref_uv
20845              From: Doug MacEachern <dougm@covalent.net>
20846              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
20847              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
20848      Branch: perl
20849            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
20850            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
20851 ____________________________________________________________________________
20852 [  8839] By: jhi                                   on 2001/02/19  00:01:38
20853         Log: Put to rest the 20010205.001, the email address checking (not) regex.
20854      Branch: perl
20855            ! pod/perlfaq9.pod
20856 ____________________________________________________________________________
20857 [  8838] By: jhi                                   on 2001/02/18  22:17:54
20858         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
20859              From: Doug MacEachern <dougm@covalent.net>
20860              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
20861              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
20862      Branch: perl
20863            ! lib/ExtUtils/xsubpp
20864 ____________________________________________________________________________
20865 [  8837] By: jhi                                   on 2001/02/18  22:16:50
20866         Log: Subject: [patch] -Wall cleanup round 2
20867              From: Doug MacEachern <dougm@covalent.net>
20868              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
20869              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
20870      Branch: perl
20871            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
20872            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
20873            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
20874            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
20875            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
20876            ! ext/SDBM_File/SDBM_File.xs
20877 ____________________________________________________________________________
20878 [  8836] By: jhi                                   on 2001/02/18  22:11:20
20879         Log: Misapplied regex optimizations when \C is present.
20880              Fixes 20001230.002.
20881              
20882              What still remains broken is that the submatches that
20883              have \C in them get their UTF8 flag on because their
20884              parent SV has it on.  This will result in malformed
20885              UTF8 if a \C happened to match a non-ASCII byte.
20886      Branch: perl
20887            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
20888            ! t/pragma/utf8.t
20889 ____________________________________________________________________________
20890 [  8835] By: jhi                                   on 2001/02/18  20:12:02
20891         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
20892              
20893              The hash key got wrongly UTF8fied.
20894      Branch: perl
20895            ! pod/perlapi.pod toke.c utf8.c
20896 ____________________________________________________________________________
20897 [  8834] By: jhi                                   on 2001/02/18  19:44:25
20898         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
20899              don't warn on magical or overloaded things.
20900      Branch: perl
20901            ! pp_hot.c
20902 ____________________________________________________________________________
20903 [  8833] By: nick                                  on 2001/02/18  19:31:22
20904         Log: Integrate mainline
20905      Branch: perlio
20906           +> t/TestInit.pm t/run/runenv.t
20907            - t/UTEST
20908           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
20909           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
20910           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
20911           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
20912           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
20913           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
20914           !> utf8.c
20915 ____________________________________________________________________________
20916 [  8832] By: jhi                                   on 2001/02/18  19:21:18
20917         Log: Integrate perlio.
20918      Branch: perl
20919           !> perlio.c pod/perldiag.pod
20920 ____________________________________________________________________________
20921 [  8831] By: jhi                                   on 2001/02/18  19:14:20
20922         Log: Integrate change #8827 from mainline.
20923              
20924              UTF8 tweaks.
20925      Branch: maint-5.6/perl
20926           !> sv.c utf8.c
20927 ____________________________________________________________________________
20928 [  8830] By: nick                                  on 2001/02/18  19:10:34
20929         Log: Apply the spirit of patch from Nick Clark:
20930              Subject: [PATCH] Re: extensions that provide layers
20931              From: Nicholas Clark <nick@ccl4.org>
20932              Date: Mon, 12 Feb 2001 16:43:51 +0000
20933              Message-Id: <20010212164350.Q3652@plum.flirble.org>
20934      Branch: perlio
20935            ! perlio.c pod/perldiag.pod
20936 ____________________________________________________________________________
20937 [  8829] By: jhi                                   on 2001/02/18  19:03:25
20938         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
20939              From: schwern@pobox.com 
20940              Date: Sun, 18 Feb 2001 13:44:35 -0500
20941              Message-ID: <20010218134435.A17544@magnonel.guild.net>
20942              
20943              Applied, but as t/TestInit.pm.
20944      Branch: perl
20945            + t/TestInit.pm
20946            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
20947            ! t/op/subst_wamp.t
20948 ____________________________________________________________________________
20949 [  8828] By: jhi                                   on 2001/02/18  18:43:52
20950         Log: Integrate perlio.
20951      Branch: perl
20952           !> perlio.c
20953 ____________________________________________________________________________
20954 [  8827] By: jhi                                   on 2001/02/18  18:41:33
20955         Log: UTF-8 tweaks.
20956      Branch: perl
20957            ! sv.c utf8.c
20958 ____________________________________________________________________________
20959 [  8826] By: nick                                  on 2001/02/18  17:40:59
20960         Log: Fix [ID 20010217.002]
20961              open FOO, "<:raw:perlio", ...
20962              :raw now inserts default base layer below itself.
20963              Also
20964              open FOO, "<:unix", ...
20965              works as well - but leaves buffer layer on stack under the unix layer.
20966      Branch: perlio
20967            ! perlio.c
20968 ____________________________________________________________________________
20969 [  8825] By: jhi                                   on 2001/02/18  17:15:39
20970         Log: Integrate perlio.
20971      Branch: perl
20972           !> perlio.c perliol.h
20973 ____________________________________________________________________________
20974 [  8824] By: jhi                                   on 2001/02/18  17:10:53
20975         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
20976              From: schwern@pobox.com
20977              Date: Sun, 18 Feb 2001 01:48:50 -0500
20978              Message-ID: <20010218014850.C19957@magnonel.guild.net>
20979      Branch: perl
20980            ! lib/Test/Harness.pm t/TEST t/op/chop.t
20981 ____________________________________________________________________________
20982 [  8823] By: jhi                                   on 2001/02/18  17:01:06
20983         Log: Add run/*.t to testables.
20984      Branch: perl
20985            ! t/TEST
20986 ____________________________________________________________________________
20987 [  8822] By: jhi                                   on 2001/02/18  16:58:58
20988         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
20989              From: schwern@pobox.com
20990              Date: Sun, 18 Feb 2001 01:11:35 -0500
20991              Message-ID: <20010218011135.A19957@magnonel.guild.net>
20992              
20993              Revive mjd's and Simon's PERL5OPT fix.
20994      Branch: perl
20995            + t/run/runenv.t
20996            ! MANIFEST perl.c
20997 ____________________________________________________________________________
20998 [  8821] By: jhi                                   on 2001/02/18  16:53:46
20999         Log: Subject: Re: Why t/TEST and not Test::Harness?
21000              From: schwern@pobox.com
21001              Date: Sat, 17 Feb 2001 22:44:44 -0500
21002              Message-ID: <20010217224444.A6679@magnonel.guild.net>
21003              
21004              Replace UTEST with TEST -utf8.
21005      Branch: perl
21006            - t/UTEST
21007            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
21008            ! t/lib/glob-basic.t
21009 ____________________________________________________________________________
21010 [  8820] By: nick                                  on 2001/02/18  13:06:16
21011         Log: Clean up a few core dumps when layers are used in unexpected ways.
21012              (Still not "right"...)
21013      Branch: perlio
21014            ! perlio.c perliol.h
21015 ____________________________________________________________________________
21016 [  8819] By: jhi                                   on 2001/02/18  02:25:55
21017         Log: Integrate change #8818 from maintperl, a FAQ nit.
21018      Branch: perl
21019           !> pod/perlfaq4.pod
21020 ____________________________________________________________________________
21021 [  8818] By: jhi                                   on 2001/02/18  02:24:50
21022         Log: FAQ nit from Chris Fedde.
21023      Branch: maint-5.6/perl
21024            ! pod/perlfaq4.pod
21025 ____________________________________________________________________________
21026 [  8817] By: nick                                  on 2001/02/17  18:20:14
21027         Log: Integrate mainline
21028      Branch: perlio
21029           +> lib/unicode/UCD.html lib/unicode/Unicode.html
21030           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
21031           +> pod/perlclib.pod
21032            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
21033            - lib/unicode/Unicode.301
21034           !> (integrate 324 files)
21035 ____________________________________________________________________________
21036 [  8816] By: jhi                                   on 2001/02/17  16:56:58
21037         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
21038      Branch: perl
21039            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
21040            ! ext/Storable/Storable.xs t/lib/st-06compat.t
21041            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
21042 ____________________________________________________________________________
21043 [  8815] By: jhi                                   on 2001/02/17  16:40:07
21044         Log: Subject: [patch] -Wall
21045              From: Doug MacEachern <dougm@covalent.net>
21046              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
21047              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
21048      Branch: perl
21049            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
21050            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
21051 ____________________________________________________________________________
21052 [  8814] By: jhi                                   on 2001/02/16  19:27:18
21053         Log: Document qu better.
21054      Branch: perl
21055            ! pod/perlop.pod
21056 ____________________________________________________________________________
21057 [  8813] By: jhi                                   on 2001/02/15  13:54:37
21058         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
21059              From: Hugo <hv@crypt.compulink.co.uk>
21060              Date: Thu, 15 Feb 2001 13:39:49 +0000
21061              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
21062      Branch: perl
21063            ! toke.c
21064 ____________________________________________________________________________
21065 [  8812] By: alanbur                               on 2001/02/15  13:52:16
21066         Log: Resynchronised with parent
21067      Branch: maint-5.6/pureperl
21068            - ebcdic.c
21069           !> (integrate 36 files)
21070 ____________________________________________________________________________
21071 [  8811] By: jhi                                   on 2001/02/15  13:51:16
21072         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
21073              
21074              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
21075              From: Jan Dubois <JanD@ActiveState.com>
21076              Date: Wed, 31 Jan 2001 21:17:03 -0800
21077              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
21078              
21079              tweak change#8659 to keep it simple
21080              
21081              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
21082              From: Russ Allbery <rra@stanford.edu>
21083              Date: 14 Feb 2001 10:15:41 -0800
21084              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
21085              
21086              (8809 empty)
21087
21088              Upgrade to podlators 1.08, from Russ Allbery.
21089      Branch: perl
21090           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
21091           !> utils/perldoc.PL
21092 ____________________________________________________________________________
21093 [  8810] By: jhi                                   on 2001/02/15  13:35:08
21094         Log: Upgrade to podlators 1.08, from Russ Allbery.
21095      Branch: maint-5.6/perl
21096            ! lib/Pod/Man.pm lib/Pod/Text.pm
21097 ____________________________________________________________________________
21098 [  8809] By: jhi                                   on 2001/02/15  13:26:38
21099         Log: (accidentally empty check-in)
21100      Branch: maint-5.6/perl
21101            ! lib/Test/Harness.pm
21102 ____________________________________________________________________________
21103 [  8808] By: jhi                                   on 2001/02/15  13:23:47
21104         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
21105              From: Russ Allbery <rra@stanford.edu>
21106              Date: 14 Feb 2001 10:15:41 -0800
21107              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
21108              
21109              perldoc was hardcoding $Config{installscript}, which breaks
21110              when install* isn't where Perl ends up (such as with AFS).
21111              
21112              Use $Config{scriptdir} instead.
21113      Branch: maint-5.6/perl
21114            ! utils/perldoc.PL
21115 ____________________________________________________________________________
21116 [  8807] By: jhi                                   on 2001/02/14  14:37:27
21117         Log: Update Changes.
21118      Branch: perl
21119            ! Changes patchlevel.h
21120 ____________________________________________________________________________
21121 [  8806] By: jhi                                   on 2001/02/14  14:25:31
21122         Log: Integrate changes #8803,8804,8805 from mainline.
21123              
21124              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
21125              
21126              Don't skip too much of the locale error message if no environ array,
21127              from Chris Nandor.
21128              
21129              More MacOS Classic fixes from Chris Nandor.
21130      Branch: maint-5.6/perl
21131           !> doop.c lib/Cwd.pm perl.c perl.h util.c
21132 ____________________________________________________________________________
21133 [  8805] By: jhi                                   on 2001/02/14  03:29:01
21134         Log: More MacOS Classic fixes from Chris Nandor.
21135      Branch: perl
21136            ! doop.c lib/Cwd.pm
21137 ____________________________________________________________________________
21138 [  8804] By: jhi                                   on 2001/02/14  03:18:35
21139         Log: Don't skip too much of the locale error message if no environ array,
21140              from Chris Nandor.
21141      Branch: perl
21142            ! util.c
21143 ____________________________________________________________________________
21144 [  8803] By: jhi                                   on 2001/02/14  03:14:14
21145         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
21146      Branch: perl
21147            ! perl.c perl.h
21148 ____________________________________________________________________________
21149 [  8802] By: jhi                                   on 2001/02/13  18:31:33
21150         Log: AUTHORS update.
21151      Branch: perl
21152            ! AUTHORS
21153 ____________________________________________________________________________
21154 [  8801] By: jhi                                   on 2001/02/13  17:55:19
21155         Log: Integrate change #8792 from mainline.
21156              
21157              Subject: buncha MacPerl patches for bleadperl
21158              From: Chris Nandor <pudge@pobox.com>
21159              Date: Tue, 13 Feb 2001 00:02:43 -0500
21160              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
21161      Branch: maint-5.6/perl
21162           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
21163           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
21164           !> t/lib/basename.t toke.c util.h
21165 ____________________________________________________________________________
21166 [  8800] By: jhi                                   on 2001/02/13  17:46:43
21167         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
21168              to be forced to Off_t.
21169              
21170              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
21171              From: nick@ccl4.org
21172              Date: Thu, 1 Feb 2001 12:01:04 +0000
21173              Message-Id: <20010201120103.E11401@plum.flirble.org>
21174      Branch: maint-5.6/perl
21175            ! iperlsys.h perlio.c
21176 ____________________________________________________________________________
21177 [  8799] By: jhi                                   on 2001/02/13  16:52:51
21178         Log: Duplex duplex hunk hunk.
21179      Branch: maint-5.6/perl
21180            ! Makefile.SH
21181 ____________________________________________________________________________
21182 [  8797] By: jhi                                   on 2001/02/13  14:52:04
21183         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
21184              From: "Craig A. Berry" <craigberry@mac.com>
21185              Date: Mon, 12 Feb 2001 11:05:25 -0600
21186              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
21187      Branch: perl
21188            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
21189 ____________________________________________________________________________
21190 [  8796] By: jhi                                   on 2001/02/13  14:36:47
21191         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
21192              From: simon.cozens@pembroke.oxford.ac.uk 
21193              Date: Sat, 10 Feb 2001 17:57:02 +0000
21194              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
21195              
21196              Now it does include.
21197      Branch: perl
21198            ! pod/perldiag.pod
21199 ____________________________________________________________________________
21200 [  8795] By: jhi                                   on 2001/02/13  14:30:11
21201         Log: Sort the MANIFEST.
21202      Branch: perl
21203            ! MANIFEST
21204 ____________________________________________________________________________
21205 [  8794] By: jhi                                   on 2001/02/13  14:26:51
21206         Log: Integrate change #8793 from mainline, FAQ updates.
21207      Branch: maint-5.6/perl
21208           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
21209 ____________________________________________________________________________
21210 [  8793] By: jhi                                   on 2001/02/13  14:25:13
21211         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
21212      Branch: perl
21213            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
21214 ____________________________________________________________________________
21215 [  8792] By: jhi                                   on 2001/02/13  14:22:50
21216         Log: Subject: buncha MacPerl patches for bleadperl
21217              From: Chris Nandor <pudge@pobox.com>
21218              Date: Tue, 13 Feb 2001 00:02:43 -0500
21219              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
21220      Branch: perl
21221            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
21222            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
21223            ! t/lib/basename.t toke.c util.h
21224 ____________________________________________________________________________
21225 [  8791] By: jhi                                   on 2001/02/13  14:10:39
21226         Log: Integrate change #8790 from mainline.
21227              
21228              environ array wrongly assumed in Perl_init_i18nl10n(),
21229      Branch: maint-5.6/perl
21230           !> util.c
21231 ____________________________________________________________________________
21232 [  8790] By: jhi                                   on 2001/02/13  14:06:15
21233         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
21234              noticed by Chris Nandor in MacOS Classic.
21235      Branch: perl
21236            ! util.c
21237 ____________________________________________________________________________
21238 [  8789] By: jhi                                   on 2001/02/13  13:58:07
21239         Log: Integrate changes #8373,8487,8544,8783 from mainline.
21240              
21241              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
21242              hints files, the dynaloading, assimilate ebcdic into util.c.
21243      Branch: maint-5.6/perl
21244            - ebcdic.c
21245            ! MANIFEST hints/posix-bc.sh
21246           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
21247           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
21248           !> perlapi.c proto.h util.c
21249 ____________________________________________________________________________
21250 [  8788] By: alanbur                               on 2001/02/13  10:33:13
21251         Log: Integrated changes from maint-5.6
21252      Branch: maint-5.6/pureperl
21253           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
21254           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
21255           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21256           !> vos/config.ga.h vos/configure_perl.cm
21257 ____________________________________________________________________________
21258 [  8787] By: jhi                                   on 2001/02/13  05:56:36
21259         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
21260      Branch: perl
21261           !> Makefile.SH
21262 ____________________________________________________________________________
21263 [  8786] By: jhi                                   on 2001/02/13  05:54:34
21264         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
21265              From: Dorner Thomas <Thomas.Dorner@start.de>
21266              Date: Mon, 12 Feb 2001 15:06:26 +0100
21267              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
21268      Branch: maint-5.6/perl
21269            ! Makefile.SH
21270 ____________________________________________________________________________
21271 [  8785] By: jhi                                   on 2001/02/13  05:29:04
21272         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
21273      Branch: perl
21274           !> hints/openbsd.sh
21275 ____________________________________________________________________________
21276 [  8784] By: jhi                                   on 2001/02/13  02:25:24
21277         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
21278              From: Peter Prymmer <pvhp@forte.com>
21279              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
21280              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
21281      Branch: perl
21282            ! pod/perlclib.pod
21283 ____________________________________________________________________________
21284 [  8783] By: jhi                                   on 2001/02/13  02:22:36
21285         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
21286      Branch: perl
21287            - ebcdic.c
21288            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
21289            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
21290            ! util.c
21291 ____________________________________________________________________________
21292 [  8782] By: jhi                                   on 2001/02/13  02:00:07
21293         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
21294      Branch: maint-5.6/perl
21295            ! pod/perlport.pod
21296 ____________________________________________________________________________
21297 [  8781] By: jhi                                   on 2001/02/13  01:58:44
21298         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
21299      Branch: maint-5.6/perl
21300            ! hints/openbsd.sh
21301 ____________________________________________________________________________
21302 [  8780] By: jhi                                   on 2001/02/13  01:57:33
21303         Log: Synchronize the regexp tests between maintperl and mainline.
21304      Branch: maint-5.6/perl
21305           !> t/op/re_tests
21306 ____________________________________________________________________________
21307 [  8779] By: jhi                                   on 2001/02/13  01:49:35
21308         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
21309              From: Hugo <hv@crypt.compulink.co.uk>
21310              Date: Tue, 13 Feb 2001 00:11:11 +0000
21311              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
21312      Branch: perl
21313            ! regcomp.c t/op/re_tests
21314 ____________________________________________________________________________
21315 [  8778] By: jhi                                   on 2001/02/13  00:23:10
21316         Log: Comments do not nest.
21317      Branch: perl
21318            ! perl.h
21319 ____________________________________________________________________________
21320 [  8777] By: jhi                                   on 2001/02/13  00:17:54
21321         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
21322              From: Hugo <hv@crypt.compulink.co.uk>
21323              Date: Tue, 13 Feb 2001 00:11:11 +0000
21324              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
21325      Branch: maint-5.6/perl
21326            ! regcomp.c t/op/re_tests
21327 ____________________________________________________________________________
21328 [  8776] By: jhi                                   on 2001/02/12  23:25:52
21329         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
21330      Branch: maint-5.6/perl
21331            ! pod/perlport.pod
21332 ____________________________________________________________________________
21333 [  8775] By: jhi                                   on 2001/02/12  23:04:28
21334         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
21335      Branch: maint-5.6/perl
21336            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
21337            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21338            ! vos/configure_perl.cm
21339 ____________________________________________________________________________
21340 [  8774] By: jhi                                   on 2001/02/12  22:59:11
21341         Log: Subject: Re: [patch] context for 'U' magic functions
21342              From: Doug MacEachern <dougm@covalent.net>
21343              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
21344              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
21345              
21346              plus the suggestion by Nick Ing-Simmons to name the macro
21347              as PERL_MG_UFUNC to avoid namespace pollution, plus add
21348              the advice by Doug for XS writers to perl.h
21349      Branch: perl
21350            ! mg.c perl.h
21351 ____________________________________________________________________________
21352 [  8773] By: jhi                                   on 2001/02/11  20:14:12
21353         Log: Update Changes.
21354      Branch: perl
21355            ! Changes patchlevel.h
21356 ____________________________________________________________________________
21357 [  8772] By: jhi                                   on 2001/02/11  18:47:52
21358         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
21359              From: Simon Cozens <simon@cozens.net>
21360              Date: Wed, 31 Jan 2001 16:31:43 +0000
21361              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
21362      Branch: perl
21363            + pod/perlclib.pod
21364            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
21365            ! pod/perltoc.pod
21366 ____________________________________________________________________________
21367 [  8771] By: jhi                                   on 2001/02/11  18:36:48
21368         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
21369              
21370              Blocks-4d3.beta.txt
21371              CaseFolding-3d4.beta.txt
21372              CompositionExclusions-3d6.beta.txt
21373              EastAsianWidth-4d4.beta.txt
21374              LineBreak-6d3.beta.txt
21375              NamesList-3.1.0d1.beta.txt
21376              PropList-3.1.0d4.beta.txt
21377              SpecialCasing-4d1.beta.txt
21378              UnicodeData-3.1.0d6.beta.txt
21379      Branch: perl
21380            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
21381           +> lib/unicode/UCD.html lib/unicode/Unicode.html
21382            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
21383            - lib/unicode/Unicode.301
21384            ! (edit 257 files)
21385 ____________________________________________________________________________
21386 [  8770] By: jhi                                   on 2001/02/11  17:26:22
21387         Log: UTF-8 documentation.
21388      Branch: perl
21389            ! utf8.h
21390 ____________________________________________________________________________
21391 [  8769] By: jhi                                   on 2001/02/11  17:12:49
21392         Log: Retract #8762.
21393      Branch: perl
21394            ! regexec.c
21395 ____________________________________________________________________________
21396 [  8768] By: jhi                                   on 2001/02/11  16:54:45
21397         Log: Subject: [PATCH] Test::Harness
21398              From: andreas.koenig@anima.de (Andreas J. Koenig)
21399              Date: 11 Feb 2001 14:37:00 +0100
21400              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
21401      Branch: perl
21402            ! lib/Test/Harness.pm
21403 ____________________________________________________________________________
21404 [  8767] By: jhi                                   on 2001/02/11  16:53:52
21405         Log: Subject: [PATCH] Document makepatch in Porting/patching
21406              From: andreas.koenig@anima.de (Andreas J. Koenig)
21407              Date: 11 Feb 2001 16:46:28 +0100
21408              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
21409      Branch: perl
21410            ! Porting/patching.pod
21411 ____________________________________________________________________________
21412 [  8766] By: jhi                                   on 2001/02/11  06:30:23
21413         Log: Subject: Re: [patch] GvSHARED
21414              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
21415              From: Doug MacEachern <dougm@covalent.net>
21416              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
21417              
21418              Subject: Re: [patch] GvSHARED
21419              From: Doug MacEachern <dougm@covalent.net>
21420              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
21421              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
21422              
21423              Subject: [patch] attributes.pm support for `shared'
21424              From: Doug MacEachern <dougm@covalent.net>
21425              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
21426              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
21427              
21428              our() attributes were ignored, our :shared pieces missing,
21429              allow attributes.pm to turn on shared.
21430      Branch: perl
21431            ! op.c t/op/attrs.t toke.c xsutils.c
21432 ____________________________________________________________________________
21433 [  8765] By: alanbur                               on 2001/02/10  23:11:19
21434         Log: Resync with parent (hopefully sucessfully this time)
21435      Branch: maint-5.6/pureperl
21436           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
21437           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
21438           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
21439           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
21440           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
21441           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
21442           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
21443 ____________________________________________________________________________
21444 [  8764] By: jhi                                   on 2001/02/10  22:54:38
21445         Log: Make TEST and UTEST more verbose in case something goes
21446              wrong in running/compiling a script, suggested by Doug
21447              MacEachern.
21448      Branch: perl
21449            ! t/TEST t/UTEST
21450 ____________________________________________________________________________
21451 [  8763] By: jhi                                   on 2001/02/10  22:11:34
21452         Log: Bogus shebang.
21453      Branch: perl
21454            ! t/lib/texttabs.t
21455 ____________________________________________________________________________
21456 [  8762] By: jhi                                   on 2001/02/10  21:56:02
21457         Log: (Retracted by #8769)
21458      Branch: perl
21459            ! regexec.c
21460 ____________________________________________________________________________
21461 [  8761] By: jhi                                   on 2001/02/10  21:26:15
21462         Log: Subject: Re: [patch] GvSHARED 
21463              From: Doug MacEachern <dougm@covalent.net>
21464              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
21465              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
21466              
21467              our @EXPORT : shared = (...);
21468      Branch: perl
21469            ! toke.c
21470 ____________________________________________________________________________
21471 [  8760] By: jhi                                   on 2001/02/10  21:25:07
21472         Log: Subject: [patch] GvSHARED
21473              From: Doug MacEachern <dougm@covalent.net>
21474              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
21475              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
21476      Branch: perl
21477            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
21478 ____________________________________________________________________________
21479 [  8759] By: alanbur                               on 2001/02/10  21:24:27
21480         Log: Backed out mismerge.
21481      Branch: maint-5.6/pureperl
21482            ! MANIFEST README.hpux README.vmesa gv.c installhtml
21483            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
21484            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
21485            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
21486            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
21487            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
21488            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
21489 ____________________________________________________________________________
21490 [  8758] By: jhi                                   on 2001/02/10  18:01:17
21491         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
21492              
21493              Fixed UMRs and leak in Perl_pmtrans()
21494              
21495              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
21496              associated UTFied tr/// code.  Also fixed scoping leak of
21497              PL_reg_start_tmp.
21498              
21499              newATTRSUB leaks when an attempt to redefine the active sort sub is
21500              made.
21501      Branch: maint-5.6/perl
21502           !> op.c regcomp.c
21503 ____________________________________________________________________________
21504 [  8757] By: alanbur                               on 2001/02/10  17:56:46
21505         Log: Resynchronised with parent
21506      Branch: maint-5.6/pureperl
21507           +> README.bs2000
21508            - README.posix-bc
21509            ! gv.c perl.c sv.c
21510           !> MANIFEST README.hpux README.vmesa installhtml
21511           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
21512           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
21513           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
21514           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
21515           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
21516           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
21517 ____________________________________________________________________________
21518 [  8756] By: alanbur                               on 2001/02/10  17:51:15
21519         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
21520              made.
21521      Branch: maint-5.6/pureperl
21522            ! op.c
21523 ____________________________________________________________________________
21524 [  8755] By: jhi                                   on 2001/02/09  22:41:35
21525         Log: Upgrade to CPAN 1.59_54, from Andreas König.
21526      Branch: perl
21527            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
21528 ____________________________________________________________________________
21529 [  8754] By: jhi                                   on 2001/02/09  22:29:20
21530         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
21531              
21532              Didn't upgrade the fill.t since it has a dependency to File::Slurp
21533              purely for debugging purposes, the actual test hasn't changed.
21534      Branch: perl
21535            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
21536            ! t/lib/textwrap.t
21537 ____________________________________________________________________________
21538 [  8753] By: jhi                                   on 2001/02/09  20:17:50
21539         Log: Integrate change #8682 from maintperl.
21540              
21541              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
21542              to work correctly.
21543      Branch: perl
21544           !> hints/irix_6.sh
21545 ____________________________________________________________________________
21546 [  8752] By: jhi                                   on 2001/02/09  20:00:46
21547         Log: Update Changes.
21548      Branch: perl
21549            ! Changes patchlevel.h
21550 ____________________________________________________________________________
21551 [  8751] By: nick                                  on 2001/02/09  19:48:37
21552         Log: Integrate mainline
21553      Branch: perlio
21554           +> README.bs2000 t/lib/cgi-esc.t
21555            - README.posix-bc
21556           !> (integrate 53 files)
21557 ____________________________________________________________________________
21558 [  8750] By: nick                                  on 2001/02/09  19:25:16
21559         Log: Subject: RE: Biannual Competition to Improve Hashing Function
21560              From: Fisher Mark <fisherm@tce.com>
21561              Date: Thu, 8 Feb 2001 10:44:00 -0500
21562              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
21563              Date: Thu, 8 Feb 2001 15:02:47 -0500
21564              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
21565      Branch: perl
21566            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
21567 ____________________________________________________________________________
21568 [  8749] By: jhi                                   on 2001/02/09  19:02:35
21569         Log: Forgotten fragment.
21570      Branch: perl
21571            ! pod/perlapi.pod
21572 ____________________________________________________________________________
21573 [  8748] By: jhi                                   on 2001/02/09  18:31:34
21574         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
21575              plus manual tweakage.
21576              
21577              Sync the perlfaq2 between mainline and maintperl.
21578      Branch: maint-5.6/perl
21579            ! pod/perlfaq2.pod
21580      Branch: perl
21581           !> pod/perlfaq2.pod
21582 ____________________________________________________________________________
21583 [  8747] By: jhi                                   on 2001/02/09  18:12:04
21584         Log: Subject: versiononly and installperl
21585              From: abigail@foad.org
21586              Date: Wed, 7 Feb 2001 22:43:12 +0100
21587              Message-ID: <20010207214312.7045.qmail@foad.org>    
21588              
21589              Add +v flag to force a normal install of the perl binary
21590              and the utilities.
21591              
21592              Subject: [PATCH] installperl
21593              From: Nicholas Clark <nick@ccl4.org>
21594              Date: Fri, 9 Feb 2001 16:28:57 +0000
21595              Message-ID: <20010209162857.B10931@plum.flirble.org>
21596              
21597              Add -A flag which also hardlinks the binary with
21598              the full architecture name.
21599      Branch: perl
21600            ! installperl
21601 ____________________________________________________________________________
21602 [  8746] By: jhi                                   on 2001/02/09  18:03:43
21603         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
21604              
21605              Subject: perlfaq2, re: perlmongers
21606              
21607              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
21608              
21609              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
21610              
21611              Subject: [ID 20010205.001] typo in perlfaq9
21612              
21613              Subject: [ID 20010208.002] unordered explanation in perlcall
21614      Branch: maint-5.6/perl
21615           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
21616           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
21617           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
21618 ____________________________________________________________________________
21619 [  8745] By: jhi                                   on 2001/02/09  17:59:09
21620         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
21621              From: abela@geneanet.org
21622              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
21623              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
21624      Branch: perl
21625            ! pod/perlcall.pod
21626 ____________________________________________________________________________
21627 [  8744] By: jhi                                   on 2001/02/09  17:48:16
21628         Log: Subject: [ID 20010205.001] typo in perlfaq9
21629              From: eserte@vran.herceg.de
21630              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
21631              Message-Id: <200102042244.XAA21926@vran.herceg.de>
21632      Branch: perl
21633            ! pod/perlfaq9.pod
21634 ____________________________________________________________________________
21635 [  8743] By: jhi                                   on 2001/02/09  17:25:12
21636         Log: Integrate change #8695 from maintperl.
21637              
21638              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
21639      Branch: perl
21640           !> thread.h
21641 ____________________________________________________________________________
21642 [  8742] By: jhi                                   on 2001/02/09  17:21:22
21643         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
21644              From: Andy Dougherty <doughera@lafayette.edu>
21645              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
21646              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
21647      Branch: perl
21648            ! embed.pl
21649 ____________________________________________________________________________
21650 [  8741] By: jhi                                   on 2001/02/09  17:05:19
21651         Log: Integrate changes #8738,8739,8740 from maintperl.
21652              
21653              Html files will be installed in a more logical and easier to
21654              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
21655              
21656              Html files will be generated with a header to make them look
21657              a little less bare.
21658              
21659              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
21660      Branch: perl
21661           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
21662 ____________________________________________________________________________
21663 [  8740] By: jhi                                   on 2001/02/09  17:03:46
21664         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
21665              From: "Brendan O'Dea" <bod@compusol.com.au>
21666              Date: Sun, 4 Feb 2001 11:17:56 +1100
21667              Message-ID: <20010204111756.A16301@compusol.com.au>
21668      Branch: maint-5.6/perl
21669            ! pod/perlfaq3.pod
21670 ____________________________________________________________________________
21671 [  8739] By: jhi                                   on 2001/02/09  17:01:59
21672         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
21673              From: "Indy Singh" <indy@nusphere.com>
21674              Date: Fri, 2 Feb 2001 15:09:59 -0500
21675              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
21676              
21677              Html files will be generated with a header to make them look
21678              a little less bare.
21679      Branch: maint-5.6/perl
21680            ! installhtml
21681 ____________________________________________________________________________
21682 [  8738] By: jhi                                   on 2001/02/09  16:58:48
21683         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
21684              From: "Indy Singh" <indy@nusphere.com>
21685              Date: Fri, 2 Feb 2001 15:08:23 -0500
21686              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
21687              
21688              Html files will be installed in a more logical and easier to
21689              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
21690      Branch: maint-5.6/perl
21691            ! win32/Makefile win32/makefile.mk
21692 ____________________________________________________________________________
21693 [  8737] By: jhi                                   on 2001/02/09  16:46:54
21694         Log: Integrate changes #8687,8736 from maintperl.
21695              
21696              HP-UX thread patches from Merijn H. Brand.
21697              
21698              Latin nit from Philip Newton.
21699      Branch: perl
21700           !> README.hpux hints/hpux.sh
21701 ____________________________________________________________________________
21702 [  8736] By: jhi                                   on 2001/02/09  16:42:31
21703         Log: Latin nit from Philip Newton.
21704      Branch: maint-5.6/perl
21705            ! README.hpux
21706 ____________________________________________________________________________
21707 [  8735] By: jhi                                   on 2001/02/09  16:24:03
21708         Log: Integrate changes #8704,8710 from pureperl.
21709              
21710              Fixed UMRs and leak in Perl_pmtrans()
21711              
21712              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
21713              associated UTFied tr/// code.  Also fixed scoping leak of
21714              PL_reg_start_tmp.
21715      Branch: perl
21716           !> op.c regcomp.c
21717 ____________________________________________________________________________
21718 [  8734] By: jhi                                   on 2001/02/09  15:40:21
21719         Log: Integrate change #8733 from maintperl.
21720              
21721              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
21722      Branch: perl
21723           !> pod/perlre.pod
21724 ____________________________________________________________________________
21725 [  8733] By: jhi                                   on 2001/02/09  15:35:47
21726         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
21727              From: Prymmer/Kahn <pvhp@best.com>
21728              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
21729              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
21730      Branch: maint-5.6/perl
21731            ! pod/perlre.pod
21732 ____________________________________________________________________________
21733 [  8732] By: jhi                                   on 2001/02/09  15:26:17
21734         Log: Rename README.posix-bc to README.bs2000 (to avoid the
21735              confusion of a "perlposix-bc.pod"), add a few missing
21736              arch pods, regen toc.
21737      Branch: maint-5.6/perl
21738           +> README.bs2000
21739            - README.posix-bc
21740            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
21741            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
21742 ____________________________________________________________________________
21743 [  8731] By: jhi                                   on 2001/02/09  15:23:39
21744         Log: De-cut-and-pasto.
21745      Branch: perl
21746            ! pod/perl.pod
21747 ____________________________________________________________________________
21748 [  8730] By: jhi                                   on 2001/02/09  15:11:13
21749         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
21750              when people think that perlposix-bc.pod tells anything about
21751              Perl and POSIX.  Regen toc.
21752      Branch: perl
21753           +> README.bs2000
21754            - README.posix-bc
21755            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
21756            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
21757 ____________________________________________________________________________
21758 [  8729] By: jhi                                   on 2001/02/09  14:52:28
21759         Log: The README.vmesa part of #8712 from maintperl.
21760      Branch: perl
21761            ! README.vmesa
21762 ____________________________________________________________________________
21763 [  8728] By: jhi                                   on 2001/02/09  14:46:06
21764         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
21765              From: Peter Prymmer <pvhp@forte.com>
21766              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
21767              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
21768      Branch: maint-5.6/perl
21769            ! README.vmesa win32/Makefile win32/makefile.mk
21770 ____________________________________________________________________________
21771 [  8727] By: jhi                                   on 2001/02/09  14:33:25
21772         Log: Integrate change #8712 from mainline.
21773              
21774              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
21775      Branch: maint-5.6/perl
21776           !> lib/Pod/Find.pm
21777 ____________________________________________________________________________
21778 [  8726] By: jhi                                   on 2001/02/09  14:30:28
21779         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
21780              From: Peter Prymmer <pvhp@forte.com>
21781              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
21782              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
21783      Branch: perl
21784            + t/lib/cgi-esc.t
21785            ! MANIFEST lib/CGI/Util.pm
21786 ____________________________________________________________________________
21787 [  8725] By: jhi                                   on 2001/02/09  04:56:47
21788         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
21789      Branch: maint-5.6/perl
21790            ! pod/perlport.pod
21791 ____________________________________________________________________________
21792 [  8724] By: jhi                                   on 2001/02/09  04:40:59
21793         Log: Integrate changes 7819,7820 from vmsperl into mainline.
21794              
21795              Add header for LIB$ prototypes (C. Berry)
21796              
21797              Convert fwrite()s to sockets to write()s, since some socket stacks
21798              don't take kindly to stdio.
21799              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
21800              (for often optional LNMs)
21801              Correct a few typos
21802              (C. Bailey)
21803      Branch: perl
21804           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
21805 ____________________________________________________________________________
21806 [  8723] By: jhi                                   on 2001/02/09  03:29:29
21807         Log: Integrate change #8722 from mainline.
21808              
21809              The Im() function wasn't returning zero for non-Math::Complex
21810              arguments.  The bug reported by John Gamble.
21811      Branch: maint-5.6/perl
21812           !> lib/Math/Complex.pm
21813 ____________________________________________________________________________
21814 [  8722] By: jhi                                   on 2001/02/09  03:28:33
21815         Log: The Im() function wasn't returning zero for non-Math::Complex
21816              arguments.  The bug reported by John Gamble.
21817      Branch: perl
21818            ! lib/Math/Complex.pm
21819 ____________________________________________________________________________
21820 [  8721] By: nick                                  on 2001/02/08  22:11:35
21821         Log: Correct the correction :-(
21822      Branch: perl
21823            ! perl.c
21824 ____________________________________________________________________________
21825 [  8720] By: bailey                                on 2001/02/08  20:59:22
21826         Log: Convert frwite()s to sockets to write()s, since some socket stacks
21827              don't take kindly to stdio.
21828              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
21829              (for often optional LNMs)
21830              Correct a few typos
21831              (C. Bailey)
21832      Branch: vmsperl
21833            ! vms/vms.c vms/vmsish.h
21834 ____________________________________________________________________________
21835 [  8719] By: bailey                                on 2001/02/08  20:51:02
21836         Log: Add header for LIB$ prototypes (C. Berry)
21837      Branch: vmsperl
21838            ! ext/Devel/DProf/DProf.xs
21839 ____________________________________________________________________________
21840 [  8718] By: bailey                                on 2001/02/08  20:49:00
21841         Log: SYN SYN
21842      Branch: vmsperl
21843           +> pod/perliol.pod t/lib/sample-tests/bailout
21844           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
21845           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
21846           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
21847           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
21848           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
21849           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
21850            - lib/unicode/Is/DCinital.pl
21851           !> (integrate 101 files)
21852 ____________________________________________________________________________
21853 [  8717] By: nick                                  on 2001/02/08  19:38:48
21854         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
21855              From: Robin Barker <rmb1@cise.npl.co.uk>
21856              Date: Thu, 8 Feb 2001 14:38:07 GMT
21857              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
21858      Branch: perl
21859            ! lib/CPAN.pm
21860 ____________________________________________________________________________
21861 [  8716] By: nick                                  on 2001/02/08  19:29:07
21862         Log: Generated files form 8713 etc.
21863      Branch: perl
21864            ! embed.h global.sym objXSUB.h perlapi.c proto.h
21865 ____________________________________________________________________________
21866 [  8715] By: nick                                  on 2001/02/08  19:26:08
21867         Log: Fixup non-ithread build after 8713
21868      Branch: perl
21869            ! perl.c
21870 ____________________________________________________________________________
21871 [  8714] By: nick                                  on 2001/02/08  19:17:45
21872         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
21873              From: nick@ccl4.org
21874              Date: Wed, 7 Feb 2001 00:27:47 +0000
21875              Message-Id: <20010207002747.B63724@plum.flirble.org>
21876      Branch: perl
21877            ! sv.c toke.c
21878 ____________________________________________________________________________
21879 [  8713] By: nick                                  on 2001/02/08  19:15:58
21880         Log: Subject: Re: [patch] Re: PL_ptr_table
21881              From: Doug Maceachern <dougm@covalent.net>
21882              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
21883              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
21884      Branch: perl
21885            ! embed.pl perl.c sv.c sv.h
21886 ____________________________________________________________________________
21887 [  8712] By: nick                                  on 2001/02/08  19:12:47
21888         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
21889              From: Peter Prymmer <pvhp@forte.com>
21890              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
21891              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
21892      Branch: perl
21893            ! lib/Pod/Find.pm
21894 ____________________________________________________________________________
21895 [  8711] By: nick                                  on 2001/02/07  21:06:11
21896         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
21897              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
21898              From: Alan Burlison <Alan.Burlison@uk.sun.com>
21899              Date: Tue, 06 Feb 2001 23:37:01 +0000
21900              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
21901      Branch: perl
21902            ! regcomp.c
21903 ____________________________________________________________________________
21904 [  8710] By: alanbur                               on 2001/02/07  00:22:04
21905         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
21906              associated UTFied tr/// code.  Also fixed scoping leak of
21907              PL_reg_start_tmp.
21908      Branch: maint-5.6/pureperl
21909            ! op.c regcomp.c
21910 ____________________________________________________________________________
21911 [  8709] By: nick                                  on 2001/02/06  21:16:49
21912         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
21913              From: Michael G Schwern <schwern@pobox.com>
21914              Date: Sun, 4 Feb 2001 19:47:14 -0500
21915              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
21916      Branch: perl
21917            ! pod/perlapi.pod pod/perlmodlib.PL
21918 ____________________________________________________________________________
21919 [  8708] By: nick                                  on 2001/02/06  20:41:20
21920         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
21921              From: Michael G Schwern <schwern@pobox.com>
21922              Date: Sun, 4 Feb 2001 21:17:49 -0500
21923              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
21924      Branch: perl
21925            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
21926            ! pod/perltootc.pod
21927 ____________________________________________________________________________
21928 [  8707] By: nick                                  on 2001/02/06  20:29:11
21929         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
21930              From: Michael G Schwern <schwern@pobox.com>
21931              Date: Tue, 6 Feb 2001 05:54:30 -0500
21932              Message-Id: <20010206055430.A951@blackrider.aocn.com>
21933      Branch: perl
21934            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
21935 ____________________________________________________________________________
21936 [  8706] By: nick                                  on 2001/02/06  20:21:40
21937         Log: Subject: RE: some win32 fixes
21938              Date: Tue, 6 Feb 2001 09:23:20 +0300
21939              From: Vadim Konovalov <vkonovalov@lucent.com>
21940              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
21941      Branch: perl
21942            ! toke.c win32/Makefile win32/config.bc win32/config.gc
21943            ! win32/config.vc win32/config_H.bc win32/makefile.mk
21944 ____________________________________________________________________________
21945 [  8705] By: alanbur                               on 2001/02/06  15:00:03
21946         Log: Synchronised with parent
21947      Branch: maint-5.6/pureperl
21948            ! regexec.c
21949           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
21950           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
21951 ____________________________________________________________________________
21952 [  8704] By: alanbur                               on 2001/02/06  14:55:24
21953         Log: Fixed UMRs and leak in Perl_pmtrans()
21954      Branch: maint-5.6/pureperl
21955            ! op.c
21956 ____________________________________________________________________________
21957 [  8703] By: gsar                                  on 2001/02/06  02:29:37
21958         Log: $(MAKE) distclean doesn't clean up properly on windows
21959      Branch: maint-5.6/perl
21960            ! win32/Makefile win32/makefile.mk
21961 ____________________________________________________________________________
21962 [  8702] By: gsar                                  on 2001/02/06  01:00:46
21963         Log: tweak change#8659 to keep it simple
21964      Branch: maint-5.6/perl
21965            ! utils/perldoc.PL
21966 ____________________________________________________________________________
21967 [  8701] By: gsar                                  on 2001/02/05  22:45:41
21968         Log: change#8693 was missing testsuite changes
21969      Branch: maint-5.6/perl
21970           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
21971 ____________________________________________________________________________
21972 [  8700] By: nick                                  on 2001/02/05  20:32:52
21973         Log: Integrate mainline
21974      Branch: perlio
21975           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
21976           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
21977           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
21978           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
21979           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
21980           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
21981           +> t/lib/test-harness.t
21982           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
21983           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
21984           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
21985           !> pod/perlutil.pod t/TEST utils/h2xs.PL
21986 ____________________________________________________________________________
21987 [  8699] By: nick                                  on 2001/02/05  19:41:07
21988         Log: Subject: perlfaq2, re: perlmongers
21989              From: David H. Adler <dha@panix.com>
21990              Date: Sun, 4 Feb 2001 23:48:23 -0500
21991              Message-Id: <20010204234823.A13429@panix.com>
21992      Branch: perl
21993            ! pod/perlfaq2.pod
21994 ____________________________________________________________________________
21995 [  8698] By: nick                                  on 2001/02/05  19:39:31
21996         Log: Missed file f#rom the testharness mess.
21997      Branch: perl
21998            + t/lib/test-harness.t
21999 ____________________________________________________________________________
22000 [  8697] By: nick                                  on 2001/02/05  19:37:21
22001         Log: Subject: [DOC PATCH] overload.pm nits
22002              From: John Tobey <jtobey@john-edwin-tobey.org>
22003              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
22004              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
22005      Branch: perl
22006            ! lib/overload.pm
22007 ____________________________________________________________________________
22008 [  8696] By: alanbur                               on 2001/02/05  11:56:00
22009         Log: Sync with parent
22010      Branch: maint-5.6/pureperl
22011           !> thread.h
22012 ____________________________________________________________________________
22013 [  8695] By: gsar                                  on 2001/02/05  03:27:34
22014         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
22015      Branch: maint-5.6/perl
22016            ! thread.h
22017 ____________________________________________________________________________
22018 [  8694] By: alanbur                               on 2001/02/05  00:07:47
22019         Log: Initial branch creation from //depot/maint-5.6/perl
22020      Branch: maint-5.6/pureperl
22021           +> (branch 1719 files)
22022 ____________________________________________________________________________
22023 [  8693] By: gsar                                  on 2001/02/04  22:38:49
22024         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
22025              changes)
22026      Branch: maint-5.6/perl
22027           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
22028           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
22029           !> ext/DB_File/version.c
22030 ____________________________________________________________________________
22031 [  8692] By: nick                                  on 2001/02/04  18:15:57
22032         Log: The missed t/TEST part of the grand testharness upgrade.
22033      Branch: perl
22034            ! t/TEST
22035 ____________________________________________________________________________
22036 [  8691] By: nick                                  on 2001/02/04  18:05:17
22037         Log: New improved test harness
22038              Subject: Re: [PATCH Test::Harness] Third time's a charm?
22039              From: Michael G Schwern <schwern@pobox.com>
22040              Date: Sun, 4 Feb 2001 08:01:20 -0500
22041              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
22042      Branch: perl
22043            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
22044            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
22045            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
22046            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
22047            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
22048            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
22049            ! MANIFEST lib/Test/Harness.pm
22050 ____________________________________________________________________________
22051 [  8690] By: nick                                  on 2001/02/04  17:57:51
22052         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
22053              From: Jonathan Stowe <gellyfish@gellyfish.com>
22054              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
22055              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
22056      Branch: perl
22057            ! utils/h2xs.PL
22058 ____________________________________________________________________________
22059 [  8689] By: nick                                  on 2001/02/04  17:55:24
22060         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
22061              From: Michael G Schwern <schwern@pobox.com>
22062              Date: Sat, 3 Feb 2001 22:46:38 -0500
22063              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
22064      Branch: perl
22065            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
22066            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
22067 ____________________________________________________________________________
22068 [  8688] By: nick                                  on 2001/02/04  17:43:55
22069         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
22070              length byfailing to spot lack of closing )
22071              From: nick@talking.bollo.cx
22072              Date: Sat, 03 Feb 2001 23:53:16 +0000
22073              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
22074      Branch: perl
22075            ! perlio.c pod/perldiag.pod
22076 ____________________________________________________________________________
22077 [  8687] By: jhi                                   on 2001/02/03  17:11:42
22078         Log: HP-UX thread patches from Merijn H. Brand.
22079      Branch: maint-5.6/perl
22080            ! README.hpux hints/hpux.sh
22081 ____________________________________________________________________________
22082 [  8686] By: jhi                                   on 2001/02/03  16:40:12
22083         Log: Metaconfig changes for #8685.
22084      Branch: metaconfig
22085            ! U/installdirs/instubperl.U
22086      Branch: metaconfig/U/perl
22087            ! Devel.U versiononly.U
22088 ____________________________________________________________________________
22089 [  8685] By: jhi                                   on 2001/02/03  16:39:49
22090         Log: For -Dusedevel builds turn off installusrbinperl and turn on
22091              versiononly, a combined idea of Richard Soderberg and Merijn
22092              H. Brand.  You can still override both of these from the command
22093              line if you need to, -Dinstallusrbinperl and -Uversiononly.
22094      Branch: perl
22095            ! Configure
22096 ____________________________________________________________________________
22097 [  8684] By: jhi                                   on 2001/02/03  16:16:34
22098         Log: Metaconfig unit fix for #8683.
22099      Branch: metaconfig
22100            ! U/compline/nblock_io.U
22101 ____________________________________________________________________________
22102 [  8683] By: jhi                                   on 2001/02/03  16:16:12
22103         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
22104              reported by Peter Prymmer for 5.6-TRIAL1.
22105      Branch: perl
22106            ! Configure
22107 ____________________________________________________________________________
22108 [  8682] By: jhi                                   on 2001/02/03  05:52:11
22109         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
22110              to work correctly.
22111      Branch: maint-5.6/perl
22112            ! hints/irix_6.sh
22113 ____________________________________________________________________________
22114 [  8681] By: jhi                                   on 2001/02/03  05:47:33
22115         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
22116      Branch: maint-5.6/perl
22117            ! pod/perlport.pod
22118 ____________________________________________________________________________
22119 [  8680] By: jhi                                   on 2001/02/02  21:39:49
22120         Log: perlport update from Peter Prymmer.
22121      Branch: maint-5.6/perl
22122            ! pod/perlport.pod
22123 ____________________________________________________________________________
22124 [  8679] By: nick                                  on 2001/02/02  20:50:48
22125         Log: Integrate mainline
22126      Branch: perlio
22127           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
22128           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
22129           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
22130 ____________________________________________________________________________
22131 [  8678] By: gsar                                  on 2001/02/02  16:02:12
22132         Log: note about bincompat, slightly modified (from Lupe Christoph)
22133      Branch: maint-5.6/perl
22134            ! README.solaris
22135 ____________________________________________________________________________
22136 [  8677] By: jhi                                   on 2001/02/02  15:46:20
22137         Log: Supported platforms updates.
22138      Branch: maint-5.6/perl
22139            ! pod/perlport.pod
22140 ____________________________________________________________________________
22141 [  8676] By: jhi                                   on 2001/02/02  03:41:26
22142         Log: A couple more perlfaq2 tweaks.
22143      Branch: maint-5.6/perl
22144            ! pod/perlfaq2.pod
22145 ____________________________________________________________________________
22146 [  8675] By: jhi                                   on 2001/02/02  03:17:44
22147         Log: Misedit in #8661.
22148      Branch: maint-5.6/perl
22149            ! Configure
22150 ____________________________________________________________________________
22151 [  8674] By: jhi                                   on 2001/02/02  03:14:38
22152         Log: Damien again.
22153      Branch: maint-5.6/perl
22154            ! pod/perlfaq2.pod
22155 ____________________________________________________________________________
22156 [  8673] By: jhi                                   on 2001/02/02  03:12:40
22157         Log: perlfaq update from Elaine Ashton.
22158      Branch: maint-5.6/perl
22159            ! pod/perlfaq2.pod
22160 ____________________________________________________________________________
22161 [  8672] By: jhi                                   on 2001/02/02  03:07:08
22162         Log: UTF-8 s/// patch from Inaba Hiroto.
22163      Branch: maint-5.6/perl
22164            ! pp_ctl.c pp_hot.c
22165 ____________________________________________________________________________
22166 [  8671] By: jhi                                   on 2001/02/01  22:34:31
22167         Log: Update Changes.
22168      Branch: perl
22169            ! Changes patchlevel.h
22170 ____________________________________________________________________________
22171 [  8670] By: jhi                                   on 2001/02/01  22:15:29
22172         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
22173              from maintperl.
22174              
22175              Upgrade to Getopt::Long 2.25, from Johan Vromans.
22176              
22177              more files need to be writable in the source distribution
22178              
22179              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
22180              
22181              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
22182              
22183              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
22184              
22185              Allow the float to be fuzzier.
22186              
22187              need to use INT2PTR instead of a straight cast or ia64 fails
22188              
22189              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
22190              
22191              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
22192      Branch: perl
22193           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
22194           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
22195           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
22196 ____________________________________________________________________________
22197 [  8669] By: jhi                                   on 2001/02/01  21:57:02
22198         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
22199              From: Robin Barker <rmb1@cise.npl.co.uk>
22200              Date: Thu, 1 Feb 2001 16:59:05 GMT
22201              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
22202      Branch: maint-5.6/perl
22203            ! pod/perlmodlib.PL
22204 ____________________________________________________________________________
22205 [  8668] By: nick                                  on 2001/02/01  19:41:40
22206         Log: Integrate mainline
22207      Branch: perlio
22208           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
22209           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
22210           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
22211 ____________________________________________________________________________
22212 [  8667] By: gsar                                  on 2001/02/01  16:59:11
22213         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
22214      Branch: maint-5.6/perl
22215            ! embed.pl embedvar.h
22216 ____________________________________________________________________________
22217 [  8666] By: gsar                                  on 2001/02/01  16:34:51
22218         Log: add missing entries to win32/config.?c
22219      Branch: maint-5.6/perl
22220            ! win32/config.bc win32/config.gc win32/config.vc
22221            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22222 ____________________________________________________________________________
22223 [  8665] By: jhi                                   on 2001/02/01  14:58:51
22224         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
22225              From: "Stephen P. Potter" <spp@spotter.yi.org>
22226              Date: Thu, 01 Feb 2001 10:45:46 -0500
22227              Message-Id: <200102011545.KAA31479@spotter.yi.org>
22228      Branch: maint-5.6/perl
22229            ! pod/perlfunc.pod
22230 ____________________________________________________________________________
22231 [  8664] By: gsar                                  on 2001/02/01  14:52:37
22232         Log: need to use INT2PTR instead of a straight cast or ia64 fails
22233              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
22234      Branch: maint-5.6/perl
22235            ! ext/POSIX/POSIX.xs
22236 ____________________________________________________________________________
22237 [  8663] By: jhi                                   on 2001/02/01  14:09:13
22238         Log: Allow the float to be fuzzier.
22239      Branch: maint-5.6/perl
22240            ! t/lib/peek.t
22241 ____________________________________________________________________________
22242 [  8662] By: jhi                                   on 2001/02/01  13:59:00
22243         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
22244              From: Robin Barker <rmb1@cise.npl.co.uk>
22245              Date: Thu, 1 Feb 2001 13:05:39 GMT
22246              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
22247      Branch: maint-5.6/perl
22248            ! pod/perlmodlib.pod
22249 ____________________________________________________________________________
22250 [  8661] By: jhi                                   on 2001/02/01  13:57:38
22251         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
22252              Date: Thu, 01 Feb 2001 14:15:41 +0100
22253              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22254              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
22255              
22256              Have the $ccflags in the gcc version test (strange, this change
22257              is claimed to be have been integrated already)
22258      Branch: maint-5.6/perl
22259            ! Configure
22260 ____________________________________________________________________________
22261 [  8660] By: jhi                                   on 2001/02/01  13:44:10
22262         Log: Integrate changes #7950,7964,7962 from mainline.
22263              
22264              Find the stdchar signedness using cpp, should fix some of
22265              the Solaris compiler warnings reported by Alan Burlison.
22266      Branch: maint-5.6/perl
22267           !> Configure config_h.SH
22268 ____________________________________________________________________________
22269 [  8659] By: jhi                                   on 2001/02/01  05:35:32
22270         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
22271              From: Jan Dubois <JanD@ActiveState.com>
22272              Date: Wed, 31 Jan 2001 21:17:03 -0800
22273              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
22274      Branch: maint-5.6/perl
22275            ! utils/perldoc.PL
22276 ____________________________________________________________________________
22277 [  8658] By: jhi                                   on 2001/02/01  04:33:17
22278         Log: Integrate the README.os390 and README.posix-bc parts of mainline
22279              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
22280              installperl parts were taken care of by #8657.)
22281      Branch: maint-5.6/perl
22282           !> README.os390 README.posix-bc
22283 ____________________________________________________________________________
22284 [  8657] By: jhi                                   on 2001/02/01  04:29:21
22285         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
22286              From: Peter Prymmer <pvhp@forte.com>
22287              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
22288              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
22289      Branch: maint-5.6/perl
22290            + ext/DynaLoader/dl_dllload.xs
22291            ! MANIFEST Makefile.SH hints/os390.sh installperl
22292 ____________________________________________________________________________
22293 [  8656] By: jhi                                   on 2001/02/01  04:25:45
22294         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
22295              From: Peter Prymmer <pvhp@forte.com>
22296              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
22297              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
22298      Branch: maint-5.6/perl
22299            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
22300 ____________________________________________________________________________
22301 [  8655] By: jhi                                   on 2001/02/01  04:14:47
22302         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
22303              From: troc@netrus.net
22304              Date: Wed, 31 Jan 2001 22:31:26 -0500
22305              Message-Id: <200102010331.WAA117.85@rocco.homenet>
22306      Branch: maint-5.6/perl
22307            ! os2/os2.c
22308 ____________________________________________________________________________
22309 [  8654] By: jhi                                   on 2001/02/01  04:12:52
22310         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
22311              as reported by Alan Burlison.
22312      Branch: maint-5.6/perl
22313            ! pp.h
22314 ____________________________________________________________________________
22315 [  8653] By: jhi                                   on 2001/02/01  04:05:12
22316         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
22317              From: dsugalski@northernlight.com
22318              Date: Wed, 31 Jan 2001 18:54:11 -0500
22319              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
22320      Branch: maint-5.6/perl
22321            ! configure.com
22322 ____________________________________________________________________________
22323 [  8652] By: jhi                                   on 2001/02/01  04:03:11
22324         Log: Misplaced #endif.
22325              
22326              Subject: [perl-5-6-1-trial2] patches for EPOC
22327              From: Olaf Flebbe <O.Flebbe@science-computing.de>
22328              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
22329              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
22330      Branch: maint-5.6/perl
22331            ! epoc/epocish.c
22332 ____________________________________________________________________________
22333 [  8651] By: jhi                                   on 2001/02/01  04:00:25
22334         Log: Integrate changes #8647,8648,8650 from mainline.
22335              
22336              Macrofy a magic UTF-8 test.
22337              
22338              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
22339              
22340              Watch out for cross compiling for EPOC (usually done on linux).
22341      Branch: maint-5.6/perl
22342           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
22343 ____________________________________________________________________________
22344 [  8650] By: jhi                                   on 2001/02/01  03:56:20
22345         Log: Watch out for cross compiling for EPOC (usually done on linux)
22346              
22347              Subject: [perl-5-6-1-trial2] patches for EPOC
22348              From: Olaf Flebbe <O.Flebbe@science-computing.de>
22349              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
22350              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
22351      Branch: perl
22352            ! ext/Errno/Errno_pm.PL
22353 ____________________________________________________________________________
22354 [  8649] By: gsar                                  on 2001/02/01  00:46:00
22355         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
22356      Branch: maint-5.6/perl
22357            ! sv.c
22358 ____________________________________________________________________________
22359 [  8648] By: jhi                                   on 2001/01/31  23:35:36
22360         Log: All the uses of PL_numeric_radix must be protected by
22361              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
22362              
22363              Subject: [perl-5-6-1-trial2] patches for EPOC
22364              From: Olaf Flebbe <O.Flebbe@science-computing.de>
22365              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
22366              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
22367      Branch: perl
22368            ! sv.c
22369 ____________________________________________________________________________
22370 [  8647] By: jhi                                   on 2001/01/31  22:56:16
22371         Log: Macrofy a magic UTF-8 test.
22372      Branch: perl
22373            ! utf8.c utf8.h
22374 ____________________________________________________________________________
22375 [  8646] By: gsar                                  on 2001/01/31  15:55:12
22376         Log: update Changes
22377      Branch: maint-5.6/perl
22378            ! Changes
22379 ____________________________________________________________________________
22380 [  8645] By: gsar                                  on 2001/01/31  15:10:14
22381         Log: Configure tweak suggested by Peter Prymmer
22382      Branch: maint-5.6/perl
22383            ! Configure
22384 ____________________________________________________________________________
22385 [  8644] By: gsar                                  on 2001/01/31  15:06:32
22386         Log: more files need to be writable in the source distribution
22387      Branch: maint-5.6/perl
22388            ! Porting/makerel
22389 ____________________________________________________________________________
22390 [  8643] By: jhi                                   on 2001/01/31  14:59:46
22391         Log: Integrate changes #8258,8278,8279 from mainline.
22392              
22393              Make the large file tests more robust/talkative.
22394      Branch: maint-5.6/perl
22395           !> t/lib/syslfs.t t/op/lfs.t
22396 ____________________________________________________________________________
22397 [  8642] By: gsar                                  on 2001/01/31  14:53:48
22398         Log: integrate changes#8311,8334 from mainline
22399              
22400              Add a new MakeMaker variable PM_FILTER that defines a Unix
22401              filter to be run on each .pm during the pm_to_blib() phase,
22402              a fixed version of
22403              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
22404              
22405              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
22406              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
22407              accurate reading of the "atime".  
22408      Branch: maint-5.6/perl
22409           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
22410           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
22411           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
22412 ____________________________________________________________________________
22413 [  8641] By: jhi                                   on 2001/01/31  14:46:37
22414         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
22415      Branch: maint-5.6/perl
22416            ! lib/Getopt/Long.pm
22417 ____________________________________________________________________________
22418 [  8640] By: gsar                                  on 2001/01/31  14:40:24
22419         Log: make regen_all
22420      Branch: maint-5.6/perl
22421            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
22422 ____________________________________________________________________________
22423 [  8639] By: gsar                                  on 2001/01/31  14:37:25
22424         Log: refresh windows config files
22425      Branch: maint-5.6/perl
22426            ! win32/Makefile win32/config_H.bc win32/config_H.gc
22427            ! win32/config_H.vc win32/makefile.mk
22428 ____________________________________________________________________________
22429 [  8638] By: gsar                                  on 2001/01/31  14:28:10
22430         Log: makefile tweaks for windows: introduce a bulk-switch to enable
22431              same options as ActivePerl; sync changes with makefile.mk
22432      Branch: maint-5.6/perl
22433            ! win32/Makefile win32/makefile.mk
22434 ____________________________________________________________________________
22435 [  8637] By: jhi                                   on 2001/01/31  04:41:30
22436         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
22437              From: Nicholas Clark <nick@ccl4.org>
22438              Date: Tue, 30 Jan 2001 19:51:05 +0000
22439              Message-ID: <20010130195105.R76607@plum.flirble.org> 
22440              
22441              op/inc cure.
22442      Branch: perl
22443            ! pp.c pp.h pp_hot.c t/op/arith.t
22444 ____________________________________________________________________________
22445 [  8636] By: jhi                                   on 2001/01/31  02:38:32
22446         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
22447              no perlio],8257,8380,8479,8515 from mainline.
22448              
22449              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
22450              
22451              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
22452              Subject: [PATCH perl@8133] fix-up for VMS extensions
22453              
22454              In VMS embedded perls couldn't access the statically built Socket.
22455              
22456              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
22457              
22458              Further VMS piping fixes from Charles Lane.
22459              
22460              Subject:  [PATCH] make t/op/misc.t work on VMS
22461              
22462              Add tracing for debugging extensions builds in VMS.
22463              
22464              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
22465      Branch: maint-5.6/perl
22466           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
22467           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
22468           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
22469 ____________________________________________________________________________
22470 [  8635] By: jhi                                   on 2001/01/31  01:46:41
22471         Log: Integrate change #7732 from mainline.
22472              
22473              Sparc 64-bit pack() fix from Jens Hamisch.
22474      Branch: maint-5.6/perl
22475           !> pp.c
22476 ____________________________________________________________________________
22477 [  8634] By: jhi                                   on 2001/01/31  01:41:16
22478         Log: One spot missing from #8626.
22479      Branch: maint-5.6/perl
22480            ! sv.c
22481 ____________________________________________________________________________
22482 [  8633] By: jhi                                   on 2001/01/31  00:49:17
22483         Log: Integrate change #7495 from mainline.
22484              
22485              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
22486      Branch: maint-5.6/perl
22487           !> MANIFEST ext/re/Makefile.PL
22488 ____________________________________________________________________________
22489 [  8632] By: jhi                                   on 2001/01/30  23:38:49
22490         Log: Integrate change #8396 from mainline.
22491              
22492              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
22493              better multicast support (resend)
22494      Branch: maint-5.6/perl
22495           !> ext/Socket/Socket.pm
22496 ____________________________________________________________________________
22497 [  8631] By: jhi                                   on 2001/01/30  23:28:03
22498         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
22499              
22500              More AIX lore. (7514, ext/re/hints/aix.pl)
22501              
22502              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
22503              
22504              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)
22505              
22506              Subject: [ID 20001214.002] Net::Ping patch
22507              
22508              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
22509              
22510              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
22511              
22512              Add ReuseAddr as a (preferred) alias for Reuse as we now
22513              also have ReusePort.
22514              
22515              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
22516      Branch: maint-5.6/perl
22517           +> ext/re/hints/aix.pl
22518           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
22519           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
22520 ____________________________________________________________________________
22521 [  8630] By: jhi                                   on 2001/01/30  23:03:59
22522         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
22523              
22524              read() documentation tweak for 20001121.004.
22525              
22526              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
22527      Branch: maint-5.6/perl
22528           !> pod/perlfunc.pod pod/perlre.pod
22529 ____________________________________________________________________________
22530 [  8629] By: jhi                                   on 2001/01/30  22:41:57
22531         Log: Integrate change #8098 from mainline.
22532              
22533              fastgetcwd is defined using a glob alias on a $^O dependent basis
22534              and there was no default assignment or perl subroutine.
22535      Branch: maint-5.6/perl
22536           !> lib/Cwd.pm
22537 ____________________________________________________________________________
22538 [  8628] By: jhi                                   on 2001/01/30  21:58:52
22539         Log: Integrate change #7866 from mainline.
22540              
22541              File::Temp 0.11.
22542      Branch: maint-5.6/perl
22543           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
22544 ____________________________________________________________________________
22545 [  8627] By: jhi                                   on 2001/01/30  21:39:44
22546         Log: Integrate changes #8075,8086,8228 from mainline.  
22547              
22548              Darwin is not Windows. (8075,8086)
22549              
22550              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
22551      Branch: maint-5.6/perl
22552           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
22553           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
22554           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
22555           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
22556 ____________________________________________________________________________
22557 [  8626] By: jhi                                   on 2001/01/30  21:22:11
22558         Log: Integrate with tweakery the change #8625 from mainline,
22559              the multibyte decimal separator fix ("fa_IR locale failure").
22560      Branch: maint-5.6/perl
22561            ! embedvar.h perlapi.h
22562           !> intrpvar.h perl.c perl.h sv.c util.c
22563 ____________________________________________________________________________
22564 [  8625] By: jhi                                   on 2001/01/30  20:26:33
22565         Log: Fix for the fa_IR locale failure.  The reason for the failure
22566              was that Perl was assuming the decimal separator aka the radix
22567              separator is one character.  The Farsi-Iranian locale crushed
22568              that bad assumption since there the separator is 'Momayyez',
22569              glyphwise looking somewhat like a slash, and in Unicode UTF-8
22570              encoded in two bytes, 0xd9 0xab.
22571      Branch: perl
22572            ! intrpvar.h perl.c perl.h sv.c util.c
22573 ____________________________________________________________________________
22574 [  8624] By: gsar                                  on 2001/01/30  20:17:03
22575         Log: regen_headers
22576      Branch: maint-5.6/perl
22577            ! Makefile.SH pod/perlintern.pod
22578 ____________________________________________________________________________
22579 [  8623] By: gsar                                  on 2001/01/30  19:42:34
22580         Log: backout change#7431 and its dependents (causes spurious rebuilds
22581              of autogenerated files)
22582              
22583              fix benign b.t failure
22584      Branch: maint-5.6/perl
22585            ! Makefile.SH t/lib/b.t
22586 ____________________________________________________________________________
22587 [  8622] By: jhi                                   on 2001/01/30  19:41:41
22588         Log: Microperl sync.
22589      Branch: perl
22590            ! mg.c perl.h
22591 ____________________________________________________________________________
22592 [  8621] By: gsar                                  on 2001/01/30  19:24:47
22593         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
22594              from mainline
22595              
22596              Subject: podlators 1.06 released
22597              
22598              Subject: [PATCH @8436] Eliminate op_children
22599              
22600              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
22601              
22602              (Replaced by #8448)  More op_children traces (cleanup of #8442).
22603              
22604              Subject: [PATCH #3 @8436] Re: Eliminate op_children
22605              Replace #8444 and #8445.
22606              
22607              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
22608              at the setting of the ofs_sv in new_struct_thread() as the
22609              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
22610              uninitialized fields are, uh, initialized with),
22611              SvREFCNT_inc()ing that invited a core dump.
22612              
22613              podlators 1.07, from Russ Allbery.
22614              
22615              Subject: [PATCH] regcomp.c old feature removal
22616              From: mjd@plover.com
22617              Date: 16 Jan 2001 14:43:18 -0000 
22618              Message-ID: <20010116144318.7140.qmail@plover.com> 
22619      Branch: maint-5.6/perl
22620           +> lib/Pod/Text/Overstrike.pm
22621           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
22622           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
22623           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
22624           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
22625           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
22626           !> util.c
22627 ____________________________________________________________________________
22628 [  8620] By: gsar                                  on 2001/01/30  18:48:32
22629         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
22630              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
22631              now fails one test)
22632              
22633              Subject: [PATCH] lvalue AUTOLOAD. No, really.
22634              
22635              Subject: [PATCH] Interesting syntax idea
22636              Make opens + bareword assigns do typeglob assigns.
22637              
22638              Tests for #8254.
22639              
22640              Subject: [PATCH @8269] Continue blocks and B::Deparse
22641              Make the peephole optimizer to bypass more null ops and
22642              and rewrite the deparse handling of continue blocks.
22643              
22644              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
22645              Doc tweak on #8313.
22646              
22647              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
22648              
22649              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
22650              
22651              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
22652              
22653              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
22654              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
22655              according to the platform.
22656              
22657              Subject: [PATCH @8404] Consolidated lvalue sub changes
22658              
22659              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
22660              
22661              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
22662              
22663              Subject: B::Concise -- an improved replacement for B::Terse 
22664              
22665              The B::Terse drop-in replacement wasn't quite drop-in.
22666              
22667              The LVRET macro needed an aTHX.
22668              
22669              Use the /^Perl_/-less form of is_lvalue_sub().
22670              
22671              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
22672      Branch: maint-5.6/perl
22673           +> ext/B/B/Concise.pm
22674           !> (integrate 27 files)
22675 ____________________________________________________________________________
22676 [  8619] By: nick                                  on 2001/01/30  18:40:28
22677         Log: Integrate mainline
22678      Branch: perlio
22679           !> (integrate 40 files)
22680 ____________________________________________________________________________
22681 [  8618] By: jhi                                   on 2001/01/30  18:37:18
22682         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
22683              Date: Mon, 29 Jan 2001 22:51:29 -0600
22684              From: "Craig A. Berry" <craigberry@mac.com>
22685              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
22686      Branch: perl
22687            ! vms/test.com
22688 ____________________________________________________________________________
22689 [  8617] By: jhi                                   on 2001/01/30  18:34:53
22690         Log: Subject: [PATCH] Add missing CV flags to dump.c
22691              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22692              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
22693              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
22694      Branch: perl
22695            ! dump.c
22696 ____________________________________________________________________________
22697 [  8616] By: jhi                                   on 2001/01/30  18:20:58
22698         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
22699              part isn't applicable to maintperl.
22700              
22701              UTF-8 nit from Inaba Hiroto.
22702      Branch: maint-5.6/perl
22703           !> pod/perlapi.pod utf8.c
22704 ____________________________________________________________________________
22705 [  8615] By: jhi                                   on 2001/01/30  18:18:51
22706         Log: UTF-8 nit from Inaba Hiroto.
22707      Branch: perl
22708            ! pod/perlapi.pod t/op/each.t utf8.c
22709 ____________________________________________________________________________
22710 [  8614] By: jhi                                   on 2001/01/30  18:13:38
22711         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
22712              
22713              perl's internal variables are not for public consumption,
22714              move their docs from perlapi.pod to perlintern.pod
22715              
22716              support for -Dusethreads build under HP-UX 10.20 and DCE threads
22717              library (11.0 and later have pthreads but 10.x don't)
22718              
22719              avoid uninitialized value warnings
22720              
22721              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
22722              gets weird results)
22723              
22724              perldoc nit on windows
22725              
22726              make it possible to run the tests outside the source tree
22727              (there's still a dependency on ../lib being the library
22728              location)
22729      Branch: perl
22730           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
22731           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
22732           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
22733           !> win32/bin/search.pl win32/vdir.h
22734 ____________________________________________________________________________
22735 [  8613] By: gsar                                  on 2001/01/30  16:39:59
22736         Log: make it possible to run the tests outside the source tree
22737              (there's still a dependency on ../lib being the library
22738              location)
22739      Branch: maint-5.6/perl
22740            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
22741 ____________________________________________________________________________
22742 [  8612] By: gsar                                  on 2001/01/30  16:31:12
22743         Log: perldoc nit on windows
22744      Branch: maint-5.6/perl
22745            ! utils/perldoc.PL
22746 ____________________________________________________________________________
22747 [  8611] By: gsar                                  on 2001/01/30  16:22:54
22748         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
22749              gets weird results)
22750      Branch: maint-5.6/perl
22751            ! win32/vdir.h
22752 ____________________________________________________________________________
22753 [  8610] By: gsar                                  on 2001/01/30  16:12:45
22754         Log: avoid uninitialized value warnings
22755      Branch: maint-5.6/perl
22756            ! win32/bin/search.pl
22757 ____________________________________________________________________________
22758 [  8609] By: gsar                                  on 2001/01/30  16:08:01
22759         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
22760              library (11.0 and later have pthreads but 10.x don't)
22761      Branch: maint-5.6/perl
22762            ! hints/hpux.sh thread.h
22763 ____________________________________________________________________________
22764 [  8608] By: gsar                                  on 2001/01/30  15:48:55
22765         Log: perl's internal variables are not for public consumption,
22766              move their docs from perlapi.pod to perlintern.pod
22767      Branch: maint-5.6/perl
22768            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
22769            ! thrdvar.h
22770 ____________________________________________________________________________
22771 [  8607] By: gsar                                  on 2001/01/30  15:44:27
22772         Log: mistakenly branched perl56delta.pod, revert
22773      Branch: maint-5.6/perl
22774            - pod/perl56delta.pod
22775           !> pod/perldelta.pod
22776 ____________________________________________________________________________
22777 [  8606] By: gsar                                  on 2001/01/30  14:20:24
22778         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
22779              dTHR which has been a noop for a while now, except for the
22780              compatibility definition in thread.h)
22781      Branch: maint-5.6/perl
22782           !> (integrate 45 files)
22783 ____________________________________________________________________________
22784 [  8605] By: jhi                                   on 2001/01/30  05:43:58
22785         Log: Mark the UTF-8 APIs as experimental.
22786      Branch: maint-5.6/perl
22787            ! embed.pl pod/perlapi.pod
22788 ____________________________________________________________________________
22789 [  8604] By: jhi                                   on 2001/01/30  05:38:40
22790         Log: Nits from earlier integrates.
22791      Branch: maint-5.6/perl
22792            ! lib/Carp/Heavy.pm
22793           !> sv.c
22794 ____________________________________________________________________________
22795 [  8603] By: jhi                                   on 2001/01/30  05:27:26
22796         Log: Regenerate Porting files.
22797      Branch: maint-5.6/perl
22798            ! Porting/Glossary Porting/config.sh Porting/config_H
22799 ____________________________________________________________________________
22800 [  8602] By: jhi                                   on 2001/01/30  05:14:59
22801         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
22802              8310,8339,8447,8492,8493,8505,8525: documentation changes.
22803              
22804              Subject: Re: perlfaq style changes
22805              
22806              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
22807              
22808              Subject: [PATCH] docs on NaN
22809              
22810              Subject: [patch] perlfaq7
22811              
22812              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
22813              
22814              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
22815              
22816              Subject: [PATCH] open() example in perlfunc.pod
22817              
22818              Podify README.mpeix (a new version from the web)
22819              
22820              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
22821              
22822              Subject: [PATCH] format and rewording in perlfaq.pod
22823              
22824              Subject: [PATCH] API Variable documentation   
22825              
22826              Memory management calls documentation.
22827              
22828              Subject: [PATCH: perl@8482] README.vms URL updates
22829              
22830              Subject: Minor typos in perlfaq2.pod
22831              
22832              Subject: [PATCH] pod/perlvar.pod
22833      Branch: maint-5.6/perl
22834           +> pod/perl56delta.pod
22835            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
22836           !> README.amiga README.epoc README.mpeix README.vms
22837           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
22838           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
22839           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
22840           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
22841           !> pod/perlvar.pod thrdvar.h
22842 ____________________________________________________________________________
22843 [  8601] By: jhi                                   on 2001/01/30  04:38:35
22844         Log: Integrate changes #8036,8096,8253 from mainline:
22845              hints changes.
22846              
22847              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
22848              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
22849              
22850              Output the (apparent) version of gcc in Tru64.
22851      Branch: maint-5.6/perl
22852           +> ext/POSIX/hints/svr4.pl
22853           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
22854           !> hints/svr4.sh t/lib/bigfltpm.t
22855 ____________________________________________________________________________
22856 [  8600] By: jhi                                   on 2001/01/30  04:04:01
22857         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
22858              locale fixes.
22859              
22860              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
22861              
22862              Debian allows /usr/bin/locale to exist without any locales. (7868)
22863              
22864              Allow the locale test needing POSIX and the taint test
22865              needing IPC::SysV to run under 'minitest' (basically,
22866              bail out if loading the extension fails). (8384)
22867              
22868              Cleanup the locale.t output  (8480)
22869      Branch: maint-5.6/perl
22870           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
22871           !> t/pragma/locale.t
22872 ____________________________________________________________________________
22873 [  8599] By: jhi                                   on 2001/01/30  03:51:04
22874         Log: Missing generated files from #8598.
22875      Branch: maint-5.6/perl
22876            ! embed.h global.sym objXSUB.h perlapi.c proto.h
22877 ____________________________________________________________________________
22878 [  8598] By: jhi                                   on 2001/01/30  03:41:54
22879         Log: Integrate change #8555 from mainline, manually integrate parts
22880              of changes 8452 and 8583.
22881              
22882              Subject: [PATCH] utf8.c documentation (8452)
22883              
22884              No point in checking the length if the pointer is bogus. (8555)
22885              
22886              Introduce bytes_from_utf8() and implement sv_eq() using it,
22887              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
22888              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
22889              was malformed. (8583)
22890      Branch: maint-5.6/perl
22891            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
22892           !> pod/perlapi.pod sv.c utf8.c
22893 ____________________________________________________________________________
22894 [  8597] By: gsar                                  on 2001/01/30  02:37:26
22895         Log: get PERL_OBJECT build going again on windows
22896      Branch: maint-5.6/perl
22897            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
22898            ! pod/perlapi.pod proto.h sv.c
22899 ____________________________________________________________________________
22900 [  8596] By: jhi                                   on 2001/01/30  02:16:17
22901         Log: Signedness nit.
22902      Branch: perl
22903            ! sv.c
22904 ____________________________________________________________________________
22905 [  8595] By: jhi                                   on 2001/01/30  02:11:07
22906         Log: EBCDIC patch for Storable, from Peter Prymmer.
22907      Branch: perl
22908            ! t/lib/st-06compat.t
22909 ____________________________________________________________________________
22910 [  8594] By: jhi                                   on 2001/01/30  01:04:48
22911         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
22912              From: Peter Prymmer <pvhp@forte.com>
22913              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
22914              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
22915      Branch: perl
22916            ! t/lib/b.t
22917 ____________________________________________________________________________
22918 [  8593] By: jhi                                   on 2001/01/30  00:56:47
22919         Log: Subject: [PATCH: perl@8585] pod problems in io
22920              From: Peter Prymmer <pvhp@forte.com>
22921              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
22922              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
22923      Branch: perl
22924            ! pod/perlapio.pod pod/perliol.pod
22925 ____________________________________________________________________________
22926 [  8592] By: jhi                                   on 2001/01/30  00:48:20
22927         Log: Integrate perlio.
22928      Branch: perl
22929           !> pod/perlapio.pod pod/perliol.pod
22930 ____________________________________________________________________________
22931 [  8591] By: nick                                  on 2001/01/29  22:02:28
22932         Log: GNU 'merge' Simon's copy of perliol.pod with version
22933              patched by Craig's patch.
22934      Branch: perlio
22935            ! pod/perliol.pod
22936 ____________________________________________________________________________
22937 [  8590] By: nick                                  on 2001/01/29  21:55:10
22938         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
22939      Branch: perlio
22940            ! pod/perlapio.pod pod/perliol.pod
22941 ____________________________________________________________________________
22942 [  8589] By: jhi                                   on 2001/01/29  15:35:33
22943         Log: Integrate change #8586 from maint-5.6/perl.
22944              
22945              make the BOM detection code not call tell() until it has to
22946              (meant to fix esoteric compatibility issues where PL_rsfp
22947              is overridden)
22948      Branch: perl
22949           !> toke.c
22950 ____________________________________________________________________________
22951 [  8588] By: jhi                                   on 2001/01/29  15:29:11
22952         Log: Subject: MAking Solaris malloc() the default
22953              From: Lupe Christoph <lupe@lupe-christoph.de>
22954              Date: Mon, 29 Jan 2001 12:59:36 +0100
22955              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
22956              
22957              The README.solaris part slightly tweaked.
22958      Branch: perl
22959            ! README.solaris hints/solaris_2.sh
22960 ____________________________________________________________________________
22961 [  8587] By: jhi                                   on 2001/01/29  15:17:34
22962         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
22963              From: root@ak-75.mind.de
22964              Date: Sun, 28 Jan 2001 20:32:29 +0100
22965              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
22966      Branch: perl
22967            ! pod/perlre.pod
22968 ____________________________________________________________________________
22969 [  8586] By: gsar                                  on 2001/01/29  13:43:44
22970         Log: make the BOM detection code not call tell() until it has to
22971              (meant to fix esoteric compatibility issues where PL_rsfp
22972              is overridden)
22973      Branch: maint-5.6/perl
22974            ! toke.c
22975 ____________________________________________________________________________
22976 [  8585] By: jhi                                   on 2001/01/28  20:05:45
22977         Log: Update Changes.
22978      Branch: perl
22979            ! Changes patchlevel.h
22980 ____________________________________________________________________________
22981 [  8584] By: jhi                                   on 2001/01/28  19:30:02
22982         Log: Integrate perlio.
22983      Branch: perl
22984           +> pod/perliol.pod
22985           !> MANIFEST pod/perlapio.pod
22986 ____________________________________________________________________________
22987 [  8583] By: jhi                                   on 2001/01/28  19:28:40
22988         Log: Patch from Inaba Hiroto:
22989              - canonical UTF-8 hash keys: if a key string for a hash is
22990              UTF8-on, try downgrade the string and use it if
22991              unicode::distinct is not in effect.
22992              For the task, I added a function bytes_from_utf8() to utf8.c.
22993              It might resemble utf8_to_bytes() but it is not convenient
22994              to the task.
22995              Made a test for it and added to t/op/each.t
22996              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
22997              the mortal copy of the argument SV.
22998              And changed t/io/utf8.t test 18 which expects print() to
22999              upgrade its argument.
23000              - re-implement sv_eq with bytes_from_utf8()
23001              - some bug fixes
23002              - tr/// does not handle UTF8 range (\x{}-\x{})
23003              - \ before raw UTF8 character produced
23004              "Malformed UTF-8 character" warning.
23005              - "\x{100}\N{CENT SIGN}" is Malformed.
23006              Added tests for these 3.
23007              - and one silly bug (by me) with qu operator.
23008      Branch: perl
23009            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
23010            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
23011            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
23012 ____________________________________________________________________________
23013 [  8582] By: nick                                  on 2001/01/28  19:25:04
23014         Log: Add pod/perliol.pod to MANIFEST :-(
23015      Branch: perlio
23016            ! MANIFEST
23017 ____________________________________________________________________________
23018 [  8581] By: nick                                  on 2001/01/28  19:22:40
23019         Log: PerlIO documentation. Proofing and sub-editing requested.
23020      Branch: perlio
23021            + pod/perliol.pod
23022            ! pod/perlapio.pod
23023 ____________________________________________________________________________
23024 [  8580] By: jhi                                   on 2001/01/28  05:16:25
23025         Log: Revert the change to sv_2pv() done by #8054: Someone who
23026              did SvNV_set() on a scalar that also happened to be POK,
23027              followed by sv_2pv() won't get the right coercion anymore.
23028              [Sarathy]
23029      Branch: maint-5.6/perl
23030            ! sv.c
23031 ____________________________________________________________________________
23032 [  8579] By: jhi                                   on 2001/01/28  05:15:04
23033         Log: Remove the #8084 effect: do not allow -Q to be interpreted
23034              as -&Q(), this is too much wiggle room.
23035      Branch: maint-5.6/perl
23036            ! toke.c
23037 ____________________________________________________________________________
23038 [  8578] By: jhi                                   on 2001/01/28  05:12:45
23039         Log: Needed bits of #8439 (should have been in #8576),
23040              mainly for lval substr().
23041      Branch: maint-5.6/perl
23042            ! mg.c pp.c pp_hot.c
23043 ____________________________________________________________________________
23044 [  8577] By: jhi                                   on 2001/01/28  05:02:46
23045         Log: A missing check-in.
23046      Branch: maint-5.6/perl
23047            ! utf8.c
23048 ____________________________________________________________________________
23049 [  8576] By: jhi                                   on 2001/01/28  04:26:18
23050         Log: Integrate changes #8425,8436,8439,8517 from mainline.
23051              The 8439 was not truly integrated because it had too many
23052              dependencies on the development branch and because it introduced
23053              concepts too bold for a maintenance branch (such as the qu operator).
23054              
23055              Subject: [PATCH perl@8342] -Wformat
23056              
23057              Tighten some of the UTF-8 tests a bit.
23058              
23059              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
23060              - The substr lval was still not okay.
23061              - Now pp_stringify and sv_setsv copies source's UTF8 flag
23062              even if IN_BYTE.  pp_stringify is called from fold_constants
23063              at optimization phase and "\x{100}" was made SvUTF8_off under
23064              use bytes (the bytes pragma is for "byte semantics" and not
23065              for "do not produce UTF8 data")
23066      Branch: maint-5.6/perl
23067            ! t/lib/charnames.t t/op/substr.t toke.c
23068           !> sv.c t/pragma/utf8.t
23069 ____________________________________________________________________________
23070 [  8575] By: jhi                                   on 2001/01/28  04:01:51
23071         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
23072              
23073              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
23074              
23075              Subject: [ID 20001230.003] UTF-8 tr still hurts
23076              
23077              Test cases for #8385 (from Simon's "torture.pl")
23078              
23079              Start fixing UTF-8 lval substr() (8405)
23080      Branch: maint-5.6/perl
23081           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
23082           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
23083 ____________________________________________________________________________
23084 [  8574] By: jhi                                   on 2001/01/28  03:09:06
23085         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
23086              from mainline.
23087              
23088              UTF-8 cleanup.
23089              
23090              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
23091              
23092              "\x{FF}\xFF" was broken.
23093              
23094              Tests for #8329 and #8330.
23095              
23096              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
23097              
23098              IRIX compiler noticed that the bof initialization might be
23099              bypassed by control flow.
23100              
23101              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
23102      Branch: maint-5.6/perl
23103           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
23104           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
23105 ____________________________________________________________________________
23106 [  8573] By: jhi                                   on 2001/01/28  02:06:12
23107         Log: Retract #8552.
23108      Branch: perl
23109            ! lib/Text/Wrap.pm t/lib/textwrap.t
23110 ____________________________________________________________________________
23111 [  8572] By: jhi                                   on 2001/01/28  02:04:49
23112         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
23113              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
23114              not really integrated but instead salvaged by hand
23115              (they had too many dependencies on the development release
23116              to be cleanly integratable).
23117              
23118              Subject: more UTF8 test suites and an UTF8 patch
23119              
23120              Tweak for MULTIPLICITY/USE_PERLIO
23121              
23122              Signedness nit.
23123              
23124              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
23125              
23126              Use the UTF8_XXX macros in is_utf8_char().
23127              
23128              Rewrite pp_concat() in terms of sv_catsv().  The . operator
23129              should now be UTF-8-proof.
23130              
23131              Subject: [PATCH perl@8269] scanning two hex-constants
23132              fails on EBCDIC environment (script length.t)
23133              
23134              Add some Unicode chop() tests.
23135      Branch: maint-5.6/perl
23136            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
23137           !> sv.c t/op/chop.t utf8.h
23138 ____________________________________________________________________________
23139 [  8571] By: jhi                                   on 2001/01/28  00:35:59
23140         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
23141              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
23142              
23143              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
23144              
23145              The maxiters upper limit sanity check (guarding against
23146              non-progress) assumed bytes instead of characters in s///
23147              and split().
23148              
23149              Signedness nit.
23150              
23151              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
23152              join() should now be UTF-8-proof.
23153              
23154              More split // UTF-8 tests. (8250)
23155      Branch: maint-5.6/perl
23156           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
23157           !> util.c
23158 ____________________________________________________________________________
23159 [  8570] By: jhi                                   on 2001/01/27  22:15:46
23160         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
23161              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
23162              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
23163              8084,8204,8244,8333 from mainline.
23164              
23165              For -Q where Q might be a one-letter sub name one does no more
23166              get a warning about an unknown filetest (7941,7943,7944,8084).
23167              
23168              Subject: Re: [ID 20001130.011] expression parsing bug ?
23169              
23170              Make uv_to_utf8() to zero-terminate its output buffer.
23171              
23172              Split off t/op/length.t (7995)
23173              
23174              Split off t/op/utf8decode.t (7996)
23175              
23176              Remove an unnecessary 'use utf8' from the utf8.t (7998)
23177              
23178              Split off t/op/concat.t (8004)
23179              
23180              Split off t/op/ver.t (8005)
23181              
23182              Document utf8_length(), utf8_distance(), and utf8_hop().
23183              
23184              Document utf8_to_uv() better.
23185              
23186              Introduce macros for UTF8 decoding (8028,8033).
23187              
23188              Add test for reverse() (8030,8031).
23189              
23190              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
23191              
23192              Do not return the Unicode replacement character    on UTF-8
23193              decoding failure.
23194              
23195              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
23196              not this_utf8 i.e. the output string has one, but don't mess
23197              with source assumption. (8052,8053)
23198              
23199              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
23200              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
23201              was not expecting to be called with something that was already
23202              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
23203              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
23204              (8054)
23205              
23206              Recode the naughty binary bytes in utf8decode.t using the \xHH.
23207              
23208              Make some panic messages a bit more logical.
23209      Branch: maint-5.6/perl
23210           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
23211           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
23212           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
23213           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
23214           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
23215           !> utf8.c utf8.h
23216 ____________________________________________________________________________
23217 [  8569] By: jhi                                   on 2001/01/27  19:16:43
23218         Log: Integrate changes #7750 from perlio and #8566 from mainline.
23219      Branch: maint-5.6/perl
23220           !> regexec.c sv.c
23221 ____________________________________________________________________________
23222 [  8568] By: jhi                                   on 2001/01/27  18:06:51
23223         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
23224              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
23225              7935[-perlio.c],7936,7959,7965 from mainline.
23226              
23227              Change the "big byte" error message to "Wide character".
23228              (7355, the croak-if-wide-chars-in-print part ignored)
23229              
23230              Use UINT64_C().
23231              
23232              Introduce Perl_utf8_length().
23233              
23234              diff -se shows these as different (7753, forgotten check-ins)
23235              
23236              Subject: [PATCH] doop.c - UTF8 tr///
23237              
23238              If we use (aTHX_ ...) then put Perl_ on the front.
23239              
23240              Make utf8_length() and utf8_distance() to be less forgiving
23241              about bad UTF-8.
23242              
23243              Test line numbers are different with utf8.
23244              
23245              No need to scan till infinity, 13 is enough. (7872,7911)
23246              
23247              Subject: [PATCH] Tokeniser debugging
23248              
23249              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
23250              
23251              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
23252              
23253              Be more careful in Perl_sv_utf8_downgrade().
23254              
23255              Use DO_UTF8().
23256              
23257              Raw zero bytes in text files confuse at least GNU patch 2.1.
23258      Branch: maint-5.6/perl
23259           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
23260           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
23261           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
23262           !> t/pragma/utf8.t toke.c utf8.c utf8.h
23263 ____________________________________________________________________________
23264 [  8567] By: nick                                  on 2001/01/27  11:10:38
23265         Log: Integrate mainline
23266      Branch: perlio
23267           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
23268           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
23269           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
23270           !> toke.c
23271 ____________________________________________________________________________
23272 [  8566] By: jhi                                   on 2001/01/27  06:22:48
23273         Log: More documentation for the regexp context stack.
23274      Branch: perl
23275            ! regexec.c
23276 ____________________________________________________________________________
23277 [  8565] By: jhi                                   on 2001/01/27  05:21:57
23278         Log: Update Changes.
23279      Branch: perl
23280            ! Changes patchlevel.h
23281 ____________________________________________________________________________
23282 [  8564] By: jhi                                   on 2001/01/27  04:44:04
23283         Log: Threadedness patch for #8562 from Doug MacEachern.
23284      Branch: perl
23285            ! toke.c
23286 ____________________________________________________________________________
23287 [  8563] By: jhi                                   on 2001/01/27  04:26:24
23288         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
23289              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
23290              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
23291              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
23292      Branch: perl
23293            ! op.c
23294 ____________________________________________________________________________
23295 [  8562] By: jhi                                   on 2001/01/27  04:20:30
23296         Log: Subject: Re: Announce : Tokener reporting patch
23297              From: Simon Cozens <simon@cozens.net>
23298              Date: Mon, 22 Jan 2001 02:17:22 +0000
23299              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
23300      Branch: perl
23301            ! embed.h embed.pl proto.h toke.c
23302 ____________________________________________________________________________
23303 [  8561] By: jhi                                   on 2001/01/27  04:17:24
23304         Log: Forgot from #8545.  Oops.
23305      Branch: perl
23306            ! pp.c t/pragma/overload.t
23307 ____________________________________________________________________________
23308 [  8560] By: jhi                                   on 2001/01/27  03:01:47
23309         Log: A better module compilation test, use MANIFEST as suggested
23310              by Spider.
23311      Branch: perl
23312            ! t/lib/1_compile.t
23313 ____________________________________________________________________________
23314 [  8559] By: jhi                                   on 2001/01/27  02:50:48
23315         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
23316              From: Peter Prymmer <pvhp@forte.com>
23317              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
23318              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
23319      Branch: perl
23320            ! t/lib/b.t
23321 ____________________________________________________________________________
23322 [  8558] By: jhi                                   on 2001/01/27  02:27:05
23323         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
23324              From: Peter Prymmer <pvhp@forte.com>
23325              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
23326              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
23327      Branch: perl
23328            ! t/pragma/sub_lval.t
23329 ____________________________________________________________________________
23330 [  8557] By: jhi                                   on 2001/01/27  02:26:03
23331         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
23332              From: Peter Prymmer <pvhp@forte.com>
23333              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
23334              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
23335      Branch: perl
23336            ! t/lib/st-06compat.t
23337 ____________________________________________________________________________
23338 [  8556] By: jhi                                   on 2001/01/27  02:24:33
23339         Log: Subject: [PATCH: perl@8531] minor update to README.os390
23340              From: Peter Prymmer <pvhp@forte.com>
23341              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
23342              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
23343      Branch: perl
23344            ! README.os390
23345 ____________________________________________________________________________
23346 [  8555] By: jhi                                   on 2001/01/27  00:35:47
23347         Log: No point in checking the length before we know whether the pointer
23348              is bogus or not, fixes Abigail's odbm failures in Linux.
23349      Branch: perl
23350            ! sv.c
23351 ____________________________________________________________________________
23352 [  8554] By: nick                                  on 2001/01/26  19:01:31
23353         Log: Integrate mainline
23354      Branch: perlio
23355           !> lib/Text/Wrap.pm t/lib/textwrap.t
23356 ____________________________________________________________________________
23357 [  8553] By: jhi                                   on 2001/01/26  15:19:39
23358         Log: Integrate change #7792 from perlio (multiplicity fix),
23359              fix the AV leak in regex DEBUGGING (tiny part of the
23360              polymorphic regexp patch #8143).
23361      Branch: maint-5.6/perl
23362            ! regcomp.c
23363           !> scope.h
23364 ____________________________________________________________________________
23365 [  8552] By: jhi                                   on 2001/01/26  15:03:23
23366         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
23367              From: Michael G Schwern <schwern@pobox.com>
23368              Date: Fri, 26 Jan 2001 09:28:31 -0500
23369              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
23370      Branch: perl
23371            ! lib/Text/Wrap.pm t/lib/textwrap.t
23372 ____________________________________________________________________________
23373 [  8551] By: jhi                                   on 2001/01/26  02:33:19
23374         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
23375              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
23376              
23377              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
23378              
23379              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
23380              
23381              Message nit.
23382              
23383              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
23384              
23385              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
23386              
23387              (the cleanup of unused submatches in regtry() and regcppop())
23388              
23389              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
23390              stored and restored, and thusly was trounced by the utf8 swash
23391              routines.
23392              
23393              use utf8 not required to use \x{}.
23394              
23395              Removed two more tests that make no sense in UTF-8 since the test
23396              data is not in UTF-8.
23397              
23398              Get the three different space character classes right under utf8.
23399              
23400              Implement ANYOFUTF8 regprop() dumping.
23401              
23402              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
23403              
23404              Document the regex context pushing/popping a bit better.
23405      Branch: maint-5.6/perl
23406           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
23407           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
23408           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
23409           !> t/op/regmesg.t utf8.c
23410 ____________________________________________________________________________
23411 [  8550] By: nick                                  on 2001/01/25  19:42:30
23412         Log: Integrate mainline
23413      Branch: perlio
23414           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
23415           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
23416           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
23417           !> t/lib/bigint.t t/lib/bigintpm.t
23418 ____________________________________________________________________________
23419 [  8549] By: jhi                                   on 2001/01/25  15:22:28
23420         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
23421      Branch: maint-5.6/perl
23422            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
23423 ____________________________________________________________________________
23424 [  8548] By: jhi                                   on 2001/01/25  15:02:55
23425         Log: Integrate changes #7997,8063,8492,8547 from mainline.
23426              
23427              Subject: Re: STRLEN - what?
23428              
23429              Subject: [PATCH] perlguts.pod
23430              
23431              Memory management calls documentation.
23432              
23433              Layout using tabulator is not a good idea in a pod.
23434      Branch: maint-5.6/perl
23435           !> pod/perlguts.pod
23436 ____________________________________________________________________________
23437 [  8547] By: jhi                                   on 2001/01/25  14:49:05
23438         Log: Layout using tabulator is not a good idea in a pod.
23439      Branch: perl
23440            ! pod/perlguts.pod
23441 ____________________________________________________________________________
23442 [  8546] By: jhi                                   on 2001/01/25  14:31:12
23443         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
23444              from mainline.
23445              
23446              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
23447              
23448              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
23449              
23450              More Win32 editor/IDE/shell hints.
23451              
23452              More Win32 Perling.
23453              
23454              Yet another editor edit.
23455              
23456              Edit edit edit.
23457              
23458              IDE/editor section tweaking.
23459              
23460              Few more IDE/editor nits from p5p.
23461      Branch: maint-5.6/perl
23462           !> pod/perlfaq3.pod
23463 ____________________________________________________________________________
23464 [  8545] By: jhi                                   on 2001/01/25  04:16:32
23465         Log: Subject: [PATCH 5.7.0] overload int()
23466              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23467              Date: Wed, 24 Jan 2001 19:06:57 -0500
23468              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
23469      Branch: perl
23470            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
23471            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
23472            ! t/lib/bigintpm.t
23473 ____________________________________________________________________________
23474 [  8544] By: jhi                                   on 2001/01/25  04:15:11
23475         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
23476              From: Peter Prymmer <pvhp@forte.com>
23477              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
23478              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
23479      Branch: perl
23480            ! Makefile.SH README.os390 hints/os390.sh installperl
23481 ____________________________________________________________________________
23482 [  8543] By: jhi                                   on 2001/01/25  03:52:08
23483         Log: Integrate change #8462,8469 from mainline.
23484              
23485              In VMS Perl subversion (perl -V) is undef.
23486      Branch: maint-5.6/perl
23487           !> configure.com
23488 ____________________________________________________________________________
23489 [  8542] By: jhi                                   on 2001/01/25  03:44:55
23490         Log: Integrate changes #7835,7850,8315,8316 from mainline.
23491              
23492              Solaris hints.
23493      Branch: maint-5.6/perl
23494           !> hints/solaris_2.sh
23495 ____________________________________________________________________________
23496 [  8541] By: jhi                                   on 2001/01/25  03:39:28
23497         Log: Integrate #8336 from mainline.
23498      Branch: maint-5.6/perl
23499           !> hv.c
23500 ____________________________________________________________________________
23501 [  8540] By: jhi                                   on 2001/01/25  03:23:50
23502         Log: Retract #8539.
23503      Branch: maint-5.6/perl
23504            ! pod/perlfaq3.pod
23505 ____________________________________________________________________________
23506 [  8539] By: jhi                                   on 2001/01/25  03:21:55
23507         Log: (Retracted by #5940.)
23508      Branch: maint-5.6/perl
23509            ! pod/perlfaq3.pod
23510 ____________________________________________________________________________
23511 [  8538] By: jhi                                   on 2001/01/25  03:14:07
23512         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
23513              From: Peter Prymmer <pvhp@forte.com>
23514              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
23515              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
23516              
23517              The VMS bits.
23518      Branch: maint-5.6/perl
23519            ! configure.com vms/descrip_mms.template
23520 ____________________________________________________________________________
23521 [  8537] By: jhi                                   on 2001/01/25  03:06:09
23522         Log: Integrate #7710,7824,7973 from mainline.
23523      Branch: maint-5.6/perl
23524           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23525           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
23526           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
23527           !> vos/config.ga.def vos/config.ga.h win32/config.bc
23528           !> win32/config.gc win32/config.vc
23529 ____________________________________________________________________________
23530 [  8536] By: jhi                                   on 2001/01/24  13:50:20
23531         Log: Revert the edits made by me so far to the 5.6 branch since
23532              the TRIAL1 since I did edits when I should have been using
23533              integrates.  Bad programmer.   (Will integrate them properly later.)
23534              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
23535              The #8353 will not be reapplied at least for now since
23536              the UTF-8 hash keys need more thinking.
23537              (The patches #8347, #8354, #8454, #8473 were okay since they
23538              were original edits made specifically for the 5.6.1-TRIAL1.)
23539      Branch: maint-5.6/perl
23540            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23541            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
23542            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
23543            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
23544            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
23545            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
23546            ! win32/config.bc win32/config.gc win32/config.vc
23547 ____________________________________________________________________________
23548 [  8535] By: bailey                                on 2001/01/24  06:37:02
23549         Log: SYN SYN
23550      Branch: vmsperl
23551           +> (branch 26 files)
23552           !> (integrate 130 files)
23553 ____________________________________________________________________________
23554 [  8534] By: nick                                  on 2001/01/23  19:30:57
23555         Log: Integrate mainline.
23556      Branch: perlio
23557           !> Changes Configure Porting/Glossary Porting/config.sh
23558           !> Porting/config_H embed.h embed.pl ext/Encode/compile
23559           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
23560           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
23561           !> pod/perlvar.pod proto.h t/lib/1_compile.t
23562 ____________________________________________________________________________
23563 [  8533] By: jhi                                   on 2001/01/23  16:15:46
23564         Log: Forgotten from #8501.
23565      Branch: perl
23566            ! Porting/Glossary Porting/config.sh Porting/config_H
23567 ____________________________________________________________________________
23568 [  8532] By: jhi                                   on 2001/01/23  16:13:27
23569         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
23570              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
23571              Date: Mon, 22 Jan 2001 17:51:58 +0100
23572              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
23573      Branch: perl
23574            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
23575 ____________________________________________________________________________
23576 [  8531] By: jhi                                   on 2001/01/23  15:46:01
23577         Log: Update Changes.
23578      Branch: perl
23579            ! Changes patchlevel.h
23580 ____________________________________________________________________________
23581 [  8530] By: jhi                                   on 2001/01/23  15:38:39
23582         Log: De-cut-and-pasto.
23583      Branch: perl
23584            ! t/lib/1_compile.t
23585 ____________________________________________________________________________
23586 [  8529] By: jhi                                   on 2001/01/23  15:11:04
23587         Log: Document the mkdir trailing slashes case.
23588      Branch: perl
23589            ! pod/perlfunc.pod
23590 ____________________________________________________________________________
23591 [  8528] By: jhi                                   on 2001/01/23  15:08:28
23592         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
23593              get installed:
23594              
23595              Subject: lib/lib.pm
23596              From: <abigail@foad.org>
23597              Date: Mon, 28 Aug 2000 20:35:08 -0400
23598              Message-ID: <20000829003508.21281.qmail@foad.org>
23599      Branch: perl
23600            ! installperl
23601 ____________________________________________________________________________
23602 [  8527] By: jhi                                   on 2001/01/23  14:44:04
23603         Log: Metaconfig unit change for #8526.
23604      Branch: metaconfig
23605            ! U/threads/archname.U
23606 ____________________________________________________________________________
23607 [  8526] By: jhi                                   on 2001/01/23  14:43:19
23608         Log: Attach -perlio to the archname if so selected.
23609      Branch: perl
23610            ! Configure
23611 ____________________________________________________________________________
23612 [  8525] By: jhi                                   on 2001/01/23  14:24:01
23613         Log: Subject: [PATCH] pod/perlvar.pod
23614              From: abigail@foad.org
23615              Date: Tue, 23 Jan 2001 01:41:10 +0100
23616              Message-ID: <20010123004110.22259.qmail@foad.org>
23617      Branch: perl
23618            ! pod/perlvar.pod
23619 ____________________________________________________________________________
23620 [  8524] By: jhi                                   on 2001/01/23  14:22:32
23621         Log: A bug introduced in #8217 (the undefined variable in the
23622              lib/safe1_t #3) fixed, by Charles Lane:
23623              
23624              The earlier patch made it so that stuff running in Safe
23625              compartments could do a "caller" and see "main".  That
23626              little change in name is done right before the code in
23627              the compartment is run, and apparantly the parser
23628              was picking up the stash name before it got changed.
23629              
23630              (why it was threaded vs. unthreaded Perl that was sensitive to this
23631              I still don't know...and it probably doesn't matter).
23632              
23633              I tryed removing the stash name-change and saw that threaded Perl
23634              did indeed pass the lib/safe1.t tests.
23635              
23636              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
23637              do the name change (and to connect _ in the compartment to the global
23638              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
23639              to call _safe_pkg_prep when creating a new compartment.
23640              
23641              Passes all tests with threaded perl on linux; passes all tests
23642              with unthreaded perl on VMS.
23643              
23644              At some point I'll probably want to revisit Safe and Opcode to
23645              provide more sensible handling of global variables...and to get
23646              formats working in Safe compartments, which they don't do currently.
23647      Branch: perl
23648            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
23649 ____________________________________________________________________________
23650 [  8523] By: jhi                                   on 2001/01/23  14:11:58
23651         Log: Also the lib/Thread.pm itself needs to be ignored if
23652              the Thread extension hasn't been built.
23653      Branch: perl
23654            ! t/lib/1_compile.t
23655 ____________________________________________________________________________
23656 [  8522] By: jhi                                   on 2001/01/23  13:51:28
23657         Log: print() instead of warn() so that stderr doesn't get
23658              unncessarily polluted.
23659      Branch: perl
23660            ! ext/Encode/compile
23661 ____________________________________________________________________________
23662 [  8521] By: jhi                                   on 2001/01/23  13:49:48
23663         Log: Integrate perlio.
23664      Branch: perl
23665           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
23666           !> ext/Encode/encode.h
23667 ____________________________________________________________________________
23668 [  8520] By: nick                                  on 2001/01/22  21:44:00
23669         Log: More messing with Encode:
23670              Extra fields in header to allow multiple names and to record
23671              other things "compile" knows.
23672              Re-organise compile to factor out common output routines.
23673      Branch: perlio
23674            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
23675 ____________________________________________________________________________
23676 [  8519] By: nick                                  on 2001/01/22  20:33:50
23677         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
23678      Branch: perlio
23679            ! ext/Encode/Makefile.PL ext/Encode/compile
23680 ____________________________________________________________________________
23681 [  8518] By: nick                                  on 2001/01/22  20:28:13
23682         Log: Integrate mainline
23683      Branch: perlio
23684           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
23685           !> vos/config.alpha.def vos/config.alpha.h
23686 ____________________________________________________________________________
23687 [  8517] By: jhi                                   on 2001/01/22  15:37:17
23688         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
23689              by Inaba Hiroto.
23690      Branch: perl
23691            ! sv.c
23692 ____________________________________________________________________________
23693 [  8516] By: jhi                                   on 2001/01/22  14:55:15
23694         Log: More SIG_SIZE fixes.
23695      Branch: perl
23696            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
23697 ____________________________________________________________________________
23698 [  8515] By: jhi                                   on 2001/01/22  14:50:27
23699         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
23700              From: "Craig A. Berry" <craigberry@mac.com>
23701              Date: Mon, 22 Jan 2001 00:42:24 -0600
23702              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
23703      Branch: perl
23704            ! configure.com
23705 ____________________________________________________________________________
23706 [  8514] By: jhi                                   on 2001/01/22  14:31:17
23707         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
23708              From: "Craig A. Berry" <craigberry@mac.com>
23709              Date: Sun, 21 Jan 2001 23:03:25 -0600
23710              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
23711      Branch: perl
23712            ! configure.com
23713 ____________________________________________________________________________
23714 [  8513] By: jhi                                   on 2001/01/22  14:14:00
23715         Log: Add the .ucm encoding tables to the MANIFEST.
23716      Branch: perl
23717            ! MANIFEST
23718 ____________________________________________________________________________
23719 [  8512] By: jhi                                   on 2001/01/22  13:43:33
23720         Log: Integrate perlio.
23721      Branch: perl
23722           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
23723           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
23724           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
23725           +> ext/Encode/Encode/iso8859-10.ucm
23726           +> ext/Encode/Encode/iso8859-13.ucm
23727           +> ext/Encode/Encode/iso8859-14.ucm
23728           +> ext/Encode/Encode/iso8859-15.ucm
23729           +> ext/Encode/Encode/iso8859-16.ucm
23730           +> ext/Encode/Encode/iso8859-2.ucm
23731           +> ext/Encode/Encode/iso8859-3.ucm
23732           +> ext/Encode/Encode/iso8859-4.ucm
23733           +> ext/Encode/Encode/iso8859-5.ucm
23734           +> ext/Encode/Encode/iso8859-6.ucm
23735           +> ext/Encode/Encode/iso8859-7.ucm
23736           +> ext/Encode/Encode/iso8859-8.ucm
23737           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
23738           +> ext/Encode/Encode/symbol.ucm
23739           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
23740           !> perliol.h
23741 ____________________________________________________________________________
23742 [  8511] By: nick                                  on 2001/01/21  23:44:47
23743         Log: Make "real" layers of ":utf8" and ":raw".
23744              So now PERLIO=utf8 perl ...
23745              does what Andreas wanted.
23746              Fix arg passing in open.pm (still have a Carp issue).
23747      Branch: perlio
23748            ! lib/open.pm perlio.c perliol.h
23749 ____________________________________________________________________________
23750 [  8510] By: jhi                                   on 2001/01/21  22:56:53
23751         Log: Document the regex context pushing/popping a bit better.
23752      Branch: perl
23753            ! regexec.c
23754 ____________________________________________________________________________
23755 [  8509] By: jhi                                   on 2001/01/21  22:55:44
23756         Log: Tweak the mkdir trailing slash code some more.
23757              
23758              TO DO: the same handling should probably be done for
23759              all the other filesystem functions that can have directories
23760              as their arguments.
23761      Branch: perl
23762            ! pp_sys.c
23763 ____________________________________________________________________________
23764 [  8508] By: nick                                  on 2001/01/21  21:37:43
23765         Log: Switch "compiled in" encodings to .ucm format.
23766              (Leave others as .enc till we can run-time load .ucm,
23767              or find some other way to load them.)
23768      Branch: perlio
23769            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
23770            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
23771            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
23772            + ext/Encode/Encode/iso8859-10.ucm
23773            + ext/Encode/Encode/iso8859-13.ucm
23774            + ext/Encode/Encode/iso8859-14.ucm
23775            + ext/Encode/Encode/iso8859-15.ucm
23776            + ext/Encode/Encode/iso8859-16.ucm
23777            + ext/Encode/Encode/iso8859-2.ucm
23778            + ext/Encode/Encode/iso8859-3.ucm
23779            + ext/Encode/Encode/iso8859-4.ucm
23780            + ext/Encode/Encode/iso8859-5.ucm
23781            + ext/Encode/Encode/iso8859-6.ucm
23782            + ext/Encode/Encode/iso8859-7.ucm
23783            + ext/Encode/Encode/iso8859-8.ucm
23784            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
23785            + ext/Encode/Encode/symbol.ucm
23786            ! ext/Encode/Makefile.PL ext/Encode/compile
23787 ____________________________________________________________________________
23788 [  8507] By: nick                                  on 2001/01/21  21:02:03
23789         Log: Integrate (partial) mainline.
23790      Branch: perlio
23791           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
23792           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
23793           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
23794 ____________________________________________________________________________
23795 [  8506] By: jhi                                   on 2001/01/21  20:09:30
23796         Log: Update Changes.
23797      Branch: perl
23798            ! Changes patchlevel.h
23799 ____________________________________________________________________________
23800 [  8505] By: jhi                                   on 2001/01/21  19:39:59
23801         Log: Subject: Minor typos in perlfaq2.pod
23802              From: "Stephen P. Potter" <spp@spotter.yi.org>
23803              Message-Id: <200101192101.QAA11911@spotter.yi.org>
23804              Date: Fri, 19 Jan 2001 16:01:13 -0500
23805              
23806              with a nit from Philip Netwon.
23807      Branch: perl
23808            ! pod/perlfaq2.pod
23809 ____________________________________________________________________________
23810 [  8504] By: jhi                                   on 2001/01/21  19:33:05
23811         Log: Metaconfig change for #8503.
23812      Branch: metaconfig
23813            ! U/threads/usethreads.U
23814 ____________________________________________________________________________
23815 [  8503] By: jhi                                   on 2001/01/21  19:32:21
23816         Log: Sanity check for conflicting thread flavours.
23817      Branch: perl
23818            ! Configure config_h.SH
23819 ____________________________________________________________________________
23820 [  8502] By: jhi                                   on 2001/01/21  19:23:00
23821         Log: Metaconfig change for #8501.
23822      Branch: metaconfig
23823            ! U/modified/sig_name.U
23824 ____________________________________________________________________________
23825 [  8501] By: jhi                                   on 2001/01/21  19:22:26
23826         Log: The SIG_SIZE is the number of the elements *excluding*
23827              the terminating NULL.
23828      Branch: perl
23829            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
23830            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
23831            ! win32/config_H.vc
23832 ____________________________________________________________________________
23833 [  8500] By: jhi                                   on 2001/01/21  18:31:31
23834         Log: Integrate perlio.
23835      Branch: perl
23836           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
23837           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
23838           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
23839           !> pp_sys.c proto.h sv.c
23840 ____________________________________________________________________________
23841 [  8499] By: jhi                                   on 2001/01/21  17:43:57
23842         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
23843              From: Hugo <hv@crypt.compulink.co.uk>
23844              Date: Sun, 21 Jan 2001 13:34:05 +0000
23845              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
23846              
23847              In sprintf UTF8ize only if necessary.
23848      Branch: perl
23849            ! sv.c
23850 ____________________________________________________________________________
23851 [  8498] By: nick                                  on 2001/01/21  16:25:32
23852         Log: Encode cleanup.
23853              Add command line control over "compile" so that Makefile.PL
23854              needs can be combined with other uses.
23855              Use command line options in Makefile.PL.
23856              Fix multi-byte parsing in .ucm files.
23857      Branch: perlio
23858            ! ext/Encode/Makefile.PL ext/Encode/compile
23859 ____________________________________________________________________________
23860 [  8497] By: nick                                  on 2001/01/21  12:56:27
23861         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
23862      Branch: perlio
23863            ! ext/Encode/Encode.xs
23864 ____________________________________________________________________________
23865 [  8496] By: nick                                  on 2001/01/21  12:18:45
23866         Log: Fixup after integrate:
23867              missed the .sym files that are changed by regen_headers
23868              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
23869      Branch: perlio
23870            ! global.sym pp.sym sv.c
23871 ____________________________________________________________________________
23872 [  8495] By: nick                                  on 2001/01/21  11:51:07
23873         Log: Integrate mainline.
23874      Branch: perlio
23875           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
23876           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
23877           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
23878           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
23879           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
23880           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
23881           !> win32/Makefile win32/makefile.mk
23882 ____________________________________________________________________________
23883 [  8494] By: jhi                                   on 2001/01/20  23:12:11
23884         Log: Forgot the expect_number() prototype.
23885      Branch: perl
23886            ! embed.h embed.pl proto.h
23887 ____________________________________________________________________________
23888 [  8493] By: jhi                                   on 2001/01/20  22:56:39
23889         Log: Subject: [PATCH: perl@8482] README.vms URL updates
23890              From: Peter Prymmer <pvhp@forte.com>
23891              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
23892              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
23893              
23894              Plus Craig A. Berry's suggestion to use compaq.com instead
23895              of digital.com.
23896      Branch: perl
23897            ! README.vms
23898 ____________________________________________________________________________
23899 [  8492] By: jhi                                   on 2001/01/20  22:50:05
23900         Log: Memory management calls documentation.
23901      Branch: perl
23902            ! pod/perlguts.pod
23903 ____________________________________________________________________________
23904 [  8491] By: jhi                                   on 2001/01/20  22:38:33
23905         Log: Signedness nit plus few memcpy/Copy nits.
23906      Branch: perl
23907            ! sv.c
23908 ____________________________________________________________________________
23909 [  8490] By: jhi                                   on 2001/01/20  22:25:53
23910         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
23911              From: Peter Prymmer <pvhp@forte.com>
23912              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
23913              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
23914      Branch: perl
23915            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
23916 ____________________________________________________________________________
23917 [  8489] By: jhi                                   on 2001/01/20  22:24:41
23918         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
23919              From: Peter Prymmer <pvhp@forte.com>
23920              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
23921              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
23922      Branch: perl
23923            ! win32/Makefile win32/makefile.mk
23924 ____________________________________________________________________________
23925 [  8488] By: jhi                                   on 2001/01/20  22:22:27
23926         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
23927              From: Peter Prymmer <pvhp@forte.com>
23928              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
23929              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
23930      Branch: perl
23931            ! Makefile.SH
23932 ____________________________________________________________________________
23933 [  8487] By: jhi                                   on 2001/01/20  22:21:18
23934         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
23935              From: Peter Prymmer <pvhp@forte.com>
23936              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
23937              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
23938      Branch: perl
23939            + ext/DynaLoader/dl_dllload.xs
23940            ! MANIFEST Makefile.SH hints/os390.sh
23941 ____________________________________________________________________________
23942 [  8486] By: jhi                                   on 2001/01/20  22:17:53
23943         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
23944              From: Peter Prymmer <pvhp@forte.com>
23945              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
23946              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
23947      Branch: perl
23948            ! README.os390 README.posix-bc
23949 ____________________________________________________________________________
23950 [  8485] By: jhi                                   on 2001/01/20  20:15:30
23951         Log: Document and test the new qu operator.
23952      Branch: perl
23953            + t/op/qu.t
23954            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
23955            ! pod/perlretut.pod pod/perlunicode.pod
23956 ____________________________________________________________________________
23957 [  8484] By: nick                                  on 2001/01/20  19:42:30
23958         Log: Infrastructure to allow:
23959              open($fh,"|-",@array);
23960              to be implemented
23961              i.e. mark pp_open as needing a stack mark, and make pp_open
23962              process its args in that style (and pass them _all_ to tied handles OPEN).
23963              Invent do_openn() which takes SV ** at allow it to see multiple args.
23964              Note this does not _do_ anything yet.
23965      Branch: perlio
23966            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
23967            ! perlapi.c pp_proto.h pp_sys.c proto.h
23968 ____________________________________________________________________________
23969 [  8483] By: nick                                  on 2001/01/20  17:23:14
23970         Log: Integrate mainline.
23971      Branch: perlio
23972           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
23973           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
23974 ____________________________________________________________________________
23975 [  8482] By: jhi                                   on 2001/01/19  15:37:49
23976         Log: Update Changes.
23977      Branch: perl
23978            ! Changes patchlevel.h
23979 ____________________________________________________________________________
23980 [  8481] By: jhi                                   on 2001/01/19  14:41:24
23981         Log: Subject: Re: new feature: s?printf parameter reordering 
23982              From: Hugo <hv@crypt.compulink.co.uk>
23983              Date: Thu, 11 Jan 2001 17:09:03 +0000
23984              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
23985              
23986              - support reordering for all parameters: %, *v, *, .*
23987              - lay down that the reordering specification must immediately
23988              follow that parameter: %3$, *v3$, *3$, .*3$
23989              - fix vectorisation of a zero-length string
23990              - factor out the code choosing the argument to format
23991              
23992              Possibly unwanted side-effects:
23993              - the special format specifiers ' +-0' must now precede any
23994              vectorisation specifier. Tests in op/sprintf and op/ver
23995              have been changed to reflect this.
23996              - sprintf.t test #214 changed its expectations because in many
23997              cases, the next parameter has already been consumed when an
23998              invalid type letter is detected.
23999              
24000              Probably wanted side-effects:
24001              - attempts to format a non-existent parameter will warn as if C<undef>
24002              - attempt to write to non-existent parameter with '%n' will complain
24003              of "attempt to modify read-only value" instead of being silent
24004      Branch: perl
24005            ! sv.c t/op/sprintf.t t/op/ver.t
24006 ____________________________________________________________________________
24007 [  8480] By: jhi                                   on 2001/01/19  14:08:37
24008         Log: Subject: PATCH pragma/locale.t
24009              From: andreas.koenig@anima.de (Andreas J. Koenig)
24010              Date: 18 Jan 2001 09:45:37 +0100
24011              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
24012      Branch: perl
24013            ! t/pragma/locale.t
24014 ____________________________________________________________________________
24015 [  8479] By: jhi                                   on 2001/01/19  13:19:58
24016         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
24017      Branch: perl
24018            ! configure.com
24019 ____________________________________________________________________________
24020 [  8478] By: jhi                                   on 2001/01/19  02:12:35
24021         Log: Automate 1_compile.t.
24022      Branch: perl
24023            ! t/lib/1_compile.t
24024 ____________________________________________________________________________
24025 [  8477] By: jhi                                   on 2001/01/19  01:49:56
24026         Log: Integrate perlio.
24027      Branch: perl
24028           !> sv.c win32/config.bc win32/config.gc win32/config.vc
24029           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
24030 ____________________________________________________________________________
24031 [  8476] By: nick                                  on 2001/01/18  21:51:52
24032         Log: Integrate mainline
24033      Branch: perlio
24034           +> t/lib/1_compile.t t/lib/compmod.pl
24035           !> MANIFEST configure.com lib/unicode/distinct.pm
24036 ____________________________________________________________________________
24037 [  8475] By: nick                                  on 2001/01/18  21:48:02
24038         Log: Win32 "safe signals" co-existance fix.
24039              Fix SIG_SIZE value.
24040              Clear PL_sig_pending when cloning (fork).
24041      Branch: perlio
24042            ! sv.c win32/config.bc win32/config.gc win32/config.vc
24043            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24044 ____________________________________________________________________________
24045 [  8474] By: jhi                                   on 2001/01/18  14:40:57
24046         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
24047      Branch: perl
24048            ! t/lib/1_compile.t
24049 ____________________________________________________________________________
24050 [  8473] By: gsar                                  on 2001/01/18  11:42:31
24051         Log: unsubmitted trial1 change
24052      Branch: maint-5.6/perl
24053            ! Changes
24054 ____________________________________________________________________________
24055 [  8472] By: jhi                                   on 2001/01/18  04:30:24
24056         Log: The first bug found by 1_compile.t.
24057      Branch: perl
24058            ! lib/unicode/distinct.pm
24059 ____________________________________________________________________________
24060 [  8471] By: jhi                                   on 2001/01/18  04:29:42
24061         Log: Add Schwern's 1_compile test.  The compile_module script renamed
24062              to be a bit shorter for the 8.3 people.
24063      Branch: perl
24064            + t/lib/1_compile.t t/lib/compmod.pl
24065            ! MANIFEST
24066 ____________________________________________________________________________
24067 [  8470] By: jhi                                   on 2001/01/18  04:16:00
24068         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)
24069              From: Peter Prymmer <pvhp@forte.com>
24070              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
24071              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
24072              Replace #8463.
24073      Branch: maint-5.6/perl
24074            ! configure.com
24075 ____________________________________________________________________________
24076 [  8469] By: jhi                                   on 2001/01/18  04:13:02
24077         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)
24078              From: Peter Prymmer <pvhp@forte.com>
24079              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
24080              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
24081              Replace #8462.
24082      Branch: perl
24083            ! configure.com
24084 ____________________________________________________________________________
24085 [  8468] By: jhi                                   on 2001/01/18  03:42:08
24086         Log: Integrate perlio.
24087      Branch: perl
24088           !> gv.c mg.c perlio.c util.c
24089 ____________________________________________________________________________
24090 [  8467] By: nick                                  on 2001/01/17  22:41:10
24091         Log: "Safe" signals - trial implementation.
24092              gv.c tweaked to zero PL_sig_pend array
24093              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
24094              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
24095              Odd thing is that it "works" with PERLIO=stdio as well (linux).
24096      Branch: perlio
24097            ! gv.c mg.c perlio.c util.c
24098 ____________________________________________________________________________
24099 [  8466] By: nick                                  on 2001/01/17  20:40:20
24100         Log: Integrate mainline.
24101      Branch: perlio
24102           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24103           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
24104           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
24105           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24106           !> vos/config.ga.h win32/config.bc win32/config.gc
24107           !> win32/config.vc
24108 ____________________________________________________________________________
24109 [  8465] By: jhi                                   on 2001/01/17  18:37:13
24110         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
24111              From: Nicholas Clark <nick@ccl4.org>
24112              Date: Wed, 17 Jan 2001 17:31:33 +0000
24113              Message-ID: <20010117173133.I2633@plum.flirble.org>
24114      Branch: perl
24115            ! t/op/int.t
24116 ____________________________________________________________________________
24117 [  8464] By: jhi                                   on 2001/01/17  14:43:17
24118         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
24119              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24120              Date: Wed, 17 Jan 2001 15:16:43 +0100
24121              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
24122              
24123              pp_int() was dropping an NV to the floor,
24124              int(279964589018079/59) either returned not an integer
24125              4745162525730.15, or one got "Attempt to free unreferenced scalar."
24126      Branch: perl
24127            ! pp.c
24128 ____________________________________________________________________________
24129 [  8463] By: jhi                                   on 2001/01/17  06:12:42
24130         Log: (Replaced by #8470)
24131              
24132              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)
24133              From: "Craig A. Berry" <craigberry@mac.com>
24134              Date: Tue, 16 Jan 2001 23:38:46 -0600
24135              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
24136      Branch: maint-5.6/perl
24137            ! configure.com
24138 ____________________________________________________________________________
24139 [  8462] By: jhi                                   on 2001/01/17  06:11:31
24140         Log: (Replaced by #8469)
24141              
24142              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)
24143              From: "Craig A. Berry" <craigberry@mac.com>
24144              Date: Tue, 16 Jan 2001 23:38:46 -0600
24145              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
24146      Branch: perl
24147            ! configure.com
24148 ____________________________________________________________________________
24149 [  8461] By: jhi                                   on 2001/01/17  05:56:12
24150         Log: Allow for one trailing slash in the directory of mkdir().
24151      Branch: perl
24152            ! pp_sys.c
24153 ____________________________________________________________________________
24154 [  8460] By: jhi                                   on 2001/01/17  03:26:01
24155         Log: Metaconfig unit changes for #8459.
24156      Branch: metaconfig
24157            ! U/modified/Loc.U U/modified/sig_name.U
24158 ____________________________________________________________________________
24159 [  8459] By: jhi                                   on 2001/01/17  03:24:48
24160         Log: Define SIG_SIZE, the number of elements in the sig_name and
24161              sig_num arrays, including the final NULL entry.
24162      Branch: perl
24163            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24164            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
24165            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
24166            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24167            ! win32/config.bc win32/config.gc win32/config.vc
24168 ____________________________________________________________________________
24169 [  8458] By: jhi                                   on 2001/01/17  01:41:33
24170         Log: Integrate perlio.
24171      Branch: perl
24172           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
24173           !> perlapi.h proto.h sv.c
24174 ____________________________________________________________________________
24175 [  8457] By: nick                                  on 2001/01/16  22:07:26
24176         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
24177              Provides all the "cost" but no benefit yet - it is to allow cost
24178              to be measured, and implementation experiments (just in mg.c?).
24179      Branch: perlio
24180            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
24181            ! perlapi.h proto.h sv.c
24182 ____________________________________________________________________________
24183 [  8456] By: nick                                  on 2001/01/16  21:07:07
24184         Log: Integrate mainline.
24185      Branch: perlio
24186           !> (integrate 51 files)
24187 ____________________________________________________________________________
24188 [  8455] By: jhi                                   on 2001/01/16  18:13:43
24189         Log: Subject: [PATCH] regcomp.c old feature removal
24190              From: mjd@plover.com
24191              Date: 16 Jan 2001 14:43:18 -0000 
24192              Message-ID: <20010116144318.7140.qmail@plover.com> 
24193      Branch: perl
24194            ! regcomp.c
24195 ____________________________________________________________________________
24196 [  8454] By: jhi                                   on 2001/01/16  16:12:39
24197         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
24198              From: "Indy Singh" <indy@nusphere.com>
24199              Date: Wed, 10 Jan 2001 20:17:49 -0500
24200              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
24201      Branch: maint-5.6/perl
24202            ! win32/Makefile
24203 ____________________________________________________________________________
24204 [  8453] By: jhi                                   on 2001/01/16  16:09:33
24205         Log: Update Changes.
24206      Branch: perl
24207            ! Changes patchlevel.h
24208 ____________________________________________________________________________
24209 [  8452] By: jhi                                   on 2001/01/16  15:42:04
24210         Log: Subject: Re: API Cleanup
24211              To: perl5-porters@perl.org
24212              Date: Tue, 16 Jan 2001 13:42:30 +0000
24213              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
24214              
24215              Subject: [PATCH] utf8.c documentation
24216              From: Simon Cozens <simon@cozens.net>
24217              Date: Tue, 16 Jan 2001 13:52:48 +0000
24218              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
24219              
24220              Subject: Re: API Cleanup
24221              From: Simon Cozens <simon@cozens.net>
24222              Date: Tue, 16 Jan 2001 14:58:55 +0000
24223              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
24224              
24225              UTF-8 doc patches.
24226      Branch: perl
24227            ! embed.pl pod/perlapi.pod utf8.c
24228 ____________________________________________________________________________
24229 [  8451] By: jhi                                   on 2001/01/16  14:41:39
24230         Log: podlators 1.07, from Russ Allbery.
24231      Branch: perl
24232            ! lib/Pod/Man.pm
24233 ____________________________________________________________________________
24234 [  8450] By: jhi                                   on 2001/01/16  14:24:19
24235         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
24236              From: "Indy Singh" <indy@nusphere.com>
24237              Date: Mon, 15 Jan 2001 20:59:40 -0500
24238              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
24239      Branch: perl
24240            ! win32/Makefile
24241 ____________________________________________________________________________
24242 [  8449] By: jhi                                   on 2001/01/16  03:42:55
24243         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
24244              at the setting of the ofs_sv in new_struct_thread() as the
24245              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
24246              that invited a core dump.
24247      Branch: perl
24248            ! util.c
24249 ____________________________________________________________________________
24250 [  8448] By: jhi                                   on 2001/01/16  01:49:07
24251         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
24252              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24253              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
24254              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
24255              
24256              Replace #8444 and #8445.
24257      Branch: perl
24258            ! ext/B/B.xs ext/B/B/Debug.pm
24259 ____________________________________________________________________________
24260 [  8447] By: jhi                                   on 2001/01/15  21:05:35
24261         Log: Subject: [PATCH] API Variable documentation   
24262              From: Simon Cozens <simon@cozens.net>
24263              Date: Mon, 15 Jan 2001 19:35:54 +0000
24264              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
24265      Branch: perl
24266            ! pod/perlapi.pod thrdvar.h
24267 ____________________________________________________________________________
24268 [  8446] By: jhi                                   on 2001/01/15  20:49:20
24269         Log: Signedness nit.
24270      Branch: perl
24271            ! pp_ctl.c
24272 ____________________________________________________________________________
24273 [  8445] By: jhi                                   on 2001/01/15  20:28:48
24274         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
24275      Branch: perl
24276            ! ext/B/B/Debug.pm
24277 ____________________________________________________________________________
24278 [  8444] By: jhi                                   on 2001/01/15  13:09:10
24279         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
24280      Branch: perl
24281            ! ext/B/B.xs
24282 ____________________________________________________________________________
24283 [  8443] By: jhi                                   on 2001/01/15  13:06:26
24284         Log: Missing from #8439.
24285      Branch: perl
24286            ! keywords.h mg.c
24287 ____________________________________________________________________________
24288 [  8442] By: jhi                                   on 2001/01/15  13:02:38
24289         Log: Subject: [PATCH @8436] Eliminate op_children
24290              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24291              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
24292              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
24293              
24294              Subject: [PATCH @8436] Re: Eliminate op_children
24295              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24296              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
24297              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
24298      Branch: perl
24299            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
24300            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
24301            ! op.c op.h
24302 ____________________________________________________________________________
24303 [  8441] By: jhi                                   on 2001/01/15  12:57:08
24304         Log: Use the /^Perl_/-less form of is_lvalue_sub().
24305      Branch: perl
24306            ! pp.h
24307 ____________________________________________________________________________
24308 [  8440] By: jhi                                   on 2001/01/15  05:13:09
24309         Log: Revert #8437 and #8438, the Linux large files story is more complex.
24310      Branch: metaconfig/U/perl
24311            ! d_fpos64_t.U d_off64_t.U
24312      Branch: perl
24313            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24314            ! config_h.SH configure.com epoc/config.sh perl.h
24315            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
24316            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24317            ! win32/config.bc win32/config.gc win32/config.vc
24318 ____________________________________________________________________________
24319 [  8439] By: jhi                                   on 2001/01/15  05:02:24
24320         Log: More UTF-8 patches from Inaba Hiroto.
24321              - The substr lval was still not okay.
24322              - Now pp_stringify and sv_setsv copies source's UTF8 flag
24323              even if IN_BYTE.  pp_stringify is called from fold_constants
24324              at optimization phase and "\x{100}" was made SvUTF8_off under
24325              use bytes (the bytes pragma is for "byte semantics" and not
24326              for "do not produce UTF8 data")
24327              - New `qu' operator to generate UTF8 string explicitly.
24328              Though I agree with the policy "0x00-0xff always produce bytes",
24329              sometimes want to such a string to be coded in UTF8.
24330              I can use pack"U0a*" but it requires more typing and has
24331              runtime overhead.
24332              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
24333              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
24334              string is not UTF8_on and has char 0x80-0xff.
24335              
24336              TODO: document and test qu.
24337      Branch: perl
24338            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
24339            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
24340            ! toke.c
24341 ____________________________________________________________________________
24342 [  8438] By: jhi                                   on 2001/01/14  05:10:23
24343         Log: Metaconfig unit changes for #8437.
24344      Branch: metaconfig/U/perl
24345            ! d_fpos64_t.U d_off64_t.U
24346 ____________________________________________________________________________
24347 [  8437] By: jhi                                   on 2001/01/14  04:55:34
24348         Log: Add <features.h> probing, seems to be needed for (some?)
24349              Linux largefileness.
24350      Branch: perl
24351            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24352            ! config_h.SH configure.com epoc/config.sh perl.h
24353            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
24354            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24355            ! win32/config.bc win32/config.gc win32/config.vc
24356 ____________________________________________________________________________
24357 [  8436] By: jhi                                   on 2001/01/13  17:47:21
24358         Log: Tighten some of the tests a bit.
24359      Branch: perl
24360            ! t/pragma/utf8.t
24361 ____________________________________________________________________________
24362 [  8435] By: jhi                                   on 2001/01/13  17:31:54
24363         Log: Integrate perlio.
24364      Branch: perl
24365           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
24366           !> win32/config_H.gc win32/config_H.vc
24367 ____________________________________________________________________________
24368 [  8434] By: nick                                  on 2001/01/13  11:36:53
24369         Log: Run dmake regen_config_h for Win32
24370      Branch: perlio
24371            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24372 ____________________________________________________________________________
24373 [  8433] By: nick                                  on 2001/01/13  11:31:55
24374         Log: VMS friendly patch to Encode compile process
24375      Branch: perlio
24376            ! ext/Encode/Makefile.PL ext/Encode/compile
24377 ____________________________________________________________________________
24378 [  8432] By: nick                                  on 2001/01/13  11:06:44
24379         Log: Integrate mainline
24380      Branch: perlio
24381           +> ext/B/B/Concise.pm
24382           !> (integrate 52 files)
24383 ____________________________________________________________________________
24384 [  8431] By: jhi                                   on 2001/01/13  05:55:55
24385         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
24386              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24387              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
24388              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
24389      Branch: perl
24390            ! ext/B/B/Concise.pm
24391 ____________________________________________________________________________
24392 [  8430] By: jhi                                   on 2001/01/13  04:24:18
24393         Log: The LVRET macro needed an aTHX.
24394      Branch: perl
24395            ! pp.h
24396 ____________________________________________________________________________
24397 [  8429] By: jhi                                   on 2001/01/13  02:12:42
24398         Log: Update Changes.
24399      Branch: perl
24400            ! Changes patchlevel.h
24401 ____________________________________________________________________________
24402 [  8428] By: jhi                                   on 2001/01/13  02:08:50
24403         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
24404              From: Peter Prymmer <pvhp@forte.com>
24405              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
24406              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
24407              
24408              Add a BEGIN guard for sloppy floating point division.
24409      Branch: perl
24410            ! lib/Math/BigInt.pm lib/bigint.pl
24411 ____________________________________________________________________________
24412 [  8427] By: jhi                                   on 2001/01/13  01:47:16
24413         Log: The B::Terse drop-in replacement wasn't quite drop-in.
24414      Branch: perl
24415            ! ext/B/B/Terse.pm
24416 ____________________________________________________________________________
24417 [  8426] By: jhi                                   on 2001/01/12  21:20:43
24418         Log: Use UVXf.
24419      Branch: perl
24420            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24421            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
24422            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
24423            ! vos/config.ga.def vos/config.ga.h win32/config.bc
24424            ! win32/config.gc win32/config.vc
24425 ____________________________________________________________________________
24426 [  8425] By: jhi                                   on 2001/01/12  20:20:14
24427         Log: Subject: [PATCH perl@8342] -Wformat
24428              From: Robin Barker <rmb1@cise.npl.co.uk>
24429              Date: Fri, 12 Jan 2001 20:03:14 GMT
24430              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
24431      Branch: perl
24432            ! ext/Encode/Encode.xs mg.c sv.c toke.c
24433 ____________________________________________________________________________
24434 [  8424] By: jhi                                   on 2001/01/12  20:01:48
24435         Log: Subject: B::Concise -- an improved replacement for B::Terse 
24436              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24437              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
24438              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
24439      Branch: perl
24440            + ext/B/B/Concise.pm
24441            ! MANIFEST ext/B/B/Terse.pm
24442 ____________________________________________________________________________
24443 [  8423] By: jhi                                   on 2001/01/12  19:24:02
24444         Log: The new metaconfig unit from the #8421.
24445      Branch: metaconfig/U/perl
24446            + d_sigprocmask.U
24447 ____________________________________________________________________________
24448 [  8422] By: jhi                                   on 2001/01/12  19:23:43
24449         Log: Forgot the microperl config from the #8421.
24450      Branch: perl
24451            ! uconfig.h uconfig.sh
24452 ____________________________________________________________________________
24453 [  8421] By: jhi                                   on 2001/01/12  19:05:27
24454         Log: Add sigprocmask() probe, regen Configure, regen toc.
24455      Branch: perl
24456            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24457            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
24458            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24459            ! vos/config.ga.h win32/config.bc win32/config.gc
24460            ! win32/config.vc
24461 ____________________________________________________________________________
24462 [  8420] By: jhi                                   on 2001/01/12  18:34:31
24463         Log: Add sockatmark() to the todo list.
24464      Branch: perl
24465            ! Todo-5.6
24466 ____________________________________________________________________________
24467 [  8419] By: jhi                                   on 2001/01/12  18:09:46
24468         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
24469      Branch: perl
24470            ! op.c
24471 ____________________________________________________________________________
24472 [  8418] By: jhi                                   on 2001/01/12  18:05:30
24473         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
24474              From: Radu Greab <radu@netsoft.ro>
24475              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
24476              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
24477      Branch: perl
24478            ! op.c t/pragma/sub_lval.t
24479 ____________________________________________________________________________
24480 [  8417] By: jhi                                   on 2001/01/12  16:09:09
24481         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
24482              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
24483              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
24484              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
24485      Branch: perl
24486            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
24487            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
24488            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
24489            ! t/pragma/sub_lval.t toke.c
24490 ____________________________________________________________________________
24491 [  8416] By: jhi                                   on 2001/01/12  15:42:06
24492         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
24493              From: "Richard Soderberg" <rs@crystalflame.net>
24494              Date: Fri, 12 Jan 2001 04:49:35 -0800
24495              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
24496              
24497              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
24498              according to the platform.
24499      Branch: perl
24500            ! op.c
24501 ____________________________________________________________________________
24502 [  8415] By: jhi                                   on 2001/01/12  15:33:41
24503         Log: One more UTF-8 fix from Inaba Hiroto.
24504      Branch: perl
24505            ! pp.c regexec.c t/pragma/utf8.t
24506 ____________________________________________________________________________
24507 [  8414] By: jhi                                   on 2001/01/12  15:30:18
24508         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
24509      Branch: perl
24510            ! regexec.c
24511 ____________________________________________________________________________
24512 [  8413] By: jhi                                   on 2001/01/12  15:22:10
24513         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
24514              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24515              Date: Thu, 11 Jan 2001 12:53:36 +0100
24516              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
24517      Branch: perl
24518            ! toke.c
24519 ____________________________________________________________________________
24520 [  8412] By: jhi                                   on 2001/01/12  15:20:25
24521         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
24522              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24523              Date: Fri, 12 Jan 2001 14:37:55 +0100
24524              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
24525      Branch: perl
24526            ! hints/posix-bc.sh
24527 ____________________________________________________________________________
24528 [  8411] By: jhi                                   on 2001/01/12  15:14:14
24529         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
24530              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24531              Date: Fri, 12 Jan 2001 10:42:21 +0100
24532              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
24533      Branch: perl
24534            ! t/op/regmesg.t
24535 ____________________________________________________________________________
24536 [  8410] By: jhi                                   on 2001/01/12  05:48:55
24537         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
24538              From: Nicholas Clark <nick@ccl4.org> 
24539              Date: Sun, 7 Jan 2001 19:47:14 +0000
24540              Message-ID: <20010107194714.B1048@plum.flirble.org>
24541      Branch: perl
24542            ! t/op/numconvert.t
24543 ____________________________________________________________________________
24544 [  8409] By: jhi                                   on 2001/01/12  05:41:28
24545         Log: Integrate perlio.
24546      Branch: perl
24547           !> mg.c scope.h
24548 ____________________________________________________________________________
24549 [  8408] By: nick                                  on 2001/01/11  22:43:28
24550         Log: Remove variables that were used in experiments.
24551      Branch: perlio
24552            ! mg.c
24553 ____________________________________________________________________________
24554 [  8407] By: nick                                  on 2001/01/11  20:57:44
24555         Log: Catch die in %SIG handler and unblock the signal before re-dying.
24556              This make Linux work _without_ sigsetjmp().
24557              Turn off sigsetjmp() to see what else it does.
24558              May need Configure probe for sigprocmask() if anything has sigaction()
24559              but not sigprocmask().
24560      Branch: perlio
24561            ! mg.c scope.h
24562 ____________________________________________________________________________
24563 [  8406] By: nick                                  on 2001/01/11  19:32:07
24564         Log: Integrate mainline
24565      Branch: perlio
24566           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
24567           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
24568           !> t/op/substr.t
24569 ____________________________________________________________________________
24570 [  8405] By: jhi                                   on 2001/01/11  17:11:01
24571         Log: Fix UTF-8 lval substr().
24572      Branch: perl
24573            ! mg.c t/op/substr.t
24574 ____________________________________________________________________________
24575 [  8404] By: jhi                                   on 2001/01/11  05:13:58
24576         Log: Update Changes.
24577      Branch: perl
24578            ! Changes patchlevel.h
24579 ____________________________________________________________________________
24580 [  8403] By: jhi                                   on 2001/01/11  04:38:24
24581         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
24582              From: Hugo <hv@crypt.compulink.co.uk>
24583              Date: Mon, 30 Oct 2000 01:33:26 +0000
24584              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
24585      Branch: perl
24586            ! regexec.c t/op/re_tests
24587 ____________________________________________________________________________
24588 [  8402] By: jhi                                   on 2001/01/11  04:26:12
24589         Log: Integrate perlio.
24590      Branch: perl
24591           !> scope.h util.c
24592 ____________________________________________________________________________
24593 [  8401] By: nick                                  on 2001/01/10  22:52:55
24594         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
24595              (So Alan and Ilya can try setting via hints.)
24596              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
24597              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
24598              doing the save everywhere seems to restart read() correctly, but just
24599              doing it once "round" the handler does not.
24600      Branch: perlio
24601            ! scope.h
24602 ____________________________________________________________________________
24603 [  8400] By: jhi                                   on 2001/01/10  21:57:54
24604         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
24605              of IRIX, HP-UX is unaffected.
24606      Branch: perl
24607            ! perl.h
24608 ____________________________________________________________________________
24609 [  8399] By: nick                                  on 2001/01/10  21:29:19
24610         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
24611      Branch: perlio
24612            ! util.c
24613 ____________________________________________________________________________
24614 [  8398] By: jhi                                   on 2001/01/10  20:55:31
24615         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
24616              also have ReusePort.
24617      Branch: perl
24618            ! ext/IO/lib/IO/Socket/INET.pm
24619 ____________________________________________________________________________
24620 [  8397] By: jhi                                   on 2001/01/10  20:50:57
24621         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
24622              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
24623              Date: Wed, 10 Jan 2001 01:38:13 -0800
24624              Message-ID: <20010110013813.B41744@yahoo-inc.com>
24625      Branch: perl
24626            ! ext/IO/lib/IO/Socket/INET.pm
24627 ____________________________________________________________________________
24628 [  8396] By: jhi                                   on 2001/01/10  20:49:30
24629         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
24630              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
24631              Date: Wed, 10 Jan 2001 01:37:32 -0800
24632              Message-ID: <20010110013732.A41744@yahoo-inc.com>
24633      Branch: perl
24634            ! ext/Socket/Socket.pm
24635 ____________________________________________________________________________
24636 [  8395] By: jhi                                   on 2001/01/10  20:41:37
24637         Log: Test for bug id 20010105.016 (fixed by #8378).
24638      Branch: perl
24639            ! t/op/split.t
24640 ____________________________________________________________________________
24641 [  8394] By: jhi                                   on 2001/01/10  20:26:32
24642         Log: Integrate perlio.
24643      Branch: perl
24644            ! util.c
24645 ____________________________________________________________________________
24646 [  8393] By: nick                                  on 2001/01/10  19:34:30
24647         Log: Back out Simon's pid hackery for now.
24648      Branch: perlio
24649            ! util.c
24650 ____________________________________________________________________________
24651 [  8392] By: nick                                  on 2001/01/10  19:23:13
24652         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
24653      Branch: perlio
24654           !> (integrate 29 files)
24655 ____________________________________________________________________________
24656 [  8391] By: jhi                                   on 2001/01/10  18:43:15
24657         Log: Subject: [PATCH] Fix my_pclose segfault
24658              From: Simon Cozens <simon@cozens.net>
24659              Date: Wed, 10 Jan 2001 18:39:35 +0000
24660              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
24661      Branch: perl
24662            ! util.c
24663 ____________________________________________________________________________
24664 [  8390] By: jhi                                   on 2001/01/10  18:42:08
24665         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
24666              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24667              Date:     Wed, 10 Jan 2001 13:23:02 EST
24668              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
24669      Branch: perl
24670            ! ext/Opcode/Opcode.xs
24671 ____________________________________________________________________________
24672 [  8389] By: jhi                                   on 2001/01/10  15:16:07
24673         Log: Turn off the integer preservation for now.
24674      Branch: perl
24675            ! perl.h
24676 ____________________________________________________________________________
24677 [  8388] By: jhi                                   on 2001/01/10  15:01:25
24678         Log: Few more IDE/editor nits from p5p.
24679      Branch: perl
24680            ! pod/perlfaq3.pod
24681 ____________________________________________________________________________
24682 [  8387] By: jhi                                   on 2001/01/10  06:53:16
24683         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
24684              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
24685              Date: Tue, 9 Jan 2001 23:16:02 +0000
24686              Message-ID: <20010109231602.A81101@plum.flirble.org>
24687      Branch: perl
24688            ! sv.c
24689 ____________________________________________________________________________
24690 [  8386] By: jhi                                   on 2001/01/10  03:17:54
24691         Log: Test cases for #8385 (from Simon's "torture.pl")
24692      Branch: perl
24693            ! t/op/tr.t
24694 ____________________________________________________________________________
24695 [  8385] By: jhi                                   on 2001/01/10  03:17:11
24696         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
24697              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
24698              Date: Wed, 10 Jan 2001 11:39:39 +0900
24699              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
24700              
24701              Some more UTF-8 tr cases fixed.
24702      Branch: perl
24703            ! doop.c
24704 ____________________________________________________________________________
24705 [  8384] By: jhi                                   on 2001/01/09  22:45:40
24706         Log: Allow the locale test needing POSIX and the taint test
24707              needing IPC::SysV to run under 'minitest' (basically,
24708              bail out if loading the extension fails)
24709      Branch: perl
24710            ! t/op/misc.t t/op/taint.t
24711 ____________________________________________________________________________
24712 [  8383] By: jhi                                   on 2001/01/09  21:36:04
24713         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
24714              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24715              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
24716              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
24717      Branch: perl
24718            ! t/io/openpid.t
24719 ____________________________________________________________________________
24720 [  8382] By: jhi                                   on 2001/01/09  21:06:08
24721         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
24722              Should finish up the bug id 20001205.022.
24723      Branch: perl
24724            ! pp.c pp_hot.c scope.c
24725 ____________________________________________________________________________
24726 [  8381] By: jhi                                   on 2001/01/09  18:27:43
24727         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
24728              From: Andy Dougherty <doughera@lafayette.edu>
24729              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
24730              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
24731              
24732              More robust yacc/bison error detection.
24733      Branch: perl
24734            ! t/comp/proto.t
24735 ____________________________________________________________________________
24736 [  8380] By: jhi                                   on 2001/01/09  15:21:38
24737         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
24738              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24739              Date:     Tue, 9 Jan 2001 07:53:55 EST
24740              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
24741      Branch: perl
24742            ! t/op/misc.t vms/test.com
24743 ____________________________________________________________________________
24744 [  8379] By: jhi                                   on 2001/01/09  15:20:38
24745         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
24746              From: jhi@cc.hut.fi
24747              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
24748              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
24749              
24750              The #8378 fixed this.
24751      Branch: perl
24752            ! t/op/tr.t
24753 ____________________________________________________________________________
24754 [  8378] By: jhi                                   on 2001/01/09  15:05:32
24755         Log: Subject: One more patch for UTF8 
24756              From: Inaba Hiroto <inaba@st.rim.or.jp>
24757              Date: Tue, 09 Jan 2001 01:04:32 +0900
24758              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
24759              
24760              UTF-8 fixes for 'x' and tr///.
24761      Branch: perl
24762            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
24763            ! regcomp.c regexec.c toke.c utf8.c
24764 ____________________________________________________________________________
24765 [  8377] By: jhi                                   on 2001/01/09  14:32:17
24766         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
24767      Branch: perl
24768            ! t/op/length.t
24769 ____________________________________________________________________________
24770 [  8376] By: jhi                                   on 2001/01/09  04:32:32
24771         Log: integrate changes #7775, #8316, #8316 from mainline
24772      Branch: maint-5.6/perl
24773            ! hints/solaris_2.sh
24774 ____________________________________________________________________________
24775 [  8375] By: jhi                                   on 2001/01/09  04:26:43
24776         Log: Update Changes.
24777      Branch: perl
24778            ! Changes patchlevel.h
24779 ____________________________________________________________________________
24780 [  8374] By: jhi                                   on 2001/01/09  04:14:32
24781         Log: IDE/editor section tweaking.
24782      Branch: perl
24783            ! pod/perlfaq3.pod
24784 ____________________________________________________________________________
24785 [  8373] By: jhi                                   on 2001/01/09  02:38:26
24786         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
24787              From: Peter Prymmer <pvhp@forte.com>
24788              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
24789              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
24790              
24791              In preparation os OS/390 dynamic loading.
24792      Branch: perl
24793            ! README.os390 hints/os390.sh
24794 ____________________________________________________________________________
24795 [  8372] By: jhi                                   on 2001/01/09  00:24:30
24796         Log: Integrate with perlio.
24797      Branch: perl
24798           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
24799 ____________________________________________________________________________
24800 [  8371] By: nick                                  on 2001/01/08  23:54:33
24801         Log: Fix "scalars leaked" bugs caused by overload magic
24802              (Highlighted by Ilya's DESTROY optimization.)
24803      Branch: perlio
24804            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
24805 ____________________________________________________________________________
24806 [  8370] By: nick                                  on 2001/01/08  20:19:41
24807         Log: Integrate mainline
24808      Branch: perlio
24809           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
24810           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
24811           !> t/op/64bitint.t
24812 ____________________________________________________________________________
24813 [  8369] By: jhi                                   on 2001/01/08  17:30:52
24814         Log: save_delete() Safefree() doesn't (anymore?) work with shared
24815              strings, one test failure in op/misc and almost all of lib/b.
24816              (Outcomments #8369.)
24817      Branch: perl
24818            ! scope.c
24819 ____________________________________________________________________________
24820 [  8368] By: jhi                                   on 2001/01/08  14:47:10
24821         Log: (Outcommented by #8369.)
24822              
24823              Subject: Re: Perl BugID 20001205.022 ---- save_delete
24824              From: Simon Cozens <simon@cozens.net>
24825              Date: Sat, 6 Jan 2001 11:48:40 +0000
24826              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
24827              
24828              The save_delete() does need the Safefree.
24829      Branch: perl
24830            ! scope.c
24831 ____________________________________________________________________________
24832 [  8367] By: bailey                                on 2001/01/08  08:53:52
24833         Log: Once again syncing after too long an absence
24834      Branch: vmsperl
24835           +> (branch 55 files)
24836            - MAINTAIN fix_pl vos/config.def vos/config.h
24837            - vos/config_h.SH_orig
24838           !> (integrate 498 files)
24839 ____________________________________________________________________________
24840 [  8366] By: jhi                                   on 2001/01/08  02:42:59
24841         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
24842              From: nick@ccl4.org
24843              Date: Sun, 7 Jan 2001 21:07:18 +0000
24844              Message-Id: <20010107210717.D1048@plum.flirble.org>
24845      Branch: perl
24846            ! sv.c t/op/64bitint.t
24847 ____________________________________________________________________________
24848 [  8365] By: jhi                                   on 2001/01/08  02:35:16
24849         Log: Subject: [PATCH] environ nit
24850              From: Simon Cozens <simon@cozens.net>
24851              Date: Sun, 7 Jan 2001 17:57:07 +0000
24852              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
24853              
24854              Use environ only if we have it.
24855      Branch: perl
24856            ! mg.c
24857 ____________________________________________________________________________
24858 [  8364] By: jhi                                   on 2001/01/08  02:24:51
24859         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
24860      Branch: perl
24861            ! ext/GDBM_File/GDBM_File.xs
24862 ____________________________________________________________________________
24863 [  8363] By: jhi                                   on 2001/01/08  02:19:24
24864         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
24865              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24866              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
24867              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
24868      Branch: perl
24869            ! dump.c op.c
24870 ____________________________________________________________________________
24871 [  8362] By: jhi                                   on 2001/01/08  02:17:43
24872         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
24873              From: Doug MacEachern <dougm@covalent.net>
24874              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
24875              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
24876              
24877              Allow AUTOLOAD to be an xsub and allow such xsubs
24878              to avoid use of $AUTOLOAD.
24879      Branch: perl
24880            ! gv.c
24881 ____________________________________________________________________________
24882 [  8361] By: jhi                                   on 2001/01/08  02:16:07
24883         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
24884              From: Radu Greab <radu@netsoft.ro>
24885              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
24886              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
24887              
24888              No need for the potentially unportable $SIG{CHLD}.
24889      Branch: perl
24890            ! t/io/pipe.t
24891 ____________________________________________________________________________
24892 [  8360] By: jhi                                   on 2001/01/08  01:58:23
24893         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
24894      Branch: perl
24895            ! lib/Getopt/Long.pm
24896 ____________________________________________________________________________
24897 [  8359] By: jhi                                   on 2001/01/08  01:55:44
24898         Log: Integrate perlio.
24899      Branch: perl
24900           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
24901           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
24902           !> utf8.c win32/Makefile
24903 ____________________________________________________________________________
24904 [  8358] By: jhi                                   on 2001/01/07  21:16:50
24905         Log: Update the EPOC cross SDK URL.
24906      Branch: perl
24907            ! README.epoc
24908 ____________________________________________________________________________
24909 [  8357] By: jhi                                   on 2001/01/07  21:16:09
24910         Log: Update the EPOC cross SDK URL.
24911      Branch: maint-5.6/perl
24912            ! README.epoc
24913 ____________________________________________________________________________
24914 [  8356] By: nick                                  on 2001/01/06  21:47:52
24915         Log: FILE * in XS code for PerlIO world:
24916              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
24917              - Add FILE * T_STDIO typemap.
24918              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
24919      Branch: perlio
24920            ! lib/ExtUtils/typemap perlio.c perlio.h
24921 ____________________________________________________________________________
24922 [  8355] By: jhi                                   on 2001/01/06  20:27:15
24923         Log: integrate change #8336 from mainline
24924              
24925              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
24926      Branch: maint-5.6/perl
24927            ! hv.c
24928 ____________________________________________________________________________
24929 [  8354] By: jhi                                   on 2001/01/06  20:24:29
24930         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
24931              From: Robin Barker <rmb1@cise.npl.co.uk>
24932              Date: Fri, 22 Dec 2000 12:17:38 GMT
24933              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
24934              
24935              The patch reformats some long =item lines so they give
24936              correct output via pod2man | nroff -man
24937              
24938              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
24939              From: Robin Barker <rmb1@cise.npl.co.uk>
24940              Date: Tue, 2 Jan 2001 15:35:03 GMT
24941              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
24942              
24943              Here is a _further_ patch which corrects a few more errors:
24944              * an empty C<=item> in CPAN.pm
24945              * patching the wrong file (pod/perlamiga.pod not README.amiga)
24946              * leaving empty C<=item>s which formatted incorrectly
24947              * over long C<=item>s revealed by latest patch to Pod::Man
24948      Branch: maint-5.6/perl
24949            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
24950            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
24951            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
24952            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
24953            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
24954            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
24955 ____________________________________________________________________________
24956 [  8353] By: jhi                                   on 2001/01/06  20:21:10
24957         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
24958              
24959              UTF-8 hash keys.
24960      Branch: maint-5.6/perl
24961            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
24962 ____________________________________________________________________________
24963 [  8352] By: jhi                                   on 2001/01/06  20:18:44
24964         Log: Forgotten from #8438.
24965      Branch: maint-5.6/perl
24966            ! epoc/epocish.h
24967 ____________________________________________________________________________
24968 [  8351] By: jhi                                   on 2001/01/06  20:18:12
24969         Log: Forgotten from #8347.
24970      Branch: maint-5.6/perl
24971            ! config_h.SH
24972 ____________________________________________________________________________
24973 [  8350] By: jhi                                   on 2001/01/06  20:00:19
24974         Log: Thinko in #8347.
24975      Branch: maint-5.6/perl
24976            ! regcomp.c
24977 ____________________________________________________________________________
24978 [  8349] By: jhi                                   on 2001/01/06  18:05:30
24979         Log: Copy the FAQ3 IDE section from the development branch,
24980              changes originally by Peter Prymmer.
24981      Branch: maint-5.6/perl
24982            ! pod/perlfaq3.pod
24983 ____________________________________________________________________________
24984 [  8348] By: jhi                                   on 2001/01/06  18:03:02
24985         Log: EPOC updates for TRIAL1.
24986              
24987              Subject: [5.6.1 trial1] EPOC update
24988              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24989              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
24990              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
24991              
24992              Subject: epoc patch2 for perl-5.6.1-trial1
24993              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24994              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
24995              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
24996      Branch: maint-5.6/perl
24997            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
24998            ! epoc/epocish.c
24999 ____________________________________________________________________________
25000 [  8347] By: jhi                                   on 2001/01/06  17:29:10
25001         Log: integrate changes #7710,7824,7973 from mainline,
25002              plus VMS nits from Peter Prymmer and Dan Sugalski.
25003              
25004              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
25005              library (getprotobyname and getprotobynumber are outversioned by
25006              the same calls in libc, at least for xlc version 3.
25007              
25008              Add HAS_SBRK_PROTO.
25009              
25010              Fixes for signedness warnings noticed by VMSperlers.
25011      Branch: maint-5.6/perl
25012            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25013            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
25014            ! sv.c vms/descrip_mms.template vos/config.alpha.def
25015            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25016            ! win32/config.bc win32/config.gc win32/config.vc
25017 ____________________________________________________________________________
25018 [  8346] By: nick                                  on 2001/01/06  14:36:01
25019         Log: Fixup accumulated integrate muddles (perlio == devperl again)
25020      Branch: perlio
25021            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
25022 ____________________________________________________________________________
25023 [  8345] By: nick                                  on 2001/01/06  14:24:58
25024         Log: Integrate mainline
25025      Branch: perlio
25026           !> (integrate 55 files)
25027 ____________________________________________________________________________
25028 [  8344] By: jhi                                   on 2001/01/06  02:24:02
25029         Log: Subject: [patch] PerlIO_cleanup() prototype
25030              From: Doug MacEachern <dougm@covalent.net>
25031              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
25032              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
25033      Branch: perl
25034            ! perlio.h
25035 ____________________________________________________________________________
25036 [  8343] By: jhi                                   on 2001/01/06  01:04:09
25037         Log: IRIX compiler noticed that the bof initialization might be
25038              bypassed by control flow.
25039      Branch: perl
25040            ! toke.c
25041 ____________________________________________________________________________
25042 [  8342] By: jhi                                   on 2001/01/06  00:10:48
25043         Log: Update Changes.
25044      Branch: perl
25045            ! Changes patchlevel.h
25046 ____________________________________________________________________________
25047 [  8341] By: jhi                                   on 2001/01/05  23:52:33
25048         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
25049      Branch: perl
25050            ! toke.c
25051 ____________________________________________________________________________
25052 [  8340] By: jhi                                   on 2001/01/05  22:44:08
25053         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
25054              From: Radu Greab <radu@netsoft.ro>
25055              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
25056              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
25057      Branch: perl
25058            ! t/io/pipe.t util.c
25059 ____________________________________________________________________________
25060 [  8339] By: jhi                                   on 2001/01/05  22:35:17
25061         Log: Subject: [PATCH] format and rewording in perlfaq.pod
25062              From: Robin Barker <rmb1@cise.npl.co.uk>
25063              Date: Fri, 5 Jan 2001 18:51:20 GMT
25064              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
25065      Branch: perl
25066            ! pod/perlfaq.pod
25067 ____________________________________________________________________________
25068 [  8338] By: jhi                                   on 2001/01/05  22:31:17
25069         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
25070              From: Peter Prymmer <pvhp@forte.com>
25071              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
25072              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
25073      Branch: perl
25074            ! utils/perlbug.PL
25075 ____________________________________________________________________________
25076 [  8337] By: jhi                                   on 2001/01/05  18:15:11
25077         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
25078              From: Robin Barker <rmb1@cise.npl.co.uk>
25079              Date: Tue, 2 Jan 2001 15:24:07 GMT
25080              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
25081              
25082              If you call configure as C<./Configure> or C<sh ./Configure>,
25083              $src is set to the absolute path name, not '.'.
25084              
25085              This, in turn, means -Dmksymlink tries to do its stuff because
25086              it does not think it is in the src directory.
25087              
25088              (plus a metaconfig nitfix)
25089      Branch: metaconfig
25090            ! U/compline/ccflags.U U/modified/src.U
25091      Branch: perl
25092            ! Configure config_h.SH
25093 ____________________________________________________________________________
25094 [  8336] By: jhi                                   on 2001/01/05  17:48:32
25095         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
25096              From: Alan Burlison <Alan.Burlison@uk.sun.com>
25097              Message-ID: <3A5606C4.473D2226@uk.sun.com>
25098              Date: Fri, 05 Jan 2001 17:39:16 +0000
25099      Branch: perl
25100            ! hv.c
25101 ____________________________________________________________________________
25102 [  8335] By: jhi                                   on 2001/01/05  16:05:44
25103         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
25104      Branch: perl
25105            ! lib/Getopt/Long.pm
25106 ____________________________________________________________________________
25107 [  8334] By: jhi                                   on 2001/01/05  16:00:51
25108         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
25109              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
25110              Date: Fri, 05 Jan 2001 13:46:51 +0100
25111              Message-ID: <13693.978698811@nice.ram.loc>
25112              
25113              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
25114              accurate reading of the "atime".  
25115      Branch: perl
25116            ! t/io/fs.t
25117 ____________________________________________________________________________
25118 [  8333] By: jhi                                   on 2001/01/05  15:57:37
25119         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
25120              From: Simon Cozens <simon@cozens.net>
25121              Date: Fri, 8 Dec 2000 13:33:31 +0000
25122              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
25123              
25124              A lost patch fragment.
25125      Branch: perl
25126            ! doop.c
25127 ____________________________________________________________________________
25128 [  8332] By: jhi                                   on 2001/01/05  15:40:42
25129         Log: Do away with strncpy() and a fixed length buffer.
25130      Branch: perl
25131            ! utf8.c
25132 ____________________________________________________________________________
25133 [  8331] By: jhi                                   on 2001/01/05  15:03:07
25134         Log: Tests for #8329 and #8330.
25135      Branch: perl
25136            ! t/op/bop.t
25137 ____________________________________________________________________________
25138 [  8330] By: jhi                                   on 2001/01/05  15:02:38
25139         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
25140              raw 8-bit form to the UTF-8 string.
25141      Branch: perl
25142            ! toke.c
25143 ____________________________________________________________________________
25144 [  8329] By: jhi                                   on 2001/01/05  14:55:13
25145         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
25146              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25147              Date: Fri, 5 Jan 2001 12:28:52 +0100
25148              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
25149              
25150              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
25151              no effect.  (changed the strncpy() to Copy())
25152      Branch: perl
25153            ! toke.c
25154 ____________________________________________________________________________
25155 [  8328] By: jhi                                   on 2001/01/05  06:44:27
25156         Log: UTF-8 cleanup.
25157      Branch: perl
25158            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
25159            ! regexec.c sv.c toke.c
25160 ____________________________________________________________________________
25161 [  8327] By: jhi                                   on 2001/01/05  01:11:29
25162         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')
25163              From: Radu Greab <radu@netsoft.ro>
25164              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
25165              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
25166              
25167              Cleans up Harness to not use FileHandle, which uses IO.
25168      Branch: perl
25169            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25170 ____________________________________________________________________________
25171 [  8326] By: jhi                                   on 2001/01/05  00:56:37
25172         Log: Update Changes.
25173      Branch: perl
25174            ! Changes patchlevel.h
25175 ____________________________________________________________________________
25176 [  8325] By: jhi                                   on 2001/01/05  00:53:18
25177         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
25178              From: Peter Prymmer <pvhp@forte.com>
25179              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
25180              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
25181              
25182              plus a couple more tailing whitespace removals.
25183      Branch: perl
25184            ! win32/Makefile
25185 ____________________________________________________________________________
25186 [  8324] By: jhi                                   on 2001/01/05  00:47:39
25187         Log: Add some Unicode chop() tests.
25188      Branch: perl
25189            ! t/op/chop.t
25190 ____________________________________________________________________________
25191 [  8323] By: jhi                                   on 2001/01/05  00:47:23
25192         Log: Unify UTF-8 malformedness handling.
25193      Branch: perl
25194            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
25195 ____________________________________________________________________________
25196 [  8322] By: jhi                                   on 2001/01/04  22:21:54
25197         Log: The new $issymlink was unknown to Mksymlinks.
25198      Branch: metaconfig/U/perl
25199            ! Mksymlinks.U issymlink.U
25200      Branch: perl
25201            ! Configure config_h.SH
25202 ____________________________________________________________________________
25203 [  8321] By: jhi                                   on 2001/01/04  21:51:05
25204         Log: The test didn't work under the core test framework.
25205      Branch: perl
25206            ! t/lib/st-lock.t
25207 ____________________________________________________________________________
25208 [  8320] By: jhi                                   on 2001/01/04  21:14:22
25209         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
25210      Branch: perl
25211            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
25212 ____________________________________________________________________________
25213 [  8319] By: jhi                                   on 2001/01/04  20:46:17
25214         Log: Typo in #8312 when manually appying a problematic patch fragment.
25215      Branch: perl
25216            ! ext/Storable/Storable.xs
25217 ____________________________________________________________________________
25218 [  8318] By: jhi                                   on 2001/01/04  20:43:01
25219         Log: The $sh_c didn't fly.
25220      Branch: metaconfig
25221            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
25222            ! U/modified/Loc.U U/modified/myhostname.U
25223            ! U/modified/spitshell.U
25224      Branch: metaconfig/U/perl
25225            ! issymlink.U
25226      Branch: perl
25227            ! Configure config_h.SH
25228 ____________________________________________________________________________
25229 [  8317] By: jhi                                   on 2001/01/04  19:58:01
25230         Log: AIX builtin test -h is broken, changes based on
25231              
25232              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
25233              Date: Tue, 02 Jan 2001 11:24:39 +0100
25234              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25235              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
25236      Branch: metaconfig
25237            + U/modified/spitshell.U
25238            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
25239            ! U/modified/Loc.U U/modified/myhostname.U
25240      Branch: metaconfig/U/perl
25241            ! Mksymlinks.U issymlink.U
25242      Branch: perl
25243            ! Configure
25244 ____________________________________________________________________________
25245 [  8316] By: jhi                                   on 2001/01/04  19:02:22
25246         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
25247              From: Andy Dougherty <doughera@lafayette.edu>
25248              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
25249              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
25250              
25251              Beware of GNU ld.
25252      Branch: perl
25253            ! hints/solaris_2.sh
25254 ____________________________________________________________________________
25255 [  8315] By: jhi                                   on 2001/01/04  18:56:48
25256         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
25257              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
25258              Date: Wed, 3 Jan 2001 07:58:51 +0100
25259              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
25260      Branch: perl
25261            ! hints/solaris_2.sh
25262 ____________________________________________________________________________
25263 [  8314] By: jhi                                   on 2001/01/04  18:54:07
25264         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
25265              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25266              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
25267              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
25268              
25269              Doc tweak on #8313.
25270      Branch: perl
25271            ! ext/B/B/Deparse.pm
25272 ____________________________________________________________________________
25273 [  8313] By: jhi                                   on 2001/01/04  18:52:27
25274         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
25275              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
25276              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25277              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
25278              
25279              Make the peephole optimizer to bypass more null ops and
25280              and rewrite the deparse handling of continue blocks.
25281      Branch: perl
25282            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
25283 ____________________________________________________________________________
25284 [  8312] By: jhi                                   on 2001/01/04  18:47:39
25285         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
25286      Branch: perl
25287            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
25288            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
25289            ! t/lib/st-lock.t
25290 ____________________________________________________________________________
25291 [  8311] By: jhi                                   on 2001/01/04  18:36:08
25292         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
25293              filter to be run on each .pm during the pm_to_blib() phase,
25294              a fixed version of
25295              
25296              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
25297              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
25298              Date: Wed, 03 Jan 2001 22:01:30 +0100
25299              Message-ID: <5296.978555690@nice.ram.loc>
25300      Branch: perl
25301            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
25302            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
25303            ! lib/ExtUtils/MakeMaker.pm
25304 ____________________________________________________________________________
25305 [  8310] By: jhi                                   on 2001/01/04  18:32:54
25306         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
25307              From: Robin Barker <rmb1@cise.npl.co.uk>
25308              Date: Tue, 2 Jan 2001 15:35:03 GMT
25309              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
25310      Branch: perl
25311            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
25312            ! pod/perlrequick.pod
25313 ____________________________________________________________________________
25314 [  8309] By: jhi                                   on 2001/01/04  18:29:07
25315         Log: Subject: Re: [patch] static-ize XS()
25316              From: Doug MacEachern <dougm@covalent.net>
25317              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
25318              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
25319              
25320              Provide prototypes for the XS functions.
25321      Branch: perl
25322            ! lib/ExtUtils/xsubpp
25323 ____________________________________________________________________________
25324 [  8308] By: jhi                                   on 2001/01/04  18:27:44
25325         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
25326              From: Doug MacEachern <dougm@covalent.net>
25327              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
25328              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
25329      Branch: perl
25330            ! lib/ExtUtils/typemap
25331 ____________________________________________________________________________
25332 [  8307] By: jhi                                   on 2001/01/04  18:25:25
25333         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
25334              From: Doug MacEachern <dougm@covalent.net>
25335              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
25336              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
25337              
25338              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
25339      Branch: perl
25340            ! lib/ExtUtils/MM_Unix.pm
25341 ____________________________________________________________________________
25342 [  8306] By: jhi                                   on 2001/01/04  18:23:00
25343         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
25344              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25345              Date: Thu, 4 Jan 2001 12:47:10 +0100 
25346              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
25347              
25348              The toke.c part only, patching embed.h and proto.h is futile.
25349      Branch: perl
25350            ! toke.c
25351 ____________________________________________________________________________
25352 [  8305] By: jhi                                   on 2001/01/04  18:05:51
25353         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
25354              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25355              Date: Thu, 4 Jan 2001 17:50:12 +0100 
25356              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
25357      Branch: perl
25358            ! toke.c
25359 ____________________________________________________________________________
25360 [  8304] By: jhi                                   on 2001/01/04  18:03:26
25361         Log: Subject: [PATCH perl@8269]
25362              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25363              Date: Thu, 4 Jan 2001 12:53:39 +0100 
25364              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
25365              
25366              If running byacc write-enable also perly.h.
25367      Branch: perl
25368            ! Makefile.SH
25369 ____________________________________________________________________________
25370 [  8303] By: jhi                                   on 2001/01/04  15:40:49
25371         Log: Rewrite pp_concat() in terms of sv_catsv().
25372      Branch: perl
25373            ! pp_hot.c
25374 ____________________________________________________________________________
25375 [  8302] By: nick                                  on 2001/01/03  22:43:22
25376         Log: Integrate mainline.
25377      Branch: perlio
25378           !> ext/Encode/Encode.xs sv.c utf8.c
25379 ____________________________________________________________________________
25380 [  8301] By: jhi                                   on 2001/01/02  23:40:26
25381         Log: Variable naming tweak.
25382      Branch: perl
25383            ! sv.c
25384 ____________________________________________________________________________
25385 [  8300] By: jhi                                   on 2001/01/02  23:40:02
25386         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
25387              in is_utf8_string().
25388      Branch: perl
25389            ! utf8.c
25390 ____________________________________________________________________________
25391 [  8299] By: jhi                                   on 2001/01/02  22:14:40
25392         Log: Integrate perlio.
25393      Branch: perl
25394           !> pp.c pp_hot.c win32/Makefile
25395 ____________________________________________________________________________
25396 [  8298] By: nick                                  on 2001/01/02  22:03:06
25397         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
25398      Branch: perlio
25399            ! pp.c pp_hot.c
25400 ____________________________________________________________________________
25401 [  8297] By: jhi                                   on 2001/01/02  04:26:28
25402         Log: Signedness nit.
25403      Branch: perl
25404            ! ext/Encode/Encode.xs
25405 ____________________________________________________________________________
25406 [  8296] By: nick                                  on 2001/01/01  23:49:36
25407         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
25408      Branch: perlio
25409            ! win32/Makefile
25410 ____________________________________________________________________________
25411 [  8295] By: jhi                                   on 2001/01/01  23:05:48
25412         Log: Integrate perlio.
25413      Branch: perl
25414           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
25415           !> t/lib/encode.t
25416 ____________________________________________________________________________
25417 [  8294] By: nick                                  on 2001/01/01  22:48:34
25418         Log: Integrate mainline
25419      Branch: perlio
25420            ! pp_hot.c t/lib/encode.t
25421           !> (integrate 65 files)
25422 ____________________________________________________________________________
25423 [  8293] By: nick                                  on 2001/01/01  21:58:50
25424         Log: More rigor in UTF-8-ness of Encode's toUnicode
25425              XS export some of the utf8 internal functions.
25426              Test some of the functions.
25427              Fix pp_concat() bug shown by said tests.
25428      Branch: perlio
25429            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
25430            ! t/lib/encode.t
25431 ____________________________________________________________________________
25432 [  8292] By: jhi                                   on 2001/01/01  18:11:44
25433         Log: Integrate perlio.
25434      Branch: perl
25435           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
25436           !> ext/Encode/encengine.c ext/Encode/encode.h
25437 ____________________________________________________________________________
25438 [  8291] By: jhi                                   on 2001/01/01  18:10:58
25439         Log: Podify README.mpeix (a new version from the web),
25440              add a dummy NAME to Carp::Heavy, regen toc.
25441      Branch: perl
25442            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
25443            ! pod/perltoc.pod
25444 ____________________________________________________________________________
25445 [  8290] By: nick                                  on 2001/01/01  17:43:47
25446         Log: Loose the "Loading..." warning.
25447              Another bug in fallback support
25448      Branch: perlio
25449            ! ext/Encode/Encode.pm ext/Encode/encengine.c
25450 ____________________________________________________________________________
25451 [  8289] By: jhi                                   on 2001/01/01  00:01:57
25452         Log: Bump up Larry's copyright.
25453      Branch: perl
25454            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
25455            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
25456            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
25457            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
25458            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
25459            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
25460            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
25461            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
25462 ____________________________________________________________________________
25463 [  8288] By: nick                                  on 2000/12/31  21:27:53
25464         Log: Fix .ucm reading - forgot a chr()
25465              Start of .ucm write (for .enc to .ucm)
25466      Branch: perlio
25467            ! ext/Encode/compile
25468 ____________________________________________________________________________
25469 [  8287] By: jhi                                   on 2000/12/31  18:15:56
25470         Log: Comment away a diagnostic message as noted by Craig A. Berry
25471              (the unexpected message was confusing testing)
25472      Branch: perl
25473            ! ext/Encode/Encode.pm
25474 ____________________________________________________________________________
25475 [  8286] By: jhi                                   on 2000/12/31  18:14:51
25476         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
25477              Date: Sun, 31 Dec 2000 11:17:37 -0600
25478              From: "Craig A. Berry" <craigberry@mac.com>
25479              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
25480      Branch: perl
25481            ! ext/Encode/Makefile.PL
25482 ____________________________________________________________________________
25483 [  8285] By: nick                                  on 2000/12/31  18:11:54
25484         Log: Start of support of ICU-style .ucm files:
25485              - teach compile how to read a .ucm file
25486              - first guess at how to represent fallbacks in "tries".
25487              - use fallbacks if check == 0
25488              - new return code to indicate we used one.
25489      Branch: perlio
25490            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
25491            ! ext/Encode/encengine.c ext/Encode/encode.h
25492 ____________________________________________________________________________
25493 [  8284] By: jhi                                   on 2000/12/31  18:04:41
25494         Log: Pacify picky VMS compiler.
25495              
25496              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
25497              From: "Craig A. Berry" <craig.berry@psinetcs.com>
25498              Date: Sat, 30 Dec 2000 18:10:02 -0600
25499              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
25500      Branch: perl
25501            ! sv.c
25502 ____________________________________________________________________________
25503 [  8283] By: jhi                                   on 2000/12/31  16:11:47
25504         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
25505      Branch: perl
25506            ! t/lib/glob-basic.t
25507 ____________________________________________________________________________
25508 [  8282] By: jhi                                   on 2000/12/31  15:26:11
25509         Log: Integrate perlio.
25510      Branch: perl
25511           !> makedef.pl opcode.pl os2/os2.c perlio.c
25512 ____________________________________________________________________________
25513 [  8281] By: nick                                  on 2000/12/31  10:06:15
25514         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
25515              is available to be exported
25516      Branch: perlio
25517            ! makedef.pl perlio.c
25518 ____________________________________________________________________________
25519 [  8280] By: nick                                  on 2000/12/31  09:41:26
25520         Log: Ilya's OS2 patch (testing for damage on Win32)
25521      Branch: perlio
25522            ! makedef.pl opcode.pl os2/os2.c
25523 ____________________________________________________________________________
25524 [  8279] By: jhi                                   on 2000/12/30  21:52:07
25525         Log: Test nits.
25526      Branch: perl
25527            ! t/lib/syslfs.t t/op/lfs.t
25528 ____________________________________________________________________________
25529 [  8278] By: jhi                                   on 2000/12/30  21:47:49
25530         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
25531              From: andreas.koenig@anima.de (Andreas J. Koenig)
25532              Date: 30 Dec 2000 22:35:37 +0100
25533              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
25534              
25535              The 32-bit wraparound test wasn't quite right.
25536      Branch: perl
25537            ! t/lib/syslfs.t t/op/lfs.t
25538 ____________________________________________________________________________
25539 [  8277] By: jhi                                   on 2000/12/30  21:33:44
25540         Log: Subject: [PATCH] open() example in perlfunc.pod 
25541              From: Karsten Sperling <s_sperli@ira.uka.de>
25542              Date: Sat, 30 Dec 2000 22:27:09 +0100
25543              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
25544      Branch: perl
25545            ! pod/perlfunc.pod
25546 ____________________________________________________________________________
25547 [  8276] By: jhi                                   on 2000/12/30  20:32:40
25548         Log: Not quite that many tests yet.
25549      Branch: perl
25550            ! t/op/pat.t
25551 ____________________________________________________________________________
25552 [  8275] By: jhi                                   on 2000/12/30  20:26:58
25553         Log: Integrate perlio.
25554      Branch: perl
25555           !> toke.c
25556 ____________________________________________________________________________
25557 [  8274] By: jhi                                   on 2000/12/30  20:24:56
25558         Log: Signedness nit.
25559      Branch: perl
25560            ! utf8.c
25561 ____________________________________________________________________________
25562 [  8273] By: jhi                                   on 2000/12/30  20:15:46
25563         Log: Add a test case for 20000731.001 which was fixed by the #8267.
25564      Branch: perl
25565            ! t/op/pat.t
25566 ____________________________________________________________________________
25567 [  8272] By: nick                                  on 2000/12/30  19:47:51
25568         Log: Tweak for MULTIPLICITY/USE_PERLIO
25569      Branch: perlio
25570            ! toke.c
25571 ____________________________________________________________________________
25572 [  8271] By: nick                                  on 2000/12/30  19:46:45
25573         Log: Integrate mainline
25574      Branch: perlio
25575           +> lib/unicode/distinct.pm
25576           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
25577           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
25578           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
25579 ____________________________________________________________________________
25580 [  8270] By: jhi                                   on 2000/12/30  19:39:50
25581         Log: Subject: RE: perl@8269
25582              From: "Richard Soderberg" <rs@crystalflame.net>
25583              Date: Sat, 30 Dec 2000 11:36:27 -0800
25584              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
25585              
25586              A missing aTHX_.
25587      Branch: perl
25588            ! toke.c
25589 ____________________________________________________________________________
25590 [  8269] By: jhi                                   on 2000/12/30  18:55:48
25591         Log: Update Changes.
25592      Branch: perl
25593            ! Changes patchlevel.h
25594 ____________________________________________________________________________
25595 [  8268] By: jhi                                   on 2000/12/30  17:18:40
25596         Log: Add a test for Unicode split //.  The #8267 was the cure.
25597      Branch: perl
25598            ! t/op/split.t
25599 ____________________________________________________________________________
25600 [  8267] By: jhi                                   on 2000/12/30  17:14:19
25601         Log: Subject: more UTF8 test suites and an UTF8 patch
25602              From: Inaba Hiroto <inaba@st.rim.or.jp>
25603              Date: Sat, 30 Dec 2000 14:27:10 +0900
25604              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
25605              
25606              Just the patch part for now, and the pragma renamed
25607              as unicode::distinct.
25608      Branch: perl
25609            + lib/unicode/distinct.pm
25610            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
25611            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
25612            ! regcomp.h regexec.c sv.c toke.c utf8.c
25613 ____________________________________________________________________________
25614 [  8266] By: nick                                  on 2000/12/30  16:40:49
25615         Log: Integrate mainline
25616      Branch: perlio
25617           +> lib/Pod/Text/Overstrike.pm
25618           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
25619           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
25620           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
25621           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
25622           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
25623 ____________________________________________________________________________
25624 [  8265] By: jhi                                   on 2000/12/30  07:28:55
25625         Log: The sv_catsv() fix, take two.
25626      Branch: perl
25627            ! sv.c t/op/join.t
25628 ____________________________________________________________________________
25629 [  8264] By: jhi                                   on 2000/12/30  06:19:18
25630         Log: Undo all the join-related changes since #8248: relevant
25631              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
25632              The new sv_catsv() doesn't fly so it must go back to
25633              the drawing board.
25634      Branch: perl
25635            ! sv.c t/op/join.t t/pragma/utf8.t
25636 ____________________________________________________________________________
25637 [  8263] By: jhi                                   on 2000/12/30  01:08:32
25638         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
25639      Branch: perl
25640            ! sv.c
25641 ____________________________________________________________________________
25642 [  8262] By: jhi                                   on 2000/12/30  00:45:14
25643         Log: Retract #8261.
25644      Branch: perl
25645            ! hv.c util.c
25646 ____________________________________________________________________________
25647 [  8261] By: jhi                                   on 2000/12/30  00:38:32
25648         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
25649      Branch: perl
25650            ! hv.c util.c
25651 ____________________________________________________________________________
25652 [  8260] By: jhi                                   on 2000/12/29  22:51:33
25653         Log: (Retracted by #8264)  More fixing for #8251.
25654      Branch: perl
25655            ! sv.c
25656 ____________________________________________________________________________
25657 [  8259] By: jhi                                   on 2000/12/29  18:27:30
25658         Log: Subject: podlators 1.06 released
25659              From: Russ Allbery <rra@stanford.edu>
25660              Date: 25 Dec 2000 05:09:30 -0800
25661              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
25662      Branch: perl
25663            + lib/Pod/Text/Overstrike.pm
25664            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
25665            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
25666 ____________________________________________________________________________
25667 [  8258] By: jhi                                   on 2000/12/29  18:20:45
25668         Log: Make the large file tests more robust/talkative as suggested by
25669              
25670              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
25671              From: andreas.koenig@anima.de (Andreas J. Koenig)
25672              Date: 29 Dec 2000 14:23:01 +0100
25673              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
25674      Branch: perl
25675            ! t/lib/syslfs.t t/op/lfs.t
25676 ____________________________________________________________________________
25677 [  8257] By: jhi                                   on 2000/12/29  17:48:04
25678         Log: Further VMS piping fixes from Charles Lane:
25679              
25680              In summary, error messages produced when a subprocess terminated
25681              abnormally were being sent not just to the parent process, but to
25682              grandparents, because of default values for error output that were
25683              not completely overridden when the subprocess was started.
25684              
25685              This patch fixes this behavior by defining user-mode (i.e., temporary
25686              for the duration of the program) logical names for SYS$OUTPUT and
25687              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
25688              changes to make it so that the user-mode logicals are the ones that
25689              control where Perl's error messages go if it terminates abnormally.
25690              
25691              I also added some gratuitous fixes to the indentation of braces in
25692              the piping code.  It just looked ugly, before.
25693      Branch: perl
25694            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
25695 ____________________________________________________________________________
25696 [  8256] By: jhi                                   on 2000/12/29  17:45:12
25697         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
25698              From: "Casey R. Tweten" <crt@kiski.net>
25699              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
25700              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
25701              
25702              Tests for for #8240.
25703      Branch: perl
25704            ! t/pragma/constant.t
25705 ____________________________________________________________________________
25706 [  8255] By: jhi                                   on 2000/12/29  17:43:07
25707         Log: Subject: Re: [PATCH] Interesting syntax idea
25708              From: Simon Cozens <simon@cozens.net>
25709              Date: Fri, 29 Dec 2000 14:34:04 +0000
25710              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
25711              
25712              Tests for #8254.
25713      Branch: perl
25714            ! t/pragma/sub_lval.t
25715 ____________________________________________________________________________
25716 [  8254] By: jhi                                   on 2000/12/29  17:42:11
25717         Log: Subject: [PATCH] Interesting syntax idea
25718              From: Simon Cozens <simon@cozens.net>
25719              Date: Wed, 27 Dec 2000 05:08:57 +0000
25720              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
25721              
25722              Make opens + bareword assigns do typeglob assigns.
25723      Branch: perl
25724            ! op.c
25725 ____________________________________________________________________________
25726 [  8253] By: jhi                                   on 2000/12/29  17:36:45
25727         Log: Output the (apparent) version of gcc, as suggested by
25728              
25729              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
25730              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
25731              Date: 26 Dec 2000 04:29:17 -0500
25732              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
25733              
25734              (The patch as such didn't any more apply as the misparsing had
25735              already been addressed in #6474.)  Also change the wording about
25736              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
25737      Branch: perl
25738            ! hints/dec_osf.sh
25739 ____________________________________________________________________________
25740 [  8252] By: nick                                  on 2000/12/29  12:14:31
25741         Log: Integrate mainline
25742      Branch: perlio
25743           !> (integrate 27 files)
25744 ____________________________________________________________________________
25745 [  8251] By: jhi                                   on 2000/12/29  08:45:46
25746         Log: (Retracted by #8264)
25747              
25748              (Fixed by #8260.)
25749              
25750              sv_catsv() needs one more byte space than seems reasonable.
25751              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
25752              Curiouser and curiouser.
25753      Branch: perl
25754            ! sv.c
25755 ____________________________________________________________________________
25756 [  8250] By: jhi                                   on 2000/12/29  07:57:52
25757         Log: More split // UTF-8 tests.
25758      Branch: perl
25759            ! t/pragma/utf8.t
25760 ____________________________________________________________________________
25761 [  8249] By: jhi                                   on 2000/12/29  07:54:51
25762         Log: (Retracted by #8264)  More join() testing which was good because
25763              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
25764      Branch: perl
25765            ! pp.c t/op/join.t utf8.c utf8.h
25766 ____________________________________________________________________________
25767 [  8248] By: jhi                                   on 2000/12/29  07:08:32
25768         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
25769              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
25770              that the only cases to care about are byte+byte and byte+character.
25771              
25772              TODO: See how well pp_concat() could be implemented in terms
25773              of sv_catsv().
25774      Branch: perl
25775            ! doop.c sv.c t/op/join.t utf8.h
25776 ____________________________________________________________________________
25777 [  8247] By: jhi                                   on 2000/12/29  06:35:23
25778         Log: Signedness nit.
25779      Branch: perl
25780            ! pp_hot.c
25781 ____________________________________________________________________________
25782 [  8246] By: jhi                                   on 2000/12/29  01:23:31
25783         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
25784              From: Lupe Christoph <lupe@lupe-christoph.de>
25785              Date: Thu, 28 Dec 2000 23:00:00 +0100
25786              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
25787              
25788              Suggest rsync --delete --dry-run.
25789      Branch: perl
25790            ! pod/perlhack.pod
25791 ____________________________________________________________________________
25792 [  8245] By: jhi                                   on 2000/12/28  23:57:05
25793         Log: The maxiters upper limit sanity check (guarding against
25794              non-progress) assumed bytes instead of characters in s///
25795              and split().
25796      Branch: perl
25797            ! pp.c pp_hot.c
25798 ____________________________________________________________________________
25799 [  8244] By: jhi                                   on 2000/12/28  23:34:08
25800         Log: Make some panic messages a bit more logical.
25801      Branch: perl
25802            ! doop.c pod/perldiag.pod pp.c pp_hot.c
25803 ____________________________________________________________________________
25804 [  8243] By: jhi                                   on 2000/12/28  22:59:16
25805         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
25806              From: Simon Cozens <simon@cozens.net>
25807              Date: Wed, 27 Dec 2000 02:30:03 +0000
25808              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
25809      Branch: perl
25810            ! pp.c t/pragma/sub_lval.t
25811 ____________________________________________________________________________
25812 [  8242] By: jhi                                   on 2000/12/28  22:56:53
25813         Log: Subject: [PATCH blead] Fix B::Terse indentation
25814              From: Daniel Chetlin <daniel@chetlin.com>
25815              Date: Wed, 27 Dec 2000 06:43:30 -0800
25816              Message-ID: <20001227064329.B9573@darkstar>
25817      Branch: perl
25818            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
25819 ____________________________________________________________________________
25820 [  8241] By: jhi                                   on 2000/12/28  22:48:59
25821         Log: The latter patch from the
25822              
25823              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
25824              From: Peter Prymmer <pvhp@forte.com> 
25825              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
25826              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
25827              
25828              (the former patch from the above should have been
25829              taken care of by Nick I-S)
25830      Branch: perl
25831            ! win32/Makefile
25832 ____________________________________________________________________________
25833 [  8240] By: jhi                                   on 2000/12/28  22:45:22
25834         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
25835              From: "Casey R. Tweten" <crt@kiski.net>
25836              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
25837              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
25838      Branch: perl
25839            ! lib/constant.pm
25840 ____________________________________________________________________________
25841 [  8239] By: jhi                                   on 2000/12/28  22:37:45
25842         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
25843              From: Simon Cozens <simon@cozens.net>
25844              Date: Wed, 27 Dec 2000 14:12:44 +0000
25845              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
25846      Branch: perl
25847            ! t/op/method.t t/op/sort.t toke.c
25848 ____________________________________________________________________________
25849 [  8238] By: jhi                                   on 2000/12/28  22:30:32
25850         Log: Subject: [PATCH perl@8229] Call.pm
25851              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
25852              Date: Mon, 25 Dec 2000 10:47:15 -0000
25853              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
25854      Branch: perl
25855            ! ext/Filter/Util/Call/Call.pm
25856 ____________________________________________________________________________
25857 [  8237] By: jhi                                   on 2000/12/28  22:19:21
25858         Log: Subject: [PATCH blead] Fix problem with `&' prototype
25859              From: Daniel Chetlin <daniel@chetlin.com>
25860              Date: Wed, 27 Dec 2000 15:55:32 -0800
25861              Message-ID: <20001227155532.D9573@darkstar>
25862      Branch: perl
25863            ! op.c t/comp/proto.t
25864 ____________________________________________________________________________
25865 [  8236] By: jhi                                   on 2000/12/28  22:09:25
25866         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
25867              From: Daniel Chetlin <daniel@chetlin.com>
25868              Date: Sun, 24 Dec 2000 04:09:49 -0800
25869              Message-ID: <20001224040949.B3090@darkstar>
25870      Branch: perl
25871            ! gv.c mg.c t/op/attrs.t
25872 ____________________________________________________________________________
25873 [  8235] By: jhi                                   on 2000/12/28  22:07:11
25874         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
25875              From: Jan Dubois <jand@ActiveState.com>
25876              Date: Tue, 26 Dec 2000 20:57:31 -0800
25877              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
25878      Branch: perl
25879            ! win32/win32.c
25880 ____________________________________________________________________________
25881 [  8234] By: jhi                                   on 2000/12/28  21:52:42
25882         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
25883              From: Simon Cozens <simon@cozens.net>
25884              Date: Thu, 28 Dec 2000 20:33:13 +0000
25885              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
25886      Branch: perl
25887            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
25888 ____________________________________________________________________________
25889 [  8233] By: jhi                                   on 2000/12/28  19:40:49
25890         Log: Integrate perlio.
25891      Branch: perl
25892           !> ext/Encode/Makefile.PL ext/Encode/compile
25893 ____________________________________________________________________________
25894 [  8232] By: nick                                  on 2000/12/23  16:06:00
25895         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
25896              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
25897      Branch: perlio
25898            ! ext/Encode/Makefile.PL
25899 ____________________________________________________________________________
25900 [  8231] By: nick                                  on 2000/12/23  14:30:34
25901         Log: "Compiled" encode build cleanup
25902              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
25903              - .c files do not export sub-tables
25904      Branch: perlio
25905            ! ext/Encode/Makefile.PL ext/Encode/compile
25906 ____________________________________________________________________________
25907 [  8230] By: nick                                  on 2000/12/23  12:50:37
25908         Log: Integrate mainline
25909      Branch: perlio
25910           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
25911           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
25912           !> pod/perl5004delta.pod pod/perl5005delta.pod
25913           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
25914           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
25915           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
25916           !> pod/perlsub.pod
25917 ____________________________________________________________________________
25918 [  8229] By: jhi                                   on 2000/12/22  15:32:12
25919         Log: Integrate perlio.
25920      Branch: perl
25921           +> win32/distclean.bat
25922           !> MANIFEST t/io/utf8.t
25923 ____________________________________________________________________________
25924 [  8228] By: jhi                                   on 2000/12/22  15:29:40
25925         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
25926              From: Robin Barker <rmb1@cise.npl.co.uk>
25927              Date: Fri, 22 Dec 2000 12:17:38 GMT
25928              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
25929      Branch: perl
25930            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
25931            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
25932            ! pod/perl5004delta.pod pod/perl5005delta.pod
25933            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
25934            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
25935            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
25936            ! pod/perlsub.pod
25937 ____________________________________________________________________________
25938 [  8227] By: jhi                                   on 2000/12/22  15:24:28
25939         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
25940              From: "John L. Allen" <allen@grumman.com>
25941              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
25942              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
25943              
25944              Document APPLLIB_EXP.
25945      Branch: perl
25946            ! INSTALL
25947 ____________________________________________________________________________
25948 [  8226] By: nick                                  on 2000/12/21  22:11:50
25949         Log: Handy script for when one forgets to "dmake clean" 
25950      Branch: perlio
25951            + win32/distclean.bat
25952            ! MANIFEST
25953 ____________________________________________________________________________
25954 [  8225] By: nick                                  on 2000/12/21  21:54:04
25955         Log: CRLF platform issue with io/utf8 fix.
25956      Branch: perlio
25957            ! t/io/utf8.t
25958 ____________________________________________________________________________
25959 [  8224] By: nick                                  on 2000/12/21  21:02:20
25960         Log: Integrate mainline
25961      Branch: perlio
25962           !> Changes Configure Makefile.SH Porting/Glossary
25963           !> Porting/config.sh Porting/config_H configure.com
25964           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
25965           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
25966           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
25967           !> win32/config.bc win32/config.gc win32/config.vc
25968 ____________________________________________________________________________
25969 [  8223] By: jhi                                   on 2000/12/21  17:09:16
25970         Log: Update Changes.
25971      Branch: perl
25972            ! Changes patchlevel.h
25973 ____________________________________________________________________________
25974 [  8222] By: jhi                                   on 2000/12/21  16:24:01
25975         Log: Metaconfig unit changes for #8221.
25976      Branch: metaconfig/U/perl
25977           +> issymlink.U
25978            - testsyml.U
25979            ! Mksymlinks.U
25980 ____________________________________________________________________________
25981 [  8221] By: jhi                                   on 2000/12/21  16:23:48
25982         Log: Rename testsyml to issymlink.
25983      Branch: perl
25984            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25985            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
25986            ! win32/config.vc
25987 ____________________________________________________________________________
25988 [  8220] By: jhi                                   on 2000/12/21  15:47:26
25989         Log: Robustness support for #8218 (symlink forest) since the GNU
25990              tools seem to be overly picky about symlinkage depths.
25991      Branch: perl
25992            ! Makefile.SH t/io/fs.t
25993 ____________________________________________________________________________
25994 [  8219] By: jhi                                   on 2000/12/21  15:38:27
25995         Log: Metaconfig changes for #8218.
25996      Branch: metaconfig
25997            ! U/modified/Oldconfig.U
25998      Branch: metaconfig/U/perl
25999            + Mksymlinks.U
26000            ! testsyml.U
26001 ____________________________________________________________________________
26002 [  8218] By: jhi                                   on 2000/12/21  15:37:57
26003         Log: Add Configure option -Dmksymlinks which will create a symlink
26004              forest if the current/build differs from the source directory.
26005              TODO: mkdir -p is not portable.
26006      Branch: perl
26007            ! Configure
26008 ____________________________________________________________________________
26009 [  8217] By: jhi                                   on 2000/12/21  14:39:12
26010         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
26011              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
26012              Date: Thu, 21 Dec 2000 09:38:18 GMT
26013              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
26014              
26015              The ofs became an SV.
26016      Branch: perl
26017            ! ext/Thread/Thread.xs
26018 ____________________________________________________________________________
26019 [  8216] By: jhi                                   on 2000/12/21  05:40:21
26020         Log: The polymorphism seems to have fixed 20000517.001.
26021      Branch: perl
26022            ! t/pragma/utf8.t
26023 ____________________________________________________________________________
26024 [  8215] By: jhi                                   on 2000/12/21  04:44:52
26025         Log: read() documentation tweak for 20001121.004.
26026      Branch: perl
26027            ! pod/perlfunc.pod
26028 ____________________________________________________________________________
26029 [  8214] By: jhi                                   on 2000/12/21  03:54:11
26030         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
26031      Branch: perl
26032            ! pp_sys.c t/op/misc.t
26033 ____________________________________________________________________________
26034 [  8213] By: jhi                                   on 2000/12/21  00:28:10
26035         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
26036              From: Peter Prymmer <pvhp@forte.com>
26037              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
26038              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
26039      Branch: perl
26040            ! configure.com
26041 ____________________________________________________________________________
26042 [  8212] By: jhi                                   on 2000/12/21  00:26:21
26043         Log: Edit edit edit.
26044      Branch: perl
26045            ! pod/perlfaq3.pod
26046 ____________________________________________________________________________
26047 [  8211] By: jhi                                   on 2000/12/20  18:52:46
26048         Log: Update Changes.
26049      Branch: perl
26050            ! Changes patchlevel.h
26051 ____________________________________________________________________________
26052 [  8210] By: jhi                                   on 2000/12/20  18:34:47
26053         Log: Yet another editor edit.
26054      Branch: perl
26055            ! pod/perlfaq3.pod
26056 ____________________________________________________________________________
26057 [  8209] By: jhi                                   on 2000/12/20  15:33:28
26058         Log: More Win32 Perling.
26059      Branch: perl
26060            ! pod/perlfaq3.pod
26061 ____________________________________________________________________________
26062 [  8208] By: jhi                                   on 2000/12/20  15:07:46
26063         Log: More Win32 editor/IDE/shell hints.
26064      Branch: perl
26065            ! pod/perlfaq3.pod
26066 ____________________________________________________________________________
26067 [  8207] By: jhi                                   on 2000/12/20  03:54:08
26068         Log: Subject: [PATCH] obscure timing knowledge
26069              From: Nicholas Clark <nick@ccl4.org>
26070              Date: Tue, 19 Dec 2000 19:22:31 +0000
26071              Message-ID: <20001219192231.F2827@plum.flirble.org>
26072      Branch: perl
26073            ! sv.c
26074 ____________________________________________________________________________
26075 [  8206] By: jhi                                   on 2000/12/20  03:45:57
26076         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
26077              From: Spider Boardman <spider@leggy.zk3.dec.com>
26078              Date: Tue, 19 Dec 2000 21:30:16 -0500
26079              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
26080      Branch: perl
26081            ! sv.c
26082 ____________________________________________________________________________
26083 [  8205] By: jhi                                   on 2000/12/19  23:02:01
26084         Log: Update Changes.
26085      Branch: perl
26086            ! Changes patchlevel.h
26087 ____________________________________________________________________________
26088 [  8204] By: jhi                                   on 2000/12/19  22:58:18
26089         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
26090              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
26091              on editors and diffing/patching.
26092      Branch: perl
26093            ! t/op/utf8decode.t
26094 ____________________________________________________________________________
26095 [  8203] By: nick                                  on 2000/12/19  21:36:16
26096         Log: Integrate mainline (forgot my own change...)
26097      Branch: perlio
26098           !> ext/Encode/compile
26099 ____________________________________________________________________________
26100 [  8202] By: nick                                  on 2000/12/19  21:34:42
26101         Log: Integrate mainline.
26102      Branch: perlio
26103           !> (integrate 61 files)
26104 ____________________________________________________________________________
26105 [  8201] By: nick                                  on 2000/12/19  21:34:06
26106         Log: Avoid looking for File::Glob when we don't need it.
26107      Branch: perl
26108            ! ext/Encode/compile
26109 ____________________________________________________________________________
26110 [  8200] By: jhi                                   on 2000/12/19  18:35:49
26111         Log: Update Changes.
26112      Branch: perl
26113            ! Changes patchlevel.h
26114 ____________________________________________________________________________
26115 [  8199] By: jhi                                   on 2000/12/19  18:35:07
26116         Log: Microperl tweaks.
26117      Branch: perl
26118            ! sv.c uconfig.h uconfig.sh
26119 ____________________________________________________________________________
26120 [  8198] By: jhi                                   on 2000/12/19  18:29:59
26121         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
26122      Branch: perl
26123            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26124            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
26125 ____________________________________________________________________________
26126 [  8197] By: jhi                                   on 2000/12/19  17:55:29
26127         Log: In VMS embedded perls couldn't access the statically built Socket,
26128              from Charles Lane.
26129      Branch: perl
26130            ! configure.com
26131 ____________________________________________________________________________
26132 [  8196] By: jhi                                   on 2000/12/19  17:49:50
26133         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
26134              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
26135              Date: Sun, 17 Dec 2000 19:11:44 -0000
26136              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
26137      Branch: perl
26138            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26139            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
26140 ____________________________________________________________________________
26141 [  8195] By: jhi                                   on 2000/12/19  17:47:53
26142         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
26143              From: Jonathan Stowe <gellyfish@gellyfish.com>
26144              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
26145              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
26146      Branch: perl
26147            ! utils/h2xs.PL
26148 ____________________________________________________________________________
26149 [  8194] By: jhi                                   on 2000/12/19  17:46:28
26150         Log: Subject: Re: useless use of void context work-around
26151              From: andreas.koenig@anima.de (Andreas J. Koenig)
26152              Date: 16 Dec 2000 15:13:36 +0100
26153              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
26154              
26155              Document (comment) the q(di ds ig) trick in the code.
26156      Branch: perl
26157            ! op.c
26158 ____________________________________________________________________________
26159 [  8193] By: jhi                                   on 2000/12/19  17:10:57
26160         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
26161              From: "Mark J. Reed" <mreed@strange.turner.com>
26162              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
26163              Message-Id: <200012160222.VAA13986@strange.turner.com>
26164      Branch: perl
26165            ! ext/Sys/Syslog/Syslog.pm
26166 ____________________________________________________________________________
26167 [  8192] By: jhi                                   on 2000/12/19  17:07:45
26168         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
26169              From: Nicholas Clark <nick@ccl4.org>
26170              Date: Sat, 16 Dec 2000 19:03:13 +0000
26171              Message-ID: <20001216190313.D68304@plum.flirble.org>
26172      Branch: perl
26173            ! t/op/64bitint.t
26174 ____________________________________________________________________________
26175 [  8191] By: jhi                                   on 2000/12/19  17:06:13
26176         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
26177              From: Dominic Dunlop <domo@computer.org>
26178              Date: Mon, 18 Dec 2000 12:00:15 +0100
26179              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
26180              
26181              This patchlet is needed in order that perl can be statically linked.  
26182      Branch: perl
26183            ! regexec.c
26184 ____________________________________________________________________________
26185 [  8190] By: jhi                                   on 2000/12/19  17:03:08
26186         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
26187              From: "Craig A. Berry" <craig.berry@psinetcs.com>
26188              Date: Sun, 17 Dec 2000 00:18:35 -0600
26189              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
26190      Branch: perl
26191            ! perlio.h vms/gen_shrfls.pl
26192 ____________________________________________________________________________
26193 [  8189] By: jhi                                   on 2000/12/19  16:20:28
26194         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
26195              From: Prymmer/Kahn <pvhp@best.com>
26196              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
26197              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
26198              
26199              A better version of #8188.
26200      Branch: perl
26201            ! pod/perlfaq3.pod
26202 ____________________________________________________________________________
26203 [  8188] By: jhi                                   on 2000/12/19  15:57:06
26204         Log: (Replaced by #8189)
26205              
26206              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
26207              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
26208              From: Prymmer/Kahn <pvhp@best.com>
26209              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
26210              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
26211              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
26212              Date: Mon, 18 Dec 2000 11:10:45 -0500
26213              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
26214      Branch: perl
26215            ! pod/perlfaq3.pod
26216 ____________________________________________________________________________
26217 [  8187] By: jhi                                   on 2000/12/19  15:54:19
26218         Log: Email address fix for Anton Berezin.
26219      Branch: perl
26220            ! AUTHORS
26221 ____________________________________________________________________________
26222 [  8186] By: jhi                                   on 2000/12/19  15:38:54
26223         Log: Subject: [PATCH perl@8102] cygwin port
26224              From: "Eric Fifer" <efifer@dircon.co.uk> 
26225              Date: Thu, 14 Dec 2000 13:41:29 -0000
26226              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
26227              
26228              When compiling modules the data item that is being imported
26229              from libperl.dll needs to be tagged as imported/shared data:
26230              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
26231      Branch: perl
26232            ! perliol.h
26233 ____________________________________________________________________________
26234 [  8185] By: jhi                                   on 2000/12/19  14:53:24
26235         Log: Regen uconfig.h and uconfig.sh.
26236      Branch: perl
26237            ! uconfig.h uconfig.sh
26238 ____________________________________________________________________________
26239 [  8184] By: jhi                                   on 2000/12/18  20:43:49
26240         Log: Comments work so much better when they are closed.
26241      Branch: perl
26242            ! regcomp.c
26243 ____________________________________________________________________________
26244 [  8183] By: jhi                                   on 2000/12/18  18:04:02
26245         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
26246              Fixes the bug 20001218.016.
26247      Branch: perl
26248            ! regcomp.c
26249 ____________________________________________________________________________
26250 [  8182] By: gsar                                  on 2000/12/18  09:53:47
26251         Log: delete spurious files
26252      Branch: maint-5.6/perl
26253            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
26254            - vos/config.h vos/config_h.SH_orig
26255 ____________________________________________________________________________
26256 [  8181] By: gsar                                  on 2000/12/18  09:46:08
26257         Log: regen perltoc
26258      Branch: maint-5.6/perl
26259            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
26260 ____________________________________________________________________________
26261 [  8180] By: gsar                                  on 2000/12/18  09:20:27
26262         Log: integrate changes#7924..7926,7946,7952 from mainline
26263      Branch: maint-5.6/perl
26264           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
26265           !> lib/File/stat.pm t/lib/class-struct.t
26266 ____________________________________________________________________________
26267 [  8179] By: gsar                                  on 2000/12/18  08:55:54
26268         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
26269              7918,7919,7988,8907 from mainline (various)
26270      Branch: maint-5.6/perl
26271           +> t/lib/class-struct.t
26272           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
26273           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
26274           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
26275 ____________________________________________________________________________
26276 [  8178] By: gsar                                  on 2000/12/18  08:16:30
26277         Log: avoid redefinition warnings on windows due to sys/socket.h getting
26278              #included before win32.h
26279      Branch: maint-5.6/perl
26280            ! win32/include/sys/socket.h
26281 ____________________________________________________________________________
26282 [  8177] By: gsar                                  on 2000/12/18  05:24:04
26283         Log: make regen_headers; fix POSIX.xs problems; remove outdated
26284              code from sys/socket.h that makes build fail now
26285      Branch: maint-5.6/perl
26286            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
26287            ! pod/perlapi.pod
26288           !> win32/include/sys/socket.h
26289 ____________________________________________________________________________
26290 [  8176] By: gsar                                  on 2000/12/18  05:20:17
26291         Log: update Changes
26292      Branch: maint-5.6/perl
26293            ! Changes patchlevel.h
26294 ____________________________________________________________________________
26295 [  8175] By: gsar                                  on 2000/12/18  04:57:48
26296         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
26297              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
26298              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
26299              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
26300              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
26301              7823,7825,7838
26302      Branch: maint-5.6/perl
26303           +> lib/File/Spec/Epoc.pm
26304           !> (integrate 88 files)
26305 ____________________________________________________________________________
26306 [  8174] By: gsar                                  on 2000/12/18  03:53:09
26307         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
26308              7625..7629,7631..7634,7637,7639,7642 from mainline
26309      Branch: maint-5.6/perl
26310           +> README.solaris
26311           !> (integrate 26 files)
26312 ____________________________________________________________________________
26313 [  8173] By: gsar                                  on 2000/12/18  03:37:02
26314         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
26315              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
26316              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
26317              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
26318      Branch: maint-5.6/perl
26319           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
26320            - MAINTAIN
26321           !> (integrate 111 files)
26322 ____________________________________________________________________________
26323 [  8172] By: jhi                                   on 2000/12/18  02:49:27
26324         Log: Regen pods.
26325      Branch: perl
26326            ! pod/perlmodlib.pod pod/perltoc.pod
26327 ____________________________________________________________________________
26328 [  8171] By: gsar                                  on 2000/12/18  02:49:24
26329         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
26330              7465..7471 from mainline
26331              
26332              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
26333              in platforms that strictly require all the symbols being present
26334              at link time.
26335              
26336              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
26337              
26338              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
26339              
26340              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
26341              
26342              Subject: [PATCH] todo
26343              
26344              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
26345              
26346              Use $sort, $uniq (and $tr) consistently as wondered
26347              by Nicholas Clark.
26348              
26349              Too enthusiastic editing in #7460.
26350              
26351              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
26352              
26353              Upgrade to CPAN 1.58_55.
26354              Subject: CPAN.pm status
26355              
26356              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
26357              
26358              Make target reordering to avoid pointless re-makes.
26359              Subject: Re: Total re-make of 'make okfile' after 7451 ?
26360              
26361              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
26362              
26363              Subject: DOC PATCH 5.6.0
26364              
26365              Add the repository doc by Malcolm, Sarathy, and by Simon,
26366              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
26367      Branch: maint-5.6/perl
26368           +> Porting/repository.pod
26369           !> Configure MANIFEST Makefile.SH README.dos README.os2
26370           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
26371           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
26372           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
26373 ____________________________________________________________________________
26374 [  8169] By: gsar                                  on 2000/12/18  02:33:34
26375         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
26376              7435..7441,7445 from mainline
26377              
26378              Make the UTF-8 decoding stricter and more verbose when
26379              malformation happens.  This involved adding an argument
26380              to utf8_to_uv_chk(), which involved changing its prototype,
26381              and prefer STRLEN over I32 for the UTF-8 length, which as
26382              a domino effect necessitated changing the prototypes of
26383              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
26384              The stricter UTF-8 decoding checking uses Markus Kuhn's
26385              UTF-8 Decode Stress Tester from
26386              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
26387              
26388              Run vms/vms_yfix.pl, should have done that after changing
26389              perly.c in #7382.
26390              
26391              Subject: [PATCH 5.7.0] static linking with uninstalled perl
26392              
26393              (Replaced by #7440.)
26394              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
26395              
26396              Fix the bug ID 20001024.005, the bug introduced by #7416.
26397              
26398              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
26399              
26400              Fix the bug reported in
26401              From: andreas.koenig@anima.de (Andreas J. Koenig)
26402              Also make is_utf8_char() stricter.
26403              
26404              Missed the header file changes from #7425.
26405              
26406              Check if stdio supports tweaking lval and cnt simultaneously.
26407              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
26408              
26409              Stratus VOS updates from Paul Green.
26410              
26411              Podify README.epoc and README.vos.
26412              
26413              Add targets to Makefile.SH, most importantly
26414              'regen_all' which also remembers to update vms/perly*.
26415              
26416              Subject: Minor update to find2perl, for portability
26417              
26418              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
26419              
26420              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
26421              
26422              Rename UTF8LEN() to be UNISKIP(), too confusing to have
26423              UTF8LEN() and UTF8SKIP(). 
26424              
26425              Allow poking holes at the UTF-8 decoding strictness.
26426              
26427              Continue the internal UTF-8 API tweaking.
26428              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
26429              used much more than the simpler API, now called utf8_to_uv_simple().
26430              Still not quite happy with API, too much partial duplication
26431              of functionality.
26432              
26433              A new version of making the syslog test more robust.
26434              (Replaces #7421.)
26435              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
26436              
26437              buildtoc target tweaks.
26438              
26439              Integrate with vmsperl #7430 by Charles Bailey:
26440              
26441              Cleanup from prior patch (Charles Lane?):
26442              - improve handling of MFDs in Basename and Path
26443              - default to no xsubpp line # munging when building debug images
26444      Branch: maint-5.6/perl
26445           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26446           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
26447           !> (integrate 67 files)
26448 ____________________________________________________________________________
26449 [  8168] By: gsar                                  on 2000/12/18  02:05:49
26450         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
26451              
26452              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
26453              From: Martin Husemann <martin@duskware.de>
26454              
26455              Subject: [PATCH 5.7.0] restore match data on backtracing
26456              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26457      Branch: maint-5.6/perl
26458           !> regcomp.c regexec.c t/op/re_tests
26459 ____________________________________________________________________________
26460 [  8167] By: gsar                                  on 2000/12/18  01:55:22
26461         Log: integrate changes#7858,7986 from mainline
26462              
26463              C<foreach my $x ...> in pseudo-fork()ed process may diddle
26464              parent's memory; fix it by keeping track of the actual pad
26465              offset rather than a raw pointer (this change is probably also
26466              relevant to non-ithreads case to avoid fallout from reallocs of
26467              the pad array, but is currently only enabled for the ithreads
26468              case in the interests of minimal disruption to existing "well
26469              tested" code)
26470              
26471              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
26472              due to the notorious GetFileType() bug in Windows 9x, which fstat()
26473              tickles)
26474      Branch: maint-5.6/perl
26475           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
26476           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
26477           !> win32/win32.c win32/win32.h win32/win32sck.c
26478 ____________________________________________________________________________
26479 [  8166] By: gsar                                  on 2000/12/18  01:52:59
26480         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
26481              from mainline (xsubpp and ExtUtils::LibList fixups, various
26482              other small items)
26483      Branch: maint-5.6/perl
26484           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
26485           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
26486           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
26487           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
26488           !> win32/bin/search.pl
26489 ____________________________________________________________________________
26490 [  8165] By: gsar                                  on 2000/12/18  01:28:45
26491         Log: integrate changes#7533,7563,7611,7623 from mainline (various
26492              malloc.c embellishments)
26493      Branch: maint-5.6/perl
26494           !> malloc.c pod/perldiag.pod
26495 ____________________________________________________________________________
26496 [  8164] By: gsar                                  on 2000/12/18  01:23:33
26497         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
26498              fixups)
26499      Branch: maint-5.6/perl
26500           !> utils/h2xs.PL
26501 ____________________________________________________________________________
26502 [  8163] By: gsar                                  on 2000/12/18  01:17:50
26503         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
26504              fixups)
26505      Branch: maint-5.6/perl
26506           !> Makefile.SH utils/perlbug.PL
26507 ____________________________________________________________________________
26508 [  8162] By: gsar                                  on 2000/12/18  00:25:43
26509         Log: always export Perl_deb() (it is required by re.xs whether
26510              Perl is built with or without -DDEBUGGING)
26511      Branch: maint-5.6/perl
26512            ! makedef.pl
26513 ____________________________________________________________________________
26514 [  8161] By: gsar                                  on 2000/12/18  00:23:38
26515         Log: integrate change#7414 from mainline
26516              
26517              Undo the basename() part of #7412 since the lib/basename
26518              tests would need upgrading too.
26519              
26520              squelch two tests in tr.t that rely on tr/// paranoia change
26521              that's not in 5.6.x
26522      Branch: maint-5.6/perl
26523            ! t/op/tr.t
26524           !> lib/File/Basename.pm
26525 ____________________________________________________________________________
26526 [  8160] By: gsar                                  on 2000/12/18  00:05:30
26527         Log: missing change in previous integrate
26528      Branch: maint-5.6/perl
26529           !> README.aix
26530 ____________________________________________________________________________
26531 [  8159] By: gsar                                  on 2000/12/18  00:03:38
26532         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
26533              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
26534              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
26535              7410..7413 from mainline
26536      Branch: maint-5.6/perl
26537           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
26538           +> t/lib/tie-splice.t
26539            - lib/unicode/Is/DCinital.pl
26540           !> (integrate 112 files)
26541 ____________________________________________________________________________
26542 [  8158] By: jhi                                   on 2000/12/17  23:04:24
26543         Log: Subject: [PATCHES] RE: perl@8150 
26544              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
26545              Date: Sun, 17 Dec 2000 21:46:39 +0100
26546              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
26547              
26548              Neither cygwin has a getpwuid() one can trust on.
26549      Branch: perl
26550            ! t/lib/glob-basic.t
26551 ____________________________________________________________________________
26552 [  8157] By: jhi                                   on 2000/12/17  23:01:54
26553         Log: More MAN.PODS => {} fixes.
26554      Branch: perl
26555            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
26556            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
26557            ! os2/OS2/REXX/Makefile.PL
26558 ____________________________________________________________________________
26559 [  8156] By: gsar                                  on 2000/12/17  22:49:13
26560         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
26561              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
26562              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
26563              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
26564              7201,7204 from mainline
26565      Branch: maint-5.6/perl
26566           !> (integrate 121 files)
26567 ____________________________________________________________________________
26568 [  8155] By: jhi                                   on 2000/12/17  22:30:58
26569         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
26570              From: "Craig A. Berry" <craigberry@mac.com>
26571              Date: Sun, 17 Dec 2000 13:09:28 -0600
26572              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
26573              
26574              MAN.PODS => ' ' is naughty.
26575      Branch: perl
26576            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
26577 ____________________________________________________________________________
26578 [  8154] By: nick                                  on 2000/12/17  22:07:13
26579         Log: MULTIPLICITY nit.
26580      Branch: perl
26581            ! mg.c
26582 ____________________________________________________________________________
26583 [  8153] By: gsar                                  on 2000/12/17  21:23:05
26584         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
26585              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
26586              from mainline
26587              
26588              Document the SvIOK_.*UV().
26589              
26590              Update Unicode todo list.
26591              
26592              Guard against bad string->int conversion for quads.
26593              
26594              Subject: small apidoc fix
26595              
26596              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
26597              
26598              Subject: [PATCH] Tied filehandle documentation
26599              
26600              Subject: [PATCH] Modernize Opcode.pm documentation
26601              
26602              Make Data::Dumper (non-XS) to work with changed semantics of ref().
26603              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
26604              [applied even though said semantics didn't change in 5.6.x]
26605              
26606              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
26607              
26608              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
26609              
26610              Fix the URL, but the server is still missing in action.
26611              Subject: [ID 20000905.002] perlfaq1.pod URL error
26612              
26613              Subject: [ID 20000903.001] \w in utf8-strings
26614              
26615              Fix the ccversion detection for 5.1 and beyond.
26616              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
26617              
26618              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
26619              
26620              Subject: [ID 20000904.008] Tiny fix for perldiag
26621              
26622              Subject: Re: [ID 20000906.004] segfault with bad perl statement
26623              
26624              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
26625              
26626              Subject: [ID 20000908.002] perlipc documentation bug.
26627              
26628              Subject: [PATCH lib/Benchmark.pm]
26629              
26630              Re-allow vec() for characters > 255.
26631              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
26632              
26633              Do away with memory models cruft.  Sorry, PDP users.
26634              
26635              Continue #7041.
26636              
26637              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
26638              
26639              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
26640              
26641              Upgrade to CPAN 1.57_65, from Andreas König.
26642              
26643              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
26644              by Russ Allbery.
26645              
26646              Silence t/pod/*.t about alternate quote-mappings now implemented
26647              by Pod::Text, from Brad Appleton.
26648              
26649              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
26650              Subject: borland C++ win32.c tweak
26651              
26652              C<@a = @b = split(...)> optimization coredumps under ithreads
26653              (missed a spot when fixing up op_pmreplroot hack for ithreads)
26654              
26655              Document the SvUTF8*().
26656              
26657              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
26658              
26659              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
26660              
26661              Do in VMS as the #7054 does.
26662              
26663              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
26664              
26665              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
26666              
26667              Subject: [patch: perl@7045] vms updates
26668              
26669              Test for the #7049.
26670              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
26671              
26672              Break up the myconfig lines a bit.
26673              Subject: perlbug/perl -V output format
26674              
26675              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
26676              
26677              The #7054 truncated Configure badly.
26678              
26679              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
26680              initialization in all the threads on Windows
26681              
26682              Allow for whitespace between "#" and "line" in cpp output.
26683              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
26684              
26685              Remove vestiges of tr//CU.
26686              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
26687              
26688              The return value of setlocale must be copied away.
26689              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
26690              
26691              Allow chop() and chomp() to be overridden.
26692              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
26693              
26694              Hints optimization.
26695              Subject: Minor nit
26696              
26697              Subject: [PATCH] de-wall t/README
26698              
26699              Subject: Re: Two advertising clauses need to be removed
26700      Branch: maint-5.6/perl
26701           !> (integrate 75 files)
26702 ____________________________________________________________________________
26703 [  8152] By: gsar                                  on 2000/12/17  20:30:11
26704         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
26705              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
26706              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
26707              
26708              Don't attach -ld to the archname if pointless.
26709              
26710              Document UNTIE in a very minimalistic way.
26711              
26712              POSIX doesn't report long double values under -Duselongdouble
26713              when the long doubles are "real" (bigger than doubles).
26714              
26715              More author updates.
26716              
26717              Try to deduce NV_MAX.  Really should be Configure fodder.
26718              
26719              :: not allowed in pathnames, change to .
26720              Subject: [PATCH perl@6938] cygwin port
26721              
26722              Forget about NV_MAX (#6951).  Various floating point tweaks,
26723              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
26724              
26725              Move the Solaris 7 scan to use64bitall, make the
26726              failure to find 64-bot sparc libc to mention the
26727              possibility of being in an intel, from Lupe and Alan.
26728              
26729              Regen perltoc.
26730              
26731              AUTHORS tweaks, from Peter Prymmer.
26732              
26733              More address tweaking.
26734              
26735              Small tweaks all over.
26736              
26737              File::Temp patches from Andreas König,
26738              
26739              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
26740              
26741              Subject: CPAN.pm beta 1.57_57 for the core
26742              
26743              Part of the solution.
26744              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
26745              
26746              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
26747              
26748              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
26749              
26750              Add the overload warnings to perldiag.
26751              
26752              Drop unused argument.
26753              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
26754              
26755              Subject: Nit in Configure (bleadperl@6961)
26756              
26757              Update to PodParser 1.18, from Brad Appleton.
26758              
26759              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
26760              
26761              Subject: [PATCH: 6948] add SCNfldbl to configure.com
26762              
26763              Document UNTIE. Also tweak implementation to suppress the 'inner references'
26764              warning when UNTIE exists and instead pass the cound of extra references to
26765              the UNTIE method.
26766              
26767              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
26768              so that case-ignoring systems like DCL can tell them from
26769              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
26770              
26771              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
26772              
26773              Feature ordering tweak.
26774              
26775              Regen perltoc.
26776              
26777              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
26778              
26779              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
26780              
26781              Subject: http:// in L<>
26782              
26783              Detypo.
26784              
26785              change#6791 accidentally clobbered change#6710, put it back
26786              
26787              Only the first line, thank you very much.
26788              
26789              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
26790              plus rework the http: spots as suggested by Tom Christiansen,
26791              plus regen perltoc.
26792              
26793              Undo part of change 6489 which looks like a bulk edit which
26794              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
26795              The supressing of main:: on return from select() is undesirable.
26796              
26797              Apparently avoiding the swapping is too costly.
26798              
26799              Various Configure nits by Philip Newton,
26800              plus the ebcdic one by me.
26801              
26802              Make certain cc is set before trying to run it.
26803              
26804              If overloaded %{} etc. return the object do not loop.
26805              Thus  sub deref { $_[0] } functions if object is wanted type.
26806              
26807              Update perlhist.
26808              
26809              More %{} and other deref special casing - do not pass to 'nomethod'.
26810      Branch: maint-5.6/perl
26811           !> (integrate 59 files)
26812 ____________________________________________________________________________
26813 [  8151] By: gsar                                  on 2000/12/17  19:14:38
26814         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
26815              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
26816              
26817              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
26818              
26819              Make the epsilon to be relative, not absolute.
26820              
26821              Put back the flags dump as reasoned in
26822              Subject: Re: [PATCH] Glob dumping
26823              
26824              Introduce ccname to keep track of what compiler kind of we have.
26825              
26826              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
26827              
26828              Put back the slice accidentally removed by #6907.
26829              
26830              Reset archname and archname64 always, forcing them be
26831              recomputed at each Configure run, make Configure and
26832              the hints files agree on the naming of largefiles variables.
26833              
26834              Don't say "Perl 5.0 source kit".
26835              
26836              Subject: [PATCH] fix misc cast warnings
26837              
26838              Subject: typos in pods
26839              
26840              NVs not necessarily doubles, as pointed out by Yitzchak.
26841              
26842              Subject: [PATCH 6889] add a few ldbl formats to configure.com
26843              
26844              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
26845              
26846              Better options for rsync.
26847              
26848              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
26849              
26850              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
26851              
26852              Subject: [PATCH] Re: UNTIE method 
26853              
26854              A better fix for the Socket building problem from Craig Berry.
26855              
26856              Retract the dummy test, skip the security tests (instead of failing),
26857              explain what the warnings mean.
26858              
26859              Heap decorruption.
26860              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
26861              
26862              Update to Unicode 3.0.1.
26863              
26864              Missed one Unicode file.
26865              
26866              Subject: Re: typos in pods
26867              
26868              The #6929 was too skimpy.
26869              
26870              sscanf() may be the only way to read long doubles from strings.
26871              
26872              Reveal Borland's isnan.
26873              Subject: build with BC++ tweak
26874              
26875              Issue useful diagnostic on unknown pod commands.
26876              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
26877              
26878              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
26879              
26880              Clarify the third case of ftmp-security warnings.
26881              
26882              Make -Dusemorebits find long doubles in Solaris.
26883              
26884              Wrap the test in eval.
26885      Branch: maint-5.6/perl
26886           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
26887           +> lib/unicode/PropList.txt lib/unicode/README.perl
26888           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
26889           +> lib/unicode/Unicode.301 vms/vmspipe.com
26890            - lib/unicode/Props.txt lib/unicode/UCD300.html
26891            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
26892           !> (integrate 305 files)
26893 ____________________________________________________________________________
26894 [  8150] By: jhi                                   on 2000/12/17  18:47:57
26895         Log: Uncheckedin generated files.
26896      Branch: perl
26897            ! global.sym perlapi.c pod/perlapi.pod
26898 ____________________________________________________________________________
26899 [  8149] By: jhi                                   on 2000/12/17  18:41:22
26900         Log: Update Changes.
26901      Branch: perl
26902            ! Changes patchlevel.h
26903 ____________________________________________________________________________
26904 [  8148] By: jhi                                   on 2000/12/17  18:39:16
26905         Log: Subject: [PATCH] Fcntl constants speedup
26906              From: Nicholas Clark <nick@ccl4.org>
26907              Date: Sun, 17 Dec 2000 16:29:24 +0000
26908              Message-ID: <20001217162924.E97668@plum.flirble.org>
26909              
26910              Use IVs for the Fcntl constants instead of NVs.
26911      Branch: perl
26912            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
26913 ____________________________________________________________________________
26914 [  8147] By: jhi                                   on 2000/12/17  18:33:41
26915         Log: Add test for #8145 (binmode() warning), add warning for
26916              ioctl() and sockpair(), document them. (fileno() cannot
26917              be tripwired with the same kind of warning because
26918              'defined fileno($foo)' seems to be an idiom.)
26919      Branch: perl
26920            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
26921 ____________________________________________________________________________
26922 [  8146] By: gsar                                  on 2000/12/17  18:09:08
26923         Log: update Changes
26924      Branch: maint-5.6/perl
26925            ! Changes
26926 ____________________________________________________________________________
26927 [  8145] By: jhi                                   on 2000/12/17  17:39:35
26928         Log: Subject: [PATCH] Re: The long awaited feature ...
26929              From: Simon Cozens <simon@cozens.net>
26930              Date: Sun, 17 Dec 2000 12:31:56 +0000
26931              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
26932              
26933              Add a warning to binmode() about using bad filehandles
26934              (can happen e.g. if someone forgets the filehandle argument)
26935      Branch: perl
26936            ! pp_sys.c
26937 ____________________________________________________________________________
26938 [  8144] By: jhi                                   on 2000/12/17  17:33:48
26939         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
26940              From: Jonathan Stowe <gellyfish@gellyfish.com>
26941              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
26942              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
26943      Branch: perl
26944            ! lib/Net/Ping.pm
26945 ____________________________________________________________________________
26946 [  8143] By: jhi                                   on 2000/12/17  05:31:37
26947         Log: Polymorphic regexps.
26948              
26949              Fixes at least the bugs 20001028.003 (both of them...) and
26950              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
26951              also to be fixed by now, probably already before this patch.
26952      Branch: perl
26953            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
26954            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
26955            ! t/op/utf8decode.t t/pragma/utf8.t
26956 ____________________________________________________________________________
26957 [  8142] By: jhi                                   on 2000/12/16  17:16:05
26958         Log: Subject: [patch perl@8102] dos/djgpp update
26959              From: Laszlo Molnar <ml1050@freemail.hu>
26960              Date: Sat, 16 Dec 2000 01:40:52 +0100
26961              Message-ID: <20001216014052.A335@freemail.hu>
26962      Branch: perl
26963            ! djgpp/config.over t/base/commonsense.t
26964 ____________________________________________________________________________
26965 [  8141] By: jhi                                   on 2000/12/16  17:09:27
26966         Log: Few uncheckedin files.
26967      Branch: perl
26968            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
26969 ____________________________________________________________________________
26970 [  8140] By: nick                                  on 2000/12/15  22:14:31
26971         Log: Integrate mainline
26972      Branch: perlio
26973           !> (integrate 53 files)
26974 ____________________________________________________________________________
26975 [  8139] By: jhi                                   on 2000/12/15  19:49:49
26976         Log: One more IVUV tweak from Nicholas Clark.
26977      Branch: perl
26978            ! sv.c
26979 ____________________________________________________________________________
26980 [  8138] By: jhi                                   on 2000/12/15  19:17:06
26981         Log: Return of the IVUV-preservation, now seems to be happy even
26982              in Digital UNIX (the broken strtoul brokenness detection
26983              seems to have been the fly in the ointment).
26984      Branch: perl
26985            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26986            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
26987            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
26988            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
26989            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26990            ! vos/config.ga.h win32/config.bc win32/config.gc
26991            ! win32/config.vc
26992 ____________________________________________________________________________
26993 [  8137] By: jhi                                   on 2000/12/15  18:12:14
26994         Log: Metaconfig unit change for #8136.
26995      Branch: metaconfig
26996            ! U/modified/d_strtoul.U
26997      Branch: metaconfig/U/perl
26998            ! d_strtoull.U d_strtouq.U
26999 ____________________________________________________________________________
27000 [  8136] By: jhi                                   on 2000/12/15  18:11:35
27001         Log: I don't think it's sensible or portable to test the strtou*
27002              on /^-/ strings.
27003      Branch: perl
27004            ! Configure
27005 ____________________________________________________________________________
27006 [  8135] By: jhi                                   on 2000/12/15  17:18:49
27007         Log: Metaconfig unit change for #8134.
27008      Branch: metaconfig
27009            ! U/modified/d_strtoul.U
27010 ____________________________________________________________________________
27011 [  8134] By: jhi                                   on 2000/12/15  17:14:13
27012         Log: If longsize is 8 we don't need a LL suffix for integer constants.
27013      Branch: perl
27014            ! Configure config_h.SH
27015 ____________________________________________________________________________
27016 [  8133] By: jhi                                   on 2000/12/15  16:00:23
27017         Log: Update Changes.
27018      Branch: perl
27019            ! Changes patchlevel.h
27020 ____________________________________________________________________________
27021 [  8132] By: jhi                                   on 2000/12/15  15:44:16
27022         Log: Some compilers get huffy if you do not cast a const pointer
27023              to a non-const when assigning.
27024      Branch: perl
27025            ! gv.c
27026 ____________________________________________________________________________
27027 [  8131] By: jhi                                   on 2000/12/15  15:38:30
27028         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
27029              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27030              Date: Fri, 15 Dec 2000 05:26:57 -0500
27031              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
27032      Branch: perl
27033            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
27034            ! t/pragma/overload.t
27035 ____________________________________________________________________________
27036 [  8130] By: jhi                                   on 2000/12/15  15:36:08
27037         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
27038              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27039              Date: Thu, 14 Dec 2000 22:02:43 -0500
27040              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
27041      Branch: perl
27042            ! gv.c perl.h
27043 ____________________________________________________________________________
27044 [  8129] By: jhi                                   on 2000/12/15  15:34:16
27045         Log: Subject: PATCH: h2xs nit
27046              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27047              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
27048              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
27049              
27050              Add a template README.
27051      Branch: perl
27052            ! utils/h2xs.PL
27053 ____________________________________________________________________________
27054 [  8128] By: jhi                                   on 2000/12/15  15:32:22
27055         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
27056      Branch: perl
27057            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
27058 ____________________________________________________________________________
27059 [  8127] By: jhi                                   on 2000/12/15  15:19:34
27060         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
27061              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27062              Date:     Thu, 14 Dec 2000 20:04:42 EST
27063              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
27064      Branch: perl
27065            ! ext/Opcode/Opcode.xs
27066 ____________________________________________________________________________
27067 [  8126] By: jhi                                   on 2000/12/15  15:17:49
27068         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
27069              From: Peter Prymmer <pvhp@forte.com>
27070              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
27071              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
27072      Branch: perl
27073            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
27074            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
27075            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
27076 ____________________________________________________________________________
27077 [  8125] By: jhi                                   on 2000/12/15  15:11:05
27078         Log: This seems to be a stage sane and stable enough to checkin.
27079              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
27080      Branch: perl
27081            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
27082            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
27083            ! t/op/cmp.t t/op/numconvert.t
27084 ____________________________________________________________________________
27085 [  8124] By: jhi                                   on 2000/12/15  04:20:26
27086         Log: Something is really wonky.
27087      Branch: perl
27088            ! sv.c
27089 ____________________________________________________________________________
27090 [  8123] By: jhi                                   on 2000/12/15  04:00:50
27091         Log: Fixes for the IV UV patches to compile in Digital UNIX.
27092      Branch: perl
27093            ! sv.c
27094 ____________________________________________________________________________
27095 [  8122] By: jhi                                   on 2000/12/15  02:53:40
27096         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
27097              From: "Craig A. Berry" <craigberry@mac.com>
27098              Date: Thu, 14 Dec 2000 19:10:49 -0600
27099              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
27100      Branch: perl
27101            ! vms/vms.c
27102 ____________________________________________________________________________
27103 [  8121] By: jhi                                   on 2000/12/15  02:50:00
27104         Log: Metaconfig changes for #8120.
27105      Branch: metaconfig
27106            + U/modified/d_strtoul.U
27107      Branch: metaconfig/U/perl
27108            ! d_strtoull.U d_strtouq.U
27109 ____________________________________________________________________________
27110 [  8120] By: jhi                                   on 2000/12/15  02:49:42
27111         Log: From: Nicholas Clark <nick@ccl4.org> 
27112              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
27113              Date: Thu, 14 Dec 2000 18:38:57 +0000
27114              Message-ID: <20001214183857.B97909@plum.flirble.org>
27115      Branch: perl
27116            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27117            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
27118            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
27119            ! vos/config.ga.def vos/config.ga.h win32/config.bc
27120            ! win32/config.gc win32/config.vc
27121 ____________________________________________________________________________
27122 [  8119] By: jhi                                   on 2000/12/14  23:40:58
27123         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
27124              From: Nicholas Clark <nick@ccl4.org>
27125              Date: Wed, 13 Dec 2000 20:08:50 +0000
27126              Message-ID: <20001213200849.B71166@plum.flirble.org>
27127      Branch: perl
27128            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
27129            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
27130 ____________________________________________________________________________
27131 [  8118] By: jhi                                   on 2000/12/14  22:46:26
27132         Log: Integrate perlio.
27133      Branch: perl
27134           !> MANIFEST ext/Encode/compile makedef.pl
27135 ____________________________________________________________________________
27136 [  8117] By: nick                                  on 2000/12/14  22:38:53
27137         Log: Win32 tweaks to get Encode to build
27138              - temp hack to makedef.pl till PerlIO is properly "exported".
27139              - MSVC dislikes  
27140              static encpage_t foo[];
27141              so make 'em extern for now.
27142      Branch: perlio
27143            ! ext/Encode/compile makedef.pl
27144 ____________________________________________________________________________
27145 [  8116] By: nick                                  on 2000/12/14  22:00:53
27146         Log: Document the new files
27147      Branch: perlio
27148            ! MANIFEST
27149 ____________________________________________________________________________
27150 [  8115] By: jhi                                   on 2000/12/14  21:58:01
27151         Log: MANIFEST new files of #8114.
27152      Branch: perl
27153            ! MANIFEST
27154 ____________________________________________________________________________
27155 [  8114] By: jhi                                   on 2000/12/14  21:50:49
27156         Log: Integrate perlio.
27157      Branch: perl
27158           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
27159           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
27160           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
27161           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
27162           !> ext/Encode/Makefile.PL
27163 ____________________________________________________________________________
27164 [  8113] By: jhi                                   on 2000/12/14  21:48:49
27165         Log: The documentation part of the
27166              
27167              Subject: [ID 20001214.002] Net::Ping patch
27168              From: Jonathan Stowe <gellyfish@gellyfish.com>
27169              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
27170              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
27171              since the #7529 had already addressed the same problem.
27172      Branch: perl
27173            ! lib/Net/Ping.pm
27174 ____________________________________________________________________________
27175 [  8112] By: jhi                                   on 2000/12/14  21:42:57
27176         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
27177              From: Dominic Dunlop <domo@computer.org>
27178              Date: Tue, 12 Dec 2000 10:47:10 +0100
27179              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
27180              
27181              Document how elusive subroutines can be.
27182      Branch: perl
27183            ! pod/perlfunc.pod
27184 ____________________________________________________________________________
27185 [  8111] By: jhi                                   on 2000/12/14  21:38:05
27186         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
27187              From: Dominic Dunlop <domo@computer.org>
27188              Date: Thu, 14 Dec 2000 10:13:51 +0100
27189              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
27190      Branch: perl
27191            ! ext/POSIX/POSIX.pod
27192 ____________________________________________________________________________
27193 [  8110] By: jhi                                   on 2000/12/14  21:36:32
27194         Log: Subject: [patch] perlfaq7
27195              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
27196              Date: Thu, 14 Dec 2000 15:31:07 +0100
27197              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
27198      Branch: perl
27199            ! pod/perlfaq7.pod
27200 ____________________________________________________________________________
27201 [  8109] By: jhi                                   on 2000/12/14  21:29:20
27202         Log: Subject: [8104] Encode
27203              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27204              Date: Thu, 14 Dec 2000 14:49:34 +0100
27205              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
27206              
27207              Type casting for nervous compilers.
27208      Branch: perl
27209            ! ext/Encode/Encode.xs
27210 ____________________________________________________________________________
27211 [  8108] By: jhi                                   on 2000/12/14  21:26:17
27212         Log: Subject: [8104] DB_File
27213              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27214              Date: Thu, 14 Dec 2000 14:49:35 +0100
27215              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
27216              
27217              Type definition incorrect for DB 2.7.7.  Not known when it
27218              changed, so only changed it for a known revision.
27219      Branch: perl
27220            ! ext/DB_File/DB_File.xs
27221 ____________________________________________________________________________
27222 [  8107] By: jhi                                   on 2000/12/14  21:23:41
27223         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
27224              From: Peter Prymmer <pvhp@forte.com>
27225              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
27226              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
27227              
27228              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
27229      Branch: perl
27230            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
27231            ! ext/Encode/Encode/posix-bc.enc
27232 ____________________________________________________________________________
27233 [  8106] By: nick                                  on 2000/12/14  20:36:13
27234         Log: "Cold" build correction to Encode's Makefile.PL
27235      Branch: perlio
27236            ! ext/Encode/Makefile.PL
27237 ____________________________________________________________________________
27238 [  8105] By: nick                                  on 2000/12/14  20:09:37
27239         Log: "Compiled" encodings.
27240              Correct replacement character in EBCDIC .enc files
27241              Add 0x7F to ASCII repertoire.
27242      Branch: perlio
27243            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
27244            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
27245            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
27246            ! ext/Encode/Makefile.PL ext/Encode/compile
27247            ! ext/Encode/encengine.c ext/Encode/encode.h
27248 ____________________________________________________________________________
27249 [  8104] By: nick                                  on 2000/12/14  00:38:20
27250         Log: Integrate mainline
27251      Branch: perlio
27252           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
27253           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
27254           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
27255           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
27256           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
27257           !> t/lib/db-hash.t t/lib/db-recno.t
27258 ____________________________________________________________________________
27259 [  8103] By: nick                                  on 2000/12/13  23:16:13
27260         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
27261              so far and so it does not get lost.
27262      Branch: perlio
27263            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
27264 ____________________________________________________________________________
27265 [  8102] By: jhi                                   on 2000/12/13  17:14:22
27266         Log: Update Changes.
27267      Branch: perl
27268            ! Changes patchlevel.h
27269 ____________________________________________________________________________
27270 [  8101] By: jhi                                   on 2000/12/13  16:53:41
27271         Log: Move the proto of start_glob() to a better place; regen api files.
27272      Branch: perl
27273            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
27274 ____________________________________________________________________________
27275 [  8100] By: jhi                                   on 2000/12/13  16:47:11
27276         Log: Metaconfig change for #8099.
27277      Branch: metaconfig
27278            ! U/modified/Head.U
27279 ____________________________________________________________________________
27280 [  8099] By: jhi                                   on 2000/12/13  16:46:48
27281         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
27282              From: Andy Dougherty <doughera@lafayette.edu>
27283              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
27284              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
27285      Branch: perl
27286            ! Configure
27287 ____________________________________________________________________________
27288 [  8098] By: jhi                                   on 2000/12/13  16:39:02
27289         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
27290              From: rspier@pobox.com (Robert Spier)
27291              Date: Tue, 12 Dec 2000 21:12:39 -0500
27292              Message-ID: <14902.56087.678086.725773@rls.cx>
27293              
27294              fastgetcwd is defined using a glob alias on a $^O dependent basis -
27295              and there was no default assignment or perl subroutine.
27296      Branch: perl
27297            ! lib/Cwd.pm
27298 ____________________________________________________________________________
27299 [  8097] By: jhi                                   on 2000/12/13  16:16:01
27300         Log: Subject: [PATCH] move startglob out of pp_hot.c
27301              From: Nicholas Clark <nick@ccl4.org>
27302              Date: Mon, 11 Dec 2000 23:16:39 +0000
27303              Message-ID: <20001211231638.A55550@plum.flirble.org>
27304      Branch: perl
27305            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
27306 ____________________________________________________________________________
27307 [  8096] By: jhi                                   on 2000/12/13  15:26:23
27308         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
27309              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
27310              Date: Wed, 13 Dec 2000 14:01:37 +0100
27311              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
27312              
27313              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
27314              in turn requires libpthread in libswanted.
27315      Branch: perl
27316            ! hints/hpux.sh
27317 ____________________________________________________________________________
27318 [  8095] By: jhi                                   on 2000/12/12  19:51:05
27319         Log: The integration wars continue.
27320      Branch: perl
27321           !> sv.c
27322 ____________________________________________________________________________
27323 [  8094] By: jhi                                   on 2000/12/12  19:48:26
27324         Log: Subject: [PATCH perl@8070] DB_File-1.74  
27325              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
27326              Date: Mon, 11 Dec 2000 23:07:17 -0000
27327              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
27328      Branch: perl
27329            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
27330            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
27331            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
27332            ! t/lib/db-recno.t
27333 ____________________________________________________________________________
27334 [  8093] By: nick                                  on 2000/12/12  19:42:13
27335         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
27336      Branch: perlio
27337            ! sv.c
27338           !> lib/File/DosGlob.pm
27339 ____________________________________________________________________________
27340 [  8092] By: jhi                                   on 2000/12/12  19:28:11
27341         Log: Integrate perlio.
27342      Branch: perl
27343           !> sv.c
27344 ____________________________________________________________________________
27345 [  8091] By: nick                                  on 2000/12/12  18:49:45
27346         Log: Fix for Tk, and upgrading shared SVs.
27347      Branch: perlio
27348            ! sv.c
27349 ____________________________________________________________________________
27350 [  8090] By: jhi                                   on 2000/12/12  16:48:59
27351         Log: Subject: [PATCH] Re: Breadperl & Tk
27352              From: Nick Ing-Simmons <nik@tiuk.ti.com>
27353              Date: Tue, 12 Dec 2000 14:48:27 GMT
27354              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
27355      Branch: perl
27356            ! sv.c
27357 ____________________________________________________________________________
27358 [  8089] By: jhi                                   on 2000/12/12  03:37:19
27359         Log: Subject: DosGlob.pm diff for bash style brace expansion.
27360              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
27361              Date: Fri, 8 Dec 2000 10:45:30 -0600
27362              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
27363      Branch: perl
27364            ! lib/File/DosGlob.pm
27365 ____________________________________________________________________________
27366 [  8088] By: nick                                  on 2000/12/11  23:59:59
27367         Log: Integrate mainline
27368      Branch: perlio
27369           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
27370           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
27371           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
27372           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
27373           !> t/op/local.t t/pragma/warn/toke toke.c
27374 ____________________________________________________________________________
27375 [  8087] By: jhi                                   on 2000/12/11  23:20:23
27376         Log: Integrate perlio.
27377      Branch: perl
27378           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
27379 ____________________________________________________________________________
27380 [  8086] By: jhi                                   on 2000/12/11  22:50:59
27381         Log: Tune further the OS detection of CGI.
27382      Branch: perl
27383            ! lib/CGI.pm
27384 ____________________________________________________________________________
27385 [  8085] By: nick                                  on 2000/12/11  22:50:46
27386         Log: Finish 1st pass of "encoding" layer e.g. :
27387              open($fh,"<encoding(iso8859-7)",$greek) || die;
27388      Branch: perlio
27389            ! ext/Encode/Encode.xs perlio.c perliol.h
27390 ____________________________________________________________________________
27391 [  8084] By: jhi                                   on 2000/12/11  22:32:06
27392         Log: Revert the -f ambiguousity patch, seems to cause
27393              too much hassle (the interpret -Q as a function
27394              where Q is not a known filetest part is left in).
27395      Branch: perl
27396            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
27397            ! toke.c
27398 ____________________________________________________________________________
27399 [  8083] By: jhi                                   on 2000/12/11  22:27:23
27400         Log: (accidentally empty check-in)
27401      Branch: perl
27402            ! lib/File/DosGlob.pm
27403 ____________________________________________________________________________
27404 [  8082] By: nick                                  on 2000/12/11  19:09:51
27405         Log: Restore mmap function (broken by tweaks to shared buffer
27406              layer for encode(xxxx)).
27407      Branch: perlio
27408            ! perlio.c
27409 ____________________________________________________________________________
27410 [  8081] By: jhi                                   on 2000/12/11  18:29:13
27411         Log: Subject: Re: The long awaited feature ...
27412              From: Simon Cozens <simon@cozens.net>
27413              Date: Mon, 11 Dec 2000 15:54:24 +0000
27414              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
27415              
27416              More io/utf8 tests.
27417      Branch: perl
27418            ! t/io/utf8.t
27419 ____________________________________________________________________________
27420 [  8080] By: jhi                                   on 2000/12/11  18:19:36
27421         Log: Subject: PATCH MakeMaker manpage clarification
27422              From: andreas.koenig@anima.de (Andreas J. Koenig)
27423              Date: 10 Dec 2000 20:46:13 +0100
27424              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
27425      Branch: perl
27426            ! lib/ExtUtils/MakeMaker.pm
27427 ____________________________________________________________________________
27428 [  8079] By: jhi                                   on 2000/12/11  15:35:07
27429         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
27430              From: Simon Cozens <simon@cozens.net>
27431              Date: Sun, 10 Dec 2000 19:06:19 +0000
27432              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
27433      Branch: perl
27434            ! ext/B/B/Deparse.pm t/lib/b.t
27435 ____________________________________________________________________________
27436 [  8078] By: jhi                                   on 2000/12/11  15:09:11
27437         Log: Subject: [PATCH] docs on NaN
27438              From: Nicholas Clark <nick@ccl4.org>
27439              Date: Mon, 11 Dec 2000 01:48:38 +0000
27440              Message-ID: <20001211014838.B99205@plum.flirble.org>
27441      Branch: perl
27442            ! pod/perlop.pod
27443 ____________________________________________________________________________
27444 [  8077] By: jhi                                   on 2000/12/11  15:02:21
27445         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
27446              From: Simon Cozens <simon@cozens.net>
27447              Date: Mon, 11 Dec 2000 01:21:45 +0000
27448              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
27449      Branch: perl
27450            ! pp.c pp_hot.c scope.c t/op/local.t
27451 ____________________________________________________________________________
27452 [  8076] By: nick                                  on 2000/12/10  20:43:32
27453         Log: Not merge worthy...
27454              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
27455              syntax is modelled on attributes.
27456              Untested fix for io/utf8 on Win32 etc.
27457              Very clumsy start to the encode layer.
27458      Branch: perlio
27459            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
27460 ____________________________________________________________________________
27461 [  8075] By: jhi                                   on 2000/12/10  18:39:33
27462         Log: Darwin is not Windows.
27463      Branch: perl
27464            ! lib/CGI.pm
27465 ____________________________________________________________________________
27466 [  8074] By: jhi                                   on 2000/12/10  18:31:27
27467         Log: Subject: Ambiguous -%c() resolved as a file test
27468              From: "Paul Marquess" <Paul.Marquess@openwave.com>
27469              Date: Sun, 10 Dec 2000 15:35:07 -0000
27470              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
27471      Branch: perl
27472            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
27473 ____________________________________________________________________________
27474 [  8073] By: jhi                                   on 2000/12/10  18:16:29
27475         Log: Subject: PATCH installperl misinformed 
27476              From: andreas.koenig@anima.de (Andreas J. Koenig)
27477              Date: 10 Dec 2000 13:01:32 +0100 
27478              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
27479      Branch: perl
27480            ! installperl
27481 ____________________________________________________________________________
27482 [  8072] By: jhi                                   on 2000/12/10  18:07:55
27483         Log: The walkoptree confusion rages; walkoptree() seems to be coming
27484              from B.xs, while walkoptree_slow() comes from B.pm.
27485      Branch: perl
27486            ! ext/B/B.pm
27487 ____________________________________________________________________________
27488 [  8071] By: nick                                  on 2000/12/10  11:45:47
27489         Log: Integrate mainline
27490      Branch: perlio
27491           +> t/base/commonsense.t
27492           !> (integrate 37 files)
27493 ____________________________________________________________________________
27494 [  8070] By: jhi                                   on 2000/12/10  04:46:21
27495         Log: Update Changes.
27496      Branch: perl
27497            ! Changes patchlevel.h
27498 ____________________________________________________________________________
27499 [  8069] By: jhi                                   on 2000/12/10  04:39:19
27500         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
27501              From: andreas.koenig@anima.de (Andreas J. Koenig)
27502              Date: 09 Dec 2000 17:14:25 +0100
27503              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
27504      Branch: perl
27505            + t/base/commonsense.t
27506            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
27507 ____________________________________________________________________________
27508 [  8068] By: jhi                                   on 2000/12/10  04:17:36
27509         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
27510              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
27511              Date: Sat, 9 Dec 2000 16:47:22 -0000
27512              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
27513      Branch: perl
27514            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
27515            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
27516            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
27517            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
27518            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
27519            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
27520            ! t/lib/sdbm.t
27521 ____________________________________________________________________________
27522 [  8067] By: jhi                                   on 2000/12/10  03:52:02
27523         Log: Test case for #8066.
27524      Branch: perl
27525            ! t/op/misc.t
27526 ____________________________________________________________________________
27527 [  8066] By: jhi                                   on 2000/12/10  03:50:30
27528         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
27529              From: Simon Cozens <simon@cozens.net>
27530              Date: Sun, 10 Dec 2000 00:55:37 +0000
27531              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
27532      Branch: perl
27533            ! pp_sys.c
27534 ____________________________________________________________________________
27535 [  8065] By: jhi                                   on 2000/12/10  03:44:52
27536         Log: Test case for #8064.
27537      Branch: perl
27538            ! t/comp/proto.t
27539 ____________________________________________________________________________
27540 [  8064] By: jhi                                   on 2000/12/10  03:42:32
27541         Log: Subject: Re: prototype of substr
27542              From: Simon Cozens <simon@cozens.net>
27543              Date: Sun, 10 Dec 2000 00:13:33 +0000
27544              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
27545              
27546              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
27547      Branch: perl
27548            ! pp.c
27549 ____________________________________________________________________________
27550 [  8063] By: jhi                                   on 2000/12/10  03:39:42
27551         Log: Subject: [PATCH] perlguts.pod
27552              From: Simon Cozens <simon@cozens.net>
27553              Date: Sun, 10 Dec 2000 00:06:47 +0000
27554              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
27555              
27556              Documentation of the different types of ops,
27557              plus the functions in dump.c
27558      Branch: perl
27559            ! pod/perlguts.pod
27560 ____________________________________________________________________________
27561 [  8062] By: jhi                                   on 2000/12/10  03:30:04
27562         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
27563              From: Nicholas Clark <nick@talking.bollo.cx>
27564              Date: Sat, 09 Dec 2000 18:57:25 +0000
27565              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
27566              
27567              Be more robust in weird hostname setups.
27568      Branch: perl
27569            ! t/lib/net-hostent.t
27570 ____________________________________________________________________________
27571 [  8061] By: jhi                                   on 2000/12/10  03:28:21
27572         Log: Pacify fussy compiler. 
27573      Branch: perl
27574            ! pp_sys.c
27575 ____________________________________________________________________________
27576 [  8060] By: jhi                                   on 2000/12/10  02:52:46
27577         Log: Integrate perlio.
27578      Branch: perl
27579           !> pp_sys.c t/io/utf8.t
27580 ____________________________________________________________________________
27581 [  8059] By: nick                                  on 2000/12/09  23:40:14
27582         Log: read/sysread/recv should now be utf8 aware.
27583              Basic test for utf8 read.
27584      Branch: perlio
27585            ! pp_sys.c t/io/utf8.t
27586 ____________________________________________________________________________
27587 [  8058] By: jhi                                   on 2000/12/09  21:56:02
27588         Log: Integrate perlio.
27589      Branch: perl
27590           +> t/io/utf8.t
27591           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
27592 ____________________________________________________________________________
27593 [  8057] By: jhi                                   on 2000/12/09  21:53:35
27594         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
27595              From: Inaba Hiroto <inaba@st.rim.or.jp>
27596              Date: Sun, 10 Dec 2000 05:53:21 +0900
27597              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
27598              
27599              Tests for #8056.
27600      Branch: perl
27601            ! t/op/each.t
27602 ____________________________________________________________________________
27603 [  8056] By: jhi                                   on 2000/12/09  21:51:16
27604         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
27605              From: Inaba Hiroto <inaba@st.rim.or.jp>
27606              Date: Sat, 09 Dec 2000 18:02:00 +0900
27607              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
27608              
27609              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
27610      Branch: perl
27611            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
27612 ____________________________________________________________________________
27613 [  8055] By: nick                                  on 2000/12/09  20:11:48
27614         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
27615              than raw PerlIO_write() - does not seem to break any tests.
27616      Branch: perlio
27617            ! pp_sys.c
27618 ____________________________________________________________________________
27619 [  8054] By: nick                                  on 2000/12/09  19:47:30
27620         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
27621              (sysread, recv and write i.e. formats still to do...)
27622              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
27623              open($fh,">:utf8","name")
27624              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
27625              so no extra overhead is involved.
27626              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
27627              to a non-utf8 stream.
27628              Add initial io/utf8.t
27629              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
27630              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
27631              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
27632      Branch: perlio
27633            + t/io/utf8.t
27634            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
27635 ____________________________________________________________________________
27636 [  8053] By: nick                                  on 2000/12/09  19:26:37
27637         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
27638              was only testing this_utf8.
27639      Branch: perlio
27640            ! toke.c
27641 ____________________________________________________________________________
27642 [  8052] By: nick                                  on 2000/12/09  19:09:41
27643         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
27644              i.e. the output string has one, but don't mess with source assumption.
27645      Branch: perlio
27646            ! toke.c
27647 ____________________________________________________________________________
27648 [  8051] By: jhi                                   on 2000/12/09  16:55:17
27649         Log: Integrate perlio.
27650      Branch: perl
27651           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
27652           !> sv.c thrdvar.h util.c
27653 ____________________________________________________________________________
27654 [  8050] By: jhi                                   on 2000/12/09  16:48:07
27655         Log: Nits noticed by Peter Prymmer.
27656      Branch: perl
27657            ! lib/ExtUtils/MM_VMS.pm
27658 ____________________________________________________________________________
27659 [  8049] By: nick                                  on 2000/12/09  13:49:40
27660         Log: UTF8 output prework.
27661              - Store $\ and $, as SVs so they can have SvUTF8 flag
27662              - use do_print() rather than raw PerlIO_write() to print them.
27663      Branch: perlio
27664            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
27665            ! thrdvar.h util.c
27666 ____________________________________________________________________________
27667 [  8048] By: nick                                  on 2000/12/09  12:30:43
27668         Log: Integrate mainline.
27669      Branch: perlio
27670           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
27671           +> t/op/reverse.t
27672           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
27673           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
27674           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
27675           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
27676           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
27677           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
27678 ____________________________________________________________________________
27679 [  8047] By: jhi                                   on 2000/12/09  00:23:27
27680         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
27681              From: Michael G Schwern <schwern@pobox.com>
27682              Date: Fri, 8 Dec 2000 14:43:04 -0600
27683      Branch: perl
27684            ! lib/ExtUtils/MM_VMS.pm
27685 ____________________________________________________________________________
27686 [  8046] By: jhi                                   on 2000/12/08  23:10:27
27687         Log: A missed check-in.
27688      Branch: perl
27689            ! lib/ExtUtils/Manifest.pm
27690 ____________________________________________________________________________
27691 [  8045] By: jhi                                   on 2000/12/08  21:57:12
27692         Log: (null check-in)
27693      Branch: perl
27694            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
27695 ____________________________________________________________________________
27696 [  8044] By: jhi                                   on 2000/12/08  21:11:06
27697         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
27698              at the final draft stage.
27699      Branch: perl
27700            + ext/Encode/Encode/iso8859-16.enc
27701            ! MANIFEST
27702 ____________________________________________________________________________
27703 [  8043] By: jhi                                   on 2000/12/08  16:39:04
27704         Log: Update Changes.
27705      Branch: perl
27706            ! Changes patchlevel.h
27707 ____________________________________________________________________________
27708 [  8042] By: jhi                                   on 2000/12/08  16:33:39
27709         Log: Do not return the Unicode replacement character if UTF-8
27710              decoding goes awry, it should be up to the caller to decide.
27711      Branch: perl
27712            ! pod/perlapi.pod utf8.c
27713 ____________________________________________________________________________
27714 [  8041] By: jhi                                   on 2000/12/08  16:22:28
27715         Log: metaconfig maintenance.
27716      Branch: metaconfig
27717            ! U/modified/stdchar.U
27718      Branch: metaconfig/U/perl
27719            + testsyml.U
27720 ____________________________________________________________________________
27721 [  8040] By: jhi                                   on 2000/12/08  16:03:08
27722         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
27723              From: sthoenna@efn.org
27724              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
27725              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
27726      Branch: perl
27727            ! Changes lib/ExtUtils/MM_OS2.pm
27728 ____________________________________________________________________________
27729 [  8039] By: jhi                                   on 2000/12/08  15:57:11
27730         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
27731              From: Simon Cozens <simon@cozens.net>
27732              Date: Fri, 8 Dec 2000 13:33:31 +0000
27733              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
27734              
27735              (The pp_hot part needed a rewrite.)
27736      Branch: perl
27737            ! doop.c pp_hot.c utf8.c
27738 ____________________________________________________________________________
27739 [  8038] By: jhi                                   on 2000/12/08  15:25:08
27740         Log: Subject: djSP
27741              From: Michael Stevens <michael@etla.org>
27742              Date: Wed, 6 Dec 2000 23:24:01 +0000
27743              Message-ID: <20001206232400.A21381@firedrake.org>
27744              
27745              Plus a note from Nick Ing-Simmons.
27746      Branch: perl
27747            ! pp.h
27748 ____________________________________________________________________________
27749 [  8037] By: jhi                                   on 2000/12/08  15:18:35
27750         Log: Filetype is text.
27751      Branch: perl
27752            ! t/op/utf8decode.t
27753 ____________________________________________________________________________
27754 [  8036] By: jhi                                   on 2000/12/08  03:31:27
27755         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
27756              From: Andy Dougherty <doughera@lafayette.edu>
27757              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
27758              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
27759              
27760              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
27761              From: Andy Dougherty <doughera@lafayette.edu>
27762              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
27763              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
27764      Branch: perl
27765            + ext/POSIX/hints/svr4.pl
27766            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
27767 ____________________________________________________________________________
27768 [  8035] By: jhi                                   on 2000/12/08  03:26:01
27769         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
27770              From: Andy Dougherty <doughera@lafayette.edu>
27771              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
27772              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
27773      Branch: perl
27774            ! t/README t/base/term.t
27775 ____________________________________________________________________________
27776 [  8034] By: jhi                                   on 2000/12/08  03:21:59
27777         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
27778              From: mjd@plover.com  
27779              Date: 7 Dec 2000 21:04:20 -0000
27780              Message-ID: <20001207210420.22282.qmail@plover.com>
27781              
27782              Plus -z doc.
27783      Branch: perl
27784            ! pod/perlfunc.pod
27785 ____________________________________________________________________________
27786 [  8033] By: jhi                                   on 2000/12/08  03:19:03
27787         Log: Use the UTF8 macros a bit.  They can't be used with abandon
27788              everywhere because we do generate illegal UTF-8 in some situations.
27789              This is of course naughty.
27790      Branch: perl
27791            ! pod/perlapi.pod utf8.c utf8.h
27792 ____________________________________________________________________________
27793 [  8032] By: jhi                                   on 2000/12/08  03:00:09
27794         Log: Out of sync?
27795      Branch: perl
27796            ! t/pragma/warn/utf8
27797 ____________________________________________________________________________
27798 [  8031] By: jhi                                   on 2000/12/08  02:22:39
27799         Log: Cnt spl.
27800      Branch: perl
27801            ! MANIFEST
27802 ____________________________________________________________________________
27803 [  8030] By: jhi                                   on 2000/12/08  01:23:54
27804         Log: Add test for reverse().
27805      Branch: perl
27806            + t/op/reverse.t
27807            ! MANIFEST
27808 ____________________________________________________________________________
27809 [  8029] By: jhi                                   on 2000/12/08  01:21:47
27810         Log: Integrate perlio.
27811      Branch: perl
27812           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
27813           !> perlio.c perlio.h perlsdio.h warnings.pl
27814 ____________________________________________________________________________
27815 [  8028] By: jhi                                   on 2000/12/08  01:19:08
27816         Log: Introduce macros for UTF8 decoding.
27817      Branch: perl
27818            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
27819 ____________________________________________________________________________
27820 [  8027] By: nick                                  on 2000/12/07  22:18:19
27821         Log: Integrate mainline
27822      Branch: perlio
27823           !> embed.pl pod/perlapi.pod utf8.c
27824 ____________________________________________________________________________
27825 [  8026] By: nick                                  on 2000/12/07  21:45:08
27826         Log: Various oddities p4 diff -se showed up
27827              Remove 'our' from warnings.pl
27828      Branch: perlio
27829            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
27830 ____________________________________________________________________________
27831 [  8025] By: nick                                  on 2000/12/07  21:43:32
27832         Log: Change PerlIO_(get|set)pos to take SV *
27833              Should fix, OS/2, VMS, (sfio??)
27834      Branch: perlio
27835            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
27836 ____________________________________________________________________________
27837 [  8024] By: jhi                                   on 2000/12/07  19:05:32
27838         Log: Document utf8_to_uv() better.
27839      Branch: perl
27840            ! pod/perlapi.pod utf8.c
27841 ____________________________________________________________________________
27842 [  8023] By: jhi                                   on 2000/12/07  18:23:47
27843         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
27844      Branch: perl
27845            ! embed.pl pod/perlapi.pod utf8.c
27846 ____________________________________________________________________________
27847 [  8022] By: jhi                                   on 2000/12/07  04:13:51
27848         Log: Integrate perlio.
27849      Branch: perl
27850           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
27851           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
27852           !> win32/makefile.mk
27853 ____________________________________________________________________________
27854 [  8021] By: nick                                  on 2000/12/07  00:28:14
27855         Log: Various attempts at MSVC debug - not sure what has
27856              changed but works now. 
27857              Seems atexit() _may_ work for DLLs built with MSVC so don't
27858              call cleanup that way.
27859      Branch: perlio
27860            ! perlio.c win32/makefile.mk
27861 ____________________________________________________________________________
27862 [  8020] By: nick                                  on 2000/12/06  19:57:20
27863         Log: Integrate mainline
27864      Branch: perlio
27865           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
27866           !> (integrate 75 files)
27867 ____________________________________________________________________________
27868 [  8019] By: nick                                  on 2000/12/06  19:28:21
27869         Log: Add useperlio to config.vc
27870              Turn off binmode in config_H.PL
27871              Regen all the config_H.xx
27872              Attempt to get debugging build with MSVC.
27873      Branch: perlio
27874            ! win32/config.vc win32/config_H.bc win32/config_H.gc
27875            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
27876 ____________________________________________________________________________
27877 [  8018] By: nick                                  on 2000/12/06  19:21:57
27878         Log: Test various dup/external program options on all platforms.
27879      Branch: perlio
27880            ! t/io/dup.t
27881 ____________________________________________________________________________
27882 [  8017] By: nick                                  on 2000/12/06  19:20:47
27883         Log: Fix harness to be less picky
27884      Branch: perlio
27885            ! lib/Test/Harness.pm
27886 ____________________________________________________________________________
27887 [  8016] By: jhi                                   on 2000/12/06  16:45:12
27888         Log: Update Changes.
27889      Branch: perl
27890            ! Changes patchlevel.h
27891 ____________________________________________________________________________
27892 [  8015] By: jhi                                   on 2000/12/06  16:41:03
27893         Log: Test \x{...} with ord().
27894      Branch: perl
27895            ! t/op/ord.t
27896 ____________________________________________________________________________
27897 [  8014] By: jhi                                   on 2000/12/06  16:20:33
27898         Log: Test tweak because of #8013.
27899      Branch: perl
27900            ! t/lib/b.t
27901 ____________________________________________________________________________
27902 [  8013] By: jhi                                   on 2000/12/06  16:09:09
27903         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
27904              From: Michael G Schwern <schwern@pobox.com>
27905              Date: Tue, 5 Dec 2000 21:23:28 -0500
27906              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
27907              
27908              Carp::Heavy parts not very applicable because of recent changes.
27909      Branch: perl
27910            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
27911            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
27912            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
27913            ! lib/Exporter.pm lib/Exporter/Heavy.pm
27914            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
27915            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
27916            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
27917            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
27918            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
27919            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
27920            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
27921            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
27922            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
27923            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
27924            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
27925            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
27926            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
27927            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
27928            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
27929            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
27930            ! warnings.pl
27931 ____________________________________________________________________________
27932 [  8012] By: jhi                                   on 2000/12/06  15:22:38
27933         Log: Subject: [PATCH] Re: New harness is failing things
27934              From: Nick Ing-Simmons <nik@tiuk.ti.com>
27935              Date: Wed, 6 Dec 2000 13:00:30 GMT
27936              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
27937      Branch: perl
27938            ! lib/Test/Harness.pm
27939 ____________________________________________________________________________
27940 [  8011] By: jhi                                   on 2000/12/06  15:12:08
27941         Log: Subject: installhtml changes
27942              From: Michael Stevens <michael@etla.org>
27943              Date: Wed, 6 Dec 2000 13:15:53 +0000
27944              Message-ID: <20001206131553.A27317@firedrake.org>
27945      Branch: perl
27946            ! installhtml
27947 ____________________________________________________________________________
27948 [  8010] By: jhi                                   on 2000/12/06  15:06:05
27949         Log: Subject: the dTHR hits
27950              From: Michael Stevens <michael@etla.org>
27951              Date: Wed, 6 Dec 2000 12:06:03 +0000
27952              Message-ID: <20001206120603.A24581@firedrake.org>
27953              
27954              More, errrm, less dTHRs.
27955      Branch: perl
27956            ! bytecode.pl ext/B/B/C.pm
27957 ____________________________________________________________________________
27958 [  8009] By: jhi                                   on 2000/12/06  15:04:25
27959         Log: Subject: MakeMaker mailing list gone?
27960              From: Michael G Schwern <schwern@pobox.com>
27961              Date: Tue, 5 Dec 2000 19:29:59 -0500
27962              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
27963              
27964              The MakeMaker mailing list is dead, perlbug is the right
27965              address to report bugs.
27966      Branch: perl
27967            ! lib/ExtUtils/MakeMaker.pm
27968 ____________________________________________________________________________
27969 [  8008] By: jhi                                   on 2000/12/06  15:00:32
27970         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
27971              From: Michael G Schwern <schwern@pobox.com>
27972              Date: Tue, 5 Dec 2000 19:21:21 -0500
27973              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
27974              
27975              Add a default MANIFEST skip that ignores things like
27976              version control files, editor temporary files, and the Makefile.
27977      Branch: perl
27978            + lib/ExtUtils/MANIFEST.SKIP
27979            ! MANIFEST lib/ExtUtils/Manifest.pm
27980 ____________________________________________________________________________
27981 [  8007] By: jhi                                   on 2000/12/06  14:57:20
27982         Log: In Amiga more manual hackery of the scripts seems to be needed,
27983              from Jan-Erik Karlsson.  Why Configure does not get this right
27984              is unknown, may be shell-induced.
27985      Branch: perl
27986            ! README.amiga
27987 ____________________________________________________________________________
27988 [  8006] By: jhi                                   on 2000/12/05  23:53:12
27989         Log: Add TOPm1s to peek at the second topmost stack item.
27990      Branch: perl
27991            ! pp.h
27992 ____________________________________________________________________________
27993 [  8005] By: jhi                                   on 2000/12/05  23:13:55
27994         Log: Avaunt, you foul UTF-8 tests.
27995      Branch: perl
27996            ! t/op/ver.t t/pragma/utf8.t
27997 ____________________________________________________________________________
27998 [  8004] By: jhi                                   on 2000/12/05  23:09:54
27999         Log: Continue utf8 dispersal. 
28000      Branch: perl
28001            + t/op/concat.t
28002            ! MANIFEST t/pragma/utf8.t
28003 ____________________________________________________________________________
28004 [  8003] By: nick                                  on 2000/12/05  23:02:39
28005         Log: Integrate mainline.
28006      Branch: perlio
28007           +> t/op/length.t t/op/utf8decode.t
28008           !> (integrate 69 files)
28009 ____________________________________________________________________________
28010 [  8002] By: jhi                                   on 2000/12/05  22:59:28
28011         Log: Integrate perlio.
28012      Branch: perl
28013           !> iperlsys.h perl.c perlio.c win32/perllib.c
28014 ____________________________________________________________________________
28015 [  8001] By: nick                                  on 2000/12/05  22:07:52
28016         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
28017              - calloc/free suffer from damage on TerminateThread()
28018              - use PerlMemShared (as originally planned) now fixed
28019              - avoid doing anything important on DLL "detach".
28020      Branch: perlio
28021            ! perl.c perlio.c win32/perllib.c
28022 ____________________________________________________________________________
28023 [  8000] By: nick                                  on 2000/12/05  21:05:09
28024         Log: Fix gross PerlMemShared issue.
28025      Branch: perlio
28026            ! iperlsys.h
28027 ____________________________________________________________________________
28028 [  7999] By: jhi                                   on 2000/12/05  20:46:58
28029         Log: Test for Unicode (UTF-8) hash keys.
28030      Branch: perl
28031            ! t/op/each.t
28032 ____________________________________________________________________________
28033 [  7998] By: jhi                                   on 2000/12/05  20:30:35
28034         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
28035              is now always UTF-8), empty line cosmetics.
28036      Branch: perl
28037            ! t/pragma/utf8.t
28038 ____________________________________________________________________________
28039 [  7997] By: jhi                                   on 2000/12/05  20:15:40
28040         Log: Subject: Re: STRLEN - what?
28041              From: Andy Dougherty <doughera@lafayette.edu>
28042              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
28043              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
28044              
28045              Explain STRLEN.
28046      Branch: perl
28047            ! pod/perlguts.pod
28048 ____________________________________________________________________________
28049 [  7996] By: jhi                                   on 2000/12/05  20:13:34
28050         Log: Split off the UTF-8 decoder tests, make them to check also
28051              the error message.
28052      Branch: perl
28053            + t/op/utf8decode.t
28054            ! MANIFEST t/pragma/utf8.t utf8.c
28055 ____________________________________________________________________________
28056 [  7995] By: jhi                                   on 2000/12/05  16:39:47
28057         Log: Start migrating bits of pragma/utf8 to elsewhere
28058              (since the long term plan is to obsolete 'use utf8').
28059      Branch: perl
28060            + t/op/length.t
28061            ! MANIFEST t/pragma/utf8.t
28062 ____________________________________________________________________________
28063 [  7994] By: jhi                                   on 2000/12/05  16:30:21
28064         Log: Fix a manual edit typo from #7993, fix the message formatting
28065              for Unicode, add few our declarations.
28066      Branch: perl
28067            ! lib/Carp/Heavy.pm
28068 ____________________________________________________________________________
28069 [  7993] By: jhi                                   on 2000/12/05  16:09:15
28070         Log: Subject: Need help with warnings :-(
28071              From: "Ben Tilly" <ben_tilly@hotmail.com>
28072              Date: Tue, 05 Dec 2000 01:35:54 -0500
28073              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
28074              
28075              Subject: UPDATE: Carp/Heavy now passes all tests
28076              From: "Ben Tilly" <ben_tilly@hotmail.com>
28077              Date: Tue, 05 Dec 2000 07:59:41 -0500
28078              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
28079              
28080              The Brave New Carp.
28081      Branch: perl
28082            ! lib/Carp.pm lib/Carp/Heavy.pm
28083 ____________________________________________________________________________
28084 [  7992] By: jhi                                   on 2000/12/05  15:55:08
28085         Log: Subject: [PATCH perl@7979] cygwin port
28086              From: "Eric Fifer" <efifer@dircon.co.uk>
28087              Date: Tue, 5 Dec 2000 14:04:09 -0000
28088              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
28089      Branch: perl
28090            ! t/lib/net-hostent.t
28091 ____________________________________________________________________________
28092 [  7991] By: jhi                                   on 2000/12/05  15:52:34
28093         Log: Subject: Re: [PATCH] The largest hoax of all times?
28094              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28095              Date: Tue, 5 Dec 2000 00:40:25 -0500
28096              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
28097              
28098              Subject: Re: [PATCH] The largest hoax of all times?
28099              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28100              Date: Mon, 4 Dec 2000 23:55:53 -0500
28101              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
28102              
28103              Subject: Re: [PATCH] The largest hoax of all times?
28104              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28105              Date: Tue, 5 Dec 2000 01:28:45 -0500
28106              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
28107              
28108              Fix the unpredictable order of DESTROYs.
28109      Branch: perl
28110            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
28111            ! sv.c sv.h t/op/ref.t
28112 ____________________________________________________________________________
28113 [  7990] By: jhi                                   on 2000/12/05  14:38:53
28114         Log: Subject: [PATCH] shrink pp_hot fractionally
28115              From: Nicholas Clark <nick@ccl4.org>
28116              Date: Tue, 5 Dec 2000 12:44:31 +0000
28117              Message-ID: <20001205124431.E74518@plum.flirble.org>
28118              
28119              Use report_evil_fh().
28120      Branch: perl
28121            ! opcode.pl opnames.h pp_hot.c util.c
28122 ____________________________________________________________________________
28123 [  7989] By: jhi                                   on 2000/12/05  14:21:27
28124         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
28125              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28126              Date: Mon, 04 Dec 2000 22:21:59 -0800
28127              Message-ID: <HmIL6gzkgepS092yn@efn.org>
28128              
28129              Harness shouldn't ignore responses like "ok 3\r\r\n".
28130      Branch: perl
28131            ! lib/Test/Harness.pm
28132 ____________________________________________________________________________
28133 [  7988] By: jhi                                   on 2000/12/05  13:51:28
28134         Log: Integrate the "skip" messages to explain().
28135      Branch: perl
28136            ! t/lib/syslfs.t t/op/lfs.t
28137 ____________________________________________________________________________
28138 [  7987] By: jhi                                   on 2000/12/05  12:34:54
28139         Log: The one that got away in #7984.
28140              
28141              Subject: Re: dTHR - what and why?
28142              From: Michael Stevens <michael@etla.org> 
28143              Date: Tue, 5 Dec 2000 11:15:52 +0000
28144              Message-ID: <20001205111552.A4647@firedrake.org>
28145      Branch: perl
28146            ! sv.h
28147 ____________________________________________________________________________
28148 [  7986] By: gsar                                  on 2000/12/05  09:14:44
28149         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
28150              due to the notorious GetFileType() bug in Windows 9x, which fstat()
28151              tickles)
28152      Branch: perl
28153            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
28154 ____________________________________________________________________________
28155 [  7985] By: jhi                                   on 2000/12/05  05:49:03
28156         Log: Integrate perlio.
28157      Branch: perl
28158           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
28159           !> win32/perlhost.h win32/perllib.c
28160 ____________________________________________________________________________
28161 [  7984] By: jhi                                   on 2000/12/05  05:48:16
28162         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
28163      Branch: perl
28164            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
28165            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
28166            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
28167            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
28168            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
28169            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
28170            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
28171            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
28172            ! win32/win32.c
28173 ____________________________________________________________________________
28174 [  7983] By: nick                                  on 2000/12/04  23:27:43
28175         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
28176      Branch: perlio
28177            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
28178            ! win32/perlhost.h win32/perllib.c
28179 ____________________________________________________________________________
28180 [  7982] By: jhi                                   on 2000/12/04  19:44:09
28181         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
28182              uncovered by #7980.
28183      Branch: perl
28184            ! op.c
28185 ____________________________________________________________________________
28186 [  7981] By: jhi                                   on 2000/12/04  19:42:07
28187         Log: Subject: [PATCH] Trivial dump.c feature
28188              From: Simon Cozens <simon@cozens.net>
28189              Date: Mon, 4 Dec 2000 18:08:38 +0000
28190              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
28191              
28192              Show whether a constant is UTF-8.
28193      Branch: perl
28194            ! dump.c
28195 ____________________________________________________________________________
28196 [  7980] By: jhi                                   on 2000/12/04  19:36:51
28197         Log: UTF-8 hash keys, patch from Inaba Hiroto.
28198      Branch: perl
28199            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
28200 ____________________________________________________________________________
28201 [  7979] By: jhi                                   on 2000/12/04  17:36:28
28202         Log: Update Changes.
28203      Branch: perl
28204            ! Changes patchlevel.h
28205 ____________________________________________________________________________
28206 [  7978] By: jhi                                   on 2000/12/04  16:42:17
28207         Log: Retract #7977, still too volatile (the euphemism of the day
28208              for unfinished and buggy :-)
28209      Branch: perl
28210            ! doop.c hv.c pp.c sv.h
28211 ____________________________________________________________________________
28212 [  7977] By: jhi                                   on 2000/12/04  16:25:15
28213         Log: (Retracted by #7978, too shaky yet.)
28214              
28215              Subject: Re: utf8 in hash keys, implementor missing
28216              From: Simon Cozens <simon@cozens.net>
28217              Date: Sat, 2 Dec 2000 19:49:35 +0000
28218              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
28219              
28220              The first step at UTF-8 hash keys.
28221      Branch: perl
28222            ! doop.c hv.c pp.c sv.h
28223 ____________________________________________________________________________
28224 [  7976] By: jhi                                   on 2000/12/04  16:13:53
28225         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
28226              From: sthoenna@efn.org
28227              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
28228              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
28229      Branch: perl
28230            ! os2/os2.c perlio.c
28231 ____________________________________________________________________________
28232 [  7975] By: jhi                                   on 2000/12/04  16:05:25
28233         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
28234              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28235              Date: Thu, 30 Nov 2000 20:50:37 -0800
28236              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
28237      Branch: perl
28238            ! os2/os2.c
28239 ____________________________________________________________________________
28240 [  7974] By: jhi                                   on 2000/12/04  16:03:57
28241         Log: Subject: [PATCH] ++ 20% faster
28242              From: Nicholas Clark <nick@ccl4.org>
28243              Date: Mon, 4 Dec 2000 12:17:27 +0000
28244              Message-ID: <20001204121726.B52976@plum.flirble.org>
28245              
28246              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
28247      Branch: perl
28248            ! sv.c
28249 ____________________________________________________________________________
28250 [  7973] By: jhi                                   on 2000/12/04  16:00:48
28251         Log: 
28252              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
28253              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28254              Date: Mon, 04 Dec 2000 12:30:45 +0100
28255              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
28256              
28257              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
28258              library (getprotobyname and getprotobynumber are outversioned by
28259              the same calls in libc, at least for xlc version 3.
28260      Branch: perl
28261            ! hints/aix.sh
28262 ____________________________________________________________________________
28263 [  7972] By: jhi                                   on 2000/12/04  02:58:31
28264         Log: Integrate perlio.
28265      Branch: perl
28266           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
28267           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
28268           !> win32/win32.h win32/win32iop.h win32/win32thread.h
28269 ____________________________________________________________________________
28270 [  7971] By: nick                                  on 2000/12/04  00:24:33
28271         Log: Quieten some noise in Win32 builds:
28272              - win32.h is included after <sys/socket.h>, so need to 
28273              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
28274              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
28275      Branch: perlio
28276            ! doio.c perl.h toke.c win32/win32.h
28277 ____________________________________________________________________________
28278 [  7970] By: nick                                  on 2000/12/03  22:57:46
28279         Log: PERL_IMPLICIT_SYS compiles but does not work.
28280      Branch: perlio
28281            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
28282            ! win32/perlhost.h win32/perllib.c win32/win32.h
28283            ! win32/win32iop.h win32/win32thread.h
28284 ____________________________________________________________________________
28285 [  7969] By: jhi                                   on 2000/12/03  22:12:58
28286         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
28287              used to swash_init(), makes regprop() dumps more informative
28288              (+utf8::IsAlpha, -utf8::IsDigit, for example).
28289      Branch: perl
28290            ! regcomp.c regexec.c
28291 ____________________________________________________________________________
28292 [  7968] By: jhi                                   on 2000/12/03  21:39:56
28293         Log: Implement ANYOFUTF8 regprop() dumping.
28294      Branch: perl
28295            ! regcomp.c
28296 ____________________________________________________________________________
28297 [  7967] By: jhi                                   on 2000/12/03  20:57:19
28298         Log: Make uv_to_utf8() to zero-terminate its output buffer,
28299              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
28300      Branch: perl
28301            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
28302 ____________________________________________________________________________
28303 [  7966] By: nick                                  on 2000/12/03  18:41:21
28304         Log: Integrate mainline (STDCHAR)
28305      Branch: perlio
28306           !> Configure t/pragma/utf8.t
28307 ____________________________________________________________________________
28308 [  7965] By: jhi                                   on 2000/12/03  17:58:20
28309         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
28310      Branch: perl
28311            ! t/pragma/utf8.t
28312 ____________________________________________________________________________
28313 [  7964] By: jhi                                   on 2000/12/03  17:35:56
28314         Log: Integrate perlio.
28315      Branch: perl
28316           !> iperlsys.h perlio.c
28317 ____________________________________________________________________________
28318 [  7963] By: jhi                                   on 2000/12/03  17:33:55
28319         Log: Metaconfig unit change for #7962.
28320      Branch: metaconfig
28321            ! U/modified/stdchar.U
28322 ____________________________________________________________________________
28323 [  7962] By: jhi                                   on 2000/12/03  17:33:27
28324         Log: Untangle the <stdio.h> #include nest for the stdchar test,
28325              from Andy Dougherty.
28326      Branch: perl
28327            ! Configure
28328 ____________________________________________________________________________
28329 [  7961] By: nick                                  on 2000/12/03  16:53:00
28330         Log: Make iperlsys.h vector stdio not PerlIO.
28331      Branch: perlio
28332            ! iperlsys.h perlio.c
28333 ____________________________________________________________________________
28334 [  7960] By: nick                                  on 2000/12/03  14:43:01
28335         Log: Integrate mainline
28336      Branch: perlio
28337           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
28338           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
28339 ____________________________________________________________________________
28340 [  7959] By: jhi                                   on 2000/12/03  08:16:36
28341         Log: Use DO_UTF8().
28342      Branch: perl
28343            ! op.c
28344 ____________________________________________________________________________
28345 [  7958] By: jhi                                   on 2000/12/02  18:33:05
28346         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
28347              From: Mike Guy <mjtg@cam.ac.uk>         
28348              Date: Sat, 02 Dec 2000 17:27:13 +0000
28349              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
28350              
28351              An extraneous argument.
28352      Branch: perl
28353            ! toke.c
28354 ____________________________________________________________________________
28355 [  7957] By: jhi                                   on 2000/12/02  18:22:32
28356         Log: A missing hunk.
28357      Branch: perl
28358            ! t/lib/net-hostent.t
28359 ____________________________________________________________________________
28360 [  7956] By: jhi                                   on 2000/12/02  18:06:20
28361         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
28362              From: Nicholas Clark <nick@ccl4.org>
28363              Date: Sat, 2 Dec 2000 14:28:27 +0000
28364              Message-ID: <20001202142827.A12308@plum.flirble.org>
28365              
28366              Test robustness.
28367      Branch: perl
28368            ! t/lib/net-hostent.t
28369 ____________________________________________________________________________
28370 [  7955] By: jhi                                   on 2000/12/02  17:58:06
28371         Log: Metaconfig unit change for #7954.
28372      Branch: metaconfig
28373            ! U/modified/stdchar.U
28374 ____________________________________________________________________________
28375 [  7954] By: jhi                                   on 2000/12/02  17:54:32
28376         Log: An inconvenient hang would happen if the stdio _ptr wasn't
28377              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
28378              would be grepping stdin for all eternity for the _ptr.)
28379      Branch: perl
28380            ! Configure
28381 ____________________________________________________________________________
28382 [  7953] By: jhi                                   on 2000/12/02  00:07:15
28383         Log: Update Changes.
28384      Branch: perl
28385            ! Changes patchlevel.h
28386 ____________________________________________________________________________
28387 [  7952] By: jhi                                   on 2000/12/01  23:54:47
28388         Log: Subject: Re: long shell lines
28389              From: Andy Dougherty <doughera@lafayette.edu>
28390              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
28391              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
28392              
28393              Split overly long shell command lines.
28394      Branch: perl
28395            ! lib/ExtUtils/MM_Unix.pm
28396 ____________________________________________________________________________
28397 [  7951] By: jhi                                   on 2000/12/01  23:48:02
28398         Log: The metaconfig unit change for #7950.
28399      Branch: metaconfig
28400            + U/modified/stdchar.U
28401 ____________________________________________________________________________
28402 [  7950] By: jhi                                   on 2000/12/01  23:47:39
28403         Log: Try to find stdchar also from <stdio_impl.h>.
28404      Branch: perl
28405            ! Configure config_h.SH
28406 ____________________________________________________________________________
28407 [  7949] By: jhi                                   on 2000/12/01  23:46:45
28408         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
28409              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
28410              Date: Fri, 1 Dec 2000 16:26:08 -0500
28411              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
28412              
28413              Reword the diagnostic message.
28414      Branch: perl
28415            ! pod/perldiag.pod
28416 ____________________________________________________________________________
28417 [  7948] By: nick                                  on 2000/12/01  22:49:43
28418         Log: Integrate mainline (for s/y/m as sub names stuff).
28419      Branch: perlio
28420           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
28421           !> t/pragma/warn/toke toke.c
28422 ____________________________________________________________________________
28423 [  7947] By: jhi                                   on 2000/12/01  20:55:41
28424         Log: Integrate perlio.
28425      Branch: perl
28426           !> perlio.c perliol.h t/io/pipe.t
28427 ____________________________________________________________________________
28428 [  7946] By: jhi                                   on 2000/12/01  20:36:51
28429         Log: Upgrade to CPAN 1.59_51, from Andreas König.
28430      Branch: perl
28431            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28432 ____________________________________________________________________________
28433 [  7945] By: nick                                  on 2000/12/01  20:31:32
28434         Log: Integrate mainline
28435      Branch: perlio
28436           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
28437           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
28438           +> t/lib/net-hostent.t
28439           !> (integrate 35 files)
28440 ____________________________________________________________________________
28441 [  7944] By: jhi                                   on 2000/12/01  20:23:29
28442         Log: Some help for 20001130.011.  Now one gets warnings like
28443              "Ambiguous -f() resolved as a file test ..."
28444      Branch: perl
28445            ! pod/perldiag.pod t/pragma/warn/toke toke.c
28446 ____________________________________________________________________________
28447 [  7943] By: jhi                                   on 2000/12/01  19:44:44
28448         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
28449              that also breaks using them as methods. 
28450      Branch: perl
28451            ! pod/perldiag.pod t/op/misc.t toke.c
28452 ____________________________________________________________________________
28453 [  7942] By: nick                                  on 2000/12/01  17:56:46
28454         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
28455              Make 'unix' pass most tests
28456              - do unread by temporary push of layer ("pending") holding unread chars
28457              - fast_gets is now based on per-handle flag
28458              - relax one of io/pipe.t tests to allow print to fail and close to
28459              succeed so that it passes on unbuffered "unix" layer.
28460              Remaining fail is sporadic and a genuine race condition between
28461              parent/child in fork test.
28462      Branch: perlio
28463            ! perlio.c perliol.h t/io/pipe.t
28464 ____________________________________________________________________________
28465 [  7941] By: jhi                                   on 2000/12/01  15:28:58
28466         Log: (Retracted by #7943.)
28467              
28468              Reserve the short named string operator names.
28469      Branch: perl
28470            ! pod/perldiag.pod t/op/misc.t toke.c
28471 ____________________________________________________________________________
28472 [  7940] By: jhi                                   on 2000/12/01  06:45:53
28473         Log: Get the three different space character classes right under utf8.
28474      Branch: perl
28475            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
28476            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
28477            ! regexec.c t/op/pat.t utf8.c
28478 ____________________________________________________________________________
28479 [  7939] By: jhi                                   on 2000/12/01  03:26:26
28480         Log: Two more tests that make no sense in UTF-8 since the test
28481              data is not in UTF-8.
28482      Branch: perl
28483            ! t/op/regexp.t
28484 ____________________________________________________________________________
28485 [  7938] By: jhi                                   on 2000/12/01  03:20:39
28486         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
28487              should it be required inside regexen?
28488      Branch: perl
28489            ! regcomp.c t/op/regmesg.t
28490 ____________________________________________________________________________
28491 [  7937] By: jhi                                   on 2000/12/01  02:58:53
28492         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
28493              stored and restored, and thusly was trounced by the utf8 swash
28494              routines.
28495      Branch: perl
28496            ! regcomp.c
28497 ____________________________________________________________________________
28498 [  7936] By: jhi                                   on 2000/11/30  20:41:39
28499         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
28500              Why the different platforms behave so differently (core dump vs
28501              no core dump) on this bug is a but of a mystery, but if I had to
28502              guess I would mumble something like 'alignment'.
28503      Branch: perl
28504            ! sv.c
28505 ____________________________________________________________________________
28506 [  7935] By: jhi                                   on 2000/11/30  16:17:02
28507         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
28508              From: Robin Barker <rmb1@cise.npl.co.uk>
28509              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
28510              Date: Thu, 30 Nov 2000 14:27:12 GMT
28511      Branch: perl
28512            ! perlio.c toke.c
28513 ____________________________________________________________________________
28514 [  7934] By: jhi                                   on 2000/11/30  16:04:49
28515         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
28516      Branch: perl
28517            ! t/lib/net-hostent.t
28518 ____________________________________________________________________________
28519 [  7933] By: jhi                                   on 2000/11/30  06:07:26
28520         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
28521              From: Peter Prymmer <pvhp@forte.com>
28522              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
28523              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
28524              
28525              In VMS the localhost may be LOCALHOST.
28526      Branch: perl
28527            ! t/lib/net-hostent.t
28528 ____________________________________________________________________________
28529 [  7932] By: jhi                                   on 2000/11/30  01:11:11
28530         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
28531              From: Peter Prymmer <pvhp@forte.com>
28532              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
28533              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
28534              
28535              plus regen perlapi.pod.
28536      Branch: perl
28537            ! pod/perlapi.pod utf8.c
28538 ____________________________________________________________________________
28539 [  7931] By: jhi                                   on 2000/11/30  01:06:19
28540         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
28541              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28542              Date:     Wed, 29 Nov 2000 17:15:11 EST
28543              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
28544      Branch: perl
28545            ! t/lib/filter-util.pl t/lib/filter-util.t
28546 ____________________________________________________________________________
28547 [  7930] By: jhi                                   on 2000/11/29  18:51:55
28548         Log: Update Changes.
28549      Branch: perl
28550            ! Changes patchlevel.h
28551 ____________________________________________________________________________
28552 [  7929] By: jhi                                   on 2000/11/29  18:50:55
28553         Log: Update the va_copy() metaconfig unit.
28554      Branch: metaconfig/U/perl
28555            ! need_va_copy.U
28556 ____________________________________________________________________________
28557 [  7928] By: jhi                                   on 2000/11/29  17:50:43
28558         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
28559              From: Dominic Dunlop <domo@computer.org>
28560              Date: Tue, 28 Nov 2000 16:41:57 +0100
28561              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
28562              
28563              Patch to catch a core dump in the Configure va_copy test.
28564      Branch: perl
28565            ! Configure config_h.SH
28566 ____________________________________________________________________________
28567 [  7927] By: jhi                                   on 2000/11/29  17:31:59
28568         Log: Retract #7921, the patch shouldn't be needed.
28569      Branch: perl
28570            ! sv.c
28571 ____________________________________________________________________________
28572 [  7926] By: jhi                                   on 2000/11/29  17:01:41
28573         Log: Make the Class::Struct import() wiser.
28574      Branch: perl
28575            ! lib/Class/Struct.pm t/lib/class-struct.t
28576 ____________________________________________________________________________
28577 [  7925] By: jhi                                   on 2000/11/29  16:36:33
28578         Log: All the core library users of Class::Struct seem to be
28579              using "use Class::Struct 'struct';" instead of the bare
28580              "use Class::Struct;", which isn't documented in Class::Struct.
28581              This can't be right.
28582      Branch: perl
28583            ! lib/File/stat.pm
28584 ____________________________________________________________________________
28585 [  7924] By: jhi                                   on 2000/11/29  16:32:15
28586         Log: A test works better if it has the right 1..$n output.
28587      Branch: perl
28588            ! t/lib/class-struct.t
28589 ____________________________________________________________________________
28590 [  7923] By: jhi                                   on 2000/11/29  16:29:11
28591         Log: Forgot to MANIFEST the new Net::hostent test.
28592      Branch: perl
28593            ! MANIFEST
28594 ____________________________________________________________________________
28595 [  7922] By: jhi                                   on 2000/11/29  16:27:49
28596         Log: Integrate perlio.
28597      Branch: perl
28598           !> iperlsys.h perlio.c
28599 ____________________________________________________________________________
28600 [  7921] By: jhi                                   on 2000/11/29  16:27:10
28601         Log: (Retracted by #7927.)
28602              
28603              Subject: [PATCH] Is infinity a number?
28604              From: Simon Cozens <simon@cozens.net>
28605              Date: Wed, 29 Nov 2000 14:48:20 +0000
28606              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
28607      Branch: perl
28608            ! sv.c
28609 ____________________________________________________________________________
28610 [  7920] By: jhi                                   on 2000/11/29  16:23:02
28611         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
28612              From: rspier@pobox.com (Robert Spier)
28613              Date: Wed, 29 Nov 2000 02:17:49 -0500
28614              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
28615              
28616              Add a test for Net::hostent.
28617      Branch: perl
28618            + t/lib/net-hostent.t
28619 ____________________________________________________________________________
28620 [  7919] By: jhi                                   on 2000/11/29  16:21:31
28621         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
28622              add a test for Class::Struct.
28623      Branch: perl
28624            + t/lib/class-struct.t
28625            ! MANIFEST lib/Class/Struct.pm
28626 ____________________________________________________________________________
28627 [  7918] By: jhi                                   on 2000/11/29  15:48:40
28628         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
28629              From: rspier@pobox.com (Robert Spier)
28630              Date: Wed, 29 Nov 2000 02:25:39 -0500
28631              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
28632              
28633              More checking in case someone has broken their services or
28634              protocol databases.
28635      Branch: perl
28636            ! ext/Sys/Syslog/Syslog.pm
28637 ____________________________________________________________________________
28638 [  7917] By: jhi                                   on 2000/11/29  15:46:25
28639         Log: Subject: [PATCH] $^O  win32 -> MSWin32
28640              From: rspier@pobox.com (Robert Spier)
28641              Date: Wed, 29 Nov 2000 02:17:38 -0500
28642              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
28643              
28644              plus similar nits for vms, err, VMS, and UNICOS.
28645      Branch: perl
28646            ! t/lib/syslfs.t t/op/lfs.t
28647 ____________________________________________________________________________
28648 [  7916] By: jhi                                   on 2000/11/29  15:42:51
28649         Log: Subject: [PATCH] Tokeniser debugging
28650              From: Simon Cozens <simon@cozens.net>
28651              Date: Wed, 29 Nov 2000 14:15:45 +0000
28652              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
28653      Branch: perl
28654            ! perl.c perl.h pod/perlrun.pod toke.c
28655 ____________________________________________________________________________
28656 [  7915] By: jhi                                   on 2000/11/29  15:41:36
28657         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
28658              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28659              Date: Wed, 29 Nov 2000 02:13:14 -0500
28660              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
28661              
28662              OUT keyword nits.
28663              
28664              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
28665              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28666              Date: Wed, 29 Nov 2000 03:09:04 -0500
28667              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
28668              
28669              OUT and IN_OUT documentation.
28670      Branch: perl
28671            ! lib/ExtUtils/xsubpp pod/perlxs.pod
28672 ____________________________________________________________________________
28673 [  7914] By: jhi                                   on 2000/11/29  03:35:01
28674         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
28675              From: John Tobey <jtobey@john-edwin-tobey.org>
28676              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
28677              Message-Id: <m140e1N-000FOoC@feynman.localnet>
28678              
28679              plus a performance speedup noticed by Sarathy.
28680      Branch: perl
28681            ! op.c
28682 ____________________________________________________________________________
28683 [  7913] By: jhi                                   on 2000/11/29  03:16:59
28684         Log: Use "1 while unlink" so that VMS gets clean, too.
28685      Branch: perl
28686            ! t/lib/filter-util.t
28687 ____________________________________________________________________________
28688 [  7912] By: jhi                                   on 2000/11/29  03:09:08
28689         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
28690              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28691              Date: Tue, 28 Nov 2000 03:27:09 -0500
28692              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
28693      Branch: perl
28694            ! lib/ExtUtils/xsubpp
28695 ____________________________________________________________________________
28696 [  7911] By: jhi                                   on 2000/11/29  03:06:30
28697         Log: This should have been part of #7872: no need to scan UTF-8
28698              until eternity.
28699      Branch: perl
28700            ! utf8.c
28701 ____________________________________________________________________________
28702 [  7910] By: jhi                                   on 2000/11/29  02:50:04
28703         Log: One more perltie.pod nit from Casey R. Tweten.
28704      Branch: perl
28705            ! pod/perltie.pod
28706 ____________________________________________________________________________
28707 [  7909] By: jhi                                   on 2000/11/29  02:44:23
28708         Log: Document the known sprintf test failures, exact standard
28709              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
28710      Branch: perl
28711            ! pod/perldelta.pod t/op/sprintf.t
28712 ____________________________________________________________________________
28713 [  7908] By: jhi                                   on 2000/11/29  02:36:23
28714         Log: Add the Encoding table format documentation.
28715      Branch: perl
28716            + ext/Encode/Encode/EncodeFormat.pod
28717            ! MANIFEST
28718 ____________________________________________________________________________
28719 [  7907] By: jhi                                   on 2000/11/29  02:07:24
28720         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
28721              From: "Casey R. Tweten" <crt@kiski.net>
28722              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
28723              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
28724              
28725              Subject: Re: [PATCH] Updating perltie.pod for arrays
28726              From: "Casey R. Tweten" <crt@kiski.net>
28727              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
28728              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
28729      Branch: perl
28730            ! pod/perltie.pod
28731 ____________________________________________________________________________
28732 [  7906] By: nick                                  on 2000/11/28  22:40:59
28733         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
28734      Branch: perlio
28735            ! iperlsys.h perlio.c
28736 ____________________________________________________________________________
28737 [  7905] By: nick                                  on 2000/11/28  22:04:34
28738         Log: Integrate mainline
28739      Branch: perlio
28740           !> (integrate 39 files)
28741 ____________________________________________________________________________
28742 [  7904] By: jhi                                   on 2000/11/28  16:44:43
28743         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
28744              From: Nicholas Clark <nick@babyhippo.co.uk>
28745              Date: Tue, 28 Nov 2000 11:16:57 +0000
28746              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
28747      Branch: perl
28748            ! pod/perlipc.pod
28749 ____________________________________________________________________________
28750 [  7903] By: jhi                                   on 2000/11/28  16:40:31
28751         Log: Subject: [PATCH] Updating perltie.pod for arrays
28752              From: "Casey R. Tweten" <crt@kiski.net>
28753              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
28754              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
28755      Branch: perl
28756            ! pod/perltie.pod
28757 ____________________________________________________________________________
28758 [  7902] By: jhi                                   on 2000/11/28  16:39:37
28759         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
28760              From: Robin Barker <rmb1@cise.npl.co.uk>
28761              Date: Mon, 27 Nov 2000 17:56:44 GMT
28762              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
28763      Branch: perl
28764            ! pod/perlfunc.pod t/op/split.t
28765 ____________________________________________________________________________
28766 [  7901] By: jhi                                   on 2000/11/28  16:28:04
28767         Log: setmode() is a DOSish-only thing.
28768      Branch: perl
28769            ! perlio.c
28770 ____________________________________________________________________________
28771 [  7900] By: jhi                                   on 2000/11/28  16:21:46
28772         Log: Subject: [PATCH] perlcc.PL cleanups
28773              From: Simon Cozens <simon@cozens.net>
28774              Date: Tue, 28 Nov 2000 12:44:35 +0000
28775              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
28776      Branch: perl
28777            ! utils/perlcc.PL
28778 ____________________________________________________________________________
28779 [  7899] By: gsar                                  on 2000/11/28  06:32:55
28780         Log: reintegrate files missed by change#7895
28781      Branch: maint-5.6/perl
28782           +> ext/ByteLoader/bytecode.h utils/Makefile
28783            - utils/perlbc.PL
28784 ____________________________________________________________________________
28785 [  7897] By: gsar                                  on 2000/11/27  18:22:47
28786         Log: can't integrate these two files, for some reason
28787      Branch: maint-5.6/perl
28788            - ext/ByteLoader/bytecode.h utils/Makefile
28789 ____________________________________________________________________________
28790 [  7895] By: gsar                                  on 2000/11/27  18:11:21
28791         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
28792              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
28793              6757..6890,6892..6901 from mainline
28794              
28795              Bytecompiler patches from Benjamin Stuhl.
28796              
28797              More bytecompiler.
28798              
28799              Subject: [PATCH blead] B:: missing dependency
28800              
28801              Subject: [PATCH: 6757] configure.com updates and syslog build
28802              
28803              Long double Gconvert fixes from Yitzchak Scott-Thoennes
28804              and Spider Boardman.
28805              
28806              Subject: [PATCH blead] nextchar() abuse misses an optimisation
28807              
28808              Long double fixes from Spider Boardman.
28809              
28810              Make the selection of NVff et al stricter.
28811              
28812              cSVOPo_*v things index into the current PL_curpad
28813              under ithreads, which is different from the curpad
28814              used by the XSUB.  (In other words, the code as-is
28815              before this patch wouldn't work under ithreads.)
28816              
28817              Be portable.
28818              
28819              VMS MMS (make) wants null action.
28820              
28821              Mac and other portability updates from Chris Nandor.
28822              
28823              Storable support, v-version fixes.
28824              Subject: CPAN.pm beta for testing available
28825              
28826              Portability fix from Hugo van der Sanden.
28827              
28828              Bad makefile.
28829              
28830              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
28831              
28832              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
28833              
28834              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
28835              
28836              Replace #6705 with a minimal doc patch.
28837              Subject: [PATCH 5.6.0] replace change #6705
28838              
28839              Drop the separate perlbc, perlcc -b should be enough.
28840              
28841              installperl couldn't tell whether it had run tests or not.
28842              Subject: [PATCH] Re: installperl and t/TEST
28843              
28844              Add silencer flags to installperl.
28845              Subject: [PATCH] Making installperl silent.
28846              
28847              Make "make install" by default silent.  A new "install-verbose"
28848              target is verbose.
28849              
28850              More liberal parsing of version numbers.
28851              Subject: Re: CPAN.pm beta for testing available
28852              
28853              Create directories in silence.
28854              Subject: [PATCH] Another silencer for MakeMaker
28855              
28856              DOS patches and portability/porting notes, from Tim Jenness.
28857              
28858              Make installman to recognize the silence flag -S.
28859              
28860              Actually do something with the silencer option.
28861              
28862              Continue silencing.
28863              
28864              Show the doc file, not the temp file.
28865              
28866              Regen perltoc.
28867              
28868              Subject: [PATCH] More silencing of installman.
28869              
28870              Better wording for the vec lvalue diagnostic.
28871              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
28872              
28873              Subject: [PATCH: 6805] several more tweaks to configure.com
28874              
28875              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
28876              
28877              Missing parts of 
28878              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
28879              
28880              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
28881              (applied slightly modified)
28882              
28883              installperl --verbose and --silent.
28884              Subject: Re: [PATCH] More silencing of installman.
28885              
28886              Add install-silent target.
28887              
28888              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
28889              the problem reported in
28890              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
28891              
28892              Tweak the sfio/useperlio logic, hopefully as wished in
28893              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
28894              
28895              One forgotten file from #6816.
28896              
28897              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
28898              
28899              Remove duplicately applied patch shards.
28900              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
28901              
28902              Support preserving extremely big/small angles.
28903              
28904              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
28905              
28906              Subject: [PATCH] installation not quite silent yet.
28907              
28908              Update the test count.
28909              
28910              Use UVxf, PTR2UV, NVff.
28911              
28912              Document PTR2XX and INT2PTR.
28913              
28914              no-install target a la make -n.
28915              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
28916              
28917              grep -e isn't portable.
28918              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
28919              
28920              Can't get the test to reliably work thanks to the
28921              inaccurateness of floating point.  "Resolves" bug ids
28922              20000826.003, 20000826.009, 20000826.010,
28923              
28924              Subject: installman buglet
28925              
28926              DJGPP update from Laszlo Molnar.
28927              
28928              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
28929              
28930              Passing -R in ldflags makes now it to appear in the default
28931              for lddlflags, just like with -L.
28932              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
28933              
28934              Test nit.
28935              
28936              Use the actual thread type, not the pointer-to-struct.
28937              
28938              Provice virtual $Config{ccflags_nolargefiles} etc. 
28939              
28940              display_format used as a class method without arguments was broken,
28941              reported in
28942              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
28943              
28944              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
28945              
28946              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
28947              
28948              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
28949              
28950              opmini.o may be left around if a build is interrupted.
28951              
28952              Typo in #6858.
28953              
28954              Fix for ID 20000828.001, long doubles were not formatted
28955              correctly (showed up in $], which stopped installing perl).
28956              
28957              An attempt to fix the problem reported in
28958              Subject: Building perl@6856 using gcc/AIX 4.3.3 
28959              I can't test this properly since the gcc installation I have
28960              access to seems to be botched (gcc is calling the AIX cpp,
28961              a losing proposition...)
28962              
28963              Add -ld to archname on long tr...double platforms.
28964              
28965              Subject: hv.h Doc Patch
28966              
28967              Potential cruft.
28968              
28969              Subject: [PATCH bleedperl@6856] warnings fixes
28970              
28971              -S is the silent flag, -s is the strip flag.
28972              Subject: [PATCH] Re: [PATCH] make no-install          
28973              
28974              Take out the SUIDMAIL thing, that will not be
28975              a problem in 5.7.*.
28976              
28977              Subject: [PATCH bleedperl@6866] spellings
28978              
28979              Subject: [PATCH] Re: files not cleaned even by veryclean
28980              
28981              Use minimal @INC in tests, most of the time just '../lib',
28982              so that we simply can't pick up stuff from other Perls than
28983              the one we are testing.  Pointed out by
28984              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
28985              
28986              Update to Getopt::Long 2.24, from Johan Vromans.
28987              
28988              Fix for thinko in #6848.
28989              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
28990              
28991              Patches all over for people and the files they (hopefully) care about.
28992              
28993              Subject: Net::protoent does not export 'getproto'
28994              
28995              Missed a change in #6869.
28996              
28997              Subject: [PATCH] Warnings in B::Deparse
28998              
28999              Subject: [PATCH] Glob dumping
29000              
29001              Disable one of the tests for now.
29002              
29003              Disabling the one test is a bit tricky.
29004              
29005              Don't forget to tidy up.
29006              
29007              The #6881 removed one dump line.
29008              
29009              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
29010              
29011              Under usethreads the dumped variable is IN_PAD.
29012              Subject: Re: [PATCH] Glob dumping
29013              
29014              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
29015              
29016              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
29017              
29018              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
29019              
29020              Regen Configure for #6894.
29021              
29022              Subject: [PATCH: 6889] updates to perlebcdic.pod
29023              
29024              Undo namespace pollution of #6878.
29025              Subject: Re: Net::protoent does not export 'getproto'
29026              
29027              Admit that we are leaking scalars.
29028              
29029              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
29030      Branch: maint-5.6/perl
29031           !> (integrate 271 files)
29032 ____________________________________________________________________________
29033 [  7894] By: gsar                                  on 2000/11/27  16:00:34
29034         Log: a couple of nits
29035      Branch: maint-5.6/perl
29036            ! MANIFEST pp_sys.c
29037 ____________________________________________________________________________
29038 [  7893] By: gsar                                  on 2000/11/27  15:10:56
29039         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
29040              6740..6745,6747..6757,6760
29041              
29042              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
29043              
29044              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
29045              
29046              Doc nits spotted by Richard Soderberg.
29047              
29048              move WNOHANG definition to where other such things are
29049              
29050              Make $Config{byteorder} more magical so that it is
29051              dynamically computed: nice for 'fat binaries'.
29052              Subject: [PATCH]: default byteorder
29053              
29054              Subject: [PATCH] Cwd.pm now uses strict
29055              
29056              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
29057              
29058              Get -DLEAKTEST to compile (not necessarily to work, mind)
29059              Subject: [ID 20000724.006] -DLEAKTEST problem
29060              
29061              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
29062              
29063              Add perlebcdic from Peter Prymmer, regen toc.
29064              
29065              Don't propose using modules built for 5.005 if no binary
29066              compatibility with 5.005 is attempted.
29067              
29068              Do not use prototyping here.
29069              Subject: [ID 20000817.016] [PATCH] Peek.xs
29070              
29071              Document what the backtick returns if the command fails.
29072              
29073              Add byteorder to the myconfig output.
29074              
29075              Introduce NVef, NVff, and NVgf, use the middle one.
29076              (helps for lib/peek + Linux + long doubles)  Reported in
29077              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
29078              Use NVs in POSIX math, not doubles.
29079              Subject: [ID 20000817.014] POSIX & modfl
29080              
29081              Subject: [PATCH 5.6.0+] newSVrv() memory leak
29082              
29083              The byteorder code in #6671 was wrong.
29084              
29085              Fix the lib/complex failure of
29086              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
29087              Linux long double accuracy issue: something that
29088              when printed with %g looks like "2" but int() of it is 1.
29089              
29090              Propagate new Configure vars.
29091              
29092              Unbuffer the output.
29093              
29094              Subject: [PATCH] perltrap.pod spring cleaning
29095              
29096              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
29097              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
29098              
29099              Tiny Getopt::Long patch from Johan Vromans.
29100              
29101              Document code point which makes if (defined %stash::) to work
29102              (noted by Spider Boardman).
29103              
29104              Subject: [PATCH perl@6698] cygwin port
29105              
29106              Document the NDBM_File and ODBM_File as SDBM_File
29107              was documented in #6417.
29108              
29109              The new tests were missing from #6415.
29110              
29111              Add [[:blank:]] as suggested in
29112              Subject: [ID 20000716.024] [=cc=] / [:blank:]
29113              (the [=cc=] has already been taken care of by #6439
29114              so the whole bug report can be closed)
29115              and make [[:space:]] to be equivalent to isspace(3)
29116              (as opposed to \s, which is isSPACE()).  The difference
29117              is that now [[:space:]] matches the mythical vertical tab,
29118              while \s doesn't.
29119              
29120              Don't eat leading os from index entries.
29121              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
29122              
29123              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
29124              
29125              Typo in pp_complement().
29126              Subject: [PATCH perl-current] Deparse
29127              
29128              Add warnif(), check warnings further up the stack,
29129              all the warnings functions now can take an optional object reference.
29130              Subject: [PATCH bleedperl@6691] warnings pragma update
29131              
29132              Fix a core dump in lib/selfloader under -DDEBUGGING.
29133              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
29134              
29135              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
29136              
29137              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
29138              
29139              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
29140              Put back the long double avoidance code to POSIX.xs
29141              because VMS seems to need it still.
29142              
29143              Introduce a 'veryclean' target that is like 'distclean'
29144              but also removes *~ and *.orig.
29145              
29146              Subject: [ID 20000817.023] endianness description in perlfunc.pod
29147              
29148              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
29149              
29150              Let's try #6717 again.
29151              
29152              UTF8 concat fixes.
29153              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
29154              
29155              pp_open() could pass an uninitialized filename down to do_open9().
29156              
29157              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
29158              
29159              Update to CGI 2.72, from Lincoln Stein.
29160              
29161              Subject: [PATCH] Silence MakeMaker (Was: installman)
29162              
29163              Use temporary directory instead of current directory.
29164              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
29165              
29166              Document odd vs even subreleases and -Dusedevel.
29167              
29168              The veryclean target needs to clobber.
29169              
29170              Use File::Spec->tmpdir().
29171              
29172              Document the number of exponent digits.
29173              
29174              Mention perlebcdic and perlposix-bc.
29175              
29176              s/this one/the 5.6.0 release/
29177              
29178              The #6724 is here.
29179              
29180              The correct cleaning order is an art.
29181              
29182              small tweaks for change#6705: avoid C++ style comments in C code;
29183              use Perl's malloc API rather than the low level system one
29184              
29185              Array context keeps slithering in.
29186              
29187              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
29188              
29189              Subject: [PATCH] os2.c fix for use64bitint
29190              
29191              Update to Pod::LaTeX 0.53.
29192              Subject: [PATCH] lib/Pod/LaTeX.pm updates
29193              
29194              Document the endianness of Alpha more precisely.
29195              
29196              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
29197              
29198              Rename the macro argument because some preprocessors
29199              can't tell the difference and expand arguments also inside
29200              double quoted strings.
29201              
29202              free TLS slot properly on Windows
29203              
29204              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
29205              
29206              Unicos/mk requires elaborate paranoia.
29207              
29208              Tweak the floating point output routine preferences.
29209              
29210              Also under djgpp the timestamps are funky.
29211              
29212              Apply some PodParser 1.18 patches; the Pod/Find.pm
29213              patches cannot be applied since #6712 conflicts.
29214              
29215              Use PodParser 1.18 new test.
29216              
29217              A pod nit.
29218              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
29219              
29220              Be verydeepclean.
29221      Branch: maint-5.6/perl
29222           +> pod/perlebcdic.pod
29223           !> (integrate 106 files)
29224 ____________________________________________________________________________
29225 [  7892] By: jhi                                   on 2000/11/27  15:02:32
29226         Log: Update Changes.
29227      Branch: perl
29228            ! Changes patchlevel.h
29229 ____________________________________________________________________________
29230 [  7891] By: jhi                                   on 2000/11/27  14:57:23
29231         Log: Subject: Re: perlfaq style changes
29232              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29233              Date: Sat, 25 Nov 2000 23:32:26 -0800
29234              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
29235              
29236              plus a note from Ronald Kimball.
29237      Branch: perl
29238            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
29239 ____________________________________________________________________________
29240 [  7890] By: jhi                                   on 2000/11/27  14:53:14
29241         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
29242              From: Benjamin Holzman <bah@ecnvantage.com>
29243              Date: Sun, 26 Nov 2000 16:27:33 -0500
29244              Message-ID: <20001126162733.J25040@ecnvantage.com>
29245      Branch: perl
29246            ! gv.c
29247 ____________________________________________________________________________
29248 [  7889] By: jhi                                   on 2000/11/27  14:43:11
29249         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
29250              From: lvirden@cas.org
29251              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
29252              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
29253      Branch: perl
29254            ! README.amiga
29255 ____________________________________________________________________________
29256 [  7888] By: jhi                                   on 2000/11/27  14:32:34
29257         Log: Restore also the locale test to no-sprintf-taint state.
29258              Fixes the bug 20001127.003.
29259      Branch: perl
29260            ! sv.c t/pragma/locale.t
29261 ____________________________________________________________________________
29262 [  7887] By: gsar                                  on 2000/11/27  14:13:05
29263         Log: integrate changes#6613..6616,6620..6665 from mainline
29264              
29265              VMS configure.com update continues.
29266              
29267              Subject: Test fails / warnings with perl-current #6612
29268              
29269              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
29270              
29271              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
29272              
29273              For now remove the mail code.
29274              
29275              Subject: Re: [PATCH] @+, @- readonly
29276              
29277              Subject: warning: storage class after type is obsolescent
29278              
29279              Subject: sfio2000
29280              
29281              Subject: Re: File::Temp problems on VMS in bleedperl
29282              
29283              README.os2 update.
29284              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
29285              
29286              Make the user to give up his firstborn, err, to knowingly
29287              verify installing an unstable developer release.  Also bump
29288              the release to 5.7.0, but leave a patch tag in the local
29289              patches saying that this is not yet the real thing.
29290              
29291              Update (kinda) to Test 1.14, from Joshua Pritikin.
29292              
29293              make ok etc also for win32.
29294              
29295              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
29296              
29297              Don't blow limited stacks, a lower number is enough to
29298              tickle the lookbehind limit.
29299              
29300              Use -Dusedevel; regen Configure and the respective Porting stuff.
29301              
29302              Subject: [PATCH] debugger exit code should reflect user exit code
29303              
29304              Subject: [PATCH perl@6620] cygwin port
29305              
29306              Missed a file from #6638.
29307              
29308              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)
29309              
29310              magic callbacks all need to have same type signature
29311              
29312              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
29313              
29314              Fix a dependency problem.
29315              Subject: [PATCH: 6640] VMS Makefile.SH update
29316              
29317              The numeric locale was reset to "C" by s?printf and never restored.
29318              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
29319              No test since adding the failing example to locale.t
29320              does not fail -- probably because the locale settings are so
29321              thoroughly tweaked by that time.  Running the example standalone
29322              does fail, though.  UPDATE: test case added at change #7540.
29323              
29324              Subject: [ID 20000324.040] minor fix to perlhpux.pod
29325              
29326              Update to CPAN 1.57.
29327              
29328              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
29329              
29330              Change the perlbug address to perl.org since it's more forgiving.
29331              
29332              Change the regx compilation error markers to use = instead of <
29333              since pod makes using the latter quite messy.  Reported in
29334              ID 20000814.006 by Abigail and in
29335              Subject: Unknown escape E<> ?
29336              
29337              Update to perldebtut 1.9, from Richard Foley.
29338              
29339              check that the number pseudo children doesn't exceed
29340              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
29341              the WaitForMultipleObjects() limit that would cause wait()
29342              to crash)
29343              wait() and waitpid() could potentially be rewritten to use
29344              more than one thread to do the waiting to eliminate this
29345              limitation
29346              
29347              change#6328 could make close(SOCKET) return false on windows
29348              when it shouldn't
29349              
29350              pod nit seen in passing
29351              
29352              on windows, the return values from wait() and waitpid() don't
29353              match those of pseudo-pids
29354              
29355              waitpid() now handles externally spawned pids correctly;
29356              fixes for backtick/wait/waitpid failures on Windows 9x
29357              these changes make the pid returned by process functions on
29358              Windows 9x always positive by clearing the high bit (which
29359              is always set on Win9x); pseudo-process PIDs are likewise
29360              always negative now on Win9x (just as on NT/2000)
29361              
29362              trailing new %ENV entries weren't being pushed into the real
29363              environment of subprocesses on Windows
29364              
29365              Tweak the regex compilation errors once more.
29366              
29367              avoid warnings from dense compiler
29368              
29369              add "ok" targets from change#6632 in makefile.mk
29370      Branch: maint-5.6/perl
29371            - lib/Pod/PlainText.pm vms/configure.com
29372           !> (integrate 66 files)
29373 ____________________________________________________________________________
29374 [  7886] By: jhi                                   on 2000/11/27  13:54:18
29375         Log: __FUNCTION__ isn't portable and trying to emulate it leads
29376              into practically spelling out the name of the function.
29377              Takes care of the bug 20001127.001.
29378      Branch: perl
29379            ! perlio.c
29380 ____________________________________________________________________________
29381 [  7885] By: gsar                                  on 2000/11/27  13:53:18
29382         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
29383              6610..6611 from mainline
29384              
29385              Make regular expression parse error messages easier to understand.
29386              Subject: Re: enhanced(?) regex error messages
29387              
29388              Tiny tidying on report_evil_fh().
29389              
29390              Subject: Re: enhanced(?) regex error messages 
29391              plus Capitalize the error messages, plus perldiag them.
29392              
29393              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
29394              
29395              Document here-doc better.
29396              
29397              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
29398              
29399              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
29400              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
29401              (either perlbug or p5p ate the original), plus regen
29402              perlapi and perltoc. 
29403              
29404              Regen global.sym.
29405              
29406              Double check that we have a dirhandle.
29407              
29408              Subject: Re: enhanced(?) regex error messages
29409              (plus two small patches sent privately)
29410              (this still seems to leave few test failures)
29411              
29412              warn is a macro, avoid using at a variable to avoid warnings
29413              in some configurations; readdir.t is too conservative in
29414              estimating number of *.t's
29415              
29416              Get back into sync with Jeffrey on the enhanced regex warnings.
29417              
29418              Subject: [PATCH 5.6.0] cygwin port
29419              
29420              Zero entries were skipped, fix from Adrian Goalby
29421              <argoalby@yahoo.co.uk>
29422              
29423              Subject: Remove dead entry in perldiag
29424              
29425              Amend the description of Perl6.
29426              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
29427              
29428              detypo
29429              
29430              It's the 2ndO'ROSSC.
29431              
29432              Revert the sv.c part of #6559, a better fix is needed.
29433              
29434              Iterating perl6 description.
29435              
29436              Update to Term::ANSIColor 1.03, from Russ Allbery.
29437              
29438              Update to Getopt::Long 2.23_05, from Johan Vromans.
29439              
29440              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
29441              
29442              Update to Pod::Parser 1.17, from Brad Appleton.
29443              
29444              Update to CPAN 1.56, from Andreas König.
29445              
29446              Update to CGI 2.70, from Lincoln Stein.
29447              
29448              Put back the std @INC thing.
29449              
29450              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
29451              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
29452              
29453              Document the IO::Select timeout.
29454              
29455              sleep(1) does not necessarily return 1.
29456              Subject: [PATCH bleadperl] op/lex_assign.t  
29457              
29458              Subject: debugger "d" command doesnt check line number
29459              
29460              B::Deparse didn't do sub attributes.
29461              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
29462              
29463              Preprocessing and postprocessing for File::Find.
29464              Subject: Patch to Find::File.pm to allow alphabetical results
29465              
29466              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
29467              
29468              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
29469              
29470              Subject: Re: [ID 20000730.003] utf8::length() bad
29471              
29472              Subject: Getting perlio and threads to compile
29473              (the Solaris version changes in Configure skipped)
29474              
29475              Tests for #6589.
29476              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
29477              
29478              Add Perl debugging tutorial, regen toc. 
29479              Subject: perldebtut.pod
29480              
29481              Add a few missing files, update MANIFEST.
29482              
29483              Rewrite of vms/subconfigure.com as configure.com,
29484              from Peter Prymmer and the vmsperl crew.
29485              
29486              Should have deleted this in #6603.
29487              
29488              Fix the test for 5005threads.
29489              
29490              Fix-n-skip the tests under 5005threads.
29491              
29492              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
29493              
29494              Upgrade to CGI 2.71, from Lincoln Stein.
29495      Branch: maint-5.6/perl
29496           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
29497           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
29498           +> t/op/regmesg.t t/pod/find.t vms/configure.com
29499            - vms/subconfigure.com
29500            ! lib/lib.pm
29501           !> (integrate 115 files)
29502 ____________________________________________________________________________
29503 [  7884] By: jhi                                   on 2000/11/27  13:44:33
29504         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
29505              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29506              Date:     Mon, 27 Nov 2000 08:23:54 EST
29507              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
29508      Branch: perl
29509            ! vms/descrip_mms.template vms/test.com
29510 ____________________________________________________________________________
29511 [  7883] By: gsar                                  on 2000/11/27  11:50:46
29512         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
29513              6511..6513,6515..6523,6525..6536
29514              
29515              The swallow_bom() saga continues.  The #23 of require.t
29516              (UTF16-LE) still fails (silently, no output) but the #22
29517              (UTF16-BE) seems to be working now.  The root of the
29518              failure may be in sv_gets(): is it UTF-16LE-aware,
29519              especially when it comes to line endings? 
29520              
29521              Document the problem with -P in HP-UX and its workaround.
29522              
29523              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
29524              (aka ID 20000730.002)
29525              
29526              Subject: fix and question re: waitpid() under win32
29527              
29528              Make the safety catch for buggy gccs work with triple version
29529              numbers like 2.95.2.  Reported in
29530              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
29531              
29532              In Digital UNIX warn if gcc explicitly chosen because even
29533              2.95.2 is known to cause problems.
29534              
29535              Make chr() for values >127 to create utf8 when under utf8.
29536              
29537              various syntax errors and such (not fixed: comp/require.t#22 coredump
29538              on Windows)
29539              
29540              Stash away the largefiles flags and libswanted.
29541              
29542              BOM patching from Simon Cozens.
29543              
29544              If gccosandvers is equal to osname, clear gccosandvers.
29545              
29546              Make p4desc to skip non-mainperl branches by default.
29547              
29548              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
29549              
29550              The test from this
29551              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
29552              
29553              In new BSDs changes to argv[] do not show up in ps(1) output,
29554              instead one must use setproctitle().  This was already addressed
29555              by change #6457, but the below has a new variant for FreeBSD 4.0
29556              or later, and the matter is also documented more.
29557              
29558              FreeBSD 3.* updates from
29559              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
29560              
29561              regen_headers, regen perltoc.
29562              
29563              Document in one place the memory abstractions used in Perl core.
29564              
29565              memcpy has n o in it, as pinted ut by Sarathy.
29566              
29567              Remove the extraneous "main::" prefix from all the
29568              "opened only for", "on closed", and "never opened" warnings.
29569              
29570              The name of a filehandle does not have <these>.
29571              
29572              The tr utf8 patching continues.
29573              
29574              The new setproctitle() feature is available only in 
29575              bleeding edge FreeBSD.  From Paul Saab.
29576              
29577              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
29578              
29579              Dump UVs as UVs in Data::Dumper.
29580              
29581              detypo #6494
29582              
29583              Document the IVdf UVuf UVof UVxf.
29584              
29585              require.t needs binmode() to work on windows
29586              
29587              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
29588              that are hopefully soon put into use.
29589              
29590              Allow "no Module;" even if there is no 'unimport'.
29591              
29592              Better skip message for the test; one of the two problems in
29593              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
29594              
29595              The subtest 4 may fail also on VOBS, as pointed out
29596              by Nick Ing-Simmons in November 1999, bug id 19991124.003
29597              (but the failure in that bug report isn't the subtest 4).
29598              
29599              Be more informative on what is skipped and why,
29600              also repeat the list at the end.
29601              
29602              Add a URL for FSF.
29603              
29604              Subject: [PATCH] sv.h documentation - SvLEN
29605              
29606              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
29607              
29608              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
29609              
29610              Subject: [PATCH] bad cppsymbols on os2 + Configure question
29611              
29612              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
29613              
29614              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
29615              mention the idea of @( and @)
29616              
29617              This is 6512.  Really.
29618              
29619              Subject: [ID 19990721.004] Documentation bug in perlfunc
29620              
29621              Subject: Minor tweak to perlvar.pod
29622              
29623              In the warnings call filehandles consistently so;
29624              add "unopened" warning for stat().
29625              
29626              After the #6519 a warning about stat() is just that,
29627              not about a filetest, which now have their own warning.
29628              
29629              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
29630              
29631              Subject: Re: Array vs. List context
29632              
29633              Subject: New perlcc, take 2
29634              
29635              Weed buglets pointed out by
29636              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
29637              
29638              gcc versions might have (parentheses) in them.
29639              
29640              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
29641              
29642              Essential prototype changes were missing from #6527.
29643              Also make report_evil_fh() more bomb-proof.
29644              
29645              Zap lib/Sys directory when cleaning up.
29646              
29647              Change the Policy policy: now -Dprefix= with an existing
29648              Policy.sh and prefix == siteprefix == vendorprefix, then all
29649              of them follow along the new prefix.
29650              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
29651              
29652              Continue fixing the io warnings.  This also
29653              sort of fixes bug ID 20000802.003: the core dump
29654              is no more.  Whether the current behaviour is correct
29655              (giving a warning: "Not a format reference"), is another matter.
29656              
29657              Have symbols for the IoTYPEs.
29658              
29659              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
29660              
29661              Document a bit that UDP is not what you might think.
29662              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
29663              tr memory corruption fix from Simon Cozens.
29664              
29665              Plug the security hole described in the Aug 05 2000 bugtraq message
29666              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
29667              The security hole exists only in suidperls, which isn't
29668              installed or even built by default.
29669      Branch: maint-5.6/perl
29670           !> (integrate 71 files)
29671 ____________________________________________________________________________
29672 [  7882] By: gsar                                  on 2000/11/27  10:25:36
29673         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
29674              from mainline
29675              
29676              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
29677              to be fatal errors (instead of by default ignoring them, and
29678              ignoring with a bug: even though -w gave an error, the opening [
29679              was left in)  Reported in:
29680              
29681              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
29682              
29683              Subject: [PATCH] split /^/
29684              
29685              MacOS nits from Matthias Neeracher.
29686              
29687              More split() doc and test patches from Mike Guy.
29688              
29689              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
29690              from Graham Barr in the module list.
29691              
29692              docfix from Peter Scott <Peter@PSDT.com>.
29693              
29694              File::Temp patches for VMS and OS/2 from Tim Jenness.
29695              
29696              open() wariness in perlbug.
29697              
29698              Subject: [PATCH] minor doc change - perlguts
29699              
29700              Subject: Minor doc patch: handy.h
29701              
29702              Be wary of close()s, too.
29703              
29704              Further File::Temp patches from Yitzchak Scott-Thoennes
29705              and Craig A. Berry.
29706              
29707              Subject: [PATCH] fixes bug 20000508.004
29708              
29709              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
29710              
29711              Allow "no AutoLoader;", based on change #6444,
29712              suggested by Graham Barr.
29713              
29714              Use setproctitle() if available to modify $0.
29715              
29716              Warn if the version of the operating system used to compile gcc
29717              differs from the current version of the operating system.
29718              Also display the gcc compilation os and version in myconfig.
29719              Inspiration from
29720              
29721              Tiny fixes for #6460.
29722              
29723              The problem described in this
29724              Subject: [ID 20000322.018] named chars aren't magical enough
29725              has been fixed in perl 5.6.0 but just in case added a test
29726              to keep it away.  (The report from Joseph Hall.)
29727              
29728              Tune the comments and hopefully stop a memory leak.
29729              
29730              Subject: UTF8 concat
29731              (with a memory leak fixed, plus a few casts added)
29732              This also seems to help for
29733              Subject: [ID 20000716.015] join UTF8 weirdness
29734              
29735              Do not upgrade SVs into utf8 just because they participate
29736              in eq or cmp.  Reported and fix suggested in
29737              Subject: [ID 20000720.009] sv_eq UTF8 bug
29738              
29739              Fix the HALF_UPGRADE() macro introduced in #6263.
29740              
29741              Find green threads before native threads.
29742              Subject: Re: Patch to jpl/JNI/Makefile.PL
29743      Branch: maint-5.6/perl
29744           !> (integrate 30 files)
29745 ____________________________________________________________________________
29746 [  7881] By: jhi                                   on 2000/11/27  05:48:41
29747         Log: It seems that *both* the unused submatch loop cleanup
29748              codes are needed.
29749      Branch: perl
29750            ! regexec.c
29751 ____________________________________________________________________________
29752 [  7880] By: jhi                                   on 2000/11/27  04:50:07
29753         Log: Clean .exists deeper.
29754      Branch: perl
29755            ! Makefile.SH
29756 ____________________________________________________________________________
29757 [  7879] By: jhi                                   on 2000/11/27  02:31:35
29758         Log: The code in regcppop() (see #7878) contains the correct lower
29759              limit for the unused submatch 'cleanup' loop so that under
29760              "use utf8" the following code wouldn't dump core:
29761              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
29762              the cleanup loop in regtry() stomped beyond allocated area
29763              in the startp[] array.  Therefore, copied the correct lower
29764              loop limit (*PL_reglastparen) to regtry().  Note: something
29765              may still not be quite right: why was the _higher_ loop limit
29766              (prog->nparens) different in the utf8 case?
29767              
29768              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
29769              without core dumps, there were about 17 of them before
29770              the patch (with us since Perl 5.7.0).  Two failures, still:
29771              496 and 505 (though these may not be severe).
29772              
29773              Patch #7881 is also needed since both the cleanup loops
29774              seem to be needed.
29775              
29776              Also, the t/op/pat#44 seems to core dump under utf8.
29777              Plus a couple of failures.  UGH-8.
29778      Branch: perl
29779            ! regexec.c
29780 ____________________________________________________________________________
29781 [  7878] By: jhi                                   on 2000/11/27  02:21:17
29782         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
29783              the code in regcppop() seems to be redundant for the test suite --
29784              but it contains a germ of truth, and it needed for the build
29785              process itself: see #7879 and #7881.
29786      Branch: perl
29787            ! regexec.c
29788 ____________________________________________________________________________
29789 [  7877] By: jhi                                   on 2000/11/27  01:53:09
29790         Log: Comment on comment.
29791      Branch: perl
29792            ! regexec.c
29793 ____________________________________________________________________________
29794 [  7876] By: jhi                                   on 2000/11/27  00:49:59
29795         Log: Adjust the docs to agree with #7875.
29796      Branch: perl
29797            ! pod/perllocale.pod
29798 ____________________________________________________________________________
29799 [  7875] By: jhi                                   on 2000/11/27  00:49:27
29800         Log: Retract #7863.  It makes more sense not to taint formatted output,
29801              not even by sprintf().
29802      Branch: perl
29803            ! sv.c
29804 ____________________________________________________________________________
29805 [  7874] By: jhi                                   on 2000/11/26  23:36:02
29806         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
29807              Not really fixed (should really dump the UTF-8 charclass),
29808              but stopped displaying the garbage.
29809              
29810              Also add a note on the (missing) Unicode PSXSPC and BLANK.
29811      Branch: perl
29812            ! regcomp.c
29813 ____________________________________________________________________________
29814 [  7873] By: jhi                                   on 2000/11/26  21:31:13
29815         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
29816      Branch: perl
29817            ! regexec.c
29818 ____________________________________________________________________________
29819 [  7872] By: jhi                                   on 2000/11/26  21:06:04
29820         Log: No need to scan till infinity, 13 is enough.
29821      Branch: perl
29822            ! handy.h utf8.c
29823 ____________________________________________________________________________
29824 [  7871] By: jhi                                   on 2000/11/26  20:20:32
29825         Log: Test line numbers are different with utf8.
29826      Branch: perl
29827            ! t/op/re_tests
29828 ____________________________________________________________________________
29829 [  7870] By: jhi                                   on 2000/11/26  20:10:12
29830         Log: Message nit.
29831      Branch: perl
29832            ! regcomp.c
29833 ____________________________________________________________________________
29834 [  7869] By: jhi                                   on 2000/11/26  19:01:05
29835         Log: Make utf8_length() and utf8_distance() (the latter of which
29836              is unused at the moment) to be less forgiving about bad UTF-8.
29837      Branch: perl
29838            ! embed.h embed.pl objXSUB.h proto.h utf8.c
29839 ____________________________________________________________________________
29840 [  7868] By: jhi                                   on 2000/11/26  18:45:56
29841         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
29842              From: Benjamin Holzman <bah@ecnvantage.com>
29843              Date: Sat, 25 Nov 2000 20:40:20 -0500       
29844              Message-ID: <20001125204020.A25040@ecnvantage.com>              
29845              
29846              Debian allows installing /usr/bin/locale without installing
29847              any locales, an error message will ensue.
29848      Branch: perl
29849            ! t/pragma/locale.t
29850 ____________________________________________________________________________
29851 [  7867] By: jhi                                   on 2000/11/26  18:31:12
29852         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
29853              From: Benjamin Holzman <bah@ecnvantage.com>
29854              Date: Sun, 26 Nov 2000 02:42:34 -0500
29855              Message-ID: <20001126024234.G25040@ecnvantage.com>
29856              
29857              Patch for the bug 20000212.002.
29858      Branch: perl
29859            ! sv.c t/op/array.t
29860 ____________________________________________________________________________
29861 [  7866] By: jhi                                   on 2000/11/26  18:28:09
29862         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
29863              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29864              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
29865              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
29866              
29867              File::Temp 0.11.
29868      Branch: perl
29869            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
29870 ____________________________________________________________________________
29871 [  7865] By: jhi                                   on 2000/11/26  18:24:22
29872         Log: The metaconfig unit change for #7864.
29873      Branch: metaconfig/U/perl
29874            ! need_va_copy.U
29875 ____________________________________________________________________________
29876 [  7864] By: jhi                                   on 2000/11/26  18:23:41
29877         Log: Make the va_copy() test not to be so talkative.
29878      Branch: perl
29879            ! Configure config_h.SH
29880 ____________________________________________________________________________
29881 [  7863] By: jhi                                   on 2000/11/26  18:11:02
29882         Log: Fix locale inconsistencies unearthed by Hugo's work.
29883              Now the floating point sprintf really does taint the result
29884              string as perllocale promises (has promised for a long time)
29885              if "use locale" is in the lexical scope.
29886      Branch: perl
29887            ! sv.c t/pragma/locale.t
29888 ____________________________________________________________________________
29889 [  7862] By: jhi                                   on 2000/11/26  00:35:15
29890         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
29891              From: Nicholas Clark <nick@ccl4.org>
29892              Date: Sun, 26 Nov 2000 00:07:50 +0000
29893              Message-ID: <20001126000750.A22446@plum.flirble.org>
29894              
29895              Infinit.
29896      Branch: perl
29897            ! sv.c
29898 ____________________________________________________________________________
29899 [  7861] By: jhi                                   on 2000/11/26  00:01:26
29900         Log: Integrate perlio.
29901      Branch: perl
29902           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
29903 ____________________________________________________________________________
29904 [  7860] By: nick                                  on 2000/11/25  22:04:17
29905         Log: Correct relative path from new ext\Filter\Util\Call location
29906              back to miniperl.
29907      Branch: perlio
29908            ! win32/makefile.mk
29909 ____________________________________________________________________________
29910 [  7859] By: nick                                  on 2000/11/25  21:26:54
29911         Log: Integrate mainline.
29912      Branch: perlio
29913           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
29914           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
29915           +> t/lib/filter-util.t
29916            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
29917            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
29918            - t/lib/filt-util.t
29919           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
29920           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
29921           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
29922           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
29923           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
29924           !> win32/makefile.mk
29925 ____________________________________________________________________________
29926 [  7858] By: gsar                                  on 2000/11/25  20:52:17
29927         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
29928              parent's memory; fix it by keeping track of the actual pad
29929              offset rather than a raw pointer (this change is probably also
29930              relevant to non-ithreads case to avoid fallout from reallocs of
29931              the pad array, but is currently only enabled for the ithreads
29932              case in the interests of minimal disruption to existing "well
29933              tested" code)
29934      Branch: perl
29935            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
29936            ! proto.h scope.c scope.h sv.c t/op/fork.t
29937 ____________________________________________________________________________
29938 [  7857] By: nick                                  on 2000/11/25  20:01:28
29939         Log: All tests pass on Win32/gcc/USE_PERLIO.
29940              - when crlf layer is pushed make unix-level binary.
29941              - remove :crlf injection in pp_backtick in pp_sys.c
29942              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
29943      Branch: perlio
29944            ! doio.c perlio.c pp_sys.c win32/makefile.mk
29945 ____________________________________________________________________________
29946 [  7856] By: jhi                                   on 2000/11/25  18:38:30
29947         Log: Update the metaconfig units for #7855.
29948      Branch: metaconfig/U/perl
29949            ! useperlio.U usesocks.U
29950 ____________________________________________________________________________
29951 [  7855] By: jhi                                   on 2000/11/25  18:37:54
29952         Log: Undo the SOCKS workarounds, instead start using PerlIO
29953              if SOCKS is selected.
29954              
29955              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
29956              From: Jens Hamisch <jens@Strawberry.COM>
29957              Date: Fri, 24 Nov 2000 18:31:30 +0100
29958              Message-ID: <20001124183130.E28337@Strawberry.COM>
29959              
29960              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
29961              From: Jens Hamisch <jens@Strawberry.COM>
29962              Date: Fri, 24 Nov 2000 19:11:51 +0100
29963              Message-ID: <20001124191151.A28753@Strawberry.COM>
29964      Branch: perl
29965            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
29966            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
29967 ____________________________________________________________________________
29968 [  7854] By: jhi                                   on 2000/11/25  17:39:08
29969         Log: Undo #7848.  Some of the code seems to use walkoptree(),
29970              some walkoptree_slow().  An unfinished renaming?
29971              Now the sub is walkoptree() (which is @EXPORT_OK),
29972              the walkoptree_slow() is a typeglob alias to walkoptree.
29973              This makes the tests to pass, at least.
29974      Branch: perl
29975            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
29976 ____________________________________________________________________________
29977 [  7853] By: nick                                  on 2000/11/24  22:24:33
29978         Log: Re-arrange crlf vs binary for platforms that care.
29979              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
29980              Lip-service to making stdio layer work on such platfroms (untested).
29981              Now fails 3 tests rather than one, checkin to see if I can debug 
29982              the issue under linux. (Do not merge.)
29983      Branch: perlio
29984            ! doio.c perlio.c perliol.h
29985 ____________________________________________________________________________
29986 [  7852] By: jhi                                   on 2000/11/24  18:57:39
29987         Log: AUTHORS edits.
29988      Branch: perl
29989            ! AUTHORS
29990 ____________________________________________________________________________
29991 [  7851] By: jhi                                   on 2000/11/24  17:34:56
29992         Log: Add Jan-Erik Karlsson.
29993      Branch: perl
29994            ! AUTHORS
29995 ____________________________________________________________________________
29996 [  7850] By: jhi                                   on 2000/11/24  17:27:56
29997         Log: Configure should find stdchar on its own.
29998      Branch: perl
29999            ! hints/solaris_2.sh
30000 ____________________________________________________________________________
30001 [  7849] By: jhi                                   on 2000/11/24  17:24:55
30002         Log: Subject: PATCH over 7848: Filter test flawed
30003              From: andreas.koenig@anima.de (Andreas J. Koenig)
30004              Date: 24 Nov 2000 10:28:29 +0100
30005              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
30006      Branch: perl
30007            ! t/lib/filter-util.t
30008 ____________________________________________________________________________
30009 [  7848] By: jhi                                   on 2000/11/24  17:22:15
30010         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
30011              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
30012              Date: Fri, 24 Nov 2000 16:12:58 +0000
30013              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
30014      Branch: perl
30015            ! ext/B/B.pm
30016 ____________________________________________________________________________
30017 [  7847] By: jhi                                   on 2000/11/24  03:07:01
30018         Log: Integrate perlio.
30019      Branch: perl
30020           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
30021           !> win32/makefile.mk
30022 ____________________________________________________________________________
30023 [  7846] By: gsar                                  on 2000/11/24  00:55:57
30024         Log: integrate changes#6415..6418,6420..6438 from mainline
30025              
30026              Fix the bitvector ops for utf8 (tricky since past 7 bits
30027              the utf8 'characters' can be more than one octet).
30028              
30029              MPE/ix updates for perl 5.6.0 from Mark Bixby.
30030              
30031              Subject: SDBM_File documentation
30032              
30033              Detypo.
30034              
30035              Decutandpasto.
30036              
30037              Send all installperl messages to STDERR and be -w clean.
30038              
30039              Out-of-date note removed.
30040              
30041              Protect against "wild next"s, that is, callbacks doing "next"
30042              instead of "return".
30043              
30044              Use STDOUT consistently.
30045              
30046              The output might have been produced in the wrong order.
30047              
30048              A missing 'break' after the [[:space:]] switch case.
30049              
30050              Add tests for
30051              [ID 19991110.003] another matching finding by pcre author
30052              which has already been fixed by some patch, as verified in
30053              
30054              Documentation to explain the behaviour of map().
30055              
30056              Add an optimization for map-maps-a-list-element-to-more-list-elements
30057              case, but add also notes explaining the relationship of this
30058              patch and the earlier notes by Sarathy.
30059              
30060              Subject: [ID 20000716.023] syslog test fails without sockets
30061              
30062              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
30063              Test cases for #6431.
30064              
30065              File::Spec::VMS fixup for tmpdir from Craig Berry.
30066              
30067              Make the "uninit variable" warning to say "concat or string"
30068              or "join or string" when in concat or join .
30069              
30070              Get UTF16 BOMs working.  Patch from
30071              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
30072              
30073              Subject: [PATCH] Make large file tests deal with SIGXFSZ
30074              
30075              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
30076              
30077              Subject: [PATCH] av.c apidoc
30078      Branch: maint-5.6/perl
30079           !> (integrate 43 files)
30080 ____________________________________________________________________________
30081 [  7845] By: gsar                                  on 2000/11/24  00:20:45
30082         Log: integrate changes#6406..6414 from mainline
30083              
30084              Merge perlhacktut into perlhack, update perlguts.
30085              
30086              Fix AutoSplit to use File::Spec the right way in VMS,
30087              from Peter Prymmer.
30088              
30089              The bug report
30090              [ID 19991110.002] minimal matching discrepancy found by pcre author
30091              seems to have been fixed (though differently from what was suggested
30092              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
30093              
30094              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
30095              not in pod, from Peter Prymmer
30096              
30097              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
30098              From: Hugo <hv@crypt.compulink.co.uk>
30099              Date: Fri, 14 Jul 2000 23:05:20 +0100
30100              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
30101              
30102              Didn't anymore apply, but that point still could use another fix.
30103              
30104              lib/b test fixes from Peter Prymmer.
30105              
30106              More docs for sv functions.
30107              
30108              perlvms.pod whitespace cleanup to keep pod utils happy.
30109              
30110              another VMS build tweak from Peter Prymmer
30111      Branch: maint-5.6/perl
30112           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
30113           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
30114           !> vms/descrip_mms.template vms/perlvms.pod
30115 ____________________________________________________________________________
30116 [  7844] By: nick                                  on 2000/11/23  23:42:45
30117         Log: Win32/perlio Now just fails one io/argv.t test - lack 
30118              of default :crlf on standard streams.
30119      Branch: perlio
30120            ! doio.c perlio.c
30121 ____________________________________________________________________________
30122 [  7843] By: nick                                  on 2000/11/23  23:04:05
30123         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
30124              peek fail is showing a real problem (multiple crlf layers
30125              are getting pushed.)
30126      Branch: perlio
30127            ! doio.c perlio.c win32/makefile.mk
30128 ____________________________________________________________________________
30129 [  7842] By: nick                                  on 2000/11/23  19:46:23
30130         Log: Implement PerlIO_binmode()
30131              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
30132              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
30133              make binmode in t/lib/io_tell.t unconditional so that works.
30134              Checkin just so Win32 machine can see these changes.
30135      Branch: perlio
30136            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
30137 ____________________________________________________________________________
30138 [  7841] By: jhi                                   on 2000/11/23  19:30:00
30139         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
30140      Branch: perl
30141            ! README.amiga
30142 ____________________________________________________________________________
30143 [  7840] By: jhi                                   on 2000/11/23  17:18:02
30144         Log: SOCKS wrestling continues, patches from Jens Hamisch.
30145      Branch: perl
30146            ! doio.c embed.h embed.pl perlsdio.h proto.h
30147 ____________________________________________________________________________
30148 [  7839] By: jhi                                   on 2000/11/23  16:54:14
30149         Log: Push Filter::Util::Call one level deeper.
30150      Branch: perl
30151            + t/lib/filter-util.t
30152           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
30153           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
30154            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
30155            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
30156            - t/lib/filt-util.t
30157            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
30158            ! win32/Makefile win32/makefile.mk
30159 ____________________________________________________________________________
30160 [  7838] By: jhi                                   on 2000/11/23  16:52:40
30161         Log: Reach back one higher up when searching for PERL_SRC.
30162      Branch: perl
30163            ! lib/ExtUtils/MM_Unix.pm
30164 ____________________________________________________________________________
30165 [  7837] By: jhi                                   on 2000/11/23  16:05:41
30166         Log: Subject: Re: perl@7826
30167              Date: Thu, 23 Nov 2000 02:20:25 -0600
30168              From: "Craig A. Berry" <craigberry@mac.com>
30169              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
30170              
30171              Make VMS to like Filter::Util::Call. 
30172      Branch: perl
30173            ! configure.com ext/Filter/Util/Makefile.PL
30174 ____________________________________________________________________________
30175 [  7836] By: nick                                  on 2000/11/23  16:04:08
30176         Log: Implement crlf layer - not ready for merge.
30177      Branch: perlio
30178            ! perlio.c win32/makefile.mk
30179 ____________________________________________________________________________
30180 [  7835] By: jhi                                   on 2000/11/23  15:56:52
30181         Log: STDCHAR is different in Sparc v9 vs x86.
30182      Branch: perl
30183            ! hints/solaris_2.sh
30184 ____________________________________________________________________________
30185 [  7834] By: jhi                                   on 2000/11/23  15:50:47
30186         Log: The type needs to be visible to protos.
30187      Branch: perl
30188            ! perl.h
30189 ____________________________________________________________________________
30190 [  7833] By: jhi                                   on 2000/11/23  15:40:46
30191         Log: Finish unfinished SOCKS workaround changes.
30192      Branch: perl
30193            ! doio.c
30194 ____________________________________________________________________________
30195 [  7832] By: jhi                                   on 2000/11/23  15:33:30
30196         Log: Integrate perlio.
30197      Branch: perl
30198           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
30199           !> win32/makefile.mk
30200 ____________________________________________________________________________
30201 [  7831] By: nick                                  on 2000/11/23  10:31:07
30202         Log: Correct makefile.mk dependancies for ext/Filter/Util
30203              Build ext/Encode
30204              Run dmake regen_config_h
30205      Branch: perlio
30206            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30207            ! win32/makefile.mk
30208 ____________________________________________________________________________
30209 [  7830] By: nick                                  on 2000/11/23  08:05:07
30210         Log: Integrate mainline
30211      Branch: perlio
30212           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
30213           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
30214           +> t/lib/filt-util.pl t/lib/filt-util.t
30215           !> (integrate 41 files)
30216 ____________________________________________________________________________
30217 [  7829] By: gsar                                  on 2000/11/23  03:07:11
30218         Log: build the Filter extension on windows
30219      Branch: perl
30220            ! win32/Makefile win32/makefile.mk
30221 ____________________________________________________________________________
30222 [  7828] By: gsar                                  on 2000/11/23  02:46:35
30223         Log: regenerate win32/config* and fix some inconsistencies in the
30224              makefiles; always export Perl_deb() because it is needed
30225              by ext/re/* (whether perl itself is built with -DDEBUGGING
30226              or not)
30227      Branch: perl
30228            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
30229            ! win32/config_H.vc win32/makefile.mk
30230 ____________________________________________________________________________
30231 [  7827] By: gsar                                  on 2000/11/23  02:18:38
30232         Log: get sources building on windows+MSVC again (untested with other
30233              compilers)
30234      Branch: perl
30235            ! win32/include/sys/socket.h win32/perllib.c
30236 ____________________________________________________________________________
30237 [  7826] By: jhi                                   on 2000/11/23  01:18:26
30238         Log: Update Changes.
30239      Branch: perl
30240            ! Changes patchlevel.h
30241 ____________________________________________________________________________
30242 [  7825] By: jhi                                   on 2000/11/23  00:20:41
30243         Log: Subject: Re: av.c patch (having slight problems)
30244              From: "Ben Tilly" <ben_tilly@hotmail.com>
30245              Date: Tue, 21 Nov 2000 23:29:31 -0500
30246              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
30247              
30248              unshift() speedup.
30249      Branch: perl
30250            ! av.c
30251 ____________________________________________________________________________
30252 [  7824] By: jhi                                   on 2000/11/22  23:59:15
30253         Log: Fixes for signedness warnings noticed by VMSperlers.
30254      Branch: perl
30255            ! ext/Storable/Storable.xs regcomp.c sv.c
30256 ____________________________________________________________________________
30257 [  7823] By: jhi                                   on 2000/11/22  23:19:31
30258         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
30259              From: Peter Prymmer <pvhp@forte.com>
30260              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
30261              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
30262      Branch: perl
30263            ! t/pragma/warn/pp_hot
30264 ____________________________________________________________________________
30265 [  7822] By: jhi                                   on 2000/11/22  22:52:20
30266         Log: Be clean.
30267      Branch: perl
30268            ! Makefile.SH
30269 ____________________________________________________________________________
30270 [  7821] By: jhi                                   on 2000/11/22  22:46:39
30271         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
30272              by Damian Conway, as suggested by Paul Marquess.
30273      Branch: perl
30274            + lib/Filter/Simple.pm
30275 ____________________________________________________________________________
30276 [  7820] By: jhi                                   on 2000/11/22  22:45:51
30277         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
30278      Branch: perl
30279            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
30280            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
30281            + t/lib/filt-util.t
30282            ! MANIFEST
30283 ____________________________________________________________________________
30284 [  7819] By: jhi                                   on 2000/11/22  22:03:27
30285         Log: Integrate perlio.
30286      Branch: perl
30287           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
30288           !> win32/makefile.mk
30289 ____________________________________________________________________________
30290 [  7818] By: jhi                                   on 2000/11/22  21:56:02
30291         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
30292      Branch: perl
30293            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
30294            ! t/lib/io_sock.t
30295 ____________________________________________________________________________
30296 [  7817] By: jhi                                   on 2000/11/22  21:39:49
30297         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
30298              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30299              Date: Wed, 22 Nov 2000 16:08:12 -0500
30300              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
30301      Branch: perl
30302            ! lib/ExtUtils/Liblist.pm
30303 ____________________________________________________________________________
30304 [  7816] By: jhi                                   on 2000/11/22  21:38:25
30305         Log: Go ahead and #include <unistd.h> in perl.h.
30306      Branch: perl
30307            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
30308            ! util.c
30309 ____________________________________________________________________________
30310 [  7815] By: jhi                                   on 2000/11/22  21:22:52
30311         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
30312              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30313              Date: Mon, 20 Nov 2000 18:30:52 -0500
30314              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
30315      Branch: perl
30316            ! pod/perlre.pod regcomp.c t/op/re_tests
30317 ____________________________________________________________________________
30318 [  7814] By: jhi                                   on 2000/11/22  21:21:46
30319         Log: Subject: [PATCH 5.7.0] Liblist finally works
30320              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30321              Date: Tue, 21 Nov 2000 22:02:17 -0500
30322              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
30323      Branch: perl
30324            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
30325            ! lib/ExtUtils/MakeMaker.pm
30326 ____________________________________________________________________________
30327 [  7813] By: jhi                                   on 2000/11/22  21:20:23
30328         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
30329              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30330              Date: Wed, 22 Nov 2000 17:53:15 +0100
30331              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
30332              
30333              AIX dynaloader and perlio patch.
30334      Branch: perl
30335            ! ext/DynaLoader/dl_aix.xs
30336 ____________________________________________________________________________
30337 [  7812] By: jhi                                   on 2000/11/22  21:17:52
30338         Log: (Accidentally empty patch.)
30339      Branch: perl
30340            ! av.c
30341 ____________________________________________________________________________
30342 [  7811] By: jhi                                   on 2000/11/22  21:16:31
30343         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
30344              From: Peter Prymmer <pvhp@forte.com>
30345              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
30346              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
30347      Branch: perl
30348            ! vms/test.com
30349 ____________________________________________________________________________
30350 [  7810] By: jhi                                   on 2000/11/22  21:15:36
30351         Log: Subject: Re: perl@7777 
30352              From: "John P. Linderman" <jpl@research.att.com>
30353              Date: Wed, 22 Nov 2000 13:11:11 -0500
30354              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
30355              
30356              Detypoing.
30357      Branch: perl
30358            ! lib/CPAN.pm
30359 ____________________________________________________________________________
30360 [  7809] By: jhi                                   on 2000/11/22  21:14:19
30361         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
30362              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30363              Date:     Wed, 22 Nov 2000 13:51:37 EST
30364              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
30365      Branch: perl
30366            ! perlsdio.h
30367 ____________________________________________________________________________
30368 [  7808] By: jhi                                   on 2000/11/22  21:13:27
30369         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
30370              From: Casey Tweten <crt@kiski.net>
30371              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
30372              Message-Id: <200011201653.LAA10194@home.kiski.net>
30373      Branch: perl
30374            ! t/lib/io_udp.t
30375 ____________________________________________________________________________
30376 [  7807] By: jhi                                   on 2000/11/22  21:12:35
30377         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
30378              From: Casey Tweten <crt@kiski.net>
30379              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
30380              Message-Id: <200011201636.LAA07227@home.kiski.net>
30381      Branch: perl
30382            ! t/lib/io_sock.t
30383 ____________________________________________________________________________
30384 [  7806] By: jhi                                   on 2000/11/22  21:10:59
30385         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
30386              From: "Casey R. Tweten" <crt@kiski.net>
30387              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
30388              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
30389      Branch: perl
30390            ! utils/h2xs.PL
30391 ____________________________________________________________________________
30392 [  7805] By: nick                                  on 2000/11/22  21:05:06
30393         Log: Integrate mainline
30394      Branch: perlio
30395           !> Changes Porting/genlog ext/DB_File/DB_File.xs
30396           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
30397           !> utils/perlbug.PL
30398 ____________________________________________________________________________
30399 [  7804] By: jhi                                   on 2000/11/22  21:01:12
30400         Log: Subject: [PATCH] Test.pm POD peculiarity
30401              From: "Casey R. Tweten" <crt@kiski.net>
30402              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
30403              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
30404      Branch: perl
30405            ! lib/Test.pm
30406 ____________________________________________________________________________
30407 [  7803] By: jhi                                   on 2000/11/22  20:59:59
30408         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
30409              From: "Philip Newton" <pnewton@gmx.de>
30410              Date: Wed, 22 Nov 2000 14:25:53 +0100
30411              Message-Id: <3A1BD771.25462.1939FAD@localhost>
30412              
30413              Be case-understanding also on 's', and use the -oi of sendmail
30414              not to terminate the transmission on a lone '.'.
30415      Branch: perl
30416            ! utils/perlbug.PL
30417 ____________________________________________________________________________
30418 [  7802] By: nick                                  on 2000/11/22  20:51:42
30419         Log: Win32 PerlIO intermediate state now working as expected.
30420              - In current state we are still using C runtime in text/binary
30421              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
30422              - PERLIO=stdio and PERLIO=unix pass all expected tests.
30423              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
30424              and PerlIO_seek() and the dummy crlf layer is not making adjustments
30425              for CRLF translation happening in C runtime. All other tests pass.
30426              
30427              Added note to README.win32 to point out the snags of doing a perl build
30428              with Norton AntiVirus turned on.
30429              
30430              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
30431              which file a fail comes from.
30432              
30433              Updated "canned" config.h to match the one generated.
30434      Branch: perlio
30435            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
30436            ! win32/makefile.mk
30437 ____________________________________________________________________________
30438 [  7801] By: jhi                                   on 2000/11/22  06:50:20
30439         Log: Nickety nits.
30440      Branch: perl
30441            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
30442 ____________________________________________________________________________
30443 [  7800] By: jhi                                   on 2000/11/22  01:29:55
30444         Log: Changes had accidentally gone too silent on non-main branches.
30445      Branch: perl
30446            ! Changes Porting/genlog patchlevel.h
30447 ____________________________________________________________________________
30448 [  7799] By: gsar                                  on 2000/11/22  01:02:56
30449         Log: some lib_pm.PL changes snuck in via change#7772
30450      Branch: maint-5.6/perl
30451            ! Makefile.SH
30452 ____________________________________________________________________________
30453 [  7798] By: nick                                  on 2000/11/21  21:59:40
30454         Log: Integrate mainline
30455      Branch: perlio
30456           !> (integrate 28 files)
30457 ____________________________________________________________________________
30458 [  7797] By: jhi                                   on 2000/11/21  21:01:45
30459         Log: Integrate perlio.
30460      Branch: perl
30461           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
30462 ____________________________________________________________________________
30463 [  7796] By: nick                                  on 2000/11/21  20:36:22
30464         Log: Win32 builds and runs (mostly) with USE_PERLIO.
30465              PERLIO=perlio passes all tests. 
30466              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
30467      Branch: perlio
30468            ! perlio.c win32/perllib.c win32/win32.c
30469 ____________________________________________________________________________
30470 [  7795] By: jhi                                   on 2000/11/21  19:03:44
30471         Log: Update Changes.
30472      Branch: perl
30473            ! Changes patchlevel.h
30474 ____________________________________________________________________________
30475 [  7794] By: jhi                                   on 2000/11/21  18:56:34
30476         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
30477              From: "Craig A. Berry" <craigberry@mac.com>
30478              Date: Mon, 20 Nov 2000 20:27:06 -0600
30479              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
30480              
30481              A cut-and-pasto.
30482      Branch: perl
30483            ! perlio.h
30484 ____________________________________________________________________________
30485 [  7793] By: jhi                                   on 2000/11/21  18:54:41
30486         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
30487              From: Dominic Dunlop <domo@computer.org> 
30488              Date: Mon, 20 Nov 2000 18:55:29 +0100
30489              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
30490              
30491              va_copy() and the need of it.
30492              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
30493      Branch: metaconfig/U/perl
30494            + need_va_copy.U
30495      Branch: perl
30496            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30497            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
30498            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
30499            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
30500            ! win32/config.bc win32/config.gc win32/config.vc
30501 ____________________________________________________________________________
30502 [  7792] By: jhi                                   on 2000/11/21  17:04:10
30503         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
30504      Branch: perl
30505           !> scope.h
30506 ____________________________________________________________________________
30507 [  7791] By: jhi                                   on 2000/11/21  17:01:16
30508         Log: Export the SOCKS workaround symbols only if necessary.
30509      Branch: perl
30510            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
30511 ____________________________________________________________________________
30512 [  7790] By: nick                                  on 2000/11/20  23:57:11
30513         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
30514      Branch: perlio
30515            ! scope.h
30516 ____________________________________________________________________________
30517 [  7789] By: nick                                  on 2000/11/20  23:38:33
30518         Log: Integrate mainline
30519      Branch: perlio
30520           +> lib/File/Spec/Epoc.pm
30521           !> (integrate 34 files)
30522 ____________________________________________________________________________
30523 [  7788] By: nick                                  on 2000/11/20  23:20:18
30524         Log: Make extra buffer layer work (dummy crlf layer)
30525      Branch: perlio
30526            ! doio.c perlio.c perlio.h
30527 ____________________________________________________________________________
30528 [  7787] By: jhi                                   on 2000/11/20  22:44:04
30529         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
30530              From: Peter Prymmer <pvhp@forte.com>
30531              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
30532              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
30533      Branch: perl
30534            ! t/pragma/locale.t
30535 ____________________________________________________________________________
30536 [  7786] By: jhi                                   on 2000/11/20  22:29:10
30537         Log: Subject: DOC PATCH 5.6.0 perlreftut
30538              From: mjd@plover.com
30539              Date: 20 Nov 2000 19:45:06 -0000
30540              Message-ID: <20001120194506.9505.qmail@plover.com>
30541      Branch: perl
30542            ! pod/perlreftut.pod
30543 ____________________________________________________________________________
30544 [  7785] By: jhi                                   on 2000/11/20  22:27:44
30545         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
30546              From: David Dyck <dcd@tc.fluke.com>
30547              Date: Mon, 20 Nov 2000 11:43:40 -0800
30548              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
30549      Branch: perl
30550            ! lib/Cwd.pm
30551 ____________________________________________________________________________
30552 [  7784] By: jhi                                   on 2000/11/20  22:23:21
30553         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
30554              Date: Mon, 20 Nov 2000 17:06:10 -0500
30555              To: Mailing list Perl5 <perl5-porters@perl.org>
30556              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
30557      Branch: perl
30558            ! pp_ctl.c t/op/pat.t
30559 ____________________________________________________________________________
30560 [  7783] By: jhi                                   on 2000/11/20  22:11:18
30561         Log: Subject: [PATCH] doop.c - UTF8 tr///               
30562              From: Simon Cozens <simon@cozens.net>
30563              Date: Sat, 18 Nov 2000 18:49:30 +0000
30564              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
30565              
30566              Subject: Re: [PATCH] doop.c - UTF8 tr///           
30567              From: Simon Cozens <simon@cozens.net>
30568              Date: Mon, 20 Nov 2000 20:45:22 +0000
30569              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
30570              
30571              Make tr on UTF-8 better but still not correct.
30572      Branch: perl
30573            ! doop.c
30574 ____________________________________________________________________________
30575 [  7782] By: jhi                                   on 2000/11/20  22:02:16
30576         Log: Remove the shared object before attempting to create
30577              (by linking) a new one.  E.g. in AIX not removing
30578              becomes quite painful if one tries to do more than one
30579              build in the same tree (an interrupted build, for example),
30580              since the AIX' shared dynaloader seemingly keeps the shared
30581              objects open and therefore 'busy' for quite a while, even when
30582              nobody is using the objects, leading into link failures.
30583      Branch: perl
30584            ! lib/ExtUtils/MM_Unix.pm
30585 ____________________________________________________________________________
30586 [  7781] By: gsar                                  on 2000/11/20  19:02:55
30587         Log: type mismatch due to faulty integration
30588      Branch: maint-5.6/perl
30589            ! toke.c win32/Makefile
30590 ____________________________________________________________________________
30591 [  7780] By: gsar                                  on 2000/11/20  17:31:55
30592         Log: integrate changes#6392,6394..6399,6401..6404
30593              
30594              The {multiplier} of a fixed substring was overlooked which
30595              caused a wrong initial search offset for that substring.
30596              
30597              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
30598              From: Hugo <hv@crypt.compulink.co.uk>
30599              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
30600              Date: Thu, 13 Jul 2000 19:27:13 +0100
30601              
30602              Fix the BOM bug: not a byteorder bug, a signedness bug.
30603              
30604              Replace change #6337 with a better one.
30605              
30606              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
30607              From: Hugo <hv@crypt.compulink.co.uk>
30608              Date: Fri, 14 Jul 2000 04:16:20 +0100
30609              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
30610              
30611              MakeMaker should not remove editor backups (*~) on `make clean`
30612              by default (completes change#6383)
30613              
30614              move new variables to the end of the interpreter structure (for
30615              bincompat in code that doesn't #include XSUB.h)
30616              
30617              rename totally bletcherous SvLOCK() thingy (doesn't do what the
30618              name suggests anyway)
30619              
30620              various cleanups (typos, misformatted code, and small bugs)
30621              
30622              typecasts needed for change#6394
30623              
30624              typos in change#6399, regen headers
30625              
30626              inconsistent types needs casts
30627              
30628              PERL_OBJECT build tweaks
30629      Branch: maint-5.6/perl
30630           !> MANIFEST doop.c embed.h embed.pl embedvar.h
30631           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
30632           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
30633           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
30634           !> toke.c util.c
30635 ____________________________________________________________________________
30636 [  7779] By: gsar                                  on 2000/11/20  17:06:29
30637         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
30638              
30639              Cosmetics and perldelta.
30640              
30641              Fix nits noticed by Boston.pm.
30642              
30643              Do the cc sanity check both before the hints and
30644              after the cc selction.
30645              
30646              get sprintf.t to adjust properly for 3-digit exponents
30647              
30648              don't clobber *.orig files on *clean targets
30649              
30650              fix bugs in processing %v-*d and similar format specs (from
30651              Avi Finkel <avi@finkel.org>)
30652              
30653              sprintf test tweaks (from Dominic Dunlop)
30654              
30655              new selfloader.t in change#6183 doesn't close DATA handles,
30656              and thus fails to clean up tmp files on dosish platforms
30657              
30658              typos (spotted by Peter Prymmer)
30659              
30660              typo fix from Craig Berry
30661      Branch: maint-5.6/perl
30662           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
30663           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
30664           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
30665           !> x2p/Makefile.SH
30666 ____________________________________________________________________________
30667 [  7778] By: gsar                                  on 2000/11/20  16:46:51
30668         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
30669              
30670              Subject: Re: format bug report  [Patch]
30671              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30672              Date: Wed, 05 Jul 2000 13:12:52 +0200
30673              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
30674              
30675              Subject: Re: format bug report  [Patch]
30676              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30677              Date: Wed, 05 Jul 2000 14:10:01 +0200
30678              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
30679              
30680              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
30681              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30682              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
30683              Date: Fri, 07 Jul 2000 17:57:16 +0100
30684              
30685              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
30686              To: perl5-porters@perl.org
30687              From: Karsten Sperling <spiff@phreax.net>
30688              Date: Mon, 10 Jul 2000 15:12:52 +0200
30689              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
30690              
30691              README.posix-bc podified from Thomas Dorner.
30692              
30693              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
30694              From: Dominic Dunlop <domo@computer.org>
30695              Date: Tue, 11 Jul 2000 12:27:33 +0200
30696              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
30697              
30698              Typo in #6341.
30699              
30700              Fix for
30701              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
30702              From: Roderick Schertler <roderick@argon.org>
30703              Date: Tue, 11 Jul 2000 13:55:05 -0400
30704              Message-Id: <200007111755.NAA05077@jones.argon.org>
30705              
30706              Minor cleanups on the booklist.
30707              
30708              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
30709              regen perltoc.
30710              
30711              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
30712      Branch: maint-5.6/perl
30713           +> pod/perlbook.pod
30714           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
30715           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
30716           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
30717 ____________________________________________________________________________
30718 [  7777] By: jhi                                   on 2000/11/20  16:08:49
30719         Log: Update Changes.
30720      Branch: perl
30721            ! Changes patchlevel.h
30722 ____________________________________________________________________________
30723 [  7776] By: jhi                                   on 2000/11/20  15:27:56
30724         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
30725              This may be overly harsh but until proven otherwise, we think this
30726              way, or until we have a simple test for Configure (having to start
30727              up servers is does not count as simple) to check for the problems.
30728      Branch: perl
30729            ! perl.h
30730 ____________________________________________________________________________
30731 [  7775] By: jhi                                   on 2000/11/20  15:22:17
30732         Log: Solaris hints tweaks.
30733      Branch: perl
30734            ! hints/solaris_2.sh
30735 ____________________________________________________________________________
30736 [  7774] By: jhi                                   on 2000/11/20  15:01:20
30737         Log: Add a workaround to SOCKS 64-bit problems.
30738      Branch: perl
30739            ! doio.c embed.h embed.pl perlsdio.h proto.h
30740 ____________________________________________________________________________
30741 [  7773] By: jhi                                   on 2000/11/20  14:51:47
30742         Log: sysseek() instead of seek().
30743      Branch: perl
30744            ! t/lib/syslfs.t
30745 ____________________________________________________________________________
30746 [  7772] By: gsar                                  on 2000/11/20  13:06:23
30747         Log: integrate changes#6315..6319,6321..6331,6333..6338
30748              
30749              Integrate with Sarathy, preliminary fix for unicos
30750              alignment problems in [ID 20000612.002] Perl problem on Cray system.
30751              
30752              some debugger output does not go to the socket when RemotePort is set
30753              
30754              winsock cleanup never done on Windows (leads to handle leaks)
30755              
30756              fix UNC path handling on Windows under ithreads, and chdir()
30757              return value when given a non-existent directory
30758              
30759              Autogenerate pod/Makefile and pod/buildtoc.
30760              buildtoc also checks whether the existin pods are
30761              mentioned in MANIFEST and perl.pod, and vice versa.
30762              (None of the thusly found discrepancies fixed yet.)
30763              roffitall also needs to be autogenerated similarly but it
30764              seems so badly out of date that I didn't touch it yet.
30765              
30766              Config is being used.
30767              
30768              Add =head1 NAMEs so that buildtoc is happy.
30769              (The CGI::Util nit reported to Lincoln.)
30770              
30771              Fix complaints of buildtoc.
30772              
30773              Fix the alignment problem in Crays ([ID 20000612.002]).
30774              
30775              Remove perlbook, update perlfaq book listing,
30776              rearrange perl.pod, regenerate perltoc.
30777              
30778              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
30779              was cast to an unsigned (32-bit) integer with wild abandon.
30780              
30781              winsock options weren't being set in all threads under ithreads
30782              (caused send()s from second and subsequent threads to fail)
30783              
30784              accept() leaks memory on windows due to incorrect ordering of
30785              closesocket() and fclose() calls
30786              
30787              Reorder perl.pod once more.
30788              
30789              More POSIX.pod tweaks.
30790              
30791              Sprinkle ldlibpath.
30792              
30793              Precedence goof, fix based on
30794              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
30795              From: Hugo <hv@crypt.compulink.co.uk>
30796              Date: Tue, 11 Jul 2000 12:52:38 +0100
30797              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
30798              
30799              Subject: PATCH perlguts.pod: Document D and d magic types
30800              From: mjd@plover.com
30801              Date: 5 Jul 2000 18:01:51 -0000
30802              Message-ID: <20000705180151.29413.qmail@plover.com>
30803              
30804              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
30805              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
30806              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
30807              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
30808              
30809              Subject: [PATCH cfgperl] $& segfaults if you trick it
30810              From: simon@brecon.co.uk (Simon Cozens)
30811              Date: 7 Jul 2000 11:26:09 GMT
30812              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
30813              
30814              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
30815              From: Hugo <hv@crypt.compulink.co.uk>
30816              Date: Tue, 11 Jul 2000 12:44:50 +0100
30817              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
30818              
30819              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
30820              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30821              Date: Tue, 11 Jul 2000 13:50:51 +0100
30822              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
30823      Branch: maint-5.6/perl
30824           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
30825           +> pod/buildtoc.PL
30826            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
30827           !> (integrate 26 files)
30828 ____________________________________________________________________________
30829 [  7771] By: gsar                                  on 2000/11/20  12:31:42
30830         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
30831              6310,6311,6314
30832              
30833              Subject: [PATCH bleedperl] File::Spec 0.82 beta
30834              From: Barrie Slaymaker <barries@jester.slaysys.com>
30835              Date: Wed, 28 Jun 2000 11:35:29 -0400
30836              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
30837              
30838              tweak perlembed for multiplicity/usethreads sanity; correct notes
30839              about Windows
30840              
30841              localize %INC in a Safe compartment so that use/require work
30842              (many other magic globals probably need similar treatment)
30843              
30844              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
30845              when @_ is modified, causing coredumps
30846              
30847              slurp mode fix in change#4736 still not quite right
30848              
30849              Point to perlipc for more SysV IPC examples.
30850              
30851              Elaborate POSIX.pod.  Still needs work.
30852              
30853              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
30854              
30855              fix large memory leak that has been around for ever, masked by
30856              -DPURIFY (most of the arenas were never freed!)
30857              
30858              fix memory leak on Windows (PL_sys_intern contents were never
30859              freed)
30860              
30861              PERL_OBJECT build tweak
30862              
30863              adjust change#6299
30864              
30865              remove rel2abs prototypes (from Barrie Slaymaker)
30866              
30867              missing perldiag entry for unpack("w",...) diagnostic (from
30868              Andreas Koenig)
30869              
30870              better diagnostic on Frob->stuff() when Frob:: doesn't exist
30871              (from Richard Soderberg <rs@oregonnet.com>)
30872              
30873              Win32 patches for cfgperl from Sarathy.
30874              
30875              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
30876              
30877              More POSIX.pod embellishment.
30878              
30879              tyop in change#6306
30880      Branch: maint-5.6/perl
30881           !> (integrate 44 files)
30882 ____________________________________________________________________________
30883 [  7770] By: gsar                                  on 2000/11/20  11:51:00
30884         Log: integrate changes#6268..6282 from cfgperl branch
30885              
30886              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
30887              From: Dominic Dunlop <domo@computer.org>
30888              Date: Thu, 29 Jun 2000 12:32:39 +0200
30889              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
30890              
30891              Regen headers for #6261 (and update embed.pl for this) and #6267,
30892              silence few compiler warnings.
30893              
30894              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
30895              From: Nicholas Clark <nick@talking.bollo.cx>
30896              Date: Fri, 23 Jun 2000 16:21:15 +0100
30897              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
30898              
30899              Subject: PATCH pod/perltie.pod
30900              From: Ian Phillipps <Ian.Phillipps@iname.com>
30901              Date: Fri, 16 Jun 2000 00:17:19 +0100
30902              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
30903              (only the first hunk, the second hunk had already been done
30904              by some other patch)
30905              
30906              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
30907              From: Tom Phoenix <rootbeer@redcat.com>
30908              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
30909              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
30910              
30911              Subject: [PATCH] xsub attributes
30912              From: Doug MacEachern <dougm@covalent.net>
30913              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
30914              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
30915              
30916              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
30917              From: Andy Dougherty <doughera@lafayette.edu>
30918              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
30919              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
30920              
30921              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
30922              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
30923              Date: Tue, 13 Jun 2000 02:43:48 -0500
30924              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
30925              
30926              Subject: [PATCH] Re: eval documentation: context
30927              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30928              Date: Mon, 12 Jun 2000 15:07:29 +0100
30929              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
30930              
30931              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
30932              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30933              Date: Mon, 12 Jun 2000 14:55:59 +0100
30934              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
30935              
30936              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
30937              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
30938              Date: Fri, 09 Jun 2000 12:39:27 -0400
30939              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
30940              (plus update the version "number" of Text::Wrap)
30941              
30942              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
30943              From: Tim Ayers <tayers@bridge.com>
30944              Date: Thu, 08 Jun 2000 08:11:06 +0200
30945              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
30946              [resent by Richard Foley, Message-Id probably wrong]
30947              
30948              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
30949              From: rspier@pobox.com (Robert Spier)
30950              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
30951              Message-ID: <14654.31913.845602.610277@rls.cx>
30952              
30953              Subject: [PATCH 5.6.0] utils/h2xs.PL
30954              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
30955              Date: Wed, 7 Jun 2000 04:02:04 -0500
30956              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
30957              
30958              Subject: [PATCH 5.6.0]ITHREADs for VMS
30959              From: Dan Sugalski <dan@sidhe.org>
30960              Date: Tue, 06 Jun 2000 11:59:50 -0400
30961              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
30962      Branch: maint-5.6/perl
30963           !> (integrate 31 files)
30964 ____________________________________________________________________________
30965 [  7769] By: gsar                                  on 2000/11/20  11:29:06
30966         Log: integrate changes#6261..6266 from cfgperl
30967              
30968              Subject: Re: [PATCH cfgperl] BOMs away!
30969              From: simon@brecon.co.uk (Simon Cozens)
30970              Date: 17 Jun 2000 11:49:57 GMT
30971              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
30972              
30973              Subject: 5.6.0 Patch for EPOC
30974              From: Olaf Flebbe <o.flebbe@gmx.de>
30975              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
30976              Message-ID: <23449.960929969@www11.gmx.net>
30977              
30978              tr fixes from Simon Cozens
30979              
30980              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
30981              From: Marty Lucich <marty@netcom.com>
30982              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
30983              Message-Id: <200006282116.OAA11148@netcom.com>
30984              ccdlflags update (the BSD/OS 4.1 part had already been taken
30985              care of by #6141).
30986              
30987              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
30988              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30989              Date: Wed, 28 Jun 2000 17:50:12 -0700
30990              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
30991              
30992              Subject: [PATCH 5.6.0] cygwin port
30993              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
30994              From: "Fifer, Eric" <EFifer@sanwaint.com>
30995              Date: Thu, 29 Jun 2000 12:58:29 +0100
30996      Branch: maint-5.6/perl
30997           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
30998           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
30999           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
31000           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
31001 ____________________________________________________________________________
31002 [  7768] By: gsar                                  on 2000/11/20  11:13:44
31003         Log: integrate changes#6252..6256,6259..6260
31004              
31005              Paranoia tweak on #6249.
31006              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
31007              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
31008              Date: Sun, 25 Jun 2000 23:43:12 -0400
31009              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
31010              
31011              Subject: tr///, help wanted.
31012              From: simon@brecon.co.uk (Simon Cozens)
31013              Date: 28 Jun 2000 11:29:04 GMT
31014              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
31015              
31016              small thinko tweaks
31017              
31018              tweaks from Simon Conzes to further fix tr/// under utf8
31019              
31020              perlnewmod was missing from MANIFEST.
31021              
31022              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
31023              From: simon@brecon.co.uk (Simon Cozens)
31024              Date: 17 Jun 2000 11:56:44 GMT
31025              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
31026              pack U0, pack C0
31027      Branch: maint-5.6/perl
31028           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
31029           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
31030           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
31031           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
31032 ____________________________________________________________________________
31033 [  7767] By: gsar                                  on 2000/11/20  10:51:38
31034         Log: integrate change#6250 from cfgperl
31035              
31036              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
31037              From: Doug MacEachern <dougm@covalent.net>
31038              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
31039              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
31040      Branch: maint-5.6/perl
31041           +> t/op/my_stash.t
31042           !> MANIFEST embed.pl global.sym proto.h toke.c
31043 ____________________________________________________________________________
31044 [  7766] By: gsar                                  on 2000/11/20  10:48:34
31045         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
31046              
31047              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
31048              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
31049              Date: Mon, 26 Jun 2000 18:40:14 +0100
31050              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
31051              
31052              Subject: [PATCH] bytes<->utf8 fixes
31053              From: simon@brecon.co.uk (Simon Cozens)
31054              Date: 26 Jun 2000 04:55:45 GMT
31055              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
31056              
31057              Subject: [PATCH] is_utf8_string
31058              From: simon@brecon.co.uk (Simon Cozens)
31059              Date: 26 Jun 2000 02:25:59 GMT
31060              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
31061              
31062              Subject: [PATCH] avoid mg_ptr in '*' magic
31063              From: Doug MacEachern <dougm@covalent.net>
31064              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
31065              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
31066              
31067              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
31068              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
31069              Date: Sat, 24 Jun 2000 13:06:20 +0100
31070              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
31071              
31072              Allow for standalone testing.
31073              
31074              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
31075              From: Mark-Jason Dominus <mjd@plover.com>
31076              Date: Tue, 27 Jun 2000 22:36:42 -0400
31077              Message-ID: <20000628023642.12166.qmail@plover.com>
31078              
31079              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
31080              From: Frank Tobin <ftobin@uiuc.edu>
31081              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
31082              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
31083      Branch: maint-5.6/perl
31084           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
31085           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
31086           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
31087           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
31088           !> utf8.c utils/h2xs.PL
31089 ____________________________________________________________________________
31090 [  7765] By: gsar                                  on 2000/11/20  10:29:13
31091         Log: integrate change#6239 from cfgperl
31092              
31093              Configure maintenance.  Sever some dependency cycles,
31094              separate gccversion from the cc unit,
31095              address [ID 20000623.006] Configure script patch for using gcc on AIX
31096              (but solve it a little bit differently),
31097              unduplex some accidentally duplicated units,
31098              suggest using gcc if no cc available
31099              (p5p thread: "Solaris configure: counterproposal", 1999-09)
31100      Branch: maint-5.6/perl
31101           !> Configure Todo-5.6 config_h.SH
31102 ____________________________________________________________________________
31103 [  7764] By: gsar                                  on 2000/11/20  10:25:55
31104         Log: integrate changes#6233..6238 from cfgperl
31105              
31106              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
31107              From: Mark-Jason Dominus <mjd@plover.com>
31108              Date: Fri, 16 Jun 2000 20:53:04 -0400
31109              Message-ID: <20000617005304.8008.qmail@plover.com>
31110              
31111              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
31112              because when run as services (Win32ese for daemons)
31113              no environment variables are set and tmpdir ends up as /tmp,
31114              which is ambiguous.
31115              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
31116              From: matt@sergeant.org
31117              Date: 16 Jun 2000 16:30:43 -0000
31118              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
31119              
31120              The thread begun by
31121              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
31122              From: Kevin.Ruscoe@ubsw.com
31123              Date: Fri, 16 Jun 2000 16:38:51 +0100
31124              Message-Id: <H000019b03c300d6@MHS>
31125              
31126              Tweak embed.pl, regen headers.
31127              
31128              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
31129              From: Dan Sugalski <dan@sidhe.org>
31130              Date: Fri, 23 Jun 2000 17:00:00 -0400
31131              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
31132      Branch: maint-5.6/perl
31133           !> (integrate 27 files)
31134 ____________________________________________________________________________
31135 [  7763] By: gsar                                  on 2000/11/20  10:08:08
31136         Log: s/perl56delta/perldelta/g
31137      Branch: maint-5.6/perl
31138            ! pod/Makefile
31139 ____________________________________________________________________________
31140 [  7762] By: gsar                                  on 2000/11/20  10:04:00
31141         Log: integrate changes#6225,6229,6231,6232 from cfgperl
31142              
31143              Add source code filenames to apidoc.
31144              From: simon@brecon.co.uk (Simon Cozens)
31145              Subject: [PATCH embed.pl] Source X-ref
31146              Date: 22 Jun 2000 02:18:49 GMT
31147              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
31148              
31149              Subject: README.hpux version 0.6.1
31150              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
31151              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
31152              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
31153              
31154              Subject: [PATCH 5.6.0] cygwin port
31155              From: "Fifer, Eric" <EFifer@sanwaint.com>
31156              Date: Tue, 20 Jun 2000 14:30:58 +0100
31157              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
31158              
31159              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
31160              From: simon@brecon.co.uk (Simon Cozens)
31161              Date: 19 Jun 2000 15:18:27 GMT
31162              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
31163              
31164              plus update pod/Makefile and regenerate perltoc
31165      Branch: maint-5.6/perl
31166           +> pod/perlutil.pod
31167           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
31168           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
31169 ____________________________________________________________________________
31170 [  7761] By: jhi                                   on 2000/11/20  04:09:55
31171         Log: Miraculous typo.
31172      Branch: perl
31173            ! t/op/pat.t
31174 ____________________________________________________________________________
31175 [  7760] By: jhi                                   on 2000/11/20  04:06:08
31176         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
31177              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31178              Date: Sun, 19 Nov 2000 22:30:26 -0500
31179              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
31180      Branch: perl
31181            ! regexec.c scope.h t/op/pat.t
31182 ____________________________________________________________________________
31183 [  7759] By: jhi                                   on 2000/11/20  02:05:22
31184         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
31185      Branch: perl
31186            ! perl.h
31187 ____________________________________________________________________________
31188 [  7758] By: jhi                                   on 2000/11/20  01:58:11
31189         Log: Subject: [perl 7711: EPOC] updates
31190              From: Olaf Flebbe <o.flebbe@gmx.de>
31191              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
31192              Message-ID: <25575.974658810@www23.gmx.net>               
31193      Branch: perl
31194            + lib/File/Spec/Epoc.pm
31195            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
31196            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
31197            ! lib/File/Spec.pm perl.c sv.c
31198 ____________________________________________________________________________
31199 [  7757] By: jhi                                   on 2000/11/20  01:53:11
31200         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
31201      Branch: perl
31202            ! MANIFEST
31203 ____________________________________________________________________________
31204 [  7756] By: jhi                                   on 2000/11/20  01:47:22
31205         Log: Integrate perlio.
31206      Branch: perl
31207            - ext/re/hints/MSWin32.pl
31208           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
31209           !> win32/config.gc win32/config_H.gc win32/win32sck.c
31210 ____________________________________________________________________________
31211 [  7755] By: nick                                  on 2000/11/19  20:57:17
31212         Log: Add dummy crlf layer (just as buffer)
31213              Correct 1st bug - one layer of indirection.
31214      Branch: perlio
31215            ! perlio.c perlio.h perliol.h
31216 ____________________________________________________________________________
31217 [  7754] By: nick                                  on 2000/11/19  20:56:12
31218         Log: Work-round to Perl_deb_nocontext is no longer required
31219      Branch: perlio
31220            - ext/re/hints/MSWin32.pl
31221 ____________________________________________________________________________
31222 [  7753] By: nick                                  on 2000/11/19  20:01:16
31223         Log: diff -se shows these as different
31224      Branch: perlio
31225            ! global.sym pod/perlapi.pod
31226 ____________________________________________________________________________
31227 [  7752] By: nick                                  on 2000/11/19  18:57:30
31228         Log: Configure GCC/Win32 build -Duseperlio
31229              Fix a couple of gross issues
31230              - double-include of ../deb.o in re.dll
31231              - win32sck.c needs PerlIO and FILE 
31232      Branch: perlio
31233            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
31234            ! win32/win32sck.c
31235 ____________________________________________________________________________
31236 [  7751] By: nick                                  on 2000/11/19  17:05:36
31237         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
31238      Branch: perlio
31239            ! perlio.c
31240 ____________________________________________________________________________
31241 [  7750] By: nick                                  on 2000/11/19  16:57:14
31242         Log: Missing aTHX_
31243      Branch: perlio
31244            ! sv.c
31245 ____________________________________________________________________________
31246 [  7749] By: jhi                                   on 2000/11/19  16:28:40
31247         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
31248              From: "Peter J. Farley III" <pjfarley@banet.net>
31249              Date: Sun, 19 Nov 2000 01:42:58 -0500
31250              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
31251      Branch: perl
31252            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
31253 ____________________________________________________________________________
31254 [  7748] By: jhi                                   on 2000/11/19  16:08:10
31255         Log: Subject: podlators 1.05 available        
31256              From: Russ Allbery <rra@stanford.edu>   
31257              Date: 18 Nov 2000 22:04:28 -0800
31258              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
31259      Branch: perl
31260            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
31261 ____________________________________________________________________________
31262 [  7747] By: nick                                  on 2000/11/19  11:19:39
31263         Log: Integrate mainline
31264      Branch: perlio
31265           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
31266           !> util.c
31267 ____________________________________________________________________________
31268 [  7746] By: jhi                                   on 2000/11/19  06:42:22
31269         Log: Make hex scanning warn on "\x{x}" and "\xx".
31270              "\x" and and hex("x") are still valid.
31271      Branch: perl
31272            ! util.c
31273 ____________________________________________________________________________
31274 [  7745] By: nick                                  on 2000/11/18  22:52:28
31275         Log: Integrate mainline
31276      Branch: perlio
31277           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
31278           !> perl.h perlio.c proto.h regcomp.c regcomp.h
31279 ____________________________________________________________________________
31280 [  7744] By: jhi                                   on 2000/11/18  22:50:28
31281         Log: Introduce Perl_utf8_length().  Use it.
31282      Branch: perl
31283            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
31284 ____________________________________________________________________________
31285 [  7743] By: jhi                                   on 2000/11/18  22:38:51
31286         Log: Compiler denit.
31287      Branch: perl
31288            ! perlio.c
31289 ____________________________________________________________________________
31290 [  7742] By: jhi                                   on 2000/11/18  20:33:05
31291         Log: Integrate perlio.
31292      Branch: perl
31293           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
31294           !> perlio.h pp_ctl.c pp_sys.c sv.c
31295 ____________________________________________________________________________
31296 [  7741] By: jhi                                   on 2000/11/18  20:31:27
31297         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
31298              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31299              Date: Fri, 17 Nov 2000 20:35:11 -0500
31300              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
31301              
31302              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
31303              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31304              Date: Fri, 17 Nov 2000 21:03:47 -0500
31305              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
31306              
31307              Plus a little bit of tweaking in pregcomp().
31308      Branch: perl
31309            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
31310 ____________________________________________________________________________
31311 [  7740] By: nick                                  on 2000/11/18  20:17:22
31312         Log: Lexical use open ... support:
31313              add ->cop_io to COP structure in cop.h.
31314              Make mg.c and gv.c associate it with ${^OPEN}.
31315              Make lib/open.pm set it.
31316              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
31317              manner similar to ->cop_warnings.
31318              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
31319              call new PerlIO_apply_layers().
31320              Declare latter in perlio.h and define in perlio.c
31321      Branch: perlio
31322            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
31323            ! perlio.h pp_ctl.c pp_sys.c sv.c
31324 ____________________________________________________________________________
31325 [  7739] By: jhi                                   on 2000/11/18  19:54:00
31326         Log: Integrate perlio.
31327      Branch: perl
31328           !> doio.c perlio.c pp.c
31329 ____________________________________________________________________________
31330 [  7738] By: jhi                                   on 2000/11/18  17:16:13
31331         Log: Subject: [PATCH 5.7.0] etags broken again
31332              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31333              Date: Sat, 18 Nov 2000 02:41:36 -0500
31334              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
31335      Branch: perl
31336            ! emacs/ptags
31337 ____________________________________________________________________________
31338 [  7737] By: jhi                                   on 2000/11/18  17:12:18
31339         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
31340      Branch: perl
31341            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
31342 ____________________________________________________________________________
31343 [  7736] By: nick                                  on 2000/11/18  14:06:20
31344         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
31345              part to be isolated.
31346      Branch: perlio
31347            ! doio.c perlio.c
31348 ____________________________________________________________________________
31349 [  7735] By: nick                                  on 2000/11/18  11:03:32
31350         Log: Integrate mainline
31351      Branch: perlio
31352           !> Changes README.amiga README.win32 patchlevel.h
31353           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
31354 ____________________________________________________________________________
31355 [  7734] By: jhi                                   on 2000/11/18  01:18:56
31356         Log: Update Changes.
31357      Branch: perl
31358            ! Changes patchlevel.h
31359 ____________________________________________________________________________
31360 [  7733] By: jhi                                   on 2000/11/18  00:32:54
31361         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
31362              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31363              Date: Fri, 17 Nov 2000 17:28:02 -0500
31364              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
31365      Branch: perl
31366            ! regcomp.c regexec.c t/op/re_tests
31367 ____________________________________________________________________________
31368 [  7732] By: jhi                                   on 2000/11/18  00:28:56
31369         Log: Sparc 64-bit pack() fix from Jens Hamisch.
31370      Branch: perl
31371            ! pp.c
31372 ____________________________________________________________________________
31373 [  7731] By: jhi                                   on 2000/11/18  00:18:39
31374         Log: Explain in more detail the {} syntax ambiguousity.
31375              
31376              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
31377              From: Nicholas Clark <nick@ccl4.org>
31378              Date: Fri, 17 Nov 2000 22:10:28 +0000
31379              Message-ID: <20001117221028.A88930@plum.flirble.org>
31380      Branch: perl
31381            ! pod/perlfunc.pod
31382 ____________________________________________________________________________
31383 [  7730] By: jhi                                   on 2000/11/18  00:12:18
31384         Log: Subject: Fix for README.amiga (20000323.033)
31385              From: "Stephen P. Potter" <spp@spotter.yi.org>
31386              Date: Fri, 17 Nov 2000 12:25:51 -0500
31387              Message-Id: <200011171725.MAA05768@spotter.yi.org>
31388      Branch: perl
31389            ! README.amiga
31390 ____________________________________________________________________________
31391 [  7729] By: jhi                                   on 2000/11/18  00:08:34
31392         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
31393              From: "A. C. Yardley" <yardley@tanet.net>
31394              Date: Mon, 3 Apr 2000 11:35:33 -0700
31395              Message-ID: <3483.000403@tanet.net>
31396      Branch: perl
31397            ! README.win32
31398 ____________________________________________________________________________
31399 [  7728] By: nick                                  on 2000/11/17  21:59:47
31400         Log: Integrate mainline
31401      Branch: perlio
31402           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
31403           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
31404           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
31405           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
31406 ____________________________________________________________________________
31407 [  7727] By: nick                                  on 2000/11/17  21:56:31
31408         Log: Experiment on use of attributes.pm interface.
31409              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
31410              SVt_PVRV if not already something better (else vivify of say magic gets
31411              core dump).
31412      Branch: perlio
31413            ! perlio.c pp.c
31414 ____________________________________________________________________________
31415 [  7726] By: jhi                                   on 2000/11/17  14:15:49
31416         Log: Subject: Fix for 20000815.006
31417              From: "Stephen P. Potter" <spp@spotter.yi.org>
31418              Date: Fri, 17 Nov 2000 08:57:45 -0500
31419              Message-Id: <200011171357.IAA05122@spotter.yi.org>
31420              
31421              It's really 20000518.006.
31422      Branch: perl
31423            ! pod/perlmodlib.PL
31424 ____________________________________________________________________________
31425 [  7725] By: jhi                                   on 2000/11/17  14:12:31
31426         Log: Subject: Fix for 20000409.001
31427              From: "Stephen P. Potter" <spp@spotter.yi.org>
31428              Date: Fri, 17 Nov 2000 08:55:45 -0500
31429              Message-Id: <200011171355.IAA05104@spotter.yi.org>
31430      Branch: perl
31431            ! pod/perlfaq9.pod
31432 ____________________________________________________________________________
31433 [  7724] By: jhi                                   on 2000/11/17  14:08:58
31434         Log: Undo #7627 now that we have =head3.
31435      Branch: perl
31436            ! pod/perlhack.pod
31437 ____________________________________________________________________________
31438 [  7723] By: jhi                                   on 2000/11/17  14:04:09
31439         Log: As surmised the #7719 wasn't a good move.
31440      Branch: perl
31441            ! hints/solaris_2.sh
31442 ____________________________________________________________________________
31443 [  7722] By: jhi                                   on 2000/11/17  13:59:04
31444         Log: Also the 64bitall hints can be either here or there.
31445      Branch: perl
31446            ! hints/solaris_2.sh
31447 ____________________________________________________________________________
31448 [  7721] By: jhi                                   on 2000/11/17  02:26:23
31449         Log: Test tweak for the open pragma.
31450      Branch: perl
31451            ! t/lib/b.t
31452 ____________________________________________________________________________
31453 [  7720] By: jhi                                   on 2000/11/17  00:23:22
31454         Log: The long double hints can be here or there.
31455      Branch: perl
31456            ! hints/solaris_2.sh
31457 ____________________________________________________________________________
31458 [  7719] By: jhi                                   on 2000/11/17  00:14:06
31459         Log: For Solaris use64bitall the stdchar needs a little bit of help.
31460      Branch: perl
31461            ! hints/solaris_2.sh
31462 ____________________________________________________________________________
31463 [  7718] By: jhi                                   on 2000/11/16  23:27:34
31464         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
31465              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
31466              Date: Wed, 15 Nov 2000 08:56:32 +0100
31467              Message-ID: <3A1241B0.64477E00@alcatel.at>
31468      Branch: perl
31469            ! lib/Carp/Heavy.pm
31470 ____________________________________________________________________________
31471 [  7717] By: jhi                                   on 2000/11/16  23:23:29
31472         Log: Subject: [PATCH] Re: 20001101.003 PDL
31473              From: Nicholas Clark <nick@ccl4.org>
31474              Date: Thu, 16 Nov 2000 16:48:25 +0000
31475              Message-ID: <20001116164825.B93487@plum.flirble.org>
31476      Branch: perl
31477            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
31478 ____________________________________________________________________________
31479 [  7716] By: jhi                                   on 2000/11/16  23:21:31
31480         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
31481              From: "Casey R. Tweten" <crt@kiski.net>
31482              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
31483              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
31484      Branch: perl
31485            ! lib/Pod/Checker.pm pod/perlpod.pod
31486 ____________________________________________________________________________
31487 [  7715] By: jhi                                   on 2000/11/16  23:19:40
31488         Log: Avoid an infinite loop in VMS when utils scripts are run
31489              with no arguments, from Charles Lane.
31490      Branch: perl
31491            ! configure.com
31492 ____________________________________________________________________________
31493 [  7714] By: jhi                                   on 2000/11/16  23:17:08
31494         Log: Subject: perllocale.pod changes
31495              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
31496              Date: Mon, 13 Nov 2000 10:09:22 +0300
31497              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
31498      Branch: perl
31499            ! pod/perllocale.pod
31500 ____________________________________________________________________________
31501 [  7713] By: jhi                                   on 2000/11/16  23:14:06
31502         Log: Integrate perlio.
31503      Branch: perl
31504           !> doio.c perlio.c perlio.h util.c
31505 ____________________________________________________________________________
31506 [  7712] By: nick                                  on 2000/11/16  21:10:58
31507         Log: Integrate mainline
31508      Branch: perlio
31509           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
31510           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
31511           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
31512           !> vos/config.ga.def vos/config.ga.h win32/config.bc
31513           !> win32/config.gc win32/config.vc
31514 ____________________________________________________________________________
31515 [  7711] By: nick                                  on 2000/11/16  19:56:41
31516         Log: Minor tweaks:
31517              consistent way of getting 'rb', 'wb' etc. for binary opens
31518              move *perlio::layers to *open::layers
31519              a #define to show layers available
31520              DOSISH popen/PerlIO had export/import sense inverted.
31521      Branch: perlio
31522            ! doio.c perlio.c perlio.h util.c
31523 ____________________________________________________________________________
31524 [  7710] By: jhi                                   on 2000/11/16  15:46:05
31525         Log: Add HAS_SBRK_PROTO.
31526      Branch: metaconfig/U/perl
31527            + d_sbrkproto.U
31528      Branch: perl
31529            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31530            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
31531            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
31532            ! vos/config.ga.def vos/config.ga.h win32/config.bc
31533            ! win32/config.gc win32/config.vc
31534 ____________________________________________________________________________
31535 [  7709] By: nick                                  on 2000/11/16  07:31:49
31536         Log: Integrate mainline
31537      Branch: perlio
31538           !> (integrate 35 files)
31539 ____________________________________________________________________________
31540 [  7708] By: jhi                                   on 2000/11/16  05:33:03
31541         Log: These files are text, not binary.
31542      Branch: perl
31543            ! ext/Encode/Encode/iso8859-10.enc
31544            ! ext/Encode/Encode/iso8859-13.enc
31545            ! ext/Encode/Encode/iso8859-14.enc
31546            ! ext/Encode/Encode/iso8859-15.enc
31547 ____________________________________________________________________________
31548 [  7707] By: jhi                                   on 2000/11/16  01:53:37
31549         Log: Update Changes.
31550      Branch: perl
31551            ! Changes patchlevel.h
31552 ____________________________________________________________________________
31553 [  7706] By: jhi                                   on 2000/11/16  01:35:59
31554         Log: More #undefing of stdio.
31555      Branch: perl
31556            ! fakesdio.h nostdio.h
31557 ____________________________________________________________________________
31558 [  7705] By: jhi                                   on 2000/11/16  01:34:18
31559         Log: Add fwalk() probe to the configuration files and regen perltoc.
31560      Branch: perl
31561            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31562            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
31563            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
31564            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31565            ! win32/config.bc win32/config.gc win32/config.vc
31566 ____________________________________________________________________________
31567 [  7704] By: jhi                                   on 2000/11/16  01:33:07
31568         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
31569              an optional third argument to Inlibc?)
31570      Branch: metaconfig/U/perl
31571            + d__fwalk.U
31572 ____________________________________________________________________________
31573 [  7703] By: jhi                                   on 2000/11/16  01:09:22
31574         Log: The type of the hash_cb() size argument is tricky.
31575      Branch: perl
31576            ! ext/DB_File/DB_File.xs
31577 ____________________________________________________________________________
31578 [  7702] By: jhi                                   on 2000/11/15  23:01:16
31579         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
31580      Branch: perl
31581            ! nostdio.h
31582 ____________________________________________________________________________
31583 [  7701] By: jhi                                   on 2000/11/15  22:52:32
31584         Log: Detypo.
31585      Branch: perl
31586            ! t/lib/bigfltpm.t
31587 ____________________________________________________________________________
31588 [  7700] By: jhi                                   on 2000/11/15  22:51:56
31589         Log: UINT64_C() work continues.
31590      Branch: perl
31591            ! handy.h perl.h utf8.h
31592 ____________________________________________________________________________
31593 [  7699] By: jhi                                   on 2000/11/15  14:13:04
31594         Log: SOCKS has its own USE_THREADS, based on
31595              
31596              Subject: [ID 20001114.002] et. al. bugfix followup
31597              From: Jens Hamisch <jens@Strawberry.COM> 
31598              Date: Wed, 15 Nov 2000 14:23:11 +0100
31599              Message-ID: <20001115142311.A21164@Strawberry.COM>
31600      Branch: perl
31601            ! perl.h
31602 ____________________________________________________________________________
31603 [  7698] By: jhi                                   on 2000/11/15  03:50:56
31604         Log: Add few missing #undefs and sort them.
31605      Branch: perl
31606            ! fakesdio.h
31607 ____________________________________________________________________________
31608 [  7697] By: jhi                                   on 2000/11/15  03:39:14
31609         Log: Linenumber fix.
31610      Branch: perl
31611            ! t/pragma/warn/utf8
31612 ____________________________________________________________________________
31613 [  7696] By: jhi                                   on 2000/11/15  02:55:26
31614         Log: EBCDIC tweaks.
31615              
31616              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
31617              From: Peter Prymmer <pvhp@forte.com>
31618              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
31619              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
31620      Branch: perl
31621            ! t/op/regmesg.t t/pragma/warn/utf8
31622 ____________________________________________________________________________
31623 [  7695] By: jhi                                   on 2000/11/15  02:53:58
31624         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
31625              From: Peter Prymmer <pvhp@forte.com>
31626              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
31627              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
31628      Branch: perl
31629            ! utf8.c
31630 ____________________________________________________________________________
31631 [  7694] By: jhi                                   on 2000/11/15  02:50:55
31632         Log: Subject: [PATCH: perl@7674] updates to README.os390
31633              From: Prymmer/Kahn <pvhp@best.com>
31634              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
31635              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
31636      Branch: perl
31637            ! README.os390
31638 ____________________________________________________________________________
31639 [  7693] By: jhi                                   on 2000/11/15  02:48:37
31640         Log: Quit utf8_to_uv() instantly if curlen == 0.
31641      Branch: perl
31642            ! utf8.c
31643 ____________________________________________________________________________
31644 [  7692] By: jhi                                   on 2000/11/15  02:24:29
31645         Log: Use u_int32_t for the size of hash_cb(), not size_t.
31646              
31647              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
31648              From: Jens Hamisch <jens@Strawberry.COM>     
31649              Date: Tue, 14 Nov 2000 19:03:55 +0100
31650              Message-Id: <20001114190355.A20559@Strawberry.COM>
31651      Branch: perl
31652            ! ext/DB_File/DB_File.xs
31653 ____________________________________________________________________________
31654 [  7691] By: jhi                                   on 2000/11/15  02:20:12
31655         Log: Use UINT64_C().
31656              
31657              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
31658              From: Jens Hamisch <jens@Strawberry.COM>
31659              Date: Tue, 14 Nov 2000 19:16:23 +0100
31660              Message-Id: <20001114191623.G20559@Strawberry.COM>
31661      Branch: perl
31662            ! utf8.c utf8.h
31663 ____________________________________________________________________________
31664 [  7690] By: jhi                                   on 2000/11/15  02:17:06
31665         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
31666              (a macro to define signed and unsigned integer constants).
31667      Branch: perl
31668            ! handy.h
31669 ____________________________________________________________________________
31670 [  7689] By: jhi                                   on 2000/11/15  01:56:51
31671         Log: Regen Configure.
31672      Branch: perl
31673            ! Configure
31674 ____________________________________________________________________________
31675 [  7688] By: jhi                                   on 2000/11/15  01:56:32
31676         Log: Make the unit know about SOCKS.
31677      Branch: metaconfig
31678            ! U/protos/socksizetype.U
31679 ____________________________________________________________________________
31680 [  7687] By: jhi                                   on 2000/11/15  01:54:47
31681         Log: Remove unused dependencies.
31682      Branch: metaconfig
31683            ! U/compline/d_getpagsz.U
31684 ____________________________________________________________________________
31685 [  7686] By: nick                                  on 2000/11/14  21:25:13
31686         Log: Integrate mainline.
31687      Branch: perlio
31688           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
31689           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
31690           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
31691           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
31692           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
31693           !> win32/config.bc win32/config.gc win32/config.vc
31694           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
31695 ____________________________________________________________________________
31696 [  7685] By: jhi                                   on 2000/11/14  17:54:56
31697         Log: Integrate perlio.
31698      Branch: perl
31699           +> fakesdio.h perliol.h
31700           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
31701           !> perlsdio.h perlsfio.h pod/perlfunc.pod
31702 ____________________________________________________________________________
31703 [  7684] By: nick                                  on 2000/11/14  17:43:04
31704         Log: PerlIO #include and #ifdef re-work.
31705      Branch: perlio
31706            + fakesdio.h perliol.h
31707            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
31708            ! perlsdio.h perlsfio.h
31709 ____________________________________________________________________________
31710 [  7683] By: jhi                                   on 2000/11/14  15:42:40
31711         Log: Hoist the duplicated socket/netdb include logic to perl.h;
31712              undef SETERRNO in case SOCKS has defined it.  Based on:
31713              
31714              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
31715              From: Jens Hamisch <jens@Strawberry.COM> 
31716              Date: Tue, 14 Nov 2000 11:34:40 +0100
31717              Message-Id: <20001114113440.A20005@Strawberry.COM>
31718      Branch: perl
31719            ! doio.c perl.h pp_sys.c
31720 ____________________________________________________________________________
31721 [  7682] By: jhi                                   on 2000/11/14  14:07:28
31722         Log: Subject: some additions for makefiles for win32 (for perl@7674)
31723              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
31724              Date: Tue, 14 Nov 2000 09:31:13 +0300
31725              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
31726      Branch: perl
31727            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
31728            ! win32/makefile.mk
31729 ____________________________________________________________________________
31730 [  7681] By: jhi                                   on 2000/11/14  14:01:41
31731         Log: Subject: tiny typo in perl5db.pl
31732              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
31733              Date: Tue, 14 Nov 2000 09:29:28 +0300
31734              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
31735      Branch: perl
31736            ! lib/perl5db.pl
31737 ____________________________________________________________________________
31738 [  7680] By: jhi                                   on 2000/11/14  04:13:50
31739         Log: Redo #7679 with LFs instead of CRLFs.
31740      Branch: perl
31741            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
31742            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
31743            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
31744 ____________________________________________________________________________
31745 [  7679] By: jhi                                   on 2000/11/14  01:21:09
31746         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
31747              From: Benjamin Stuhl <tiriath@yahoo.com> 
31748              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
31749              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
31750      Branch: perl
31751            + win32/bin/mdelete.bat
31752            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
31753            ! makedef.pl perlio.c win32/Makefile win32/config.gc
31754            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
31755 ____________________________________________________________________________
31756 [  7678] By: jhi                                   on 2000/11/14  01:19:20
31757         Log: Fix the re extension building for Win32.
31758              
31759              Subject: [PATCH perl@7638] Get PerlIO building on Win32
31760              From: Benjamin Stuhl <tiriath@yahoo.com> 
31761              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
31762              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
31763      Branch: perl
31764            + ext/re/hints/MSWin32.pl
31765            ! MANIFEST
31766 ____________________________________________________________________________
31767 [  7677] By: jhi                                   on 2000/11/14  01:13:54
31768         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
31769              From: sthoenna@efn.org
31770              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
31771              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
31772      Branch: perl
31773            ! doop.c pp.c toke.c utf8.c utf8.h
31774 ____________________________________________________________________________
31775 [  7676] By: jhi                                   on 2000/11/13  20:23:15
31776         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
31777              From: Nicholas Clark <nick@ccl4.org>
31778              Date: Mon, 13 Nov 2000 18:55:04 +0000
31779              Message-ID: <20001113185504.J29183@plum.flirble.org>
31780      Branch: perl
31781            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
31782 ____________________________________________________________________________
31783 [  7675] By: nick                                  on 2000/11/13  20:21:57
31784         Log: Integrate mainline ...
31785      Branch: perlio
31786           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
31787           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
31788           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
31789           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
31790 ____________________________________________________________________________
31791 [  7674] By: jhi                                   on 2000/11/13  15:07:56
31792         Log: Update Changes.
31793      Branch: perl
31794            ! Changes patchlevel.h
31795 ____________________________________________________________________________
31796 [  7673] By: jhi                                   on 2000/11/13  14:42:42
31797         Log: Remove the new two tests of lib/io_xs for now, they seem to
31798              fail under perlio on some platforms.
31799      Branch: perl
31800            ! t/lib/io_xs.t
31801 ____________________________________________________________________________
31802 [  7672] By: jhi                                   on 2000/11/13  13:57:53
31803         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
31804      Branch: perl
31805            ! perlio.c
31806 ____________________________________________________________________________
31807 [  7671] By: jhi                                   on 2000/11/13  05:30:48
31808         Log: Placate nervous compilers that see longer than ints switch()ing.
31809      Branch: perl
31810            ! utf8.c
31811 ____________________________________________________________________________
31812 [  7670] By: jhi                                   on 2000/11/13  05:14:21
31813         Log: fputs() does return EOF on error but here we don't care.
31814      Branch: perl
31815            ! perlio.c
31816 ____________________________________________________________________________
31817 [  7669] By: jhi                                   on 2000/11/13  05:02:45
31818         Log: Declare reg_data like reg_substr_data.
31819      Branch: perl
31820            ! regexp.h
31821 ____________________________________________________________________________
31822 [  7668] By: jhi                                   on 2000/11/13  04:54:34
31823         Log: Typos in #7667.
31824      Branch: perl
31825            ! perl.h
31826 ____________________________________________________________________________
31827 [  7667] By: jhi                                   on 2000/11/13  04:49:49
31828         Log: Cleanup messy #ifdef.
31829      Branch: perl
31830            ! perl.h
31831 ____________________________________________________________________________
31832 [  7666] By: jhi                                   on 2000/11/13  04:17:34
31833         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
31834              From: Nicholas Clark <nick@talking.bollo.cx>
31835              Date: Sun, 12 Nov 2000 21:14:11 +0000
31836              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
31837              
31838              Note: only one breakage of the two reported is fixed by this patch.
31839      Branch: perl
31840            ! perlio.c
31841 ____________________________________________________________________________
31842 [  7665] By: jhi                                   on 2000/11/13  04:05:07
31843         Log: Tweak the definition of the bit complement on UTF-8 data:
31844              if none of the characters in the string are > 0xff,
31845              the result is a complemented byte string, not a (UTF-8)
31846              char string.  Based on the summary in
31847              
31848              Subject: Re: [ID 20000918.005] ~ on wide chars
31849              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
31850              Date: Fri, 10 Nov 2000 09:47:15 -0800
31851              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
31852              
31853              This should give us the maximum backward (pre-char string)
31854              compatibility and utf8 compatibility.  The other alternative
31855              would be to limit the bit complement to be always byte only,
31856              taking the least significant byte of the chars.
31857      Branch: perl
31858            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
31859 ____________________________________________________________________________
31860 [  7664] By: jhi                                   on 2000/11/13  00:23:44
31861         Log: Couple of tests from #7660 salvaged.
31862      Branch: perl
31863            - t/op/tell.t
31864            ! MANIFEST t/io/tell.t
31865 ____________________________________________________________________________
31866 [  7663] By: jhi                                   on 2000/11/13  00:02:48
31867         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
31868              From: Nicholas Clark <nick@talking.bollo.cx>
31869              Date: Sun, 12 Nov 2000 21:23:43 +0000
31870              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
31871      Branch: perl
31872            ! perlsfio.h
31873 ____________________________________________________________________________
31874 [  7662] By: jhi                                   on 2000/11/13  00:01:39
31875         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
31876              From: Nicholas Clark <nick@talking.bollo.cx>
31877              Date: Sun, 12 Nov 2000 21:30:04 +0000
31878              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
31879      Branch: perl
31880            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
31881 ____________________________________________________________________________
31882 [  7661] By: jhi                                   on 2000/11/12  23:57:29
31883         Log: Document tell() on special streams.
31884      Branch: perl
31885            ! pod/perlfunc.pod
31886 ____________________________________________________________________________
31887 [  7660] By: jhi                                   on 2000/11/12  23:54:22
31888         Log: (Subsumed by #7664)
31889      Branch: perl
31890            + t/op/tell.t
31891            ! MANIFEST
31892 ____________________________________________________________________________
31893 [  7659] By: jhi                                   on 2000/11/12  22:55:25
31894         Log: Many subdocumented return values of the IO extension now documented.
31895              ungetc and write still left subdocumented.
31896              
31897              Subject: [PATCH] (was Re: IO::Handle::ungetc)
31898              From: Nicholas Clark <nick@talking.bollo.cx>
31899              Date: Sun, 12 Nov 2000 21:35:53 +0000
31900              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
31901      Branch: perl
31902            ! ext/IO/lib/IO/Handle.pm
31903 ____________________________________________________________________________
31904 [  7658] By: jhi                                   on 2000/11/12  21:37:06
31905         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
31906              From: Nicholas Clark <nick@talking.bollo.cx>
31907              Date: Sun, 12 Nov 2000 20:03:22 +0000
31908              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
31909      Branch: perl
31910            ! pod/perlfunc.pod
31911 ____________________________________________________________________________
31912 [  7657] By: jhi                                   on 2000/11/12  20:34:55
31913         Log: Integrate perlio.
31914      Branch: perl
31915           !> perlio.c
31916 ____________________________________________________________________________
31917 [  7656] By: nick                                  on 2000/11/12  19:25:06
31918         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
31919      Branch: perlio
31920            ! perlio.c
31921 ____________________________________________________________________________
31922 [  7655] By: nick                                  on 2000/11/12  19:09:41
31923         Log: Integrate mainline
31924      Branch: perlio
31925           +> README.solaris ext/Encode/Encode/cp1006.enc
31926           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
31927           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
31928           +> ext/Encode/Encode/iso8859-13.enc
31929           +> ext/Encode/Encode/iso8859-14.enc
31930           +> ext/Encode/Encode/iso8859-15.enc
31931           !> (integrate 34 files)
31932 ____________________________________________________________________________
31933 [  7654] By: jhi                                   on 2000/11/12  19:00:22
31934         Log: Add a metaconfig unit for fsync.
31935      Branch: metaconfig/U/perl
31936            + d_fsync.U
31937 ____________________________________________________________________________
31938 [  7653] By: jhi                                   on 2000/11/12  19:00:01
31939         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
31940      Branch: perl
31941            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31942            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
31943            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31944            ! vos/config.ga.h win32/config.bc win32/config.gc
31945            ! win32/config.vc
31946 ____________________________________________________________________________
31947 [  7652] By: jhi                                   on 2000/11/11  21:12:01
31948         Log: Copy the s// information of README.hpux also to the perlrun.
31949      Branch: perl
31950            ! README.hpux pod/perlrun.pod
31951 ____________________________________________________________________________
31952 [  7651] By: jhi                                   on 2000/11/11  21:03:13
31953         Log: More README.solaris updates from Andy Dougherty.
31954      Branch: perl
31955            ! README.solaris
31956 ____________________________________________________________________________
31957 [  7650] By: jhi                                   on 2000/11/11  18:38:57
31958         Log: More descriptive error for unknown perlio layers.
31959              
31960              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
31961              From: Dominic Dunlop <domo@computer.org> 
31962              Date: Sat, 11 Nov 2000 18:20:32 +0100             
31963              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
31964      Branch: perl
31965            ! perlio.c pod/perldiag.pod
31966 ____________________________________________________________________________
31967 [  7649] By: jhi                                   on 2000/11/11  18:37:52
31968         Log: MachTen doesn't really do mmap() and munmap().
31969              
31970              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
31971              From: Dominic Dunlop <domo@computer.org> 
31972              Date: Sat, 11 Nov 2000 18:20:32 +0100             
31973              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
31974      Branch: perl
31975            ! hints/machten.sh
31976 ____________________________________________________________________________
31977 [  7648] By: jhi                                   on 2000/11/11  18:36:46
31978         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
31979              From: rspier@pobox.com (Robert Spier)
31980              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
31981              Message-ID: <14861.32839.491271.985797@rls.cx>
31982      Branch: perl
31983            ! Porting/Contract pod/perltoot.pod
31984 ____________________________________________________________________________
31985 [  7647] By: jhi                                   on 2000/11/11  18:35:30
31986         Log: Simplify the getpagesize() unit by dropping the
31987              pagesize probe since it's nowadays slightly more
31988              complicated because of sysconf(). (Note: if some
31989              platform really needs the -lPW for getpagesize,
31990              I just broke it.)
31991              
31992              TODO: a new pagesize unit.
31993      Branch: metaconfig
31994            ! U/compline/d_getpagsz.U
31995 ____________________________________________________________________________
31996 [  7646] By: jhi                                   on 2000/11/11  18:33:23
31997         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
31998      Branch: perl
31999            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32000            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
32001            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32002            ! vos/config.ga.h win32/config.bc win32/config.gc
32003            ! win32/config.vc
32004 ____________________________________________________________________________
32005 [  7645] By: jhi                                   on 2000/11/11  16:45:15
32006         Log: Use sysconf() or getpagesize() to find out the pagesize.
32007      Branch: perl
32008            ! perlio.c
32009 ____________________________________________________________________________
32010 [  7644] By: jhi                                   on 2000/11/11  15:46:08
32011         Log: Integrate perlio.
32012      Branch: perl
32013           !> perlio.c
32014 ____________________________________________________________________________
32015 [  7643] By: jhi                                   on 2000/11/11  15:33:36
32016         Log: Subject: Re: [PATCH] README.solaris
32017              From: Lupe Christoph <lupe@lupe-christoph.de>
32018              Date: Sat, 11 Nov 2000 14:08:10 +0100
32019              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
32020      Branch: perl
32021            ! README.solaris
32022 ____________________________________________________________________________
32023 [  7642] By: jhi                                   on 2000/11/11  15:22:12
32024         Log: Subject: [PATCH perl@7638] cygwin port
32025              From: "Eric Fifer" <egf7@columbia.edu>            
32026              Date: Fri, 10 Nov 2000 19:30:30 -0000
32027              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
32028      Branch: perl
32029            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
32030 ____________________________________________________________________________
32031 [  7641] By: nick                                  on 2000/11/11  14:50:36
32032         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
32033              Also call "Buf" layer directly when unread'ing non-read chars.
32034      Branch: perlio
32035            ! perlio.c
32036 ____________________________________________________________________________
32037 [  7640] By: jhi                                   on 2000/11/11  02:05:02
32038         Log: Add more encoding tables.
32039      Branch: perl
32040            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
32041            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
32042            + ext/Encode/Encode/iso8859-10.enc
32043            + ext/Encode/Encode/iso8859-13.enc
32044            + ext/Encode/Encode/iso8859-14.enc
32045            + ext/Encode/Encode/iso8859-15.enc
32046            ! MANIFEST
32047 ____________________________________________________________________________
32048 [  7639] By: jhi                                   on 2000/11/10  18:49:25
32049         Log: Subject: [PATCH] README.solaris
32050              From: Andy Dougherty <doughera@lafayette.edu>
32051              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
32052              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
32053      Branch: perl
32054            + README.solaris
32055            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
32056            ! pod/perl.pod pod/perltoc.pod
32057 ____________________________________________________________________________
32058 [  7638] By: jhi                                   on 2000/11/10  15:04:15
32059         Log: Update Changes.
32060      Branch: perl
32061            ! Changes patchlevel.h
32062 ____________________________________________________________________________
32063 [  7637] By: jhi                                   on 2000/11/10  14:14:28
32064         Log: Explain better why certain regex tests are skipped.
32065              
32066              Subject: Re: tests skipped: unknown reason
32067              From: Lupe Christoph <lupe@lupe-christoph.de>
32068              Date: Fri, 10 Nov 2000 09:08:56 +0100
32069              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
32070      Branch: perl
32071            ! t/op/regexp.t
32072 ____________________________________________________________________________
32073 [  7636] By: nick                                  on 2000/11/10  13:40:00
32074         Log: Integrate mainline.
32075      Branch: perlio
32076           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
32077           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
32078           !> win32/bin/search.pl
32079 ____________________________________________________________________________
32080 [  7635] By: nick                                  on 2000/11/10  13:25:52
32081         Log: Re-instate stdio large file support via perlio.
32082      Branch: perl
32083            ! perlio.c
32084 ____________________________________________________________________________
32085 [  7634] By: jhi                                   on 2000/11/10  04:49:55
32086         Log: Amdahl UTS hints updates.
32087              
32088              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
32089              From: hom00@utsglobal.com (Harold O Morris)
32090              Date: Thu, 9 Nov 2000 20:02 PST
32091              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
32092      Branch: perl
32093            ! hints/uts.sh
32094 ____________________________________________________________________________
32095 [  7633] By: jhi                                   on 2000/11/09  23:33:28
32096         Log: Subject: [PATCH] IO::Seekable pod
32097              From: Nicholas Clark <nick@talking.bollo.cx>
32098              Date: Thu, 9 Nov 2000 20:29:45 +0000
32099              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
32100      Branch: perl
32101            ! ext/IO/lib/IO/Handle.pm
32102 ____________________________________________________________________________
32103 [  7632] By: jhi                                   on 2000/11/09  21:55:41
32104         Log: Various doc oddball characters.
32105              
32106              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
32107              From: Michael Somos <somos@grail.cba.csuohio.edu>
32108              Date: Mon, 6 Nov 2000 17:44:20 -0500
32109              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
32110      Branch: perl
32111            ! emacs/cperl-mode.el lib/unicode/syllables.txt
32112            ! win32/bin/search.pl
32113 ____________________________________________________________________________
32114 [  7631] By: jhi                                   on 2000/11/09  21:12:29
32115         Log: Subject: Re: bash -c exit and linux hints 
32116              From: "John P. Linderman" <jpl@research.att.com>
32117              Date: Thu, 02 Nov 2000 09:37:25 -0500
32118              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
32119      Branch: perl
32120            ! hints/linux.sh
32121 ____________________________________________________________________________
32122 [  7630] By: nick                                  on 2000/11/09  20:34:11
32123         Log: Integrate mainline.
32124      Branch: perlio
32125           !> (integrate 91 files)
32126 ____________________________________________________________________________
32127 [  7629] By: jhi                                   on 2000/11/09  19:46:31
32128         Log: Missing dTHXs.
32129              
32130              Subject: RE: perl@7595 builds not on cygwin
32131              From: "Eric Fifer" <egf7@columbia.edu>
32132              Date: Thu, 9 Nov 2000 19:26:50 -0000
32133              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
32134      Branch: perl
32135            ! ext/Devel/Peek/Peek.xs
32136 ____________________________________________________________________________
32137 [  7628] By: jhi                                   on 2000/11/09  14:48:27
32138         Log: Disable only the tests 99 and 166 for UTF-8 locales.
32139      Branch: perl
32140            ! t/pragma/locale.t
32141 ____________________________________________________________________________
32142 [  7627] By: jhi                                   on 2000/11/09  14:40:27
32143         Log: There's no =head3.
32144      Branch: perl
32145            ! pod/perlhack.pod
32146 ____________________________________________________________________________
32147 [  7626] By: jhi                                   on 2000/11/09  13:54:26
32148         Log: The generated boot_* headers are wrong.  Pickier compiler,
32149              such as KAI C++ will refuse to compile the resulting perlmain.
32150              
32151              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
32152              From: Harri Pasanen <harri.pasanen@trema.com>
32153              Date: Thu, 09 Nov 2000 14:23:28 +0100
32154              Message-Id: <3A0AA550.26D548A3@trema.com>
32155      Branch: perl
32156            ! minimod.pl
32157 ____________________________________________________________________________
32158 [  7625] By: jhi                                   on 2000/11/09  13:50:44
32159         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
32160              From: Prymmer/Kahn <pvhp@best.com>
32161              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
32162              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
32163              
32164              All except the "cow orker" change.
32165      Branch: perl
32166            ! Porting/pumpkin.pod
32167 ____________________________________________________________________________
32168 [  7624] By: jhi                                   on 2000/11/09  13:45:33
32169         Log: Fix for
32170              
32171              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
32172              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
32173              Date: Thu, 09 Nov 2000 11:05:52 +0100
32174              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
32175      Branch: perl
32176            ! pod/perldiag.pod t/pragma/warn/pp_sys
32177 ____________________________________________________________________________
32178 [  7623] By: jhi                                   on 2000/11/09  13:37:16
32179         Log: Typo in an ifndef.
32180              
32181              Subject: Re: [PATCH 5.7.0] better messages from malloc()
32182              From: Joe Smith <jms@inwap.com>         
32183              Date: Thu, 09 Nov 2000 01:33:14 -0800
32184              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
32185      Branch: perl
32186            ! malloc.c
32187 ____________________________________________________________________________
32188 [  7622] By: jhi                                   on 2000/11/09  13:31:18
32189         Log: Remove unused extra arguments.
32190      Branch: metaconfig/U/perl
32191            ! perlxv.U
32192      Branch: perl
32193            ! Configure config_h.SH
32194 ____________________________________________________________________________
32195 [  7621] By: jhi                                   on 2000/11/09  13:16:36
32196         Log: More VMS moves on environment handling, from Charles Lane.
32197      Branch: perl
32198            ! t/pragma/locale.t
32199 ____________________________________________________________________________
32200 [  7620] By: jhi                                   on 2000/11/09  04:42:38
32201         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
32202              From: David Dyck <dcd@tc.fluke.com>
32203              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
32204              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
32205      Branch: perl
32206            ! pp_sys.c
32207 ____________________________________________________________________________
32208 [  7619] By: jhi                                   on 2000/11/09  04:36:21
32209         Log: Forgot from #7618.
32210      Branch: perl
32211            ! lib/File/stat.pm
32212 ____________________________________________________________________________
32213 [  7618] By: jhi                                   on 2000/11/09  04:28:44
32214         Log: Make deleting for %ENV work for (newer versions of) VMS,
32215              from Craig A. Berry.
32216      Branch: perl
32217            ! vms/vms.c
32218 ____________________________________________________________________________
32219 [  7617] By: jhi                                   on 2000/11/09  04:25:05
32220         Log: Subject: [PATCH] Class::Struct at compile time
32221              From: "Casey R. Tweten" <crt@kiski.net>
32222              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
32223              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
32224      Branch: perl
32225            ! lib/Class/Struct.pm
32226 ____________________________________________________________________________
32227 [  7616] By: jhi                                   on 2000/11/09  04:15:17
32228         Log: Subject: [ID 20001108.013] spelling
32229              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
32230              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
32231              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
32232      Branch: perl
32233            ! lib/ftp.pl
32234 ____________________________________________________________________________
32235 [  7615] By: jhi                                   on 2000/11/09  04:12:42
32236         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
32237              From: Peter Prymmer <pvhp@forte.com>
32238              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
32239              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
32240      Branch: perl
32241            ! configure.com
32242 ____________________________________________________________________________
32243 [  7614] By: jhi                                   on 2000/11/08  22:42:55
32244         Log: A missing aTHX_.
32245      Branch: perl
32246            ! ext/IPC/SysV/SysV.xs
32247 ____________________________________________________________________________
32248 [  7613] By: jhi                                   on 2000/11/08  19:30:21
32249         Log: Update Changes.
32250      Branch: perl
32251            ! Changes patchlevel.h
32252 ____________________________________________________________________________
32253 [  7612] By: jhi                                   on 2000/11/08  18:35:25
32254         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
32255              From: David Dyck <dcd@tc.fluke.com>
32256              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
32257              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
32258      Branch: perl
32259            ! pp_sys.c
32260 ____________________________________________________________________________
32261 [  7611] By: jhi                                   on 2000/11/08  18:30:26
32262         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
32263              From: Dominic Dunlop <domo@computer.org>
32264              Date: Tue, 7 Nov 2000 12:05:25 +0100
32265              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
32266      Branch: perl
32267            ! malloc.c
32268 ____________________________________________________________________________
32269 [  7610] By: jhi                                   on 2000/11/08  18:25:14
32270         Log: Do not test UTF-8 locales since that the tests would require
32271              polymorphic regexen.
32272      Branch: perl
32273            ! t/pragma/locale.t
32274 ____________________________________________________________________________
32275 [  7609] By: jhi                                   on 2000/11/08  17:12:51
32276         Log: Locale buglets.
32277              
32278              Subject: RE: Locales support (setlocale) fixes
32279              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
32280              Date: Wed, 8 Nov 2000 20:01:39 +0300
32281              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
32282      Branch: perl
32283            ! t/pragma/locale.t util.c
32284 ____________________________________________________________________________
32285 [  7608] By: jhi                                   on 2000/11/08  17:00:16
32286         Log: Deleting $ENV{PATH} in VMS is not recommendable.
32287      Branch: perl
32288            ! t/pragma/locale.t
32289 ____________________________________________________________________________
32290 [  7607] By: jhi                                   on 2000/11/08  16:58:26
32291         Log: Subject: PATCH std stdio for (Free)BSD
32292              From: Nicholas Clark <nick@ccl4.org>
32293              Date: Wed, 8 Nov 2000 15:36:29 +0000
32294              Message-ID: <20001108153629.D98736@plum.flirble.org>
32295      Branch: metaconfig
32296            ! U/compline/d_stdstdio.U
32297      Branch: perl
32298            ! Configure config_h.SH
32299 ____________________________________________________________________________
32300 [  7606] By: jhi                                   on 2000/11/08  16:43:31
32301         Log: Forgot to bump the line numbers in #7601.
32302      Branch: perl
32303            ! t/pragma/warn/pp_sys
32304 ____________________________________________________________________________
32305 [  7605] By: jhi                                   on 2000/11/08  16:39:12
32306         Log: More careful detection of how well NVs and UVs mix.
32307              
32308              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))
32309              From: Nicholas Clark <nick@ccl4.org>
32310              Date: Wed, 8 Nov 2000 15:14:12 +0000
32311              Message-ID: <20001108151412.B98736@plum.flirble.org>
32312              
32313              Added some SIGFPE paranoia.
32314      Branch: metaconfig/U/perl
32315            ! perlxv.U
32316      Branch: perl
32317            ! Configure config_h.SH
32318 ____________________________________________________________________________
32319 [  7604] By: jhi                                   on 2000/11/08  14:39:10
32320         Log: Subject: [patch perl@7595] VMS configure.com tweak
32321              From: "Craig A. Berry" <craigberry@mac.com>
32322              Date: Wed, 8 Nov 2000 00:24:12 -0600
32323              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
32324      Branch: perl
32325            ! configure.com
32326 ____________________________________________________________________________
32327 [  7603] By: jhi                                   on 2000/11/08  14:27:11
32328         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
32329              From: Robin Barker <rmb1@cise.npl.co.uk>
32330              Date: Wed, 8 Nov 2000 11:11:39 GMT
32331              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
32332      Branch: perl
32333            ! perlio.c
32334 ____________________________________________________________________________
32335 [  7602] By: jhi                                   on 2000/11/08  14:25:03
32336         Log: Fix for the tie-refhash string table leaks.
32337              
32338              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
32339              Date: Wed, 8 Nov 2000 13:03:04 GMT
32340              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
32341      Branch: perl
32342            ! t/lib/tie-refhash.t
32343 ____________________________________________________________________________
32344 [  7601] By: jhi                                   on 2000/11/08  14:21:08
32345         Log: Try to avoid flockless and emulationless places.
32346      Branch: perl
32347            ! t/pragma/warn/pp_sys
32348 ____________________________________________________________________________
32349 [  7600] By: jhi                                   on 2000/11/08  02:28:54
32350         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
32351              
32352              Subject: [PATCH] prototyped functions that should be overrideable
32353              From: "Casey R. Tweten" <crt@kiski.net>
32354              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
32355              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
32356      Branch: perl
32357            ! toke.c
32358 ____________________________________________________________________________
32359 [  7599] By: jhi                                   on 2000/11/08  01:12:05
32360         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
32361              
32362              Subject: [PATCH] perlbug.PL
32363              From: "Kurt D. Starsinic" <kstar@chapin.edu>
32364              Date: Mon, 6 Nov 2000 21:39:01 -0500
32365              Message-ID: <20001106213901.B20955@O2.chapin.edu>
32366      Branch: perl
32367            ! utils/perlbug.PL
32368 ____________________________________________________________________________
32369 [  7598] By: jhi                                   on 2000/11/07  23:42:00
32370         Log: Bad thinko in #7581 (I used the test program with the expanded
32371              values as-is).
32372      Branch: metaconfig
32373            ! U/compline/d_stdstdio.U
32374      Branch: perl
32375            ! Configure
32376 ____________________________________________________________________________
32377 [  7597] By: jhi                                   on 2000/11/07  21:43:29
32378         Log: Subject: [PATCH perl@7573] cygwin port
32379              From: "Fifer, Eric" <EFifer@sanwaint.com>
32380              Date: Tue, 7 Nov 2000 18:08:51 -0000 
32381              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
32382              
32383              Synchronize with Cygwin 1.1.5.
32384      Branch: perl
32385            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
32386            ! pod/perlport.pod unixish.h util.c
32387 ____________________________________________________________________________
32388 [  7596] By: jhi                                   on 2000/11/07  21:39:25
32389         Log: perlhack updates from H.Merijn Brand.
32390      Branch: perl
32391            ! pod/perlhack.pod
32392 ____________________________________________________________________________
32393 [  7595] By: jhi                                   on 2000/11/07  20:21:41
32394         Log: Update Changes.
32395      Branch: perl
32396            ! Changes patchlevel.h
32397 ____________________________________________________________________________
32398 [  7594] By: jhi                                   on 2000/11/07  19:18:58
32399         Log: Be more robust in Dynaloader.pm.
32400      Branch: perl
32401            ! ext/DynaLoader/DynaLoader_pm.PL
32402 ____________________________________________________________________________
32403 [  7593] By: jhi                                   on 2000/11/07  16:49:31
32404         Log: AUTHORS update.
32405      Branch: perl
32406            ! AUTHORS
32407 ____________________________________________________________________________
32408 [  7592] By: gsar                                  on 2000/11/07  16:39:51
32409         Log: normalize relative paths in virtualized current directory on windows,
32410              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
32411              returns)
32412      Branch: perl
32413            ! win32/vdir.h
32414 ____________________________________________________________________________
32415 [  7591] By: jhi                                   on 2000/11/07  16:04:26
32416         Log: Too profiler-happy: with optimization the #7590 actually makes
32417              the test to run 0.5% _slower_.  Requires much more instrumentation.
32418              Retract #7590.
32419      Branch: perl
32420            ! regcomp.c regcomp.h
32421 ____________________________________________________________________________
32422 [  7590] By: jhi                                   on 2000/11/07  15:51:13
32423         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
32424              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
32425              by using memset() and testing bytewise (as opposed to bitwise).
32426      Branch: perl
32427            ! regcomp.c regcomp.h
32428 ____________________________________________________________________________
32429 [  7589] By: jhi                                   on 2000/11/07  12:56:39
32430         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
32431              From: "Craig A. Berry" <craig.berry@psinetcs.com>
32432              Date: Mon, 06 Nov 2000 23:45:30 -0500
32433              Message-Id: <0011079735.AA973576259@univpress.com>
32434      Branch: perl
32435            ! configure.com t/lib/st-lock.t
32436 ____________________________________________________________________________
32437 [  7588] By: jhi                                   on 2000/11/07  01:03:28
32438         Log: Tweak #7587.
32439      Branch: perl
32440            ! pod/perldiag.pod
32441 ____________________________________________________________________________
32442 [  7587] By: jhi                                   on 2000/11/07  01:00:27
32443         Log: A doc addition for bug id 20001105.019, beware \p.
32444      Branch: perl
32445            ! pod/perldiag.pod
32446 ____________________________________________________________________________
32447 [  7586] By: jhi                                   on 2000/11/07  00:32:22
32448         Log: Fake support of holey files in win/dosish platforms.
32449              
32450              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
32451              From: kipp@shonanblue.ne.jp
32452              Date: Mon, 6 Nov 2000 13:30:55 -0800
32453              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
32454      Branch: perl
32455            ! ext/SDBM_File/sdbm/sdbm.c
32456 ____________________________________________________________________________
32457 [  7585] By: jhi                                   on 2000/11/07  00:12:54
32458         Log: Subject: Pod updates
32459              From: "Stephen P. Potter" <spp@spotter.yi.org>
32460              Date: Mon, 06 Nov 2000 18:56:43 -0500
32461              Message-Id: <200011062357.SAA18173@spotter.yi.org>
32462      Branch: perl
32463            ! README.dos README.os2 README.win32 pod/buildtoc.PL
32464            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
32465            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
32466            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
32467            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
32468            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
32469            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
32470            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
32471            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
32472            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
32473            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
32474            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
32475            ! pod/perltootc.pod pod/perlunicode.pod
32476 ____________________________________________________________________________
32477 [  7584] By: jhi                                   on 2000/11/07  00:04:17
32478         Log: Varargs don't always work too well if one puts an unsigned
32479              char on the stack and pop an unsigned quad off the stack.
32480              
32481              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
32482              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
32483              Date: Mon, 06 Nov 2000 15:19:05 -0800
32484              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
32485      Branch: perl
32486            ! utf8.c
32487 ____________________________________________________________________________
32488 [  7583] By: jhi                                   on 2000/11/06  23:58:48
32489         Log: %ENV note tweaks from Dan Sugalski.
32490      Branch: perl
32491            ! pod/perlport.pod vms/perlvms.pod
32492 ____________________________________________________________________________
32493 [  7582] By: jhi                                   on 2000/11/06  23:05:49
32494         Log: glibc5 detection by __GNU_LIBRARY__.
32495      Branch: perl
32496            ! toke.c
32497 ____________________________________________________________________________
32498 [  7581] By: jhi                                   on 2000/11/06  22:51:29
32499         Log: Make the stdio test program of 7427 less noisy while being 
32500              compiled so that Digital UNIX wouldn't get both
32501              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
32502              undefined.  This makes perlio happy.
32503      Branch: metaconfig
32504            ! U/compline/d_stdstdio.U
32505      Branch: perl
32506            ! Configure config_h.SH
32507 ____________________________________________________________________________
32508 [  7580] By: jhi                                   on 2000/11/06  22:41:41
32509         Log: Document %ENV = () portability issues.
32510      Branch: perl
32511            ! pod/perlport.pod vms/perlvms.pod
32512 ____________________________________________________________________________
32513 [  7579] By: jhi                                   on 2000/11/06  21:29:24
32514         Log: VOS updates from Paul Green.
32515      Branch: perl
32516            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32517 ____________________________________________________________________________
32518 [  7578] By: jhi                                   on 2000/11/06  21:00:40
32519         Log: Sanitize the environment further.
32520      Branch: perl
32521            ! t/pragma/locale.t
32522 ____________________________________________________________________________
32523 [  7577] By: jhi                                   on 2000/11/06  20:53:51
32524         Log: Re-introduce 7552 lost in integration.
32525      Branch: perl
32526            ! perlio.c
32527 ____________________________________________________________________________
32528 [  7576] By: jhi                                   on 2000/11/06  20:33:46
32529         Log: Admit that the test leaks scalars.
32530      Branch: perl
32531            ! t/comp/proto.t
32532 ____________________________________________________________________________
32533 [  7575] By: jhi                                   on 2000/11/06  20:17:08
32534         Log: Integrate perlio.
32535      Branch: perl
32536           !> perlio.c
32537 ____________________________________________________________________________
32538 [  7574] By: nick                                  on 2000/11/06  20:07:28
32539         Log: Remove debug. Try (Mmap_t) on madvise() call.
32540      Branch: perlio
32541            ! perlio.c
32542 ____________________________________________________________________________
32543 [  7573] By: jhi                                   on 2000/11/06  13:56:05
32544         Log: Update Changes.
32545      Branch: perl
32546            ! Changes patchlevel.h
32547 ____________________________________________________________________________
32548 [  7572] By: jhi                                   on 2000/11/06  13:48:41
32549         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
32550              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32551              Date: Mon, 06 Nov 2000 10:11:42 +0100
32552              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
32553      Branch: perl
32554            ! pod/perlhack.pod
32555 ____________________________________________________________________________
32556 [  7571] By: jhi                                   on 2000/11/06  01:45:51
32557         Log: AUTHORS updates.
32558      Branch: perl
32559            ! AUTHORS
32560 ____________________________________________________________________________
32561 [  7570] By: jhi                                   on 2000/11/06  00:18:00
32562         Log: Fix for
32563              
32564              Subject: [ID 20000728.005] perl -P broken
32565              From: David Dyck <dcd@tc.fluke.com>
32566              Date: Fri, 28 Jul 2000 17:19:16 -0700
32567              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
32568              
32569              (hopefully).  The fix is also not complete, it seems to break
32570              BOM swallowing for libc5 systems, but until someone figures
32571              out a way to do this without ftell(), this will do.
32572      Branch: perl
32573            ! toke.c
32574 ____________________________________________________________________________
32575 [  7569] By: jhi                                   on 2000/11/06  00:05:30
32576         Log: Document that the evaled syntax errors cause scalar leaks.
32577      Branch: perl
32578            ! t/comp/proto.t
32579 ____________________________________________________________________________
32580 [  7568] By: jhi                                   on 2000/11/05  23:14:47
32581         Log: opmini.o can linger from Configures past.
32582      Branch: perl
32583            ! Makefile.SH
32584 ____________________________________________________________________________
32585 [  7567] By: jhi                                   on 2000/11/05  21:28:39
32586         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
32587              first argument correctly.
32588      Branch: perl
32589            ! perlio.c
32590 ____________________________________________________________________________
32591 [  7566] By: jhi                                   on 2000/11/05  21:15:56
32592         Log: Integrate perlio.
32593      Branch: perl
32594           !> perlio.c
32595 ____________________________________________________________________________
32596 [  7565] By: jhi                                   on 2000/11/05  21:15:13
32597         Log: Use -dM for gcc (the suggested patch did it only for Linux,
32598              but I think it can be generalized).
32599              
32600              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
32601              From: Pixel <pixel@mandrakesoft.com>
32602              Date: 05 Nov 2000 21:49:34 +0100 
32603              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
32604      Branch: perl
32605            ! ext/Errno/Errno_pm.PL
32606 ____________________________________________________________________________
32607 [  7564] By: nick                                  on 2000/11/05  21:09:18
32608         Log: Added a mmap layer as a "subclass" of perlio.
32609              PERLIO=mmap ./perl harness passes
32610      Branch: perlio
32611            ! perlio.c
32612 ____________________________________________________________________________
32613 [  7563] By: jhi                                   on 2000/11/05  19:48:55
32614         Log: Add a note for future generations about bug id 20000229.006.
32615      Branch: perl
32616            ! malloc.c
32617 ____________________________________________________________________________
32618 [  7562] By: jhi                                   on 2000/11/05  19:38:24
32619         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
32620      Branch: perl
32621            ! pp_ctl.c t/op/pos.t
32622 ____________________________________________________________________________
32623 [  7561] By: jhi                                   on 2000/11/05  18:21:46
32624         Log: Add =pod to be tidy.
32625      Branch: perl
32626            ! lib/Math/Complex.pm
32627 ____________________________________________________________________________
32628 [  7560] By: jhi                                   on 2000/11/05  17:38:46
32629         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
32630      Branch: perl
32631            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
32632            ! ext/Storable/Storable.xs t/lib/st-recurse.t
32633 ____________________________________________________________________________
32634 [  7559] By: jhi                                   on 2000/11/05  17:32:59
32635         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
32636              From: "Peter J. Farley III" <pjfarley@banet.net>
32637              Date: Sun, 05 Nov 2000 11:55:59 -0500
32638              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
32639      Branch: perl
32640            ! t/lib/syslog.t
32641 ____________________________________________________________________________
32642 [  7558] By: jhi                                   on 2000/11/05  17:29:19
32643         Log: Integrate perlio.
32644      Branch: perl
32645           !> perlio.c
32646 ____________________________________________________________________________
32647 [  7557] By: jhi                                   on 2000/11/05  17:22:01
32648         Log: A fix of sorts for 20000329.026, a better error message
32649              for a missing "use charnames" when using the \N{...}. 
32650      Branch: perl
32651            ! pod/perldiag.pod toke.c
32652 ____________________________________________________________________________
32653 [  7556] By: jhi                                   on 2000/11/05  16:33:50
32654         Log: Test tweak: show also the failed locales.
32655              
32656              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
32657              From: Lupe Christoph <lupe@lupe-christoph.de>         
32658              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
32659              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
32660      Branch: perl
32661            ! t/pragma/locale.t
32662 ____________________________________________________________________________
32663 [  7555] By: nick                                  on 2000/11/05  11:09:34
32664         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
32665              open RDWR so does not fail. (pragma/warnings 303 again...)
32666      Branch: perlio
32667            ! perlio.c
32668 ____________________________________________________________________________
32669 [  7554] By: nick                                  on 2000/11/05  10:10:13
32670         Log: Fix case where ungetc(f,EOF) was allowed.
32671              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
32672              so we can see similarities.
32673              Use types more carefully and a STDCHAR array in hope that this will
32674              fix Jarrko's 64bit machine.
32675      Branch: perlio
32676            ! perlio.c
32677 ____________________________________________________________________________
32678 [  7553] By: jhi                                   on 2000/11/05  01:12:16
32679         Log: Fix for
32680              
32681              Subject: [ID 20001004.007] taint propogation is inconsistent
32682              From: pimlott@idiomtech.com (Andrew Pimlott) 
32683              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
32684              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
32685              
32686              The culprit was sv_setsv() which was rather blindly
32687              propagating taint, which lead to behaviour where if
32688              a tainted anon hash value was seen all the hash values
32689              from then on at that level became tainted, or at any
32690              upper levels in the case of nested anon hashes.
32691      Branch: perl
32692            ! sv.c t/op/taint.t
32693 ____________________________________________________________________________
32694 [  7552] By: jhi                                   on 2000/11/04  23:44:18
32695         Log: Some cpps don't like splitting conditionals across several lines.
32696      Branch: perl
32697            ! perlio.c
32698 ____________________________________________________________________________
32699 [  7551] By: nick                                  on 2000/11/04  23:40:44
32700         Log: Integrate mainline
32701      Branch: perlio
32702           !> pp_hot.c t/op/taint.t
32703 ____________________________________________________________________________
32704 [  7550] By: nick                                  on 2000/11/04  23:39:05
32705         Log: Integrate mainline again
32706      Branch: perlio
32707           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
32708           !> t/lib/b.t t/op/misc.t util.c
32709 ____________________________________________________________________________
32710 [  7549] By: jhi                                   on 2000/11/04  23:14:01
32711         Log: Fix for
32712              
32713              Subject: [ID 20001004.006] undef is never tainted
32714              From: pimlott@idiomtech.com (Andrew Pimlott)
32715              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
32716              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
32717              
32718              An undef read from a slurped file was not tainted.
32719      Branch: perl
32720            ! pp_hot.c t/op/taint.t
32721 ____________________________________________________________________________
32722 [  7548] By: jhi                                   on 2000/11/04  22:56:21
32723         Log: Test tweak ($Config{useperlio} is by default undef) .
32724      Branch: perl
32725            ! t/lib/b.t
32726 ____________________________________________________________________________
32727 [  7547] By: jhi                                   on 2000/11/04  22:43:56
32728         Log: Integrate perlio.
32729      Branch: perl
32730           +> lib/perlio.pm
32731           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
32732           !> pod/perlapi.pod t/lib/b.t
32733 ____________________________________________________________________________
32734 [  7546] By: jhi                                   on 2000/11/04  22:40:59
32735         Log: Configure would use a bad $myuname from an old config.sh.
32736              
32737              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
32738              From: Andy Dougherty <doughera@lafayette.edu>
32739              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
32740              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
32741      Branch: metaconfig
32742            ! U/modified/Oldconfig.U
32743      Branch: perl
32744            ! Configure config_h.SH
32745 ____________________________________________________________________________
32746 [  7545] By: jhi                                   on 2000/11/04  22:36:54
32747         Log: Subject: Locales support (setlocale) fixes
32748              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
32749              Date: Sat, 4 Nov 2000 10:15:48 +0300 
32750              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
32751              
32752              Modified quite a bit to be more portable.
32753      Branch: perl
32754            ! embed.h embed.pl perl.h proto.h util.c
32755 ____________________________________________________________________________
32756 [  7544] By: jhi                                   on 2000/11/04  22:32:47
32757         Log: Dying is too strict here, better just skip.
32758      Branch: perl
32759            ! t/op/misc.t
32760 ____________________________________________________________________________
32761 [  7543] By: nick                                  on 2000/11/04  21:55:13
32762         Log: Merge mainline
32763      Branch: perlio
32764           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
32765           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
32766           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
32767           !> (integrate 64 files)
32768 ____________________________________________________________________________
32769 [  7542] By: jhi                                   on 2000/11/04  21:09:28
32770         Log: More Changes tweakery.
32771      Branch: perl
32772            ! Changes Porting/genlog
32773 ____________________________________________________________________________
32774 [  7541] By: jhi                                   on 2000/11/04  20:58:18
32775         Log: Changes fixups.
32776      Branch: perl
32777            ! Changes
32778 ____________________________________________________________________________
32779 [  7540] By: jhi                                   on 2000/11/04  20:42:38
32780         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
32781              create a "fast path" for locale name probing using "locale -a"
32782              if available, squash finally hopefully the s?printf resetting
32783              the numeric locale (since, IIUC perllocale, it never shouldn't). 
32784      Branch: perl
32785            ! sv.c t/op/misc.t t/pragma/locale.t
32786 ____________________________________________________________________________
32787 [  7539] By: nick                                  on 2000/11/04  19:56:10
32788         Log: PerlIO infrastructure complete.
32789      Branch: perlio
32790            + lib/perlio.pm
32791            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
32792 ____________________________________________________________________________
32793 [  7538] By: nick                                  on 2000/11/04  14:31:32
32794         Log: Type tweaks + less contorted allocation scheme
32795      Branch: perlio
32796            ! perlio.c
32797 ____________________________________________________________________________
32798 [  7537] By: nick                                  on 2000/11/04  12:40:42
32799         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
32800              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
32801              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
32802              sensible) which lead to some interesting fails.
32803      Branch: perlio
32804            ! perlio.c
32805 ____________________________________________________________________________
32806 [  7536] By: jhi                                   on 2000/11/04  00:20:02
32807         Log: Add FCNTL_CAN_LOCK.
32808              
32809              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
32810              From: Andy Dougherty <doughera@lafayette.edu>
32811              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
32812              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
32813              
32814              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
32815              From: Andy Dougherty <doughera@lafayette.edu>
32816              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
32817              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
32818      Branch: metaconfig/U/perl
32819            + d_fcntl_can_lock.U
32820            ! startperl.U
32821      Branch: perl
32822            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32823            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
32824            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32825            ! vos/config.ga.h win32/config.bc win32/config.gc
32826            ! win32/config.vc
32827 ____________________________________________________________________________
32828 [  7535] By: nick                                  on 2000/11/03  22:19:10
32829         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
32830              - Works on Linux with
32831              perlio + unix
32832              stdio
32833              - Works on Solaris with
32834              perlio + unix
32835              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
32836              - Fails (hangs in openpid) if you try and stack
32837              perlio + stdio - Linux stdio's read() logic is hanging.
32838      Branch: perlio
32839            ! iperlsys.h perlio.c
32840 ____________________________________________________________________________
32841 [  7534] By: jhi                                   on 2000/11/03  15:16:02
32842         Log: Subject: Re: README.aix
32843              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32844              Date: Fri, 03 Nov 2000 16:03:15 +0100
32845              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
32846      Branch: perl
32847            ! README.aix
32848 ____________________________________________________________________________
32849 [  7533] By: jhi                                   on 2000/11/03  03:59:02
32850         Log: Subject: [PATCH 5.7.0] better messages from malloc()
32851              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32852              Date: Wed, 1 Nov 2000 23:39:56 -0500
32853              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
32854      Branch: perl
32855            ! malloc.c pod/perldiag.pod
32856 ____________________________________________________________________________
32857 [  7532] By: jhi                                   on 2000/11/03  00:11:56
32858         Log: The #7521 touched things it shouldn't have.
32859      Branch: perl
32860            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
32861 ____________________________________________________________________________
32862 [  7531] By: jhi                                   on 2000/11/02  22:32:33
32863         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
32864              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32865              Date:     Thu, 2 Nov 2000 16:58:36 EST
32866              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
32867      Branch: perl
32868            ! vms/gen_shrfls.pl
32869 ____________________________________________________________________________
32870 [  7530] By: jhi                                   on 2000/11/02  22:08:49
32871         Log: Fix the problem discussed in
32872              
32873              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
32874              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
32875              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
32876              
32877              originally from Linc Madison.  Also Andreas König's comments
32878              taken into account.  Some other problems with Tie::SubstrHash
32879              fixed: didn't croak when the table exceeded the requested number
32880              of entries (as documented) but instead when the number of entries
32881              exceeded the size of the table, a croak() had an unnecessary \n,
32882              didn't have a CLEAR method, documented that there is no exists().
32883              Didn't fix to be strict-proof because the module uses &foo; and
32884              dynamic scope.  Added a test script exercizing both first tamely 
32885              the basic functionality, and then the failure cases reported by
32886              Linc Madison.
32887      Branch: perl
32888            + t/lib/tie-substrhash.t
32889            ! MANIFEST lib/Tie/SubstrHash.pm
32890 ____________________________________________________________________________
32891 [  7529] By: jhi                                   on 2000/11/02  17:58:08
32892         Log: recv() can fail and return undef.
32893              
32894              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
32895              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
32896              Date: Thu, 2 Nov 2000 20:12:20 +0300
32897              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
32898      Branch: perl
32899            ! lib/Net/Ping.pm
32900 ____________________________________________________________________________
32901 [  7528] By: jhi                                   on 2000/11/02  17:49:09
32902         Log: Detpyo.
32903      Branch: perl
32904            ! pod/perlop.pod
32905 ____________________________________________________________________________
32906 [  7527] By: jhi                                   on 2000/11/02  15:48:37
32907         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
32908              fix a autovivification bug in Tie::RefHash, add tests for both.
32909              
32910              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
32911              From: Edward Avis <epa98@doc.ic.ac.uk>
32912              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
32913              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
32914      Branch: perl
32915            + t/lib/tie-refhash.t
32916            ! MANIFEST lib/Tie/RefHash.pm
32917 ____________________________________________________________________________
32918 [  7526] By: jhi                                   on 2000/11/02  13:56:26
32919         Log: Test::Harness revealed buglets in the new DynaLoader.
32920              
32921              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
32922              From: andreas.koenig@anima.de (Andreas J. Koenig)
32923              Date: 02 Nov 2000 11:26:48 +0100 
32924              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
32925      Branch: perl
32926            ! ext/DynaLoader/DynaLoader_pm.PL
32927 ____________________________________________________________________________
32928 [  7525] By: jhi                                   on 2000/11/01  23:52:08
32929         Log: The entry for #7503 was missing.
32930      Branch: perl
32931            ! Changes
32932 ____________________________________________________________________________
32933 [  7524] By: jhi                                   on 2000/11/01  23:40:52
32934         Log: Update Changes.
32935      Branch: perl
32936            ! Changes patchlevel.h
32937 ____________________________________________________________________________
32938 [  7523] By: jhi                                   on 2000/11/01  22:57:09
32939         Log: More tweaking on the #7522 theme.
32940      Branch: perl
32941            ! ext/DynaLoader/DynaLoader_pm.PL
32942 ____________________________________________________________________________
32943 [  7522] By: jhi                                   on 2000/11/01  22:06:15
32944         Log: Expand %Config variables and %ENV variables only if
32945              so requested during build time using the
32946              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
32947              Not expanding makes relocating distributions easier.
32948      Branch: perl
32949            ! ext/DynaLoader/DynaLoader_pm.PL
32950 ____________________________________________________________________________
32951 [  7521] By: jhi                                   on 2000/11/01  20:56:34
32952         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
32953              and setgid() because they were just changing $< and $( which means
32954              only changing the real uid/gid, as opposed to changing both
32955              real and effective ids.  (The alternative way could have been
32956              in POSIX.pm to change $> and $), too, but making a direct call
32957              to the C API feels cleaner.)  Fixes the bug
32958              
32959              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
32960              From: "Garry T. Williams" <garry@zvolve.com>
32961              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
32962              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
32963      Branch: perl
32964            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
32965            ! ext/POSIX/typemap pod/perlvar.pod
32966 ____________________________________________________________________________
32967 [  7520] By: jhi                                   on 2000/11/01  20:08:33
32968         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
32969              From: "Garry T. Williams" <garry@zvolve.com>
32970              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
32971              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
32972      Branch: perl
32973            ! pod/perlsec.pod
32974 ____________________________________________________________________________
32975 [  7519] By: jhi                                   on 2000/11/01  20:01:22
32976         Log: Locale warning explanation tweak.
32977      Branch: perl
32978            ! pod/perldiag.pod
32979 ____________________________________________________________________________
32980 [  7518] By: jhi                                   on 2000/11/01  18:57:13
32981         Log: C.pm part of
32982              
32983              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
32984              From: Jarkko Hietaniemi <jhi@iki.fi>
32985              Date: Tue, 10 Oct 2000 08:22:28 -0500
32986              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
32987      Branch: perl
32988            ! ext/B/B/C.pm
32989 ____________________________________________________________________________
32990 [  7517] By: jhi                                   on 2000/11/01  18:41:59
32991         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
32992              From: Martien Verbruggen <mgjv@comdyn.com.au>
32993              Date: Fri, 6 Oct 2000 14:09:10 +1100
32994              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
32995      Branch: perl
32996            ! pod/perlop.pod
32997 ____________________________________________________________________________
32998 [  7516] By: jhi                                   on 2000/11/01  18:34:55
32999         Log: Generalize the Camel wording.
33000              
33001              Subject: Re: perlfaq style changes
33002              From: John Borwick <jhborwic@unity.ncsu.edu>
33003              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
33004              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
33005      Branch: perl
33006            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
33007 ____________________________________________________________________________
33008 [  7515] By: jhi                                   on 2000/11/01  16:52:31
33009         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
33010              From: pimlott@idiomtech.com (Andrew Pimlott)
33011              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
33012              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
33013      Branch: perl
33014            ! pod/perlsec.pod
33015 ____________________________________________________________________________
33016 [  7514] By: jhi                                   on 2000/11/01  15:03:40
33017         Log: More AIX lore.
33018      Branch: perl
33019            ! ext/re/hints/aix.pl
33020 ____________________________________________________________________________
33021 [  7513] By: jhi                                   on 2000/11/01  14:48:30
33022         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
33023              From: root <root@chronos.fi.muni.cz>
33024              Date: Wed, 1 Nov 2000 12:31:32 +0100
33025              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
33026      Branch: perl
33027            ! lib/Net/Ping.pm
33028 ____________________________________________________________________________
33029 [  7512] By: jhi                                   on 2000/11/01  14:46:47
33030         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
33031              From: Martin Husemann <martin@duskware.de>
33032              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
33033              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
33034      Branch: perl
33035            ! regcomp.c
33036 ____________________________________________________________________________
33037 [  7511] By: jhi                                   on 2000/11/01  14:39:50
33038         Log: AUTHORS updates.
33039      Branch: perl
33040            ! AUTHORS
33041 ____________________________________________________________________________
33042 [  7510] By: jhi                                   on 2000/11/01  14:29:50
33043         Log: Subject: [PATCH] startperl to respect versiononly
33044              From: Robin Barker <rmb1@cise.npl.co.uk> 
33045              Date: Tue, 31 Oct 2000 16:29:36 GMT
33046              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
33047      Branch: metaconfig/U/perl
33048            ! startperl.U
33049      Branch: perl
33050            ! Configure config_h.SH
33051 ____________________________________________________________________________
33052 [  7509] By: jhi                                   on 2000/11/01  14:19:53
33053         Log: printf UVs the correct way, noticed by Robin Barker.
33054      Branch: perl
33055            ! utf8.c
33056 ____________________________________________________________________________
33057 [  7508] By: jhi                                   on 2000/11/01  14:10:03
33058         Log: Do not cleanup *% because the % has special meanings in some
33059              shell environments.
33060      Branch: perl
33061            ! ext/Storable/Makefile.PL
33062 ____________________________________________________________________________
33063 [  7507] By: jhi                                   on 2000/11/01  14:06:00
33064         Log: The NonStop-UX libraries have a novel way to say NaN.
33065      Branch: perl
33066            ! t/lib/bigfltpm.t
33067 ____________________________________________________________________________
33068 [  7506] By: jhi                                   on 2000/11/01  14:03:35
33069         Log: The osname has been lowercased by now, from Tom Bates.
33070      Branch: metaconfig
33071            ! U/modified/Oldconfig.U
33072      Branch: perl
33073            ! Configure config_h.SH
33074 ____________________________________________________________________________
33075 [  7505] By: jhi                                   on 2000/10/31  19:18:39
33076         Log: The compiler is either gcc or cc, from Tom Bates.
33077      Branch: perl
33078            ! hints/nonstopux.sh
33079 ____________________________________________________________________________
33080 [  7504] By: jhi                                   on 2000/10/31  14:53:42
33081         Log: Update Changes.
33082      Branch: perl
33083            ! Changes patchlevel.h
33084 ____________________________________________________________________________
33085 [  7503] By: jhi                                   on 2000/10/31  14:30:50
33086         Log: Whitespace style tweak.  Was originally going to see to
33087              
33088              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
33089              From: Joe Smith <jms@inwap.com>
33090              Date: Mon, 30 Oct 2000 18:47:57 -0800
33091              Message-Id: <39FE32DD.24AAC4D@inwap.com>
33092              
33093              but that had already been taken care of.
33094      Branch: metaconfig
33095            ! U/compline/d_stdstdio.U
33096      Branch: perl
33097            ! Configure config_h.SH
33098 ____________________________________________________________________________
33099 [  7502] By: jhi                                   on 2000/10/31  14:25:02
33100         Log: AUTHORS tweaks.
33101      Branch: perl
33102            ! AUTHORS
33103 ____________________________________________________________________________
33104 [  7501] By: jhi                                   on 2000/10/31  14:23:59
33105         Log: Subject: perlfaq style changes
33106              From: John Borwick <jhborwic@unity.ncsu.edu>
33107              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
33108              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
33109      Branch: perl
33110            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
33111            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
33112            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
33113            ! pod/perlfaq9.pod
33114 ____________________________________________________________________________
33115 [  7500] By: jhi                                   on 2000/10/31  14:22:15
33116         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
33117              
33118              Subject: Re: [ID 20000918.005] ~ on wide chars
33119              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33120              Date: Mon, 30 Oct 2000 21:09:55 -0800
33121              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
33122              
33123              (The ord() part of the patch skipped.)
33124      Branch: perl
33125            ! doop.c
33126 ____________________________________________________________________________
33127 [  7499] By: jhi                                   on 2000/10/31  14:20:08
33128         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
33129              From: Jens Hamisch <jens@Strawberry.COM>
33130              Date: Mon, 30 Oct 2000 15:17:07 +0100
33131              Message-Id: <20001030151707.A9597@Strawberry.COM>
33132      Branch: perl
33133            ! av.c
33134 ____________________________________________________________________________
33135 [  7498] By: jhi                                   on 2000/10/31  14:16:29
33136         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
33137              From: Peter Prymmer <pvhp@forte.com>
33138              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
33139              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
33140      Branch: perl
33141            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
33142            + ext/Encode/Encode/posix-bc.enc
33143            ! MANIFEST t/lib/encode.t
33144 ____________________________________________________________________________
33145 [  7497] By: jhi                                   on 2000/10/31  14:13:22
33146         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
33147              From: Peter Prymmer <pvhp@forte.com>
33148              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
33149              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
33150      Branch: perl
33151            ! t/lib/cgi-html.t
33152 ____________________________________________________________________________
33153 [  7496] By: jhi                                   on 2000/10/31  14:12:05
33154         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
33155              From: Peter Prymmer <pvhp@forte.com>
33156              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
33157              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
33158      Branch: perl
33159            ! t/lib/cgi-function.t
33160 ____________________________________________________________________________
33161 [  7495] By: jhi                                   on 2000/10/31  14:11:08
33162         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
33163              From: Peter Prymmer <pvhp@forte.com>
33164              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
33165              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
33166      Branch: perl
33167            + ext/re/hints/aix.pl
33168            ! MANIFEST ext/re/Makefile.PL
33169 ____________________________________________________________________________
33170 [  7494] By: jhi                                   on 2000/10/31  14:08:32
33171         Log: Use Errno magic.
33172              
33173              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
33174              From: Casey Tweten <perl@ctweten.amsite.com>
33175              Date: Mon, 30 Oct 2000 15:51:17 -0500
33176              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
33177      Branch: perl
33178            ! lib/File/Temp.pm
33179 ____________________________________________________________________________
33180 [  7493] By: jhi                                   on 2000/10/31  14:05:07
33181         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
33182              
33183              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
33184              From: Nicholas Clark <nick@ccl4.org>
33185              Date: Mon, 30 Oct 2000 17:38:45 +0000
33186              Message-ID: <20001030173845.O60355@plum.flirble.org>
33187      Branch: perl
33188            ! Makefile.SH utils/perlbug.PL
33189 ____________________________________________________________________________
33190 [  7492] By: nick                                  on 2000/10/30  19:37:23
33191         Log: Change files which are mysteriously different to mainline to be
33192              copies of mainline.
33193      Branch: perlio
33194            ! objXSUB.h perlapi.c pod/perlapi.pod
33195 ____________________________________________________________________________
33196 [  7491] By: nick                                  on 2000/10/30  18:05:54
33197         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
33198              - typo in endian code in putc.
33199              - Don't allow read of write-only files and vice-versa
33200              - and off-by-one in flush-all loop.
33201              Remove debug calls as they were using GCC specific features.
33202      Branch: perlio
33203            ! perlio.c
33204 ____________________________________________________________________________
33205 [  7490] By: nick                                  on 2000/10/29  21:45:45
33206         Log: Integrate mainline to perlio
33207      Branch: perlio
33208           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
33209           !> toke.c
33210 ____________________________________________________________________________
33211 [  7489] By: jhi                                   on 2000/10/29  21:11:08
33212         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
33213              From: andreas.koenig@anima.de (Andreas J. Koenig)
33214              Date: 29 Oct 2000 22:05:59 +0100
33215              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
33216      Branch: perl
33217            ! lib/ExtUtils/Manifest.pm
33218 ____________________________________________________________________________
33219 [  7488] By: jhi                                   on 2000/10/29  21:07:47
33220         Log: Tests for #7487.
33221              
33222              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
33223              From: andreas.koenig@anima.de (Andreas J. Koenig)
33224              Date: 29 Oct 2000 19:37:09 +0100
33225              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
33226      Branch: perl
33227            ! t/comp/proto.t
33228 ____________________________________________________________________________
33229 [  7487] By: jhi                                   on 2000/10/29  21:06:27
33230         Log: constsub spillage.
33231              
33232              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
33233              From: John Tobey <jtobey@john-edwin-tobey.org>
33234              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
33235              Message-Id: <m13pvSr-000FObC@feynman.localnet>
33236      Branch: perl
33237            ! op.c
33238 ____________________________________________________________________________
33239 [  7486] By: nick                                  on 2000/10/29  21:05:04
33240         Log: Integrate mainline to perlio branch
33241      Branch: perlio
33242           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
33243           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
33244           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
33245           +> vos/install_perl.cm
33246            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
33247            - vos/config.h vos/config_h.SH_orig
33248           !> (integrate 141 files)
33249 ____________________________________________________________________________
33250 [  7485] By: jhi                                   on 2000/10/29  21:00:47
33251         Log: Make \x{...} consistently produce UTF-8.
33252              
33253              Subject: Re: \x{...} is confused 
33254              From: Simon Cozens <simon@cozens.net>
33255              Date: Sun, 29 Oct 2000 19:36:48 +0000
33256              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
33257      Branch: perl
33258            ! t/pragma/utf8.t toke.c
33259 ____________________________________________________________________________
33260 [  7484] By: nick                                  on 2000/10/29  20:05:29
33261         Log: PerlIO passes all tests.
33262      Branch: perlio
33263            ! perlio.c
33264 ____________________________________________________________________________
33265 [  7483] By: jhi                                   on 2000/10/29  18:06:55
33266         Log: Update Changes.
33267      Branch: perl
33268            ! Changes patchlevel.h
33269 ____________________________________________________________________________
33270 [  7482] By: nick                                  on 2000/10/29  17:43:28
33271         Log: Include <unistd.h> to get correct lseek() prototype etc.
33272              (I thought perl.h did that) - down to two fails
33273              - comp/require.t (last test)
33274              - lib/io_xs.t - possibly import/export of FILE * ?
33275      Branch: perlio
33276            ! perlio.c
33277 ____________________________________________________________________________
33278 [  7481] By: jhi                                   on 2000/10/29  17:02:37
33279         Log: UTF-8 decoder tweak.
33280      Branch: perl
33281            ! utf8.c
33282 ____________________________________________________________________________
33283 [  7480] By: nick                                  on 2000/10/29  16:26:11
33284         Log: Fixed two bugs:
33285              - error code not being set on close (of broken pipe)
33286              - append mode was truncating.
33287              At least one seek/tell bug remains.
33288      Branch: perlio
33289            ! perlio.c
33290 ____________________________________________________________________________
33291 [  7479] By: nick                                  on 2000/10/29  11:18:16
33292         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
33293              in case of accidents. Still several worrying fails, no line disciplines yet.
33294      Branch: perlio
33295            ! iperlsys.h perlio.c
33296 ____________________________________________________________________________
33297 [  7478] By: jhi                                   on 2000/10/29  02:04:01
33298         Log: Add also emailless people.
33299      Branch: perl
33300            ! AUTHORS
33301 ____________________________________________________________________________
33302 [  7477] By: jhi                                   on 2000/10/29  01:36:00
33303         Log: The #7476 needs a MANIFEST change, too.
33304      Branch: perl
33305            ! MANIFEST
33306 ____________________________________________________________________________
33307 [  7476] By: jhi                                   on 2000/10/29  01:35:21
33308         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
33309      Branch: perl
33310            - MAINTAIN
33311            ! AUTHORS Changes
33312 ____________________________________________________________________________
33313 [  7475] By: jhi                                   on 2000/10/28  23:57:25
33314         Log: De-quoted-unreadable to ISO Latin 1.
33315              (There's one ISO-2022-JP name in Changes5.004.)
33316      Branch: perl
33317            ! Changes Changes5.6
33318 ____________________________________________________________________________
33319 [  7474] By: jhi                                   on 2000/10/28  19:13:06
33320         Log: Subject: [ID 20001027.007] uniq array in perlfaq
33321              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
33322              Date: Fri, 27 Oct 2000 19:28:30 +0200
33323              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
33324      Branch: perl
33325            ! pod/perlfaq4.pod
33326 ____________________________________________________________________________
33327 [  7473] By: jhi                                   on 2000/10/28  18:02:05
33328         Log: Locking null mutexes is not recommendable.
33329              
33330              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
33331              From: Hugo <hv@crypt.compulink.co.uk>
33332              Date: Sat, 28 Oct 2000 18:41:12 +0100
33333              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
33334      Branch: perl
33335            ! op.c
33336 ____________________________________________________________________________
33337 [  7472] By: jhi                                   on 2000/10/28  17:52:58
33338         Log: Better create a true mailing list for the repository keepers.
33339      Branch: perl
33340            ! Porting/repository.pod
33341 ____________________________________________________________________________
33342 [  7471] By: jhi                                   on 2000/10/28  17:28:24
33343         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
33344              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
33345      Branch: perl
33346            + Porting/repository.pod
33347            ! MANIFEST
33348 ____________________________________________________________________________
33349 [  7470] By: jhi                                   on 2000/10/28  17:20:54
33350         Log: Subject: DOC PATCH 5.6.0
33351              From: mjd@plover.com
33352              Date: 27 Oct 2000 17:32:44 -0000
33353              Message-ID: <20001027173244.23754.qmail@plover.com>
33354      Branch: perl
33355            ! pod/perlfunc.pod
33356 ____________________________________________________________________________
33357 [  7469] By: jhi                                   on 2000/10/28  17:16:45
33358         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
33359              From: "Peter J. Farley III" <pjfarley@banet.net>
33360              Date: Fri, 27 Oct 2000 20:32:56 -0400
33361              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
33362      Branch: perl
33363            ! README.dos
33364 ____________________________________________________________________________
33365 [  7468] By: jhi                                   on 2000/10/28  17:07:18
33366         Log: Make target reordering to avoid pointless re-makes.
33367              
33368              Subject: Re: Total re-make of 'make okfile' after 7451 ?
33369              From: Nicholas Clark <nick@ccl4.org>
33370              Date: Sat, 28 Oct 2000 00:31:02 +0100
33371              Message-ID: <20001028003101.A54517@plum.flirble.org>
33372      Branch: perl
33373            ! Makefile.SH
33374 ____________________________________________________________________________
33375 [  7467] By: jhi                                   on 2000/10/28  17:05:31
33376         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
33377              From: lvirden@cas.org
33378              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
33379              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
33380      Branch: perl
33381            ! README.os2
33382 ____________________________________________________________________________
33383 [  7466] By: jhi                                   on 2000/10/28  16:09:16
33384         Log: Upgrade to CPAN 1.58_55.
33385              
33386              Subject: CPAN.pm status
33387              From: andreas.koenig@anima.de (Andreas J. Koenig) 
33388              Date: 28 Oct 2000 08:18:00 +0200 
33389              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
33390      Branch: perl
33391            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
33392 ____________________________________________________________________________
33393 [  7465] By: jhi                                   on 2000/10/28  16:02:47
33394         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
33395      Branch: perl
33396            ! embed.h embed.pl perl.h proto.h toke.c
33397 ____________________________________________________________________________
33398 [  7464] By: nick                                  on 2000/10/28  10:43:44
33399         Log: Fix for sv_2iv() on "shared" value from keys %hash.
33400      Branch: perl
33401            ! sv.c
33402 ____________________________________________________________________________
33403 [  7463] By: jhi                                   on 2000/10/27  16:18:29
33404         Log: Update Changes.
33405      Branch: perl
33406            ! Changes patchlevel.h
33407 ____________________________________________________________________________
33408 [  7462] By: jhi                                   on 2000/10/27  16:17:44
33409         Log: Too enthusiastic editing in #7460.
33410      Branch: metaconfig
33411            ! U/modified/Oldsym.U
33412      Branch: perl
33413            ! Configure config_h.SH
33414 ____________________________________________________________________________
33415 [  7461] By: jhi                                   on 2000/10/27  15:37:38
33416         Log: Retract #7459, the script needs more work.
33417      Branch: perl
33418            - mkreef
33419            ! MANIFEST
33420 ____________________________________________________________________________
33421 [  7460] By: jhi                                   on 2000/10/27  15:23:14
33422         Log: Use $sort, $uniq (and $tr) consistently as wondered
33423              by Nicholas Clark.
33424      Branch: metaconfig
33425            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
33426            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
33427            ! U/modified/libc.U
33428      Branch: perl
33429            ! Configure config_h.SH
33430 ____________________________________________________________________________
33431 [  7459] By: jhi                                   on 2000/10/27  15:02:07
33432         Log: (Retracted by #7461)
33433              
33434              Add a shell script for creating/removing symbolic link farms,
33435              useful for keeping the source code read-only and doing the
33436              builds somewhere else.
33437      Branch: perl
33438            + mkreef
33439            ! MANIFEST
33440 ____________________________________________________________________________
33441 [  7458] By: jhi                                   on 2000/10/27  14:42:20
33442         Log: Do away with the fix_pl.
33443      Branch: perl
33444            - fix_pl
33445            ! MANIFEST Makefile.SH
33446 ____________________________________________________________________________
33447 [  7457] By: jhi                                   on 2000/10/27  12:43:13
33448         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
33449              From: Jens Hamisch <jens@Strawberry.COM>
33450              Date: Fri, 27 Oct 2000 14:38:21 +0200
33451              Message-Id: <20001027143821.B3366@Strawberry.COM>
33452      Branch: perl
33453            ! perl.h
33454 ____________________________________________________________________________
33455 [  7456] By: jhi                                   on 2000/10/27  12:33:42
33456         Log: Subject: [PATCH] todo
33457              From: Nicholas Clark <nick@ccl4.org>
33458              Date: Thu, 26 Oct 2000 22:32:29 +0100
33459              Message-ID: <20001026223229.A44540@plum.flirble.org>
33460      Branch: perl
33461            ! pod/perltodo.pod
33462 ____________________________________________________________________________
33463 [  7455] By: jhi                                   on 2000/10/27  12:02:21
33464         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
33465              From: John Tobey <jtobey@john-edwin-tobey.org>
33466              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
33467              Message-Id: <m13ozHF-000FObC@feynman.localnet>
33468      Branch: perl
33469            ! op.c t/pragma/sub_lval.t
33470 ____________________________________________________________________________
33471 [  7454] By: jhi                                   on 2000/10/27  11:59:42
33472         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
33473              From: sthoenna@efn.org
33474              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
33475              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
33476      Branch: perl
33477            ! pp.c t/op/assignwarn.t
33478 ____________________________________________________________________________
33479 [  7453] By: jhi                                   on 2000/10/27  00:15:08
33480         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
33481      Branch: perl
33482            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
33483            ! ext/Storable/Storable.xs t/lib/st-lock.t
33484 ____________________________________________________________________________
33485 [  7452] By: jhi                                   on 2000/10/26  13:05:52
33486         Log: Undo #7451, this seems to be a deficiency in Perforce,
33487              there is no per-file line-terminator type, only per-client.
33488      Branch: perl
33489            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
33490            ! win32/makefile.mk
33491 ____________________________________________________________________________
33492 [  7451] By: jhi                                   on 2000/10/26  04:56:03
33493         Log: Experimenting in DOS arcana.
33494      Branch: perl
33495            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
33496            ! win32/makefile.mk
33497 ____________________________________________________________________________
33498 [  7450] By: jhi                                   on 2000/10/26  04:50:52
33499         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
33500              From: "Peter J. Farley III" <pjfarley@banet.net>            
33501              Date: Wed, 25 Oct 2000 23:10:18 -0400
33502              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
33503      Branch: perl
33504            ! t/io/open.t
33505 ____________________________________________________________________________
33506 [  7449] By: jhi                                   on 2000/10/26  04:49:16
33507         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
33508              From: Hugo <hv@crypt.compulink.co.uk>
33509              Date: Thu, 26 Oct 2000 01:55:17 +0100
33510              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
33511              
33512              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
33513      Branch: perl
33514            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
33515 ____________________________________________________________________________
33516 [  7448] By: jhi                                   on 2000/10/26  04:38:36
33517         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
33518              From: Peter Prymmer <pvhp@forte.com>
33519              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
33520              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
33521      Branch: perl
33522            ! configure.com
33523 ____________________________________________________________________________
33524 [  7447] By: jhi                                   on 2000/10/25  23:20:02
33525         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
33526              in platforms that strictly require all the symbols being present
33527              at link time.
33528      Branch: perl
33529            ! handy.h
33530 ____________________________________________________________________________
33531 [  7446] By: jhi                                   on 2000/10/25  21:55:57
33532         Log: Update Changes.
33533      Branch: perl
33534            ! Changes patchlevel.h
33535 ____________________________________________________________________________
33536 [  7445] By: jhi                                   on 2000/10/25  21:27:08
33537         Log: Integrate with vmsperl #7430 by Charles Bailey:
33538              
33539              Cleanup from prior patch (Charles Lane?):
33540              - improve handling of MFDs in Basename and Path
33541              - default to no xsubpp line # munging when building debug images
33542      Branch: perl
33543           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
33544 ____________________________________________________________________________
33545 [  7444] By: jhi                                   on 2000/10/25  21:03:50
33546         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
33547              From: John Peacock <JPeacock@UnivPress.com>
33548              Date: Thu, 18 May 2000 11:55:27 -0400
33549              Message-ID: <3924126F.A58BE57A@UnivPress.com>
33550      Branch: perl
33551            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
33552            ! t/op/write.t
33553 ____________________________________________________________________________
33554 [  7443] By: jhi                                   on 2000/10/25  20:43:10
33555         Log: Temporary stopgap for the self-tying issue: for now only
33556              array and hash self-ties are verboten.  The real fix, of
33557              course, would be to comprehensively test (and implement?)
33558              and debug (and document) self-ties.
33559      Branch: perl
33560            ! pod/perldiag.pod pp_sys.c t/op/tie.t
33561 ____________________________________________________________________________
33562 [  7442] By: jhi                                   on 2000/10/25  20:14:30
33563         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
33564              From: Dan Sugalski <dan@sidhe.org>
33565              Date: Wed, 25 Oct 2000 13:36:35 -0400
33566              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
33567              
33568              plus regen global.sym.
33569      Branch: perl
33570            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
33571            ! thrdvar.h util.c
33572 ____________________________________________________________________________
33573 [  7441] By: jhi                                   on 2000/10/25  20:12:20
33574         Log: buildtoc target tweaks.
33575      Branch: perl
33576            ! pod/Makefile.SH
33577 ____________________________________________________________________________
33578 [  7440] By: jhi                                   on 2000/10/25  20:03:53
33579         Log: A new version of making the syslog test more robust.
33580              (Replaces #7421.)
33581              
33582              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
33583              From: "Kurt D. Starsinic" <kstar@chapin.edu>
33584              Date: Wed, 25 Oct 2000 12:13:54 -0400
33585              Message-ID: <20001025121354.B2264@O2.chapin.edu>
33586      Branch: perl
33587            ! t/lib/syslog.t
33588 ____________________________________________________________________________
33589 [  7439] By: jhi                                   on 2000/10/25  20:00:48
33590         Log: Continue the internal UTF-8 API tweaking.
33591              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
33592              used much more than the simpler API, now called utf8_to_uv_simple().
33593              Still not quite happy with API, too much partial duplication
33594              of functionality.
33595      Branch: perl
33596            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
33597            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
33598            ! regcomp.c regexec.c sv.c toke.c utf8.c
33599 ____________________________________________________________________________
33600 [  7438] By: jhi                                   on 2000/10/25  18:52:30
33601         Log: Allow poking holes at the UTF-8 decoding strictness.
33602      Branch: perl
33603            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
33604            ! utf8.h
33605 ____________________________________________________________________________
33606 [  7437] By: jhi                                   on 2000/10/25  13:53:05
33607         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
33608              UTF8LEN() and UTF8SKIP(). 
33609      Branch: perl
33610            ! pp.c utf8.c utf8.h
33611 ____________________________________________________________________________
33612 [  7436] By: jhi                                   on 2000/10/25  13:51:37
33613         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
33614              From: Nicholas Clark <nick@ccl4.org>
33615              Date: Wed, 25 Oct 2000 14:44:05 +0100
33616              Message-ID: <20001025144404.D27253@plum.flirble.org>
33617      Branch: perl
33618            ! pod/perlrun.pod
33619 ____________________________________________________________________________
33620 [  7435] By: jhi                                   on 2000/10/25  13:49:32
33621         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
33622              From: Mike Guy <mjtg@cam.ac.uk>
33623              Date: Tue, 24 Oct 2000 14:59:40 +0100
33624              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
33625      Branch: perl
33626            ! scope.c
33627 ____________________________________________________________________________
33628 [  7434] By: jhi                                   on 2000/10/25  13:48:41
33629         Log: AIX is picky about its symbol exports.  Solution for now
33630              is to include the deb.o explicitly to the re extension build.
33631              
33632              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
33633              From: Peter Prymmer <pvhp@forte.com>
33634              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
33635              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
33636      Branch: perl
33637            ! ext/re/Makefile.PL hints/aix.sh
33638 ____________________________________________________________________________
33639 [  7433] By: jhi                                   on 2000/10/25  13:46:49
33640         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
33641              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33642              Date: Wed, 25 Oct 2000 12:02:20 +0200
33643              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
33644      Branch: perl
33645            ! perlsdio.h
33646 ____________________________________________________________________________
33647 [  7432] By: jhi                                   on 2000/10/25  13:44:28
33648         Log: Subject: Minor update to find2perl, for portability
33649              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
33650              Date: Wed, 25 Oct 2000 12:05:47 +0100
33651              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
33652      Branch: perl
33653            ! x2p/find2perl.PL
33654 ____________________________________________________________________________
33655 [  7431] By: jhi                                   on 2000/10/25  13:40:39
33656         Log: Add targets to Makefile.SH, most importantly
33657              'regen_all' which also remembers to update vms/perly*.
33658      Branch: perl
33659            ! Makefile.SH
33660 ____________________________________________________________________________
33661 [  7430] By: bailey                                on 2000/10/25  03:13:53
33662         Log: Cleanup from prior patch (Charles Lane?):
33663              - improve handling of MFDs in Basename and Path
33664              - default to no xsubpp line # munging when building debug images
33665      Branch: vmsperl
33666            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
33667 ____________________________________________________________________________
33668 [  7429] By: jhi                                   on 2000/10/24  20:03:40
33669         Log: Podify README.epoc and README.vos.
33670      Branch: perl
33671            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
33672            ! pod/perlport.pod pod/perltoc.pod
33673 ____________________________________________________________________________
33674 [  7428] By: jhi                                   on 2000/10/24  19:10:33
33675         Log: Stratus VOS updates from Paul Green.
33676      Branch: perl
33677            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33678            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
33679            - vos/config.def vos/config.h vos/config_h.SH_orig
33680            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
33681            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
33682 ____________________________________________________________________________
33683 [  7427] By: jhi                                   on 2000/10/24  18:59:48
33684         Log: Check if stdio supports tweaking lval and cnt simultaneously.
33685              
33686              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
33687              From: Nicholas Clark <nick@ccl4.org>
33688              Date: Mon, 23 Oct 2000 15:39:32 +0100
33689              Message-ID: <20001023153932.A10786@plum.flirble.org>
33690      Branch: metaconfig
33691            ! U/compline/d_stdstdio.U
33692      Branch: perl
33693            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33694            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
33695            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
33696            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
33697            ! vos/config.h vos/config_h.SH_orig win32/config.bc
33698            ! win32/config.gc win32/config.vc
33699 ____________________________________________________________________________
33700 [  7426] By: jhi                                   on 2000/10/24  17:57:44
33701         Log: Missed the header file changes from #7425.
33702      Branch: perl
33703            ! embed.h embed.pl objXSUB.h proto.h
33704 ____________________________________________________________________________
33705 [  7425] By: jhi                                   on 2000/10/24  17:55:17
33706         Log: Fix the bug reported in
33707              
33708              From: andreas.koenig@anima.de (Andreas J. Koenig)
33709              Subject: Encode bug?
33710              Date: 24 Oct 2000 14:01:26 +0200 
33711              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
33712              
33713              Also make is_utf8_char() stricter.
33714      Branch: perl
33715            ! ext/Encode/Encode.xs utf8.c
33716 ____________________________________________________________________________
33717 [  7424] By: jhi                                   on 2000/10/24  15:15:39
33718         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
33719              From: Peter Scott <Peter@PSDT.com>
33720              Date: Mon, 23 Oct 2000 19:46:01 -0700
33721              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
33722      Branch: perl
33723            ! pod/perlfaq5.pod
33724 ____________________________________________________________________________
33725 [  7423] By: jhi                                   on 2000/10/24  14:25:30
33726         Log: Test tweak to avoid pulling in the whole Config.
33727      Branch: perl
33728            ! t/lib/st-lock.t
33729 ____________________________________________________________________________
33730 [  7422] By: jhi                                   on 2000/10/24  14:03:16
33731         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
33732      Branch: perl
33733            ! pp.c
33734 ____________________________________________________________________________
33735 [  7421] By: jhi                                   on 2000/10/24  13:32:09
33736         Log: (Replaced by #7440.)
33737              
33738              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
33739              From: "Kurt D. Starsinic" <kstar@chapin.edu>
33740              Date: Mon, 23 Oct 2000 16:40:54 -0400
33741              Message-ID: <20001023164054.B14491@O2.chapin.edu>
33742      Branch: perl
33743            ! t/lib/syslog.t
33744 ____________________________________________________________________________
33745 [  7420] By: jhi                                   on 2000/10/24  13:30:53
33746         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
33747              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33748              Date: Mon, 23 Oct 2000 17:29:03 -0400
33749              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
33750      Branch: perl
33751            ! lib/ExtUtils/MM_Unix.pm
33752 ____________________________________________________________________________
33753 [  7419] By: jhi                                   on 2000/10/24  13:29:57
33754         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
33755              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33756              Date: Mon, 23 Oct 2000 19:01:32 -0400
33757              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
33758      Branch: perl
33759            ! utils/h2xs.PL
33760 ____________________________________________________________________________
33761 [  7418] By: jhi                                   on 2000/10/24  13:26:04
33762         Log: Replace #7409 with
33763              
33764              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
33765              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
33766              Date: Mon, 23 Oct 2000 20:08:56 +0200
33767              Message-ID: <20001023200855.A14850@nice.ram.loc>
33768      Branch: perl
33769            ! ext/Storable/Storable.pm t/lib/st-lock.t
33770 ____________________________________________________________________________
33771 [  7417] By: jhi                                   on 2000/10/24  13:17:52
33772         Log: Run vms/vms_yfix.pl, should have done that after changing
33773              perly.c in #7382.
33774      Branch: perl
33775            ! vms/perly_c.vms vms/perly_h.vms
33776 ____________________________________________________________________________
33777 [  7416] By: jhi                                   on 2000/10/24  02:55:33
33778         Log: Make the UTF-8 decoding stricter and more verbose when
33779              malformation happens.  This involved adding an argument
33780              to utf8_to_uv_chk(), which involved changing its prototype,
33781              and prefer STRLEN over I32 for the UTF-8 length, which as
33782              a domino effect necessitated changing the prototypes of
33783              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
33784              The stricter UTF-8 decoding checking uses Markus Kuhn's
33785              UTF-8 Decode Stress Tester from
33786              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
33787      Branch: perl
33788            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
33789            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
33790            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
33791            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
33792 ____________________________________________________________________________
33793 [  7415] By: jhi                                   on 2000/10/23  14:06:06
33794         Log: Update Changes.
33795      Branch: perl
33796            ! Changes patchlevel.h
33797 ____________________________________________________________________________
33798 [  7414] By: jhi                                   on 2000/10/23  12:39:52
33799         Log: Undo the basename() part of #7412 since the lib/basename
33800              tests would need upgrading too.
33801      Branch: perl
33802            ! lib/File/Basename.pm
33803 ____________________________________________________________________________
33804 [  7413] By: jhi                                   on 2000/10/23  12:19:27
33805         Log: Document PERL_INSTALL_ROOT of #7210.
33806      Branch: perl
33807            ! lib/ExtUtils/Install.pm
33808 ____________________________________________________________________________
33809 [  7412] By: jhi                                   on 2000/10/23  12:16:47
33810         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
33811      Branch: perl
33812            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
33813            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
33814 ____________________________________________________________________________
33815 [  7411] By: jhi                                   on 2000/10/23  12:07:41
33816         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
33817              From: Prymmer/Kahn <pvhp@best.com>
33818              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
33819              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
33820      Branch: perl
33821            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
33822 ____________________________________________________________________________
33823 [  7410] By: jhi                                   on 2000/10/23  04:10:11
33824         Log: The change #7187 was not so good on VMS.
33825              
33826              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
33827              From: "Craig A. Berry" <craig.berry@psinetcs.com>
33828              Date: Sun, 22 Oct 2000 23:03:08 -0500
33829              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
33830      Branch: perl
33831            ! utils/perldoc.PL
33832 ____________________________________________________________________________
33833 [  7409] By: jhi                                   on 2000/10/23  03:57:36
33834         Log: Avoid Storable locking on DJGPP for now.
33835              
33836              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
33837              From: "Peter J. Farley III" <pjfarley@banet.net>
33838              Date: Sun, 22 Oct 2000 20:00:00 -0400
33839              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
33840      Branch: perl
33841            ! ext/Storable/Storable.pm t/lib/st-lock.t
33842 ____________________________________________________________________________
33843 [  7408] By: jhi                                   on 2000/10/23  03:50:24
33844         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
33845              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
33846              Date: Sun, 22 Oct 2000 21:12:22 -0400
33847              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
33848      Branch: perl
33849            ! lib/vars.pm
33850 ____________________________________________________________________________
33851 [  7407] By: jhi                                   on 2000/10/23  03:43:12
33852         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
33853              From: Hugo <hv@crypt.compulink.co.uk>
33854              Date: Mon, 23 Oct 2000 00:47:22 +0100
33855              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
33856      Branch: perl
33857            ! regexec.c t/op/pat.t
33858 ____________________________________________________________________________
33859 [  7406] By: jhi                                   on 2000/10/23  03:40:29
33860         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
33861      Branch: perl
33862            ! lib/ExtUtils/MakeMaker.pm
33863 ____________________________________________________________________________
33864 [  7405] By: jhi                                   on 2000/10/22  21:32:00
33865         Log: Doc patch.
33866              
33867              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
33868              From: rspier@pobox.com (Robert Spier)
33869              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
33870              Message-ID: <14835.16112.13457.447971@rls.cx>
33871      Branch: perl
33872            ! lib/strict.pm
33873 ____________________________________________________________________________
33874 [  7404] By: jhi                                   on 2000/10/22  21:30:51
33875         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
33876              From: rspier@pobox.com (Robert Spier)
33877              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
33878              Message-ID: <14835.17223.72448.705566@rls.cx>
33879      Branch: perl
33880            ! lib/ExtUtils/MakeMaker.pm
33881 ____________________________________________________________________________
33882 [  7403] By: jhi                                   on 2000/10/22  21:24:11
33883         Log: Subject: [PATCH bleadperl] ripples from constsub patch
33884              From: John Tobey <jtobey@john-edwin-tobey.org>
33885              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
33886              Message-Id: <m13nSOB-000FObC@feynman.localnet>
33887      Branch: perl
33888            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
33889 ____________________________________________________________________________
33890 [  7402] By: jhi                                   on 2000/10/22  20:59:35
33891         Log: Support s?printf parameter reordering.
33892      Branch: perl
33893            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
33894 ____________________________________________________________________________
33895 [  7401] By: jhi                                   on 2000/10/22  19:19:14
33896         Log: Expand %Config variables only if explicitly so requested
33897              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
33898              
33899              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
33900              From: Gurusamy Sarathy <gsar@ActiveState.com>
33901              Date: Sun, 22 Oct 2000 11:47:32 -0700
33902              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
33903      Branch: perl
33904            ! Makefile.SH lib/lib_pm.PL
33905 ____________________________________________________________________________
33906 [  7400] By: jhi                                   on 2000/10/22  18:24:10
33907         Log: Move the #7390 test from warn/op to comp/redef.
33908              
33909              Subject: Re: Creating const subs for constants.
33910              From: John Tobey <jtobey@john-edwin-tobey.org>
33911              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
33912              Message-Id: <m13nG72-000FObC@feynman.localnet>               
33913      Branch: perl
33914            ! t/comp/redef.t t/pragma/warn/op
33915 ____________________________________________________________________________
33916 [  7399] By: jhi                                   on 2000/10/22  17:49:59
33917         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
33918              From: Nicholas Clark <nick@ccl4.org>
33919              Date: Sat, 21 Oct 2000 22:23:19 +0100
33920              Message-ID: <20001021222319.B45586@plum.flirble.org>
33921      Branch: perl
33922            ! ext/DynaLoader/DynaLoader_pm.PL
33923 ____________________________________________________________________________
33924 [  7398] By: jhi                                   on 2000/10/22  17:47:35
33925         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
33926              From: Hugo <hv@crypt.compulink.co.uk>
33927              Date: Sat, 21 Oct 2000 18:19:59 +0100
33928              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
33929      Branch: perl
33930            ! ext/B/B.pm ext/B/B/C.pm
33931 ____________________________________________________________________________
33932 [  7397] By: jhi                                   on 2000/10/22  17:35:18
33933         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
33934              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
33935              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
33936              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
33937      Branch: perl
33938            ! hints/openbsd.sh
33939 ____________________________________________________________________________
33940 [  7396] By: jhi                                   on 2000/10/22  17:19:46
33941         Log: Subject: installman go-faster stripes
33942              From: Nicholas Clark <nick@talking.bollo.cx>
33943              Date: Sat, 21 Oct 2000 17:24:53 +0100
33944              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
33945              
33946              Subject: Re: installman go-faster stripes
33947              From: Russ Allbery <rra@stanford.edu>
33948              Date: 21 Oct 2000 11:04:13 -0700
33949              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
33950      Branch: perl
33951            ! installman pod/pod2man.PL
33952 ____________________________________________________________________________
33953 [  7395] By: jhi                                   on 2000/10/22  17:17:35
33954         Log: Hints tweak from Anton Berezin.
33955      Branch: perl
33956            ! hints/freebsd.sh
33957 ____________________________________________________________________________
33958 [  7394] By: jhi                                   on 2000/10/22  04:50:04
33959         Log: Tweak the Is* definitions of Unicode character classes
33960              to better match the official categorizations; embrace
33961              the official categorizations; add the combining marks
33962              as alpha (and -numeric); fix DCinital (a typo and edito)
33963              to be DCmedial.
33964      Branch: perl
33965            + lib/unicode/Is/DCmedial.pl
33966            - lib/unicode/Is/DCinital.pl
33967            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
33968            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
33969            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
33970            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
33971 ____________________________________________________________________________
33972 [  7393] By: jhi                                   on 2000/10/21  18:06:05
33973         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
33974              From: Daniel Chetlin <daniel@chetlin.com>
33975              Date: Sat, 21 Oct 2000 02:57:03 -0700
33976              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
33977      Branch: perl
33978            + t/lib/tie-splice.t
33979            ! MANIFEST lib/Tie/Array.pm
33980 ____________________________________________________________________________
33981 [  7392] By: gsar                                  on 2000/10/21  18:05:15
33982         Log: resync utfperl branch with mainline
33983      Branch: utfperl
33984           !> (integrate 1760 files)
33985 ____________________________________________________________________________
33986 [  7391] By: jhi                                   on 2000/10/21  14:37:49
33987         Log: Testcases for a #7383,#7385 related bug.
33988              
33989              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
33990              From: Nicholas Clark <nick@ccl4.org>
33991              Date: Sat, 21 Oct 2000 15:04:51 +0100
33992              Message-ID: <20001021150451.A51566@plum.flirble.org>
33993      Branch: perl
33994            ! t/pragma/utf8.t
33995 ____________________________________________________________________________
33996 [  7390] By: jhi                                   on 2000/10/21  14:35:57
33997         Log: Add a testcase for #7389.
33998      Branch: perl
33999            ! t/pragma/warn/op
34000 ____________________________________________________________________________
34001 [  7389] By: jhi                                   on 2000/10/21  14:26:45
34002         Log: Subject: Re: Creating const subs for constants.
34003              From: John Tobey <jtobey@john-edwin-tobey.org>
34004              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
34005              Message-Id: <m13mo0N-000FObC@feynman.localnet>
34006      Branch: perl
34007            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
34008            ! proto.h sv.c
34009 ____________________________________________________________________________
34010 [  7388] By: nick                                  on 2000/10/21  11:44:23
34011         Log: Populate perlio branch
34012      Branch: perlio
34013           +> (branch 1760 files)
34014 ____________________________________________________________________________
34015 [  7387] By: nick                                  on 2000/10/21  10:52:05
34016         Log: Get branch back as replica of mainline via :
34017              p4 integrate -b utfperl
34018              p4 resolve -at ./...
34019      Branch: utfperl
34020           +> (branch 269 files)
34021            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
34022            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
34023            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
34024            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
34025            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
34026            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
34027            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
34028            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
34029            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
34030            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
34031            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
34032            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
34033            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
34034            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
34035            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
34036            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
34037            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
34038            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
34039            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
34040            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
34041            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
34042            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
34043            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
34044            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
34045            - lib/unicode/UCD300.html lib/unicode/Unicode.300
34046            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
34047            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
34048            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
34049            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
34050           !> (integrate 965 files)
34051 ____________________________________________________________________________
34052 [  7386] By: jhi                                   on 2000/10/21  01:31:12
34053         Log: Update Changes.
34054      Branch: perl
34055            ! Changes patchlevel.h
34056 ____________________________________________________________________________
34057 [  7385] By: jhi                                   on 2000/10/21  01:28:42
34058         Log: The #7383 was right only in the context of the original bug report,
34059              not in more general case.
34060      Branch: perl
34061            ! pp_hot.c
34062 ____________________________________________________________________________
34063 [  7384] By: jhi                                   on 2000/10/21  01:08:23
34064         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
34065      Branch: perl
34066            ! ext/IO/lib/IO/Select.pm
34067 ____________________________________________________________________________
34068 [  7383] By: jhi                                   on 2000/10/21  00:44:18
34069         Log: Fix for ID 20001020.006, concatenating an unset submatch
34070              with utf8 resulted in "Modification of a read-only value".
34071      Branch: perl
34072            ! pp_hot.c t/pragma/utf8.t
34073 ____________________________________________________________________________
34074 [  7382] By: jhi                                   on 2000/10/20  20:44:31
34075         Log: Make scan_num() reëntrant, as suggested in
34076              
34077              Subject: [PATCH perl@7229] Rentrant parser and yylex()
34078              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34079              Date: Fri, 20 Oct 2000 14:17:27 +0100
34080              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
34081      Branch: perl
34082            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
34083            ! toke.c
34084 ____________________________________________________________________________
34085 [  7381] By: jhi                                   on 2000/10/20  20:07:29
34086         Log: Reëntrancy fix.
34087              
34088              Subject: [PATCH perl@7229] Rentrant parser and yylex()
34089              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34090              Date: Fri, 20 Oct 2000 14:17:27 +0100
34091              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
34092      Branch: perl
34093            ! embed.h embed.pl perl.h proto.h toke.c
34094 ____________________________________________________________________________
34095 [  7380] By: jhi                                   on 2000/10/20  19:15:54
34096         Log: Don't write double values through long double pointers,
34097              based on a part of
34098              
34099              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
34100              From: Jens Hamisch <jens@Strawberry.COM>
34101              Date: Tue, 17 Oct 2000 08:39:36 +0200
34102              Message-Id: <20001017083936.A11104@Strawberry.COM>
34103      Branch: perl
34104            ! perl.h pp.c
34105 ____________________________________________________________________________
34106 [  7379] By: jhi                                   on 2000/10/20  18:43:37
34107         Log: Portability tweak on #7377.
34108              
34109              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
34110              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34111              Date:     Fri, 20 Oct 2000 13:13:41 EDT
34112              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
34113      Branch: perl
34114            ! t/lib/dprof.t
34115 ____________________________________________________________________________
34116 [  7378] By: jhi                                   on 2000/10/20  12:57:19
34117         Log: SOCKS function redefinitions need prototypes, too, otherwise
34118              for example 32 bit versus 64 bit differences cause a lot of
34119              problems.  Part of
34120              
34121              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
34122              From: Jens Hamisch <jens@Strawberry.COM>
34123              Date: Tue, 17 Oct 2000 08:39:36 +0200
34124              Message-Id: <20001017083936.A11104@Strawberry.COM>
34125      Branch: perl
34126            ! doio.c pp_sys.c
34127 ____________________________________________________________________________
34128 [  7377] By: jhi                                   on 2000/10/20  12:37:12
34129         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
34130              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34131              Date:     Fri, 20 Oct 2000 08:26:04 EDT
34132              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
34133      Branch: perl
34134            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
34135 ____________________________________________________________________________
34136 [  7376] By: jhi                                   on 2000/10/20  12:35:31
34137         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
34138              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34139              Date:     Fri, 20 Oct 2000 07:48:15 EDT
34140              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
34141      Branch: perl
34142            ! configure.com vms/gen_shrfls.pl
34143 ____________________________________________________________________________
34144 [  7375] By: bailey                                on 2000/10/20  04:44:37
34145         Log: SYN SYN
34146      Branch: vmsperl
34147           +> (branch 134 files)
34148            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
34149            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
34150            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
34151            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
34152            - eg/cgi/frameset.cgi eg/cgi/index.html
34153            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
34154            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
34155            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
34156            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
34157            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
34158            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
34159            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
34160            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
34161            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
34162            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
34163            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
34164            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
34165            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
34166            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
34167            - lib/unicode/Props.txt lib/unicode/UCD300.html
34168            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
34169            - utils/perlbc.PL vms/subconfigure.com
34170           !> (integrate 785 files)
34171 ____________________________________________________________________________
34172 [  7374] By: jhi                                   on 2000/10/20  00:59:48
34173         Log: In the latest compiler builds cccdlflags must not become -fpic,
34174              from Wilfredo Sánchez.
34175      Branch: perl
34176            ! hints/darwin.sh
34177 ____________________________________________________________________________
34178 [  7373] By: jhi                                   on 2000/10/20  00:56:35
34179         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
34180              From: Tony Cook <tony@develop-help.com>
34181              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
34182              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
34183      Branch: perl
34184            ! pod/perlop.pod
34185 ____________________________________________________________________________
34186 [  7372] By: jhi                                   on 2000/10/19  19:34:40
34187         Log: Typo noted by Mark Lutz.
34188      Branch: perl
34189            ! t/op/64bitint.t
34190 ____________________________________________________________________________
34191 [  7371] By: jhi                                   on 2000/10/19  19:33:13
34192         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
34193      Branch: metaconfig
34194            ! U/modified/Cppsym.U U/modified/Oldconfig.U
34195      Branch: metaconfig/U/perl
34196            ! End.U dlsrc.U libperl.U
34197      Branch: perl
34198            + hints/nonstopux.sh
34199            ! Configure MANIFEST config_h.SH
34200 ____________________________________________________________________________
34201 [  7370] By: jhi                                   on 2000/10/19  17:18:08
34202         Log: Subject: PATCH do_print has 2 PerlIO_error()s
34203              From: nick@ccl4.org
34204              Date: Thu, 19 Oct 2000 18:09:20 +0100
34205              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
34206      Branch: perl
34207            ! doio.c
34208 ____________________________________________________________________________
34209 [  7369] By: jhi                                   on 2000/10/19  14:01:49
34210         Log: Update Changes.
34211      Branch: perl
34212            ! Changes patchlevel.h
34213 ____________________________________________________________________________
34214 [  7368] By: jhi                                   on 2000/10/19  13:04:29
34215         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
34216              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34217              Date: Wed, 18 Oct 2000 13:12:01 +0200
34218              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
34219      Branch: perl
34220            ! hints/aix.sh
34221 ____________________________________________________________________________
34222 [  7367] By: jhi                                   on 2000/10/19  02:22:40
34223         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
34224              of a 'pmshort' anywhere in the B, so the offending line was simply
34225              removed.
34226      Branch: perl
34227            ! ext/B/B/Debug.pm
34228 ____________________________________________________________________________
34229 [  7366] By: jhi                                   on 2000/10/19  02:12:37
34230         Log: Add the test case for the bug id 20000730.004 which seems
34231              to have been fixed by now.
34232      Branch: perl
34233            ! t/pragma/utf8.t
34234 ____________________________________________________________________________
34235 [  7365] By: jhi                                   on 2000/10/18  23:36:24
34236         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
34237              From: Hugo <hv@crypt.compulink.co.uk>
34238              Date: Wed, 18 Oct 2000 23:25:58 +0100
34239              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
34240      Branch: perl
34241            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
34242 ____________________________________________________________________________
34243 [  7364] By: jhi                                   on 2000/10/18  21:12:53
34244         Log: (retracted)
34245      Branch: perl
34246            ! pp.c
34247 ____________________________________________________________________________
34248 [  7363] By: jhi                                   on 2000/10/18  20:55:38
34249         Log: Missing change from #7362.
34250      Branch: perl
34251            ! win32/perlhost.h
34252 ____________________________________________________________________________
34253 [  7362] By: jhi                                   on 2000/10/18  20:52:01
34254         Log: Borland C fstat() never saw the fd as writable.
34255              
34256              Subject: fix for Borland's weak "stat" (perl@7211)
34257              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34258              Date: Mon, 16 Oct 2000 09:55:03 +0400
34259              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
34260      Branch: perl
34261            ! win32/win32.c
34262 ____________________________________________________________________________
34263 [  7361] By: jhi                                   on 2000/10/18  17:43:50
34264         Log: Regen toc.
34265      Branch: perl
34266            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
34267 ____________________________________________________________________________
34268 [  7360] By: jhi                                   on 2000/10/18  17:07:44
34269         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34270              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
34271              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
34272              Date: Mon, 16 Oct 2000 15:19:49 +0200
34273      Branch: perl
34274            + README.aix
34275            ! MANIFEST
34276 ____________________________________________________________________________
34277 [  7359] By: jhi                                   on 2000/10/18  17:04:49
34278         Log: Subject: Pod patch for Devel::Peek
34279              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34280              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
34281              Date: Mon, 16 Oct 2000 12:26:34 +0200
34282      Branch: perl
34283            ! ext/Devel/Peek/Peek.pm
34284 ____________________________________________________________________________
34285 [  7358] By: jhi                                   on 2000/10/18  17:03:15
34286         Log: Make Cwd more bulletproof in chrooted environments.
34287              
34288              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
34289              From: "Eric E. Coe" <Eric.Coe@oracle.com>
34290              Date: Wed, 18 Oct 2000 04:03:54 -0400
34291              Message-Id: <39ED596A.70E599FE@oracle.com>
34292      Branch: perl
34293            ! lib/Cwd.pm
34294 ____________________________________________________________________________
34295 [  7357] By: jhi                                   on 2000/10/18  16:37:26
34296         Log: Disable the UTF8 downgrade croakage for now to avoid
34297              too many not okay messages.
34298      Branch: perl
34299            ! doio.c
34300 ____________________________________________________________________________
34301 [  7356] By: jhi                                   on 2000/10/17  23:29:41
34302         Log: Show the failed remote port, instead of the failing line number.
34303              
34304              Subject: [PATCH 5.6.1 Debugger] More diagnostics
34305              From: David Sparks <daves@ActiveState.com>
34306              Date: Tue, 17 Oct 2000 15:00:24 -0700
34307              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
34308      Branch: perl
34309            ! lib/perl5db.pl
34310 ____________________________________________________________________________
34311 [  7355] By: jhi                                   on 2000/10/17  14:11:31
34312         Log: On output try to downgrade to bytes, croak if impossible,
34313              from Simon Cozens.  This means that outputting >255 UTF8
34314              is impossible.  Consider this as a strong incentive to get
34315              the I/O disciplines implemented.
34316      Branch: perl
34317            ! doio.c pod/perldiag.pod sv.c
34318 ____________________________________________________________________________
34319 [  7354] By: jhi                                   on 2000/10/17  13:42:23
34320         Log: Clarify documentation on 'use bytes'.
34321              
34322              Subject: Re: What does 'use bytes' "mean" ?
34323              From: Simon Cozens <simon@cozens.net>
34324              Date: Mon, 18 Sep 2000 18:24:25 +0100
34325              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
34326      Branch: perl
34327            ! lib/bytes.pm
34328 ____________________________________________________________________________
34329 [  7353] By: jhi                                   on 2000/10/17  13:28:12
34330         Log: Workaround for a sfio bug where the stream error indicator
34331              is not cleared as documented.
34332              
34333              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
34334              From: Nicholas Clark <nick@ccl4.org>
34335              Date: Mon, 16 Oct 2000 18:28:23 +0100
34336              Message-ID: <20001016182823.J19700@plum.flirble.org>
34337      Branch: perl
34338            ! doio.c
34339 ____________________________________________________________________________
34340 [  7352] By: jhi                                   on 2000/10/17  13:06:19
34341         Log: More IoTYPE sprinkling.
34342      Branch: perl
34343            ! doio.c pp_hot.c
34344 ____________________________________________________________________________
34345 [  7351] By: jhi                                   on 2000/10/16  22:47:07
34346         Log: Detect early whether the std streams have gone bad.
34347              
34348              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
34349              Date: Mon, 16 Oct 2000 23:28:42 +0100
34350              From: Nicholas Clark <nick@ccl4.org>
34351              Message-ID: <20001016232842.A37942@plum.flirble.org>
34352      Branch: perl
34353            ! t/op/misc.t
34354 ____________________________________________________________________________
34355 [  7350] By: jhi                                   on 2000/10/16  22:45:16
34356         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
34357              From: "Peter J. Farley III" <pjfarley@banet.net>
34358              Date: Mon, 16 Oct 2000 18:15:59 -0400
34359              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
34360      Branch: perl
34361            ! djgpp/djgpp.c dosish.h t/io/open.t
34362 ____________________________________________________________________________
34363 [  7349] By: jhi                                   on 2000/10/16  22:36:45
34364         Log: perldelta tweak.
34365      Branch: perl
34366            ! pod/perldelta.pod
34367 ____________________________________________________________________________
34368 [  7348] By: jhi                                   on 2000/10/16  15:17:53
34369         Log: Update Changes.
34370      Branch: perl
34371            ! Changes patchlevel.h
34372 ____________________________________________________________________________
34373 [  7347] By: jhi                                   on 2000/10/16  13:55:27
34374         Log: Add the capability to include/exclude branches.
34375      Branch: perl
34376            ! Porting/genlog
34377 ____________________________________________________________________________
34378 [  7346] By: jhi                                   on 2000/10/16  13:18:04
34379         Log: Add Charles Lane.
34380      Branch: perl
34381            ! AUTHORS Changes
34382 ____________________________________________________________________________
34383 [  7345] By: jhi                                   on 2000/10/16  13:13:21
34384         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
34385      Branch: perl
34386            ! pod/perldelta.pod
34387 ____________________________________________________________________________
34388 [  7344] By: gsar                                  on 2000/10/16  09:30:21
34389         Log: integrate change#6220 from cfgperl
34390              
34391              Win32 patches from Benjamin Stuhl.
34392      Branch: maint-5.6/perl
34393           !> makedef.pl win32/win32.h
34394 ____________________________________________________________________________
34395 [  7343] By: gsar                                  on 2000/10/16  08:32:19
34396         Log: integrate changes#6221,6222 from cfgperl
34397              
34398              Remove tr///CU (the feature is to be obsoleted by better interfaces).
34399              From: simon@brecon.co.uk (Simon Cozens)
34400              Subject: [PATCH] Eliminate tr///[CU][CU]
34401              Date: 23 Jun 2000 11:05:40 GMT
34402              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
34403              
34404              doc typo fix
34405              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
34406              From: Ian Phillipps <Ian.Phillipps@iname.com>
34407              Date: Fri, 23 Jun 2000 10:40:58 +0100
34408              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
34409      Branch: maint-5.6/perl
34410           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
34411 ____________________________________________________________________________
34412 [  7342] By: gsar                                  on 2000/10/16  08:28:08
34413         Log: integrate change#6217 from cfgperl (in part)
34414              
34415              Rename the fdpid locking and integrate with Sarathy.
34416      Branch: maint-5.6/perl
34417           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
34418           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
34419           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
34420           !> win32/win32.c
34421 ____________________________________________________________________________
34422 [  7341] By: gsar                                  on 2000/10/16  08:23:39
34423         Log: integrate changes#6214..6216 from mainline
34424              
34425              @_ can't have junk in it even in the non-USE_ITHREADS case because
34426              caller() wants to populate @DB::args with it (causes a coredump
34427              in Carp::confess())
34428              
34429              tweak comment about @DB::args
34430              
34431              be more optimal about clearing @_
34432      Branch: maint-5.6/perl
34433           !> av.h cop.h pp_ctl.c t/op/runlevel.t
34434 ____________________________________________________________________________
34435 [  7340] By: gsar                                  on 2000/10/16  08:20:37
34436         Log: integrate changes#6207..6210 from cfgperl
34437              
34438              Subject: [PATCH 5.6.0] Threadsafe patches
34439              From: Dan Sugalski <dan@sidhe.org>
34440              To: perl5-porters@perl.org
34441              Date: Mon, 08 May 2000 18:08:13 -0400
34442              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
34443              
34444              Regen headers for #6207.
34445              
34446              Lock PL_fdpid against race conditions, based on:
34447              Subject: [PATCH 5.6.0]subprocess fixup for threads
34448              From: Dan Sugalski <dan@sidhe.org>
34449              To: perl5-porters@perl.org
34450              Date: Tue, 11 Apr 2000 17:02:32 -0400
34451              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
34452              
34453              Mopup for #6207 and #6209.
34454      Branch: maint-5.6/perl
34455           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
34456           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
34457           !> win32/win32.c
34458 ____________________________________________________________________________
34459 [  7339] By: gsar                                  on 2000/10/16  08:14:34
34460         Log: integrate change#6203 from cfgperl
34461              
34462              perldiag should refer to perlos2.pod not README.os2
34463      Branch: maint-5.6/perl
34464           !> pod/perldiag.pod
34465 ____________________________________________________________________________
34466 [  7338] By: gsar                                  on 2000/10/16  08:11:42
34467         Log: integrate change#6201 from mainline
34468              
34469              Perl_eval_pv() leaks 4 bytes every time it is called because it
34470              does a PUSHMARK that's never ever POPMARKed; in general, only
34471              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
34472              Perl_eval_[sp]v() don't because they don't take any incoming
34473              arguments (this leak has been around since the original version
34474              of perl_eval_pv() in 5.003_97e)
34475      Branch: maint-5.6/perl
34476           !> perl.c
34477 ____________________________________________________________________________
34478 [  7337] By: gsar                                  on 2000/10/16  08:08:47
34479         Log: integrate changes#6197..6200 from cfgperl
34480              
34481              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
34482              From: John Borwick <jhborwic@unity.ncsu.edu>
34483              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
34484              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
34485              
34486              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
34487              From: Dan Sugalski <dan@sidhe.org>
34488              To: vmsperl@perl.org, perl5-porters@perl.org
34489              Date: Fri, 02 Jun 2000 16:00:41 -0400
34490              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
34491              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
34492              
34493              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
34494              From: Dan Sugalski <dan@sidhe.org>
34495              To: perl5-porters@perl.org, vmsperl@perl.org
34496              Date: Fri, 02 Jun 2000 17:30:51 -0400
34497              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
34498              
34499              Update to cperl-mode.el 4.31 from
34500              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
34501              Subject: A couple of notes
34502              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34503              To: Mailing list Perl5 <perl5-porters@perl.org>
34504              Date: Sat, 3 Jun 2000 23:33:32 -0400
34505              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
34506      Branch: maint-5.6/perl
34507           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
34508           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
34509           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
34510           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
34511           !> vms/vmsish.h
34512 ____________________________________________________________________________
34513 [  7336] By: gsar                                  on 2000/10/16  08:03:46
34514         Log: integrate changes#6194,6195 from mainline
34515              
34516              fix small eval"" memory leaks under USE_ITHREADS
34517              
34518              fix yet another eval"" leak under USE_ITHREADS
34519      Branch: maint-5.6/perl
34520           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
34521           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
34522           !> vms/perly_c.vms
34523 ____________________________________________________________________________
34524 [  7335] By: gsar                                  on 2000/10/16  08:02:15
34525         Log: integrate changes#6190,6191 from mainline
34526              
34527              submit missing embed.pl change
34528              
34529              vec() loses numericalness (modified version of patch suggested
34530              by Robin Barker)
34531      Branch: maint-5.6/perl
34532           !> doop.c embed.pl t/op/vec.t
34533 ____________________________________________________________________________
34534 [  7334] By: gsar                                  on 2000/10/16  08:01:03
34535         Log: integrate change#6189 from mainline
34536              
34537              counting tr/// corrupts later operation (from M.J.T Guy)
34538      Branch: maint-5.6/perl
34539           !> doop.c t/op/tr.t
34540 ____________________________________________________________________________
34541 [  7333] By: gsar                                  on 2000/10/16  07:59:07
34542         Log: integrate changes#6183..6188 from mainline
34543              
34544              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
34545              <nick@ccl4.org>)
34546              
34547              tweak for change#6127
34548              
34549              remove incorrect documentation about implicit split to @_ in
34550              list context, which never really worked in perl 5 (from
34551              M.J.T. Guy)
34552              
34553              further qualify references to "alphanumeric" (from Wolfgang Laun
34554              <wolfgang.laun@alcatel.at>)
34555              
34556              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
34557              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
34558              
34559              h2xs tweaks
34560      Branch: maint-5.6/perl
34561           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
34562           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
34563           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
34564           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
34565           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
34566           !> pod/pod2latex.PL utils/h2xs.PL
34567 ____________________________________________________________________________
34568 [  7332] By: gsar                                  on 2000/10/16  07:53:52
34569         Log: integrate change#6179 from mainline
34570              
34571              buggy modulus on UVs introduced by change#3378 (resulted in
34572              4063328477 % 65535 amounting to 27406, instead of 27407)
34573      Branch: maint-5.6/perl
34574           !> pp.c t/op/arith.t
34575 ____________________________________________________________________________
34576 [  7331] By: gsar                                  on 2000/10/16  07:52:49
34577         Log: integrate changes#6176,6177,6178,6182 from cfgperl
34578              
34579              Single-quoted utf8 patch from Simon Cozens.
34580              
34581              Substitution utf8 patch from Simon Cozens.
34582              
34583              Be cleaner.
34584              
34585              Be Cleaner Part Deux.
34586      Branch: maint-5.6/perl
34587           !> Makefile.SH pp_hot.c toke.c
34588 ____________________________________________________________________________
34589 [  7330] By: gsar                                  on 2000/10/16  07:41:36
34590         Log: integrate change#6172 from mainline
34591              
34592              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
34593              (from Ilya Zakharevich)
34594      Branch: maint-5.6/perl
34595           !> regexec.c t/op/re_tests
34596 ____________________________________________________________________________
34597 [  7329] By: gsar                                  on 2000/10/16  07:40:25
34598         Log: integrate change#6171 from mainline
34599              
34600              scalar() doesn't force scalar context when used in void context
34601              (from Simon Cozens)
34602      Branch: maint-5.6/perl
34603           !> op.c t/op/wantarray.t
34604 ____________________________________________________________________________
34605 [  7328] By: gsar                                  on 2000/10/16  07:39:33
34606         Log: integrate change#6170 from mainline
34607              
34608              change#6142 needs tweaks to tests to work where there's no
34609              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
34610      Branch: maint-5.6/perl
34611           !> t/lib/filefind.t
34612 ____________________________________________________________________________
34613 [  7327] By: gsar                                  on 2000/10/16  07:35:34
34614         Log: integrate changes#6166..6168 from cfgperl
34615              
34616              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
34617              in case somebody wants to write an extension for more
34618              shadow database interfaces.
34619              
34620              tweak todo
34621              
34622              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
34623      Branch: maint-5.6/perl
34624           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
34625           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
34626           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
34627           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
34628           !> win32/config.vc win32/config_H.bc win32/config_H.gc
34629           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
34630 ____________________________________________________________________________
34631 [  7326] By: gsar                                  on 2000/10/16  07:29:05
34632         Log: integrate changes#6157,6159..6161,6164 from cfgperl
34633              
34634              Regen Configure to jive with #6149.
34635              
34636              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
34637              
34638              Changes for the File::Temp 0.08 (change #6159) test suite
34639              to fit better into the Perl distribution test framework.
34640              
34641              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
34642              both from Simon Cozens.
34643              
34644              detypo
34645      Branch: maint-5.6/perl
34646           +> pod/perlmodlib.PL pod/perlnewmod.pod
34647           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
34648           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
34649           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
34650           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
34651 ____________________________________________________________________________
34652 [  7325] By: gsar                                  on 2000/10/16  07:25:13
34653         Log: integrate change#6158 from vmsperl
34654              
34655              Add fallback to tmpfile for use in cases where user's relying on
34656              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
34657              Lane's patch)
34658      Branch: maint-5.6/perl
34659           !> vms/vms.c vms/vmsish.h
34660 ____________________________________________________________________________
34661 [  7324] By: gsar                                  on 2000/10/16  07:20:50
34662         Log: integrate changes#6153..6155 from mainline
34663              
34664              prettier Test::Harness output on failed tests (from Nicholas Clark
34665              <nick@Bagpuss.uk.boo.com>)
34666              
34667              avoid type mismatch warning
34668              
34669              small bug in change#6144; remove random \xA0 character that snuck
34670              in via change#6145
34671      Branch: maint-5.6/perl
34672           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
34673           !> perl.c
34674 ____________________________________________________________________________
34675 [  7323] By: gsar                                  on 2000/10/16  07:18:47
34676         Log: integrate changes#6151,6152 from mainline
34677              
34678              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
34679              
34680              cosmetic fixups of RE debug output (from Ilya Zakharevich)
34681      Branch: maint-5.6/perl
34682           !> regexec.c
34683 ____________________________________________________________________________
34684 [  7322] By: gsar                                  on 2000/10/16  07:17:25
34685         Log: integrate changes#6146..6150 from mainline
34686              
34687              doc typo
34688              
34689              add a make entry to Config.pm so "perl -V:make" works on VMS
34690              (from Peter Prymmer)
34691              
34692              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
34693              
34694              OS/2 tweaks for usethreads build (from Rocco Caputo
34695              <troc@netrus.net>)
34696              
34697              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
34698      Branch: maint-5.6/perl
34699           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
34700           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
34701           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
34702           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
34703           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
34704           !> warnings.pl x2p/a2p.h
34705 ____________________________________________________________________________
34706 [  7321] By: gsar                                  on 2000/10/16  07:14:02
34707         Log: integrate changes#6143..6145 from mainline
34708              
34709              MacOS support, part 1 (from Matthias Neeracher
34710              <neeri@iis.ee.ethz.ch>)
34711              
34712              MacOS support, part 2: make AutoSplit use File::Spec instead
34713              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
34714              <neeri@iis.ee.ethz.ch>)
34715              
34716              make xsubpp skip embedded pod (from Matthias Neeracher
34717              <neeri@iis.ee.ethz.ch>)
34718      Branch: maint-5.6/perl
34719           +> ext/DynaLoader/dl_mac.xs
34720           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
34721           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
34722           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
34723           !> pp_ctl.c proto.h toke.c util.c util.h
34724 ____________________________________________________________________________
34725 [  7320] By: gsar                                  on 2000/10/16  07:12:13
34726         Log: integrate changes#6141,6142 from mainline
34727              
34728              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
34729              forwarded by Peter Seebach from the bsdi-users mailing list.
34730              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
34731              
34732              File::Find fails to chdir when chasing symlinks (from
34733              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
34734      Branch: maint-5.6/perl
34735           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
34736 ____________________________________________________________________________
34737 [  7319] By: gsar                                  on 2000/10/16  07:04:30
34738         Log: integrate change#6139 from mainline
34739              
34740              revise mktables.PL for bugs and newness in Unicode 3.0
34741              (from James Bence <jbence@amgen.com>)
34742      Branch: maint-5.6/perl
34743           +> (branch 30 files)
34744           !> (integrate 49 files)
34745 ____________________________________________________________________________
34746 [  7318] By: gsar                                  on 2000/10/16  07:01:01
34747         Log: integrate changes#6137,6138 from mainline
34748              
34749              fix bogus redeclaration warning for "our" variables in different
34750              scopes
34751              
34752              add note about the handling of negative indices to tied arrays
34753              (from Michael G Schwern <schwern@pobox.com>)
34754      Branch: maint-5.6/perl
34755           !> op.c pod/perltie.pod t/pragma/strict-vars
34756 ____________________________________________________________________________
34757 [  7317] By: gsar                                  on 2000/10/16  06:58:46
34758         Log: integrate changes#6127..6136 from mainline
34759              
34760              call_method(...,G_EVAL) can longjmp() out if the method probing
34761              failed (from Gisle Aas)
34762              
34763              new perlxstut example for passing/returning refs to arrays
34764              (from David Lowe <dlowe@pootpoot.com>)
34765              
34766              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
34767              
34768              fix places that mean C<"word" character> but say C<alphanumeric
34769              character>
34770              
34771              avoid warnings in POSIX.pm (from Barrie Slaymaker)
34772              
34773              warnings::enabled() doesn't fall back to looking at $^W if
34774              caller isn't using lexical warnings (from Paul Marquess)
34775              
34776              elide bogus test in change#6132
34777              
34778              make Test::Harness use wait.h/WCOREDUMP if available
34779              (from Ben Tilly <ben_tilly@hotmail.com>)
34780              
34781              enable Test::Harness to dynamically determine column width etc.
34782              (from Rob Napier <rnapier@employees.org>)
34783              
34784              random pod typos (from Peter Scott <Peter@PSDT.com>)
34785      Branch: maint-5.6/perl
34786           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
34787           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
34788           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
34789           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
34790 ____________________________________________________________________________
34791 [  7316] By: gsar                                  on 2000/10/16  06:53:23
34792         Log: integrate change#6126 from mainline
34793              
34794              change#2879 broke rvalue autovivification of magicals such as
34795              ${$num} (reworked variant of patch suggested by Simon Cozens)
34796      Branch: maint-5.6/perl
34797           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
34798           !> pp_hot.c proto.h t/op/gv.t
34799 ____________________________________________________________________________
34800 [  7315] By: gsar                                  on 2000/10/16  06:51:38
34801         Log: integrate changes#6123,6125 from mainline
34802              
34803              clarify gotcha with #line directives (from Rocco Caputo
34804              <troc@netrus.net>)
34805              
34806              enable propagating exception objects via Perl_croak() in XS code
34807              (from Gisle Aas)
34808      Branch: maint-5.6/perl
34809           !> pod/perldebug.pod pod/perlsyn.pod util.c
34810 ____________________________________________________________________________
34811 [  7314] By: gsar                                  on 2000/10/16  06:49:28
34812         Log: integrate change#6122 from mainline
34813              
34814              downgrade fatal error on C<"foo@nosucharray.com"> to optional
34815              warning (from Mark-Jason Dominus)
34816      Branch: maint-5.6/perl
34817           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
34818           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
34819           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
34820           !> toke.c
34821 ____________________________________________________________________________
34822 [  7313] By: gsar                                  on 2000/10/16  06:46:54
34823         Log: integrate changes#6112..6121 from vmsperl
34824              
34825              Check for existence of file before trying to delete
34826              
34827              Ugly workaround for version-specific RTL error
34828              
34829              Urk -- undo previous removal of vmsish 'exit' change
34830              
34831              Add bounds checking for several strings (Charles Lane)
34832              
34833              Miscellaneous cosmetic fixes (Charles Lane)
34834              
34835              Treat sockets as special in sys(read|write) (Charles Lane et al.)
34836              
34837              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
34838              Flatten case labels in switch statements uniformly (Charles Bailey)
34839              
34840              Quiet error messages in vmsish.t (Charles Lane)
34841              
34842              Add missing escape (Charles Lane)
34843              
34844              Allow eliminate_macros() and fixpath() to handle space-delimited
34845              lists (based on fixes by Craig Berry)
34846      Branch: maint-5.6/perl
34847           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
34848           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
34849           !> vms/vmsish.h
34850 ____________________________________________________________________________
34851 [  7312] By: gsar                                  on 2000/10/16  06:41:18
34852         Log: integrate changes#6107,6110 from cfgperl
34853              
34854              Tweak the todo list.
34855              
34856              todo tweak
34857      Branch: maint-5.6/perl
34858           !> Todo-5.6
34859 ____________________________________________________________________________
34860 [  7311] By: gsar                                  on 2000/10/16  06:38:38
34861         Log: integrate changes#6104,6108 from mainline
34862              
34863              PL_sys_intern was being initialized too late on windows
34864              
34865              reenable fake signal handling on Windows, bugs and all
34866      Branch: maint-5.6/perl
34867           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
34868           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
34869           !> win32/win32.c
34870 ____________________________________________________________________________
34871 [  7310] By: gsar                                  on 2000/10/16  06:36:03
34872         Log: integrate changes#6095,6097..6103 from cfgperl
34873              
34874              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
34875              might be useful in future.
34876              
34877              Add a note about possible compilation problems from Allen Smith.
34878              
34879              Add a note about other, yet unsupported, shadow password APIs.
34880              
34881              Tweaks for the cc bugs from Allen Smith.
34882              
34883              More compilation tweakery from Allen Smith.
34884              
34885              Hints and test tweaks for Unicos.
34886              
34887              The test suite tweak in #6101 wasn't quite right.
34888              
34889              Test tweaking for Unicos continues.
34890      Branch: maint-5.6/perl
34891           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
34892           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
34893           !> t/lib/complex.t t/op/64bitint.t
34894 ____________________________________________________________________________
34895 [  7309] By: gsar                                  on 2000/10/16  06:29:41
34896         Log: integrate changes#6093,6094 from mainline
34897              
34898              fork() failure to create pseudo process sets errno=EAGAIN and returns
34899              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
34900              
34901              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
34902      Branch: maint-5.6/perl
34903           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
34904           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
34905 ____________________________________________________________________________
34906 [  7308] By: gsar                                  on 2000/10/16  06:27:29
34907         Log: integrate change#6092 from cfgperl
34908              
34909              Regen perltoc with the fixed buildtoc.
34910      Branch: maint-5.6/perl
34911           !> pod/perltoc.pod
34912 ____________________________________________________________________________
34913 [  7307] By: gsar                                  on 2000/10/16  06:26:40
34914         Log: integrate changes#6089,6090 from mainline
34915              
34916              buildtoc tweak to fix newline lossage
34917              
34918              concat doesn't preserve utf8-ness, and doesn't invalidate
34919              [NI]OK; added tests for both
34920      Branch: maint-5.6/perl
34921           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
34922 ____________________________________________________________________________
34923 [  7306] By: gsar                                  on 2000/10/16  06:24:05
34924         Log: integrate change#6088 from cfgperl
34925              
34926              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
34927              because we do not use those.  The HAS_GETSPNAM remains,
34928              though, because we still do use that.
34929      Branch: maint-5.6/perl
34930           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
34931           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
34932           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
34933           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
34934           !> win32/config.vc win32/config_H.bc win32/config_H.gc
34935           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
34936 ____________________________________________________________________________
34937 [  7305] By: gsar                                  on 2000/10/16  06:15:52
34938         Log: integrate changes#6084,6085,6087 from mainline
34939              
34940              substr() does not preserve utf8-ness (from Stefan Eissing
34941              <Eissing@medicaldataservice.de>); added tests
34942              
34943              repeat operator (x) doesn't preserve utf8-ness
34944              
34945              reverse() and quotemeta() weren't preserving utf8-ness; add tests
34946      Branch: maint-5.6/perl
34947           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
34948 ____________________________________________________________________________
34949 [  7304] By: gsar                                  on 2000/10/16  06:13:10
34950         Log: integrate changes#6077..6083 from mainline
34951              
34952              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
34953              and Tom Phoenix)
34954              
34955              workaround for CRT bug in chdir() (from Charles Lane, via
34956              Peter Prymmer)
34957              
34958              remove outdated kludge in Carp (NULLs are permitted in diagnostics
34959              now)
34960              
34961              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
34962              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
34963              
34964              better default perlbug categories for ok reports (from Richard Foley)
34965              
34966              peek.t non-portable to ithreads
34967              
34968              note about undocumented caller() return value (from M.J.T. Guy);
34969              yet another peek.t tweak
34970      Branch: maint-5.6/perl
34971           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
34972           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
34973           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
34974           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
34975           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
34976           !> vms/vmsish.h
34977 ____________________________________________________________________________
34978 [  7303] By: gsar                                  on 2000/10/16  06:03:18
34979         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
34980              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
34981              
34982              &HUGE_VAL is not defined, it exists.
34983              
34984              Do not warn that an infinity does not look like a number.
34985              
34986              Rewrite the pwent/spent logic to be a little bit more clearer.
34987              
34988              Continue on the pwent/spent case.
34989              
34990              Correct Freudian slip.
34991              
34992              Use HUGE_VALL if applicable.
34993              
34994              pwent/spent #ifdef imbalance.
34995              
34996              Infinite problems.
34997              
34998              Call getspnam() only iff needd.
34999              
35000              Test both the scalar and list contexts.
35001              
35002              Use setxxent()/endxxent().
35003              
35004              Complex tweakery.
35005              
35006              Unicos hint tweak.
35007              
35008              Be more forgiving in POSIX about HUGE_VALL.
35009              
35010              Detypo.
35011              
35012              The search of infinity continues, this time simplified.
35013              
35014              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
35015              in natively 64-bit platforms where a long is a quad (no need
35016              for long longs).  Also added bias for IVs.
35017              
35018              Complex tweaks.
35019              
35020              Introduce t/lib/peek.t.
35021              
35022              Make the test more portable.
35023      Branch: maint-5.6/perl
35024           +> t/lib/peek.t
35025            ! pp_sys.c
35026           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
35027           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
35028           !> t/op/pwent.t toke.c util.c
35029 ____________________________________________________________________________
35030 [  7302] By: gsar                                  on 2000/10/16  05:03:37
35031         Log: integrate changes#6066..6071 from mainline
35032              
35033              s/END/CHECK/
35034              
35035              replace direct call to sighandler() with (*PL_sighandlerp)()
35036              
35037              note about values()
35038              
35039              File::Spec compatibility update (from Barrie Slaymaker
35040              <barries@slaysys.com>)
35041              
35042              remove misleading comment (from M.J.T. Guy)
35043              
35044              misformatted perllocal.pod (from Tim Jenness
35045              <t.jenness@jach.hawaii.edu>)
35046      Branch: maint-5.6/perl
35047           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
35048           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
35049           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
35050           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
35051 ____________________________________________________________________________
35052 [  7301] By: gsar                                  on 2000/10/16  05:00:08
35053         Log: integrate changes#6061..6063 from mainline
35054              
35055              change#5921 neglected to make eq honor "use bytes"
35056              
35057              additional tests for utf8.t
35058              
35059              tokeq() could read unallocated field in argument
35060      Branch: maint-5.6/perl
35061           !> sv.c t/pragma/utf8.t toke.c
35062 ____________________________________________________________________________
35063 [  7300] By: gsar                                  on 2000/10/16  04:56:54
35064         Log: integrate changes#6046,6048,6057,6058 from mainline
35065              
35066              libscheck has insufficient checks for n32 libs (from
35067              Albert Chin-A-Young <china@thewrittenword.com>)
35068              
35069              add note about how $( doesn't interpolate in REs (from
35070              Philip Newton <newton@ficus.frogspace.net>)
35071              
35072              fix broken parsing of /\x{ab}/
35073              
35074              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
35075              (spotted by Donald Kinzer <dkinzer@premia.com>)
35076      Branch: maint-5.6/perl
35077           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
35078           !> t/pragma/utf8.t
35079 ____________________________________________________________________________
35080 [  7299] By: gsar                                  on 2000/10/16  04:52:50
35081         Log: integrate change#6044 from mainline
35082              
35083              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
35084              such that underscores are only ignored in literal numbers,
35085              "\x{...}", and hex/oct argument
35086      Branch: maint-5.6/perl
35087           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
35088 ____________________________________________________________________________
35089 [  7298] By: gsar                                  on 2000/10/16  04:50:53
35090         Log: integrate changes#6027..6043 from mainline
35091              
35092              podlators-1.02 update (from Russ Allbery)
35093              
35094              Pod::Man generates groff-incompatible macro definition (from
35095              Tom Christiansen)
35096              
35097              add CGI.pm v2.66 (from Lincoln Stein)
35098              
35099              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
35100              for @- and @+ (from Johan Vromans)
35101              
35102              small nits in diagnostics.pm (from Robin Barker)
35103              
35104              whitespace adjustments
35105              
35106              missing files in MANIFEST
35107              
35108              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
35109              to compensate
35110              
35111              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
35112              
35113              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
35114      Branch: maint-5.6/perl
35115           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
35116           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
35117           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
35118           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
35119           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
35120           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
35121           !> t/lib/cgi-html.t t/lib/cgi-request.t
35122 ____________________________________________________________________________
35123 [  7297] By: gsar                                  on 2000/10/16  04:44:30
35124         Log: integrate change#6025 from mainline
35125              
35126              Is{Alnum,Alpha,Word} don't match titlecase
35127              TODO: IsSpace is defined recursively!
35128              (both spotted by Larry)
35129      Branch: maint-5.6/perl
35130           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
35131           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
35132 ____________________________________________________________________________
35133 [  7296] By: gsar                                  on 2000/10/16  04:39:30
35134         Log: integrate change#6023 from mainline
35135              
35136              debugger stomps on $. (from M.J.T. Guy)
35137      Branch: maint-5.6/perl
35138           !> lib/perl5db.pl
35139 ____________________________________________________________________________
35140 [  7295] By: gsar                                  on 2000/10/16  04:38:02
35141         Log: integrate change#6022 from mainline
35142              
35143              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
35144      Branch: maint-5.6/perl
35145           !> sv.c
35146 ____________________________________________________________________________
35147 [  7294] By: gsar                                  on 2000/10/16  04:37:05
35148         Log: integrate changes#6018..6021 from mainline
35149              
35150              make lib/syslog.t portable to systems that don't have _PATH_LOG,
35151              make _PATH_LOG() return "" if unavailable
35152              
35153              windows portability tweaks
35154              
35155              test tweak
35156              
35157              remove Win2K issue in pod (fixed by change#6020)
35158      Branch: maint-5.6/perl
35159           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
35160           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
35161           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
35162 ____________________________________________________________________________
35163 [  7293] By: gsar                                  on 2000/10/16  04:20:00
35164         Log: integrate changes#6013..6015 from mainline
35165              
35166              tweak change#5945 to display correct switch name in diagnostic
35167              
35168              glob() loading File::Glob behind the scenes may cause syntax errors
35169              
35170              tweak test for portability
35171      Branch: maint-5.6/perl
35172           !> op.c perl.c pod/perldiag.pod t/lib/b.t
35173 ____________________________________________________________________________
35174 [  7292] By: gsar                                  on 2000/10/16  04:18:11
35175         Log: integrate changes#6005..6010 from mainline, cfgperl
35176              
35177              perldoc might fail via "use blib" (from Hugo van der Sanden)
35178              
35179              Regen Configure.
35180              
35181              note about compile failures and END blocks (from M.J.T. Guy)
35182              
35183              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
35184              
35185              (change#6009 integrated earlier in change#7255)
35186              
35187              clarify note about shadow password support (from
35188              gellyfish@gellyfish.com)
35189      Branch: maint-5.6/perl
35190           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
35191           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
35192           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
35193 ____________________________________________________________________________
35194 [  7291] By: gsar                                  on 2000/10/16  04:12:03
35195         Log: integrate changes#6002,6003 from mainline
35196              
35197              destructive sv_setsv() can lose UV-ness from source, causing
35198              numeric promotions/comparisons to fail to do the right thing
35199              
35200              allow REG_EXPAND_SZ keys in Windows registry (from
35201              John Clayton <John.Clayton@barclayscapital.com>)
35202      Branch: maint-5.6/perl
35203           !> sv.c win32/win32.c
35204 ____________________________________________________________________________
35205 [  7290] By: gsar                                  on 2000/10/16  04:10:19
35206         Log: integrate change#6001 from mainline
35207              
35208              support additional library locations via $Config{otherlibdirs}
35209              (from Andy Dougherty)
35210      Branch: maint-5.6/perl
35211           !> Configure INSTALL Porting/Glossary Porting/config.sh
35212           !> Porting/config_H config_h.SH epoc/config.sh perl.c
35213           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
35214           !> win32/config.bc win32/config.gc win32/config.vc
35215 ____________________________________________________________________________
35216 [  7289] By: gsar                                  on 2000/10/16  04:08:28
35217         Log: integrate change#5999 from mainline
35218              
35219              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
35220      Branch: maint-5.6/perl
35221           !> t/pragma/warn/toke toke.c
35222 ____________________________________________________________________________
35223 [  7288] By: gsar                                  on 2000/10/16  04:07:01
35224         Log: integrate changes#5997,5998 from cfgperl
35225              
35226              Preserve $!.
35227              
35228              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
35229      Branch: maint-5.6/perl
35230           !> lib/Math/Complex.pm
35231 ____________________________________________________________________________
35232 [  7287] By: gsar                                  on 2000/10/16  04:04:37
35233         Log: integrate change#5995 from mainline
35234              
35235              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
35236      Branch: maint-5.6/perl
35237           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
35238 ____________________________________________________________________________
35239 [  7286] By: gsar                                  on 2000/10/16  04:03:21
35240         Log: integrate change#5994 from mainline
35241              
35242              fix for missed accounting for null byte in pack("Z",...) (from
35243              M.J.T. Guy)
35244      Branch: maint-5.6/perl
35245           !> pp.c t/op/pack.t
35246 ____________________________________________________________________________
35247 [  7285] By: gsar                                  on 2000/10/16  04:02:11
35248         Log: integrate changes#5989..5993 from mainline
35249              
35250              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
35251              itself and no other (from Tom Hughes)
35252              
35253              use $ENV{LIB} to search for libs under Visual C compiler
35254              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
35255              
35256              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
35257              
35258              pod nit (from Simon Cozens)
35259              
35260              various minor tweaks seen on p5p
35261      Branch: maint-5.6/perl
35262           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
35263           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
35264           !> t/op/array.t toke.c
35265 ____________________________________________________________________________
35266 [  7284] By: gsar                                  on 2000/10/16  03:59:00
35267         Log: integrate changes#5978..5988 from mainline
35268              
35269              sync version numbers in File::Spec with the ones on CPAN
35270              (from Barrie Slaymaker)
35271              
35272              under useithreads, constant pad entries could inadvertantly be
35273              shared across threads (from Eric Blood <eblood@xmission.com>);
35274              added Eric's test case to testsuite
35275              
35276              allow Configure -S to run non-interactively (spotted by Greg Hudson
35277              <ghudson@mit.edu>)
35278              
35279              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
35280              prototype mismatch with CORE::glob(); update pod and tests to
35281              suit (File::Glob::glob() is still available for backward
35282              compatibility, but should be considered deprecated)
35283              
35284              avoid error in IO::Socket::INET when given an unknown service name
35285              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
35286              
35287              numeric conversion of non-number in change#3378 tramples on
35288              OOK offset, causing segfaults
35289              
35290              attributes::reftype() doesn't work on tied argument
35291              
35292              forked child may not exit correctly if it failed to open
35293              /dev/console (from Graham Barr)
35294              
35295              add regular expressions tutorial and quick-start guide (from
35296              Mark Kvale <kvale@phy.ucsf.edu>)
35297              
35298              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
35299              
35300              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
35301              <paul@miraclefish.com>)
35302      Branch: maint-5.6/perl
35303           +> pod/perlrequick.pod pod/perlretut.pod
35304           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
35305           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
35306           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
35307           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
35308           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
35309           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
35310           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
35311           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
35312 ____________________________________________________________________________
35313 [  7283] By: gsar                                  on 2000/10/16  03:52:14
35314         Log: integrate change#5977 from mainline
35315              
35316              autoquote barewords followed by newline and arrow properly
35317              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
35318      Branch: maint-5.6/perl
35319           !> t/pragma/warn/toke toke.c
35320 ____________________________________________________________________________
35321 [  7282] By: gsar                                  on 2000/10/16  03:50:48
35322         Log: integrate change#5976 from mainline
35323              
35324              DB_File v1.73 update (from Paul Marquess)
35325      Branch: maint-5.6/perl
35326           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
35327           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
35328 ____________________________________________________________________________
35329 [  7281] By: gsar                                  on 2000/10/16  03:49:14
35330         Log: integrate change#5975 from mainline
35331              
35332              allow sort() reentrancy (variant of patch suggested by
35333              Hugo van der Sanden)
35334      Branch: maint-5.6/perl
35335           !> pp_ctl.c t/op/sort.t
35336 ____________________________________________________________________________
35337 [  7280] By: gsar                                  on 2000/10/16  03:48:22
35338         Log: integrate change#5974 from mainline
35339              
35340              change#4197 somehow missed initializing PL_errors, meaning
35341              syntax error queueing wasn't working outside eval"" at all;
35342              also fixed eval"" to localize PL_error_count, so that compile-time
35343              eval's don't clobber the error state of the outer context
35344      Branch: maint-5.6/perl
35345           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
35346           !> t/pragma/warn/toke
35347 ____________________________________________________________________________
35348 [  7279] By: gsar                                  on 2000/10/16  03:46:21
35349         Log: integrate change#5973 from mainline
35350              
35351              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
35352      Branch: maint-5.6/perl
35353           !> regcomp.c regexec.c t/op/re_tests
35354 ____________________________________________________________________________
35355 [  7278] By: gsar                                  on 2000/10/16  03:44:54
35356         Log: integrate change#5971 from cfgperl
35357              
35358              Unicos tweaks from Mark P. Lutz.
35359      Branch: maint-5.6/perl
35360           !> hints/unicos.sh lib/Math/Complex.pm
35361 ____________________________________________________________________________
35362 [  7277] By: gsar                                  on 2000/10/16  03:42:59
35363         Log: integrate changes#5966..5970 from mainline
35364              
35365              add testsuite for B backends, fix bug in B::Deparse (from
35366              Simon Cozens <simon@brecon.co.uk>)
35367              
35368              improved docs on the warn_uninit diagnostic (from David Glasser
35369              and Simon Cozens)
35370              
35371              tolerate spaces in group names in test on solaris (from David Boyce
35372              <dsb@boyski.com>)
35373              
35374              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
35375              
35376              Data::Dumper fumbles negative numbers on 32-bit platforms where
35377              IV is >32bits
35378      Branch: maint-5.6/perl
35379           +> t/lib/b.t t/lib/syslog.t
35380           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
35381           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
35382           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
35383 ____________________________________________________________________________
35384 [  7276] By: gsar                                  on 2000/10/16  03:39:30
35385         Log: integrate change#5965 from mainline
35386              
35387              avoid "will not stay shared" warnings for our variables (from
35388              Robin Barker)
35389      Branch: maint-5.6/perl
35390           !> op.c t/pragma/warn/op
35391 ____________________________________________________________________________
35392 [  7275] By: gsar                                  on 2000/10/16  03:38:18
35393         Log: integrate change#5964 from mainline
35394              
35395              reformat to 72 columns (again)
35396      Branch: maint-5.6/perl
35397           !> pod/perldiag.pod
35398 ____________________________________________________________________________
35399 [  7274] By: gsar                                  on 2000/10/16  03:36:58
35400         Log: integrate change#5963 from mainline
35401              
35402              patch from Larry to make (\&) prototype work; added tests for
35403              the same
35404      Branch: maint-5.6/perl
35405           !> op.c t/comp/proto.t
35406 ____________________________________________________________________________
35407 [  7273] By: gsar                                  on 2000/10/16  03:35:51
35408         Log: integrate changes#5956..5962 from mainline
35409              
35410              better diagnostics on failed tests (from Ilya Zakharevich)
35411              
35412              pod nits (from A. C. Yardley <yardley@tanet.net>)
35413              
35414              change#3569 deleted some essential code, revert; avoid use of
35415              atexit() to make DynaLoader work properly on AIX under mod_perl
35416              (from Jens-Uwe Mager <jum@helios.de>)
35417              
35418              doubled words in pods (from Simon Cozens
35419              <simon.p.cozens@jp.pwcglobal.com>)
35420              
35421              better INSTALL notes on Solaris issues (from Dominic Dunlop)
35422              
35423              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
35424              
35425              updated README.hpux (from Jeff Okamoto)
35426      Branch: maint-5.6/perl
35427           !> INSTALL README.hpux emacs/cperl-mode.el
35428           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
35429           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
35430           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
35431           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
35432           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
35433           !> t/op/lex_assign.t
35434 ____________________________________________________________________________
35435 [  7272] By: gsar                                  on 2000/10/16  03:31:22
35436         Log: integrate change#5955 from mainline
35437              
35438              longstanding bug exposed by change#3307: sort arguments weren't
35439              compiled with the right wantarray context (ensuing runtime lookup
35440              via block_gimme() was getting the incidental context of the
35441              sort() itself)
35442      Branch: maint-5.6/perl
35443           !> op.c t/op/sort.t
35444 ____________________________________________________________________________
35445 [  7271] By: gsar                                  on 2000/10/16  03:29:11
35446         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
35447              branch
35448              
35449              Flatten the cpp jungle doing the nosuid checking.
35450              
35451              Do not assume sign propagation. (from M.J.T. Guy)
35452              
35453              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
35454              
35455              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
35456              Now pp_ncmp() returns undef is either operand is a NaN.
35457              
35458              On second thoughts frexp() does have two arguments.
35459              
35460              Document that tr() is not tr(1).
35461              
35462              Be more robust on "extreme" (large absolute value)
35463              arguments.  Originally reported by Daniel Connelly
35464              as a problem with asinh() on large negative arguments,
35465              asinh() used to bail out because an argument to log()
35466              ended up being zero.  Ilya Zakharevich proposed using
35467              Taylor's series in such cases, which for such large
35468              arguments is a very good approximation.
35469              
35470              Undo "use integer" addition from 64bitint as it seems
35471              to break most of the subtests in Digital UNIX;
35472              Unicos needs to find another way.
35473      Branch: maint-5.6/perl
35474           !> (integrate 29 files)
35475 ____________________________________________________________________________
35476 [  7270] By: gsar                                  on 2000/10/16  03:09:44
35477         Log: integrate changes#5948,5949,5950 from mainline
35478              
35479              typo in vars.pm that leads to cryptic message (from Piotr
35480              Piatkowski <kompas@kompas.usr.onet.pl>)
35481              
35482              make perldoc use the pod2man from the same version (from
35483              M.J.T. Guy)
35484              
35485              reformat perldiag to avoid long lines
35486      Branch: maint-5.6/perl
35487           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
35488 ____________________________________________________________________________
35489 [  7269] By: gsar                                  on 2000/10/16  03:05:54
35490         Log: integrate change#5947 from mainline
35491              
35492              use &dl_error rather than &dl_load_file as the guard for calling
35493              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
35494              statically built perl)
35495      Branch: maint-5.6/perl
35496           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
35497 ____________________________________________________________________________
35498 [  7268] By: gsar                                  on 2000/10/16  03:04:48
35499         Log: integrate change#5945 from mainline
35500              
35501              make module name mandatory after -M switch; reorder perldiag
35502              alphabetically (from Mark-Jason Dominus)
35503      Branch: maint-5.6/perl
35504           !> perl.c pod/perldiag.pod
35505 ____________________________________________________________________________
35506 [  7267] By: gsar                                  on 2000/10/16  03:03:01
35507         Log: integrate change#5939 from mainline
35508              
35509              more pod nits (from Larry Virden)
35510      Branch: maint-5.6/perl
35511           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
35512           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
35513           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
35514 ____________________________________________________________________________
35515 [  7266] By: gsar                                  on 2000/10/16  03:01:39
35516         Log: integrate change#5938 from mainline
35517              
35518              Consolidated B::Deparse fixes (from Stephen McCamant)
35519      Branch: maint-5.6/perl
35520           !> ext/B/B/Deparse.pm
35521 ____________________________________________________________________________
35522 [  7265] By: gsar                                  on 2000/10/16  03:00:43
35523         Log: integrate change#5936 from mainline
35524              
35525              additional tests for change#7263 (from Paul Marquess)
35526      Branch: maint-5.6/perl
35527           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
35528           !> t/pragma/warn/5nolint t/pragma/warn/6default
35529 ____________________________________________________________________________
35530 [  7264] By: gsar                                  on 2000/10/16  02:58:34
35531         Log: integrate change#5934 from mainline
35532              
35533              propagate lexical warnings from surrounding scope correctly
35534              within string eval() (from Paul Marquess)
35535      Branch: maint-5.6/perl
35536           !> pp_ctl.c t/pragma/warn/pp_ctl
35537 ____________________________________________________________________________
35538 [  7263] By: gsar                                  on 2000/10/16  02:56:53
35539         Log: integrate change#5932 from mainline
35540              
35541              add rsignal(), whichsig() and do_join() to public API list
35542              (mod_perl uses them to good advantage)
35543      Branch: maint-5.6/perl
35544           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
35545 ____________________________________________________________________________
35546 [  7262] By: gsar                                  on 2000/10/16  02:55:53
35547         Log: integrate change#5931 from mainline
35548              
35549              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
35550      Branch: maint-5.6/perl
35551           !> pp_hot.c regexec.c t/op/pat.t
35552 ____________________________________________________________________________
35553 [  7261] By: gsar                                  on 2000/10/16  02:55:01
35554         Log: integrate change#5930 from mainline
35555              
35556              small os390 tweaks (from Peter Prymmer)
35557      Branch: maint-5.6/perl
35558           !> config_h.SH makedepend.SH
35559 ____________________________________________________________________________
35560 [  7260] By: gsar                                  on 2000/10/16  02:54:10
35561         Log: integrate change#5929 from mainline
35562              
35563              pod nits
35564      Branch: maint-5.6/perl
35565           !> pod/perlguts.pod
35566 ____________________________________________________________________________
35567 [  7259] By: gsar                                  on 2000/10/16  02:52:55
35568         Log: integrate change#5927 from mainline
35569              
35570              arrange for next() to resume at the unstack op rather than the
35571              loop conditional, so that scope cleanup happens correctly
35572              (from Stephen McCamant)
35573      Branch: maint-5.6/perl
35574           !> op.c pp_ctl.c t/op/misc.t
35575 ____________________________________________________________________________
35576 [  7258] By: gsar                                  on 2000/10/16  02:51:38
35577         Log: integrate change#5926 from mainline
35578              
35579              on windows, reserve 16M of stack rather than 128M (allows more
35580              threads to run concurrently)
35581      Branch: maint-5.6/perl
35582           !> win32/Makefile win32/makefile.mk
35583 ____________________________________________________________________________
35584 [  7257] By: gsar                                  on 2000/10/16  02:50:37
35585         Log: integrate change#5925 from mainline
35586              
35587              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
35588      Branch: maint-5.6/perl
35589           !> toke.c
35590 ____________________________________________________________________________
35591 [  7256] By: gsar                                  on 2000/10/16  02:49:36
35592         Log: integrate change#5924 from mainline
35593              
35594              avoid using uninitialized memory in require version check
35595      Branch: maint-5.6/perl
35596           !> pp_ctl.c universal.c
35597 ____________________________________________________________________________
35598 [  7255] By: gsar                                  on 2000/10/16  02:48:03
35599         Log: integrate changes#5923,5928,6009 from mainline
35600              
35601              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
35602      Branch: maint-5.6/perl
35603           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
35604 ____________________________________________________________________________
35605 [  7254] By: gsar                                  on 2000/10/16  02:44:46
35606         Log: integrate change#5922 from mainline
35607              
35608              commentary about IoTYPE() (from Nathan Torkington)
35609      Branch: maint-5.6/perl
35610           !> sv.h
35611 ____________________________________________________________________________
35612 [  7253] By: gsar                                  on 2000/10/16  02:43:49
35613         Log: integrate change#5921 from mainline
35614              
35615              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
35616      Branch: maint-5.6/perl
35617           !> sv.c t/lib/charnames.t t/pragma/utf8.t
35618 ____________________________________________________________________________
35619 [  7252] By: gsar                                  on 2000/10/16  02:42:31
35620         Log: integrate change#5920 from mainline
35621              
35622              Larry's fix for buggy propagation of utf8-ness in join(); add test
35623      Branch: maint-5.6/perl
35624           !> doop.c t/op/ver.t
35625 ____________________________________________________________________________
35626 [  7251] By: gsar                                  on 2000/10/16  02:41:14
35627         Log: integrate changes#5915..5919 from mainline
35628              
35629              various (pod tweaks &c)
35630      Branch: maint-5.6/perl
35631           !> (integrate 33 files)
35632 ____________________________________________________________________________
35633 [  7250] By: gsar                                  on 2000/10/16  02:38:16
35634         Log: integrate change#5914 from mainline
35635              
35636              caller() wasn't returning the right number of elements for
35637              eval {...}
35638      Branch: maint-5.6/perl
35639           !> pp_ctl.c t/pragma/warn/9enabled
35640 ____________________________________________________________________________
35641 [  7249] By: gsar                                  on 2000/10/16  02:37:02
35642         Log: integrate change#5913 from mainline
35643              
35644              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
35645              (from Mark-Jason Dominus)
35646      Branch: maint-5.6/perl
35647           !> pod/perlfunc.pod
35648 ____________________________________________________________________________
35649 [  7248] By: gsar                                  on 2000/10/16  02:35:58
35650         Log: integrate change#5912 from mainline
35651              
35652              fix totally broken caching in UNIVERSAL::isa() (from
35653              Nick Ing-Simmons)
35654      Branch: maint-5.6/perl
35655           !> t/op/universal.t universal.c
35656 ____________________________________________________________________________
35657 [  7247] By: gsar                                  on 2000/10/16  02:34:27
35658         Log: integrate changes#5910,5911 from mainline
35659              
35660              typo in pod
35661              
35662              add linebreak properties from unicode/LineBrk.txt (from
35663              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
35664      Branch: maint-5.6/perl
35665           +> (branch 29 files)
35666           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
35667 ____________________________________________________________________________
35668 [  7246] By: gsar                                  on 2000/10/16  02:33:29
35669         Log: integrate change#5909 from mainline
35670              
35671              mode argument to do_binmode() should be file mode, not boolean
35672      Branch: maint-5.6/perl
35673           !> pp_sys.c
35674 ____________________________________________________________________________
35675 [  7245] By: gsar                                  on 2000/10/16  02:31:04
35676         Log: integrate change#5908 from mainline
35677              
35678              introduce illegal symbols into null package so that
35679              gv_fetchpv(...,TRUE) always returns a valid GV even when the
35680              symbol is trapped by strictures (avoids coredumps)
35681      Branch: maint-5.6/perl
35682           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
35683           !> t/pragma/strict-vars
35684 ____________________________________________________________________________
35685 [  7244] By: jhi                                   on 2000/10/16  02:29:54
35686         Log: Subject: $Carp::ExportLevel confusion in Exporter
35687              From: "Ben Tilly" <ben_tilly@hotmail.com>
35688              Date: Sat, 14 Oct 2000 16:44:34 EDT
35689              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
35690      Branch: perl
35691            ! lib/Exporter/Heavy.pm
35692 ____________________________________________________________________________
35693 [  7243] By: jhi                                   on 2000/10/16  02:28:33
35694         Log: Subject: [PATCH perlguts.pod] Document offset hack
35695              From: Simon Cozens <simon@cozens.net>
35696              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
35697              Date: Sat, 14 Oct 2000 19:32:25 +0100
35698      Branch: perl
35699            ! pod/perlguts.pod
35700 ____________________________________________________________________________
35701 [  7242] By: gsar                                  on 2000/10/16  02:26:51
35702         Log: integrate changes#5905,5906,5907,6064 from mainline
35703              
35704              printf/sprintf didn't get quad types right under use64bitint
35705      Branch: maint-5.6/perl
35706           !> pp_sys.c sv.c t/op/64bitint.t
35707 ____________________________________________________________________________
35708 [  7241] By: jhi                                   on 2000/10/16  02:22:44
35709         Log: Subject: small pod patch
35710              From: Dan Boorstein <dan_boo@bellsouth.net>
35711              Date: Sat, 14 Oct 2000 14:29:24 -0400
35712              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
35713      Branch: perl
35714            ! pod/perlfaq7.pod pod/perlmod.pod
35715 ____________________________________________________________________________
35716 [  7240] By: jhi                                   on 2000/10/16  02:13:46
35717         Log: -w cleanup.
35718              
35719              Subject: Re: Problems with bleadperl 
35720              From: "Stephen P. Potter" <spp@ds.net>
35721              Date: Fri, 13 Oct 2000 13:32:49 -0400
35722              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
35723      Branch: perl
35724            ! t/pragma/overload.t
35725 ____________________________________________________________________________
35726 [  7239] By: jhi                                   on 2000/10/16  01:41:18
35727         Log: One more ~utf8 tweak.
35728      Branch: perl
35729            ! t/op/bop.t
35730 ____________________________________________________________________________
35731 [  7238] By: jhi                                   on 2000/10/16  01:34:14
35732         Log: Tweak the test of #7235.
35733      Branch: perl
35734            ! t/op/bop.t
35735 ____________________________________________________________________________
35736 [  7237] By: jhi                                   on 2000/10/16  01:25:04
35737         Log: Fix a couple of compiler-noted nits in #7235.
35738      Branch: perl
35739            ! pp.c
35740 ____________________________________________________________________________
35741 [  7236] By: jhi                                   on 2000/10/16  01:22:46
35742         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
35743      Branch: perl
35744            ! pp.c pp_hot.c
35745 ____________________________________________________________________________
35746 [  7235] By: jhi                                   on 2000/10/15  16:24:44
35747         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
35748              
35749              From: Simon Cozens <simon@cozens.net>
35750              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
35751              Date: Sat, 14 Oct 2000 20:52:13 +0100
35752              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
35753      Branch: perl
35754            ! pp.c t/op/bop.t utf8.h
35755 ____________________________________________________________________________
35756 [  7234] By: jhi                                   on 2000/10/15  15:19:29
35757         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
35758              The problem was that rx->minlen was in chars while pp_split()
35759              thought it would be in bytes. 
35760      Branch: perl
35761            ! pp.c t/pragma/utf8.t
35762 ____________________________________________________________________________
35763 [  7233] By: jhi                                   on 2000/10/14  20:24:24
35764         Log: Document FNCASE=y as discussed in the bug 20000902.009.
35765      Branch: perl
35766            ! README.dos
35767 ____________________________________________________________________________
35768 [  7232] By: jhi                                   on 2000/10/14  18:52:21
35769         Log: Add test for bug id 20000427.003 (which seems to have
35770              been fixed) (also duplicate as 20000427.004, though
35771              with a higher severity).  Move one utf8 from op/append
35772              to pragma/utf8, tag the tests with bug ids.
35773      Branch: perl
35774            ! t/op/append.t t/pragma/utf8.t
35775 ____________________________________________________________________________
35776 [  7231] By: jhi                                   on 2000/10/14  17:28:37
35777         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
35778      Branch: perl
35779            ! t/pragma/utf8.t
35780 ____________________________________________________________________________
35781 [  7230] By: jhi                                   on 2000/10/14  14:24:50
35782         Log: Needs to be conditional on SunOS 4.
35783              
35784              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
35785              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
35786              Date: Sat, 14 Oct 2000 13:37:49 +0100
35787              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
35788      Branch: metaconfig/U/perl
35789            ! End.U
35790      Branch: perl
35791            ! Configure myconfig.SH pod/perldelta.pod
35792 ____________________________________________________________________________
35793 [  7229] By: jhi                                   on 2000/10/14  00:49:22
35794         Log: Update Changes.
35795      Branch: perl
35796            ! Changes patchlevel.h
35797 ____________________________________________________________________________
35798 [  7228] By: jhi                                   on 2000/10/14  00:46:10
35799         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
35800              From: Peter Prymmer <pvhp@forte.com>
35801              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
35802              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
35803      Branch: perl
35804            ! lib/utf8.pm
35805 ____________________________________________________________________________
35806 [  7227] By: jhi                                   on 2000/10/13  23:20:30
35807         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
35808      Branch: perl
35809            ! t/op/tie.t
35810 ____________________________________________________________________________
35811 [  7226] By: jhi                                   on 2000/10/13  22:14:32
35812         Log: Tweak #7225.
35813              
35814              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
35815              From: Peter Prymmer <pvhp@forte.com>
35816              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
35817              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
35818      Branch: perl
35819            ! t/op/sprintf.t
35820 ____________________________________________________________________________
35821 [  7225] By: jhi                                   on 2000/10/13  22:11:31
35822         Log: op/sprintf.t patch for OS/390 (and any other host with limited
35823              floating-point exponent length)
35824              
35825              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
35826              From: Dominic Dunlop <domo@computer.org>
35827              Date: Fri, 13 Oct 2000 19:17:57 +0200
35828              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
35829      Branch: perl
35830            ! t/op/sprintf.t
35831 ____________________________________________________________________________
35832 [  7224] By: jhi                                   on 2000/10/13  18:40:48
35833         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
35834      Branch: perl
35835            ! toke.c
35836 ____________________________________________________________________________
35837 [  7223] By: jhi                                   on 2000/10/13  18:37:13
35838         Log: Thinko in #7222.
35839      Branch: perl
35840            ! utf8.c
35841 ____________________________________________________________________________
35842 [  7222] By: jhi                                   on 2000/10/13  18:05:23
35843         Log: Use UTF8SKIP(), from Simon Cozens.
35844      Branch: perl
35845            ! utf8.c
35846 ____________________________________________________________________________
35847 [  7221] By: jhi                                   on 2000/10/13  15:43:19
35848         Log: (accidentally empty check-in)
35849      Branch: perl
35850            ! utf8.c
35851 ____________________________________________________________________________
35852 [  7220] By: jhi                                   on 2000/10/13  15:23:51
35853         Log: Add (optimistically) Storable to static extensions.
35854      Branch: perl
35855            ! hints/uwin.sh hints/vmesa.sh
35856 ____________________________________________________________________________
35857 [  7219] By: jhi                                   on 2000/10/13  15:20:05
35858         Log: Amdahl UTS doesn't seem to do dynaloading.
35859      Branch: perl
35860            ! hints/uts.sh
35861 ____________________________________________________________________________
35862 [  7218] By: jhi                                   on 2000/10/13  15:15:20
35863         Log: Slight tweak of the code to appease Amdahl UTS cc.
35864      Branch: perl
35865            ! pp.c
35866 ____________________________________________________________________________
35867 [  7217] By: jhi                                   on 2000/10/13  14:50:42
35868         Log: In Amdahl UTS "struct sv" is defined by a system header,
35869              <ksync.h>.
35870      Branch: perl
35871            ! perl.h sv.h
35872 ____________________________________________________________________________
35873 [  7216] By: jhi                                   on 2000/10/13  11:58:25
35874         Log: Ilya implemented the memory profiling API.
35875      Branch: perl
35876            ! Todo
35877 ____________________________________________________________________________
35878 [  7215] By: jhi                                   on 2000/10/13  02:56:38
35879         Log: Subject: [PATCH 5.7.0] Perl API for mstats
35880              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35881              Date: Thu, 12 Oct 2000 22:52:40 -0400
35882              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
35883      Branch: perl
35884            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
35885 ____________________________________________________________________________
35886 [  7214] By: jhi                                   on 2000/10/13  02:55:38
35887         Log: Subject: [PATCH 5.7.0] IVs in mtats
35888              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35889              Date: Thu, 12 Oct 2000 22:51:04 -0400
35890              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
35891      Branch: perl
35892            ! malloc.c perl.h
35893 ____________________________________________________________________________
35894 [  7213] By: jhi                                   on 2000/10/13  02:31:47
35895         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
35896      Branch: perl
35897            ! pod/perldiag.pod pp_sys.c
35898 ____________________________________________________________________________
35899 [  7212] By: jhi                                   on 2000/10/13  01:27:38
35900         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
35901              From: Peter Prymmer <pvhp@forte.com>
35902              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
35903              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
35904      Branch: perl
35905            ! t/op/oct.t
35906 ____________________________________________________________________________
35907 [  7211] By: jhi                                   on 2000/10/13  00:35:09
35908         Log: Update Changes.
35909      Branch: perl
35910            ! Changes patchlevel.h
35911 ____________________________________________________________________________
35912 [  7210] By: jhi                                   on 2000/10/12  23:59:40
35913         Log: The Install.pm third of
35914              
35915              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
35916              From: Bill Campbell <bill@celestial.com>
35917              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
35918              Date: Thu, 5 Oct 2000 18:04:51 -0700
35919      Branch: perl
35920            ! lib/ExtUtils/Install.pm
35921 ____________________________________________________________________________
35922 [  7209] By: jhi                                   on 2000/10/12  23:58:43
35923         Log: Two thirds of
35924              
35925              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
35926              Date: Thu, 5 Oct 2000 18:04:51 -0700
35927              From: Bill Campbell <bill@celestial.com>
35928              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
35929              
35930              The Install.pm changes will be submitted separately because
35931              they need some work and discussion still.
35932      Branch: perl
35933            ! lib/getopts.pl lib/termcap.pl
35934 ____________________________________________________________________________
35935 [  7208] By: jhi                                   on 2000/10/12  23:41:19
35936         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
35937              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35938              Date:     Thu, 12 Oct 2000 07:30:02 EDT
35939              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
35940      Branch: perl
35941            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
35942            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
35943 ____________________________________________________________________________
35944 [  7207] By: jhi                                   on 2000/10/12  23:39:01
35945         Log: An updated EBCDIC tr patch.
35946              
35947              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
35948              From: Peter Prymmer <pvhp@forte.com>
35949              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
35950              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
35951      Branch: perl
35952            ! t/op/tr.t
35953 ____________________________________________________________________________
35954 [  7206] By: jhi                                   on 2000/10/12  23:34:55
35955         Log: Upgrade to CPAN 1.58, from Andreas König.
35956      Branch: perl
35957            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
35958 ____________________________________________________________________________
35959 [  7205] By: jhi                                   on 2000/10/12  23:29:08
35960         Log: Introduce the man[24-8] variables, from Andy Dougherty.
35961      Branch: metaconfig/U/perl
35962            + mandirs.U mandirstyle.U
35963      Branch: perl
35964            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35965            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
35966            ! vos/config.h vos/config.pl vos/config_h.SH_orig
35967            ! win32/config.bc win32/config.gc win32/config.vc
35968 ____________________________________________________________________________
35969 [  7204] By: gsar                                  on 2000/10/12  18:11:24
35970         Log: restore change#7202
35971      Branch: perl
35972            ! mg.c
35973 ____________________________________________________________________________
35974 [  7203] By: gsar                                  on 2000/10/12  18:09:40
35975         Log: another test of the Emergency Broadcast System--back out 
35976              change#7202
35977      Branch: perl
35978            ! mg.c
35979 ____________________________________________________________________________
35980 [  7202] By: gsar                                  on 2000/10/12  16:40:47
35981         Log: (submitted on behalf of Jarkko)
35982              Fix the lib/encode.t subtest 6 failure as reported by Andreas
35983              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
35984              was unearthed by change 7182, as was a bug in HTML::Entities.
35985      Branch: perl
35986            ! mg.c
35987 ____________________________________________________________________________
35988 [  7201] By: jhi                                   on 2000/10/11  03:16:05
35989         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
35990      Branch: perl
35991            ! pp_hot.c t/pragma/utf8.t
35992 ____________________________________________________________________________
35993 [  7200] By: jhi                                   on 2000/10/11  00:40:30
35994         Log: The #7198 was a false alarm.
35995      Branch: perl
35996            ! pp_hot.c
35997 ____________________________________________________________________________
35998 [  7199] By: jhi                                   on 2000/10/11  00:26:04
35999         Log: Remove duplicated code.
36000      Branch: perl
36001            ! t/lib/cgi-html.t
36002 ____________________________________________________________________________
36003 [  7198] By: jhi                                   on 2000/10/10  23:30:46
36004         Log: (Retracted by #7200.)
36005      Branch: perl
36006            ! pp_hot.c
36007 ____________________________________________________________________________
36008 [  7197] By: jhi                                   on 2000/10/10  21:49:30
36009         Log: Add the test case for #7190, from the original bug report
36010              by Andreas König.
36011      Branch: perl
36012            ! t/pragma/utf8.t
36013 ____________________________________________________________________________
36014 [  7196] By: jhi                                   on 2000/10/10  21:40:49
36015         Log: Reapply Andy's patch and regen Configure.
36016      Branch: perl
36017            ! Configure INSTALL Makefile.SH Porting/Glossary
36018            ! Porting/config.sh config_h.SH epoc/config.sh installperl
36019            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
36020            ! win32/config.vc
36021 ____________________________________________________________________________
36022 [  7195] By: jhi                                   on 2000/10/10  21:09:30
36023         Log: Use the versiononly instead of the installscripts,
36024              retract the changes 7146 and 7147.
36025      Branch: perl
36026            ! Configure INSTALL Makefile.SH Porting/Glossary
36027            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
36028            ! installperl uconfig.sh vos/config.def win32/config.bc
36029            ! win32/config.gc win32/config.vc
36030 ____________________________________________________________________________
36031 [  7194] By: jhi                                   on 2000/10/10  21:06:15
36032         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
36033              From: Peter Prymmer <pvhp@forte.com>
36034              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
36035              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
36036      Branch: perl
36037            ! t/op/ver.t
36038 ____________________________________________________________________________
36039 [  7193] By: jhi                                   on 2000/10/10  21:05:12
36040         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
36041              From: Peter Prymmer <pvhp@forte.com>
36042              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
36043              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
36044      Branch: perl
36045            ! t/op/tr.t
36046 ____________________________________________________________________________
36047 [  7192] By: jhi                                   on 2000/10/10  20:57:30
36048         Log: Add versiononly, delete installscripts, from Andy Dougherty.
36049      Branch: metaconfig
36050            - U/installdirs/installscripts.U
36051      Branch: metaconfig/U/perl
36052            + versiononly.U
36053 ____________________________________________________________________________
36054 [  7191] By: jhi                                   on 2000/10/10  19:41:21
36055         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
36056              From: Peter Prymmer <pvhp@forte.com>
36057              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
36058              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
36059      Branch: perl
36060            ! pod/perlebcdic.pod
36061 ____________________________________________________________________________
36062 [  7190] By: jhi                                   on 2000/10/10  19:26:14
36063         Log: Subject: Re: utf8 concat, mg_get
36064              From: Simon Cozens <simon@cozens.net>
36065              Date: Tue, 10 Oct 2000 17:40:17 +0100
36066              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
36067      Branch: perl
36068            ! pp_hot.c
36069 ____________________________________________________________________________
36070 [  7189] By: jhi                                   on 2000/10/10  19:23:03
36071         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
36072              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
36073              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
36074              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
36075      Branch: perl
36076            ! lib/ExtUtils/MM_Unix.pm
36077 ____________________________________________________________________________
36078 [  7188] By: jhi                                   on 2000/10/10  15:31:24
36079         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
36080              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
36081              Date: Fri, 14 Jul 2000 10:47:36 +0100
36082              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
36083      Branch: perl
36084            ! README.win32
36085 ____________________________________________________________________________
36086 [  7187] By: jhi                                   on 2000/10/10  13:30:10
36087         Log: Quote the temp file name, needed in Win32 because the
36088              default name unfortunately contains spaces, shouldn't
36089              hurt elsewhere.
36090              
36091              Subject: FW: perldoc fails if $TEMP contains spaces
36092              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
36093              Date: Thu, 14 Sep 2000 08:58:45 +0100
36094              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
36095      Branch: perl
36096            ! utils/perldoc.PL
36097 ____________________________________________________________________________
36098 [  7186] By: jhi                                   on 2000/10/10  13:16:27
36099         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
36100              From: hv@hugo.hybyte.com
36101              Date: Tue, 10 Oct 2000 14:10:20 +0100
36102              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
36103      Branch: perl
36104            ! t/lib/thr5005.t util.c
36105 ____________________________________________________________________________
36106 [  7185] By: jhi                                   on 2000/10/10  12:06:22
36107         Log: Upgrade to podlators 1.04, from Russ Allbery.
36108      Branch: perl
36109            ! lib/Pod/Man.pm lib/Pod/Text.pm
36110 ____________________________________________________________________________
36111 [  7184] By: jhi                                   on 2000/10/10  12:01:32
36112         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
36113      Branch: perl
36114            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
36115 ____________________________________________________________________________
36116 [  7183] By: jhi                                   on 2000/10/09  23:47:15
36117         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
36118              From: Peter Prymmer <pvhp@forte.com>
36119              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
36120              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
36121      Branch: perl
36122            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
36123 ____________________________________________________________________________
36124 [  7182] By: jhi                                   on 2000/10/09  23:43:16
36125         Log: Make eq work again with utf8 (disabling the upgrading
36126              should no more be necessary since the copies of the
36127              scalars are upgraded, not the scalars themselves).
36128              Takes care of ID 20001009.001.  (The claimed length()
36129              bug in 20001009.001 seems bogus to me.)
36130      Branch: perl
36131            ! sv.c t/pragma/utf8.t
36132 ____________________________________________________________________________
36133 [  7181] By: gsar                                  on 2000/10/09  19:41:54
36134         Log: tweak for change#7173
36135      Branch: perl
36136            ! win32/win32sck.c
36137 ____________________________________________________________________________
36138 [  7180] By: gsar                                  on 2000/10/09  19:26:56
36139         Log: on Windows, clean targets might not work under some flavors of the shell
36140      Branch: perl
36141            ! win32/Makefile win32/makefile.mk
36142 ____________________________________________________________________________
36143 [  7179] By: jhi                                   on 2000/10/09  19:21:02
36144         Log: Update Changes.
36145      Branch: perl
36146            ! Changes patchlevel.h
36147 ____________________________________________________________________________
36148 [  7178] By: jhi                                   on 2000/10/09  19:18:23
36149         Log: Warn about unknown scripts.
36150              
36151              Subject: Re: ideas? patches? [PATCH bleadperl]
36152              From: Dominic Dunlop <domo@computer.org>
36153              Date: Mon, 9 Oct 2000 14:57:17 +0200
36154              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
36155      Branch: perl
36156            ! lib/charnames.pm
36157 ____________________________________________________________________________
36158 [  7177] By: jhi                                   on 2000/10/09  19:13:27
36159         Log: Change #7160 had a nasty typo.
36160      Branch: metaconfig
36161            ! U/compline/Compile.U
36162      Branch: perl
36163            ! Configure config_h.SH
36164 ____________________________________________________________________________
36165 [  7176] By: gsar                                  on 2000/10/09  18:59:33
36166         Log: pod nit
36167      Branch: perl
36168            ! pod/perlport.pod
36169 ____________________________________________________________________________
36170 [  7175] By: gsar                                  on 2000/10/09  18:54:28
36171         Log: Windows9x doesn't support link(), despite what Config.pm
36172              might think
36173      Branch: perl
36174            ! lib/ExtUtils/Manifest.pm
36175 ____________________________________________________________________________
36176 [  7174] By: gsar                                  on 2000/10/09  18:50:03
36177         Log: avoid nonportable example code
36178      Branch: perl
36179            ! lib/File/Copy.pm
36180 ____________________________________________________________________________
36181 [  7173] By: gsar                                  on 2000/10/09  18:46:54
36182         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
36183              being used) when closing a socket handle
36184      Branch: perl
36185            ! win32/win32.c win32/win32.h win32/win32sck.c
36186 ____________________________________________________________________________
36187 [  7172] By: gsar                                  on 2000/10/09  18:41:40
36188         Log: on Windows, cwd strings in the environment should be of the
36189              form =X:=X:\foo instead of =X=X:\foo\
36190      Branch: perl
36191            ! win32/vdir.h
36192 ____________________________________________________________________________
36193 [  7171] By: gsar                                  on 2000/10/09  18:30:09
36194         Log: on Windows, LoadLibrary() could load an extension DLL multiple
36195              times if forward slashes are used in the path
36196      Branch: perl
36197            ! win32/win32.c
36198 ____________________________________________________________________________
36199 [  7170] By: jhi                                   on 2000/10/09  17:53:59
36200         Log: Add a todo note about overloadable assertions.
36201      Branch: perl
36202            ! Todo-5.6
36203 ____________________________________________________________________________
36204 [  7169] By: jhi                                   on 2000/10/09  13:43:45
36205         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
36206              From: mjd@plover.com
36207              Date: 9 Oct 2000 00:24:44 -0000
36208              Message-ID: <20001009002444.10616.qmail@plover.com>
36209      Branch: perl
36210            ! pod/perldebguts.pod
36211 ____________________________________________________________________________
36212 [  7168] By: nick                                  on 2000/10/08  13:16:33
36213         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
36214              is not right thing to do on (e.g. x86). Network order is also "right" for
36215              X fonts.
36216      Branch: perl
36217            ! ext/Encode/Encode.pm
36218 ____________________________________________________________________________
36219 [  7167] By: nick                                  on 2000/10/08  12:54:42
36220         Log: Make "encodings" work post-install when Encode/*.enc files may not
36221              be in same directory as Encode.pm
36222      Branch: perl
36223            ! ext/Encode/Encode.pm
36224 ____________________________________________________________________________
36225 [  7166] By: nick                                  on 2000/10/08  11:51:26
36226         Log: Work round the fact that $hash->{$key} does not take into account
36227              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
36228              so that key is always in the "expected" encoding - i.e. same way we put
36229              it in the hash.
36230      Branch: perl
36231            ! ext/Encode/Encode.pm
36232 ____________________________________________________________________________
36233 [  7165] By: gsar                                  on 2000/10/08  04:15:29
36234         Log: save_re_context() could reset PL_curcop to freed memory, causing core
36235              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
36236      Branch: perl
36237            ! pp_ctl.c
36238 ____________________________________________________________________________
36239 [  7164] By: jhi                                   on 2000/10/06  20:51:48
36240         Log: UTF8ize split() so that the cloned substrings get the UTF8
36241              flag of the original scalar.  Problem reported by Simon Cozens.
36242      Branch: perl
36243            ! pp.c t/pragma/utf8.t
36244 ____________________________________________________________________________
36245 [  7163] By: nick                                  on 2000/10/06  20:48:34
36246         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
36247              got a false +ve and so did not reach code which would have un-FAKEd the SV.
36248      Branch: perl
36249            ! sv.c
36250 ____________________________________________________________________________
36251 [  7162] By: nick                                  on 2000/10/06  20:25:37
36252         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
36253              To fix  (sort {$a <=> $b} keys %hash) in particular but
36254              should cover a number of other as-yet-unknown cases as well.
36255      Branch: perl
36256            ! sv.c
36257 ____________________________________________________________________________
36258 [  7161] By: jhi                                   on 2000/10/06  19:56:18
36259         Log: Change the version number of Tie::Handle in the core to 4.0,
36260              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
36261              
36262              Subject: Note on Tie::Handle
36263              From: andreas.koenig@anima.de (Andreas J. Koenig)
36264              Date:      06 Oct 2000 21:48:58 +0200
36265              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
36266      Branch: perl
36267            ! lib/Tie/Handle.pm
36268 ____________________________________________________________________________
36269 [  7160] By: jhi                                   on 2000/10/06  18:20:35
36270         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
36271              as the first option of cc/ld because of ultrapicky compilers
36272              (e.g. OS/390 R2.5)
36273      Branch: metaconfig
36274            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
36275            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
36276            ! U/compline/orderlib.U U/modified/Cppsym.U
36277            ! U/modified/d_access.U
36278      Branch: metaconfig/U/perl
36279            ! Checkcc.U d_dlsymun.U gccvers.U
36280      Branch: perl
36281            ! Configure config_h.SH
36282 ____________________________________________________________________________
36283 [  7159] By: jhi                                   on 2000/10/06  13:56:39
36284         Log: Update Changes.
36285      Branch: perl
36286            ! Changes patchlevel.h
36287 ____________________________________________________________________________
36288 [  7158] By: jhi                                   on 2000/10/06  12:48:40
36289         Log: Eliminate $Is_VMS code from the test.
36290              
36291              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
36292              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36293              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
36294              Date:     Thu, 5 Oct 2000 07:46:33 EDT
36295      Branch: perl
36296            ! t/lib/b.t
36297 ____________________________________________________________________________
36298 [  7157] By: jhi                                   on 2000/10/06  12:47:13
36299         Log: Also the $ccflags is needed for the C compiler check.
36300              
36301              Subject: Configure (check for C-compiler)
36302              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36303              Date: Fri, 06 Oct 2000 08:47:15 +0200
36304              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
36305      Branch: metaconfig/U/perl
36306            ! Checkcc.U
36307      Branch: perl
36308            ! Configure config_h.SH
36309 ____________________________________________________________________________
36310 [  7156] By: jhi                                   on 2000/10/06  11:45:15
36311         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
36312      Branch: perl
36313            ! perl.c pp_ctl.c sv.h utf8.c
36314 ____________________________________________________________________________
36315 [  7155] By: jhi                                   on 2000/10/06  11:40:41
36316         Log: IO::Handle->syswrite() did not handle length omission
36317              like CORE::syswrite() does.
36318              
36319              Subject: [Fwd] IO::Handle, syswrite and arguments
36320              From: Graham Barr <gbarr@pobox.com>
36321              Date: Fri, 6 Oct 2000 10:22:05 +0100
36322              Message-ID: <20001006102205.U6312@pobox.com>
36323              
36324              The original patch from andrew@ugh.net.au.
36325      Branch: perl
36326            ! ext/IO/lib/IO/Handle.pm
36327 ____________________________________________________________________________
36328 [  7154] By: jhi                                   on 2000/10/06  01:42:15
36329         Log: Tweak #7153.
36330      Branch: perl
36331            ! utf8.h
36332 ____________________________________________________________________________
36333 [  7153] By: jhi                                   on 2000/10/06  00:39:55
36334         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
36335      Branch: perl
36336            ! utf8.h
36337 ____________________________________________________________________________
36338 [  7152] By: jhi                                   on 2000/10/06  00:38:11
36339         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
36340      Branch: perl
36341            ! perl.c pp_ctl.c sv.h utf8.c
36342 ____________________________________________________________________________
36343 [  7151] By: jhi                                   on 2000/10/06  00:36:38
36344         Log: Subject: Re: Questions about Tie::Array and perl modules
36345              From: Nick Ing-Simmons <nik@tiuk.ti.com>
36346              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
36347              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
36348              
36349              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
36350      Branch: perl
36351            ! lib/Tie/Array.pm t/op/array.t
36352 ____________________________________________________________________________
36353 [  7150] By: jhi                                   on 2000/10/05  00:20:45
36354         Log: Regen Changes.
36355      Branch: perl
36356            ! Changes patchlevel.h
36357 ____________________________________________________________________________
36358 [  7149] By: jhi                                   on 2000/10/05  00:20:01
36359         Log: Regen toc.
36360      Branch: perl
36361            ! pod/perltoc.pod
36362 ____________________________________________________________________________
36363 [  7148] By: jhi                                   on 2000/10/04  23:35:08
36364         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
36365              reported several times by Dominic Dunlop, for example in
36366              ID 20000315.008.  Patch from Dominic.  Patch affects at
36367              least MachTen, and possibly other oldish BSDs. Should not
36368              break non-broken platforms (tested on LinuxPPC). 
36369      Branch: perl
36370            ! doio.c
36371 ____________________________________________________________________________
36372 [  7147] By: jhi                                   on 2000/10/04  23:26:34
36373         Log: The one that got away from 7146.
36374      Branch: metaconfig
36375            + U/installdirs/installscripts.U
36376 ____________________________________________________________________________
36377 [  7146] By: jhi                                   on 2000/10/04  23:25:04
36378         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
36379              suggested by H. Merijn Brand.
36380      Branch: perl
36381            ! Configure INSTALL Makefile.SH Porting/Glossary
36382            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
36383            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
36384            ! win32/config.vc
36385 ____________________________________________________________________________
36386 [  7145] By: jhi                                   on 2000/10/04  22:08:21
36387         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
36388              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36389              Date: Wed, 4 Oct 2000 17:37:46 -0400
36390              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
36391      Branch: perl
36392            ! utils/h2xs.PL
36393 ____________________________________________________________________________
36394 [  7144] By: jhi                                   on 2000/10/04  18:11:41
36395         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
36396              From: Jeff Pinyan <jeffp@crusoe.net>
36397              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
36398              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
36399      Branch: perl
36400            ! pod/perlrun.pod
36401 ____________________________________________________________________________
36402 [  7143] By: jhi                                   on 2000/10/04  18:09:58
36403         Log: Subject: perlhack.pod Patch for Externals Tools
36404              From: Fisher Mark <fisherm@tce.com>
36405              Date: Tue, 3 Oct 2000 15:43:27 -0500 
36406              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
36407      Branch: perl
36408            ! pod/perlhack.pod
36409 ____________________________________________________________________________
36410 [  7142] By: jhi                                   on 2000/10/04  18:08:41
36411         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
36412              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36413              Date:     Wed, 4 Oct 2000 12:11:11 EDT
36414              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
36415      Branch: perl
36416            ! vms/vms.c
36417 ____________________________________________________________________________
36418 [  7141] By: jhi                                   on 2000/10/04  12:20:16
36419         Log: Subject: [PATCH 5.7.0] h2xs not working
36420              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36421              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
36422              Date: Tue, 3 Oct 2000 21:43:01 -0400
36423              
36424              Subject: [PATCH 5.7.0] h2xs not documenting the created module
36425              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36426              Date: Tue, 3 Oct 2000 22:55:19 -0400
36427              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
36428      Branch: perl
36429            ! utils/h2xs.PL
36430 ____________________________________________________________________________
36431 [  7140] By: jhi                                   on 2000/10/04  11:53:44
36432         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
36433              From: nick@babyhippo.com
36434              Date: Wed, 4 Oct 2000 12:06:45 +0100
36435              Message-Id: <20001004120645.A7356@babyhippo.com>
36436              
36437              Retract 7118 and 7135.
36438      Branch: perl
36439            ! installman installperl op.c t/pragma/subs.t
36440 ____________________________________________________________________________
36441 [  7139] By: jhi                                   on 2000/10/03  22:09:41
36442         Log: It is possible to have no hosts database at all.  Pointed out in
36443              
36444              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
36445              From: Peter Prymmer <pvhp@forte.com>
36446              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
36447              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
36448      Branch: metaconfig
36449            ! U/modified/myhostname.U
36450      Branch: perl
36451            ! Configure config_h.SH
36452 ____________________________________________________________________________
36453 [  7138] By: jhi                                   on 2000/10/03  21:49:49
36454         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
36455              From: Peter Prymmer <pvhp@forte.com>
36456              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
36457              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
36458      Branch: perl
36459            ! pp_sys.c
36460 ____________________________________________________________________________
36461 [  7137] By: jhi                                   on 2000/10/03  20:10:05
36462         Log: One remaining nit less at the VMS mailbox sizing.
36463      Branch: perl
36464            ! vms/vms.c
36465 ____________________________________________________________________________
36466 [  7136] By: jhi                                   on 2000/10/03  20:08:47
36467         Log: Test harness update to sync with the new perlcc,
36468              from Simon Cozens.
36469      Branch: perl
36470            ! t/TEST t/UTEST
36471 ____________________________________________________________________________
36472 [  7135] By: jhi                                   on 2000/10/03  15:15:42
36473         Log: Subject: Re: PATCH for 20001003.004
36474              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
36475              From: "AARON B. DOSSETT" <aaron@iglou.com>
36476              Message-Id: <E13gTay-0006od-00@iglou.com>
36477      Branch: perl
36478            ! installman installperl
36479 ____________________________________________________________________________
36480 [  7134] By: jhi                                   on 2000/10/03  15:00:34
36481         Log: Subject: [ID 20001003.006] B::Debug not -w clean
36482              From: Nicholas Clark <nick@babyhippo.co.uk>
36483              Date: Tue, 03 Oct 2000 15:46:32 +0100
36484              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
36485      Branch: perl
36486            ! ext/B/B/Debug.pm
36487 ____________________________________________________________________________
36488 [  7133] By: jhi                                   on 2000/10/03  14:58:39
36489         Log: Scale down the VMS message boxes, by Charles Lane.
36490              Fix for ID 20000903.009, workaround at
36491              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
36492      Branch: perl
36493            ! vms/vms.c
36494 ____________________________________________________________________________
36495 [  7132] By: jhi                                   on 2000/10/03  11:20:37
36496         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
36497      Branch: perl
36498            + t/lib/st-lock.t t/lib/st-utf8.t
36499            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
36500            ! ext/Storable/Storable.xs t/lib/st-recurse.t
36501 ____________________________________________________________________________
36502 [  7131] By: jhi                                   on 2000/10/03  03:38:23
36503         Log: Encode nits.
36504      Branch: perl
36505            ! MANIFEST Makefile.SH
36506 ____________________________________________________________________________
36507 [  7130] By: jhi                                   on 2000/10/03  03:31:05
36508         Log: Update Changes.
36509      Branch: perl
36510            ! Changes patchlevel.h
36511 ____________________________________________________________________________
36512 [  7129] By: jhi                                   on 2000/10/03  02:24:02
36513         Log: Misplaced else.
36514      Branch: metaconfig/U/perl
36515            ! d_strtoll.U
36516      Branch: perl
36517            ! Configure config_h.SH
36518 ____________________________________________________________________________
36519 [  7128] By: jhi                                   on 2000/10/03  02:08:29
36520         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
36521              From: sthoenna@efn.org
36522              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
36523              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
36524      Branch: metaconfig/U/perl
36525            ! d_strtoll.U
36526      Branch: perl
36527            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
36528 ____________________________________________________________________________
36529 [  7127] By: jhi                                   on 2000/10/03  01:13:14
36530         Log: Update Changes.
36531      Branch: perl
36532            ! Changes patchlevel.h
36533 ____________________________________________________________________________
36534 [  7126] By: jhi                                   on 2000/10/03  00:57:08
36535         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
36536              as suggested by Olaf Flebbe and Nick Clark.
36537      Branch: perl
36538            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
36539 ____________________________________________________________________________
36540 [  7125] By: jhi                                   on 2000/10/03  00:50:56
36541         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
36542              From: Nick Clark <nick@plum.flirble.org>
36543              Date: Mon, 2 Oct 2000 11:03:24 +0100
36544              Message-Id: <20001002110324.D20073@plum.flirble.org>
36545              
36546              Also fixes bug ID 20001002.005.
36547      Branch: perl
36548            ! t/lib/encode.t
36549 ____________________________________________________________________________
36550 [  7124] By: jhi                                   on 2000/10/03  00:34:59
36551         Log: Subject: [PATCH 5.7.0] Epoc update
36552              From: Olaf Flebbe <o.flebbe@gmx.de>
36553              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
36554              Message-ID: <26423.969484586@www10.gmx.net>
36555      Branch: perl
36556            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
36557            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
36558            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
36559            ! util.c util.h
36560 ____________________________________________________________________________
36561 [  7123] By: jhi                                   on 2000/10/03  00:30:07
36562         Log: Regen headers.
36563      Branch: perl
36564            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
36565 ____________________________________________________________________________
36566 [  7122] By: jhi                                   on 2000/10/03  00:10:48
36567         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
36568      Branch: perl
36569            ! hints/openbsd.sh
36570 ____________________________________________________________________________
36571 [  7121] By: jhi                                   on 2000/10/03  00:05:06
36572         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
36573              From: <abigail@foad.org>
36574              Date: Tue, 26 Sep 2000 13:36:14 -0400
36575              Message-ID: <20000926173614.4356.qmail@foad.org>
36576      Branch: perl
36577            ! pod/perlop.pod
36578 ____________________________________________________________________________
36579 [  7120] By: jhi                                   on 2000/10/03  00:04:00
36580         Log: Inside require() $^S was always left undefined.
36581              
36582              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
36583              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36584              Date: Wed, 27 Sep 2000 18:54:49 -0400
36585              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
36586      Branch: perl
36587            ! cop.h mg.c pp_ctl.c util.c
36588 ____________________________________________________________________________
36589 [  7119] By: jhi                                   on 2000/10/03  00:00:16
36590         Log: Subject: [PATCH] DLL not restartabke with threaded perl
36591              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
36592              Date: Thu, 28 Sep 2000 09:20:46 +0100
36593              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
36594      Branch: perl
36595            ! perl.c
36596 ____________________________________________________________________________
36597 [  7118] By: jhi                                   on 2000/10/02  23:59:20
36598         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
36599              From: Nicholas Clark <nick@ccl4.org>
36600              Date: Thu, 28 Sep 2000 11:52:24 +0100
36601              Message-ID: <20000928115224.D7924@plum.flirble.org>
36602      Branch: perl
36603            ! op.c
36604 ____________________________________________________________________________
36605 [  7117] By: jhi                                   on 2000/10/02  23:57:51
36606         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
36607              From: Nicholas Clark <nick@babyhippo.co.uk>
36608              Date: Thu, 28 Sep 2000 12:18:10 +0100
36609              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
36610              
36611              Did not apply cleanly, manual intervention was needed.
36612      Branch: perl
36613            ! ext/B/B/Bytecode.pm utils/perlcc.PL
36614 ____________________________________________________________________________
36615 [  7116] By: jhi                                   on 2000/10/02  23:50:40
36616         Log: Document the issue (is not a syntax error, kind of)
36617              
36618              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
36619              From: Nicholas Clark <nick@ccl4.org>
36620              Date: Thu, 28 Sep 2000 17:12:42 +0100
36621              Message-ID: <20000928171242.K7924@plum.flirble.org>
36622      Branch: perl
36623            ! pod/perldata.pod
36624 ____________________________________________________________________________
36625 [  7115] By: jhi                                   on 2000/10/02  23:48:58
36626         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
36627              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36628              Date: Thu, 28 Sep 2000 21:55:31 -0400
36629              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
36630      Branch: perl
36631            ! regexec.c
36632 ____________________________________________________________________________
36633 [  7114] By: jhi                                   on 2000/10/02  23:47:57
36634         Log: Subject: DOC PATCH 5.6.0
36635              From: mjd@plover.com
36636              Date: 30 Sep 2000 06:02:34 -0000
36637              Message-ID: <20000930060234.4559.qmail@plover.com>
36638      Branch: perl
36639            ! pod/perldebguts.pod
36640 ____________________________________________________________________________
36641 [  7113] By: jhi                                   on 2000/10/02  23:46:43
36642         Log: SOCK_DGRAM and listen() do not mix as reported in
36643              
36644              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
36645              From: Petter Reinholdtsen <pere@hungry.com>
36646              Date: Sun, 1 Oct 2000 10:57:20 +0800
36647              Message-Id: <200010010257.KAA05735@localhost.localdomain>
36648              
36649              The patch for 5.7.0+ had to be reengineered, though.
36650      Branch: perl
36651            ! ext/IO/lib/IO/Socket/UNIX.pm
36652 ____________________________________________________________________________
36653 [  7112] By: jhi                                   on 2000/10/02  23:36:57
36654         Log: Subject: Re: [PATCH 5.005_64 missed]
36655              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36656              Date: Sun, 1 Oct 2000 18:50:10 -0400
36657              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
36658      Branch: perl
36659            ! pod/perlxs.pod
36660 ____________________________________________________________________________
36661 [  7111] By: jhi                                   on 2000/10/02  23:35:40
36662         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
36663              From: Radu Greab <radu@netsoft.ro>
36664              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
36665              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
36666      Branch: perl
36667            ! op.c opcode.pl t/op/substr.t
36668 ____________________________________________________________________________
36669 [  7110] By: jhi                                   on 2000/10/02  23:32:38
36670         Log: Subject: [PATCH] Fix aliasing of tied filehandles
36671              From: Daniel Chetlin <daniel@chetlin.com>
36672              Date: Mon, 2 Oct 2000 14:53:27 -0700
36673              Message-ID: <20001002145327.C1617@ilmd>
36674      Branch: perl
36675            ! perl.h pp_hot.c t/op/tiehandle.t
36676 ____________________________________________________________________________
36677 [  7109] By: jhi                                   on 2000/10/02  23:31:30
36678         Log: s/Robin Parker/Robin Barker/
36679      Branch: perl
36680            ! Changes5.6
36681 ____________________________________________________________________________
36682 [  7108] By: jhi                                   on 2000/10/02  23:15:46
36683         Log: Retract #7091 as suggested in
36684              
36685              From: Robin Barker <rmb1@cise.npl.co.uk> 
36686              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
36687              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
36688              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
36689      Branch: perl
36690            ! embed.pl proto.h
36691 ____________________________________________________________________________
36692 [  7107] By: nick                                  on 2000/10/02  18:23:14
36693         Log: A few tweaks to get Tk803 to work with Encode scheme.
36694      Branch: perl
36695            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
36696 ____________________________________________________________________________
36697 [  7106] By: nick                                  on 2000/10/01  21:34:14
36698         Log: Add checking cases to Encode's toUnicode and fromUnicode.
36699      Branch: perl
36700            ! ext/Encode/Encode.pm
36701 ____________________________________________________________________________
36702 [  7105] By: nick                                  on 2000/10/01  17:18:01
36703         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
36704              To read and use them.
36705              Add a lib/encode.t which checks a few things.
36706      Branch: perl
36707            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
36708            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
36709            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
36710            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
36711            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
36712            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
36713            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
36714            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
36715            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
36716            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
36717            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
36718            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
36719            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
36720            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
36721            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
36722            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
36723            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
36724            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
36725            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
36726            + ext/Encode/Encode/iso2022-jp.enc
36727            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
36728            + ext/Encode/Encode/iso8859-1.enc
36729            + ext/Encode/Encode/iso8859-2.enc
36730            + ext/Encode/Encode/iso8859-3.enc
36731            + ext/Encode/Encode/iso8859-4.enc
36732            + ext/Encode/Encode/iso8859-5.enc
36733            + ext/Encode/Encode/iso8859-6.enc
36734            + ext/Encode/Encode/iso8859-7.enc
36735            + ext/Encode/Encode/iso8859-8.enc
36736            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
36737            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
36738            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
36739            + ext/Encode/Encode/macCentEuro.enc
36740            + ext/Encode/Encode/macCroatian.enc
36741            + ext/Encode/Encode/macCyrillic.enc
36742            + ext/Encode/Encode/macDingbats.enc
36743            + ext/Encode/Encode/macGreek.enc
36744            + ext/Encode/Encode/macIceland.enc
36745            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
36746            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
36747            + ext/Encode/Encode/macTurkish.enc
36748            + ext/Encode/Encode/macUkraine.enc
36749            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
36750            + t/lib/encode.t
36751            ! MANIFEST ext/Encode/Encode.pm
36752 ____________________________________________________________________________
36753 [  7104] By: nick                                  on 2000/09/30  13:04:30
36754         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
36755              From: Daniel Chetlin <daniel@chetlin.com>
36756              Date: Mon, 18 Sep 2000 05:05:40 -0700
36757              Message-Id: <20000918050540.C652@ilmd>
36758      Branch: perl
36759            ! lib/overload.pm sv.c t/pragma/overload.t
36760 ____________________________________________________________________________
36761 [  7103] By: nick                                  on 2000/09/30  12:53:36
36762         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
36763              From: Johan Vromans <jvromans@squirrel.nl>
36764              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
36765              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
36766      Branch: perl
36767            ! pod/Makefile.SH
36768 ____________________________________________________________________________
36769 [  7102] By: nick                                  on 2000/09/30  12:52:31
36770         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
36771              From: Spider Boardman <spider@Orb.Nashua.NH.US>
36772              Date: Sat, 16 Sep 2000 16:36:45 -0400
36773              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
36774      Branch: perl
36775            ! ext/B/B/Deparse.pm
36776 ____________________________________________________________________________
36777 [  7101] By: nick                                  on 2000/09/30  12:51:41
36778         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
36779              From: Craig A. Berry <craig.berry@psinetcs.com>
36780              Date: Sat, 16 Sep 2000 10:11:10 -0500
36781              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
36782      Branch: perl
36783            ! vms/vms.c
36784 ____________________________________________________________________________
36785 [  7100] By: nick                                  on 2000/09/30  12:50:33
36786         Log: Subject: Re: unicode support and perl [ID 20000901.097]
36787              From: Spider Boardman <spider@Orb.Nashua.NH.US>
36788              Date: Fri, 15 Sep 2000 16:37:58 -0400
36789              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
36790      Branch: perl
36791            ! t/op/append.t
36792 ____________________________________________________________________________
36793 [  7099] By: nick                                  on 2000/09/30  12:49:35
36794         Log: Subject: Re: unicode support and perl [ID 20000901.097]
36795              From: Spider Boardman <spider@Orb.Nashua.NH.US>
36796              Date: Fri, 15 Sep 2000 16:25:30 -0400
36797              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
36798      Branch: perl
36799            ! pp_hot.c
36800 ____________________________________________________________________________
36801 [  7098] By: nick                                  on 2000/09/30  12:48:00
36802         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
36803              From: Gisle Aas <gisle@ActiveState.com>
36804              Date: 15 Sep 2000 16:23:41 +0200
36805              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
36806      Branch: perl
36807            ! toke.c
36808 ____________________________________________________________________________
36809 [  7097] By: nick                                  on 2000/09/30  12:45:16
36810         Log: Subject: [PATCH] Nits in perlmod.pod
36811              From: Daniel Chetlin <daniel@chetlin.com>
36812              Date: Fri, 15 Sep 2000 02:04:09 -0700
36813              Message-Id: <20000915020409.A2104@ilmd>
36814      Branch: perl
36815            ! pod/perlmod.pod
36816 ____________________________________________________________________________
36817 [  7096] By: nick                                  on 2000/09/30  12:18:00
36818         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
36819              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
36820              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
36821              0 to checking to get the warning.
36822      Branch: perl
36823            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
36824            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
36825            ! regexec.c sv.c toke.c utf8.c
36826 ____________________________________________________________________________
36827 [  7095] By: nick                                  on 2000/09/15  16:55:59
36828         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
36829              
36830              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
36831              From: Spider Boardman <spider@Orb.Nashua.NH.US>
36832              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
36833              Date: Fri, 15 Sep 2000 06:37:30 -0400
36834      Branch: perl
36835            ! ext/Encode/Encode.xs sv.c
36836 ____________________________________________________________________________
36837 [  7094] By: jhi                                   on 2000/09/15  03:23:32
36838         Log: Update Changes.
36839      Branch: perl
36840            ! Changes patchlevel.h
36841 ____________________________________________________________________________
36842 [  7093] By: jhi                                   on 2000/09/15  03:11:44
36843         Log: Fix for the charnames.t failures from Spider Boardman.
36844      Branch: perl
36845            ! toke.c
36846 ____________________________________________________________________________
36847 [  7092] By: jhi                                   on 2000/09/15  00:15:48
36848         Log: Botched the #7090 check-in.
36849      Branch: perl
36850            ! sv.c
36851 ____________________________________________________________________________
36852 [  7091] By: jhi                                   on 2000/09/14  23:33:24
36853         Log: Part of #7081 didn't come through.
36854      Branch: perl
36855            ! embed.pl proto.h
36856 ____________________________________________________________________________
36857 [  7090] By: jhi                                   on 2000/09/14  23:17:39
36858         Log: Subject: Re: perl@7078 
36859              From: Spider Boardman <spider@web.zk3.dec.com>
36860              Date: Thu, 14 Sep 2000 19:06:36 -0400
36861              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
36862      Branch: perl
36863            ! sv.c toke.c
36864 ____________________________________________________________________________
36865 [  7089] By: jhi                                   on 2000/09/14  23:11:21
36866         Log: Small portability tweaks.
36867      Branch: perl
36868            ! ext/Encode/Encode.xs
36869 ____________________________________________________________________________
36870 [  7088] By: jhi                                   on 2000/09/14  22:57:23
36871         Log: Fake return to pacify picky compilers.
36872      Branch: perl
36873            ! ext/Encode/Encode.xs
36874 ____________________________________________________________________________
36875 [  7087] By: jhi                                   on 2000/09/14  22:53:37
36876         Log: Subject: [PATCH] utf8.c apidoc
36877              From: Simon Cozens <simon@cozens.net>
36878              Date: Thu, 14 Sep 2000 23:46:57 +0100
36879              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
36880      Branch: perl
36881            ! perlapi.c pod/perlapi.pod utf8.c
36882 ____________________________________________________________________________
36883 [  7086] By: jhi                                   on 2000/09/14  22:40:38
36884         Log: We don't need to count the high bit bytes, a boolean is enough. 
36885      Branch: perl
36886            ! sv.c
36887 ____________________________________________________________________________
36888 [  7085] By: jhi                                   on 2000/09/14  21:20:09
36889         Log: Replace #7084 with
36890              
36891              Subject: Re: perl@7078 
36892              From: Spider Boardman <spider@web.zk3.dec.com>
36893              Date: Thu, 14 Sep 2000 17:09:36 -0400
36894              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
36895      Branch: perl
36896            ! sv.c utf8.c
36897 ____________________________________________________________________________
36898 [  7084] By: jhi                                   on 2000/09/14  20:03:34
36899         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
36900              convertable to bytes by checking it doesn't go above 0xc3
36901              
36902              Subject: Re: perl@7078
36903              From: Simon Cozens <simon@cozens.net>
36904              Date: Thu, 14 Sep 2000 20:59:19 +0100
36905              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
36906      Branch: perl
36907            ! utf8.c
36908 ____________________________________________________________________________
36909 [  7083] By: jhi                                   on 2000/09/14  19:38:47
36910         Log: Subject: Re: perl@7078
36911              From: Simon Cozens <simon@cozens.net>
36912              Date: Thu, 14 Sep 2000 20:13:09 +0100
36913              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
36914      Branch: perl
36915            ! t/op/bop.t
36916 ____________________________________________________________________________
36917 [  7082] By: jhi                                   on 2000/09/14  17:50:44
36918         Log: The one that got away.
36919      Branch: perl
36920            ! lib/File/Find.pm
36921 ____________________________________________________________________________
36922 [  7081] By: jhi                                   on 2000/09/14  17:45:35
36923         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
36924              From: Robin Barker <rmb1@cise.npl.co.uk>
36925              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
36926              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
36927      Branch: perl
36928            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
36929            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
36930            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
36931            ! regcomp.c toke.c universal.c
36932 ____________________________________________________________________________
36933 [  7080] By: jhi                                   on 2000/09/14  17:40:35
36934         Log: Problems picked up by AIX cc.
36935              
36936              Subject: Re: perl@7078 (patch included)
36937              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36938              Date: Thu, 14 Sep 2000 18:53:30 +0200
36939              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
36940      Branch: perl
36941            ! ext/Encode/Encode.xs
36942 ____________________________________________________________________________
36943 [  7079] By: jhi                                   on 2000/09/14  17:38:27
36944         Log: Subject: File::Find 5.7.0 POD nits
36945              From: Rich Morin <rdm@cfcl.com>
36946              Date: Wed, 13 Sep 2000 22:03:58 -0700
36947              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
36948      Branch: perl
36949            ! lib/File/Find.pm
36950 ____________________________________________________________________________
36951 [  7078] By: jhi                                   on 2000/09/14  14:58:20
36952         Log: Update Changes.
36953      Branch: perl
36954            ! Changes patchlevel.h
36955 ____________________________________________________________________________
36956 [  7077] By: jhi                                   on 2000/09/14  14:55:54
36957         Log: Compilation warnings and an error.
36958      Branch: perl
36959            ! sv.c
36960 ____________________________________________________________________________
36961 [  7076] By: jhi                                   on 2000/09/14  14:42:56
36962         Log: Fix for a parsing bug, not for the original bug.
36963              
36964              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
36965              From: Spider Boardman <spider@web.zk3.dec.com>
36966              Date: Wed, 13 Sep 2000 17:52:20 -0400
36967              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
36968      Branch: perl
36969            ! regcomp.c
36970 ____________________________________________________________________________
36971 [  7075] By: jhi                                   on 2000/09/14  14:40:40
36972         Log: Batch of UTF-8 patches from Simon Cozens.
36973      Branch: perl
36974            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
36975            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
36976            ! toke.c utf8.c
36977 ____________________________________________________________________________
36978 [  7074] By: jhi                                   on 2000/09/14  14:29:58
36979         Log: Subject: Re: Two advertising clauses need to be removed
36980              From: Russ Allbery <rra@stanford.edu>
36981              Date: 13 Sep 2000 18:50:26 -0700
36982              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
36983      Branch: perl
36984            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
36985 ____________________________________________________________________________
36986 [  7073] By: jhi                                   on 2000/09/14  14:28:20
36987         Log: Subject: [PATCH] de-wall t/README
36988              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36989              Date: Wed, 13 Sep 2000 17:46:55 -0700
36990              Message-ID: <//Bw5gzkge/e092yn@efn.org>
36991      Branch: perl
36992            ! t/README
36993 ____________________________________________________________________________
36994 [  7072] By: jhi                                   on 2000/09/14  14:25:10
36995         Log: Hints optimization.
36996              
36997              Subject: Minor nit
36998              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36999              Date: Wed, 13 Sep 2000 21:42:07 +0200
37000              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
37001      Branch: perl
37002            ! hints/hpux.sh
37003 ____________________________________________________________________________
37004 [  7071] By: jhi                                   on 2000/09/14  14:23:30
37005         Log: Allow chop() and chomp() to be overridden.
37006              
37007              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
37008              From: "Casey R. Tweten" <crt@kiski.net>
37009              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
37010              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
37011      Branch: perl
37012            ! toke.c
37013 ____________________________________________________________________________
37014 [  7070] By: jhi                                   on 2000/09/14  14:20:36
37015         Log: The return value of setlocale must be copied away.
37016              
37017              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
37018              From: Alan Burlison <Alan.Burlison@uk.sun.com>
37019              Date: Wed, 13 Sep 2000 16:27:37 +0100 
37020              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
37021      Branch: perl
37022            ! util.c
37023 ____________________________________________________________________________
37024 [  7069] By: jhi                                   on 2000/09/14  14:16:27
37025         Log: Remove vestiges of tr//CU.
37026              
37027              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
37028              From: Nick Clark <nick@plum.flirble.org>
37029              Date: Tue, 12 Sep 2000 22:50:14 +0100
37030              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
37031              
37032              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
37033              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37034              Date: Tue, 12 Sep 2000 21:38:48 -0700
37035              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
37036      Branch: perl
37037            ! op.h pod/perlunicode.pod
37038 ____________________________________________________________________________
37039 [  7068] By: jhi                                   on 2000/09/13  14:18:39
37040         Log: Add the Encode extension.  The code is still largely just skeleton.
37041      Branch: perl
37042            + ext/Encode/Encode.pm ext/Encode/Encode.xs
37043            + ext/Encode/Makefile.PL ext/Encode/Todo
37044            ! MANIFEST Todo-5.6
37045 ____________________________________________________________________________
37046 [  7067] By: jhi                                   on 2000/09/12  17:43:33
37047         Log: Allow for whitespace between "#" and "line" in cpp output.
37048              
37049              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
37050              From: Calle Dybedahl <calle@lysator.liu.se>
37051              Date: 12 Sep 2000 19:38:02 +0200 
37052              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
37053      Branch: perl
37054            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
37055 ____________________________________________________________________________
37056 [  7066] By: gsar                                  on 2000/09/12  17:24:29
37057         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
37058              initialization in all the threads on Windows
37059      Branch: perl
37060            ! win32/win32.c
37061 ____________________________________________________________________________
37062 [  7065] By: jhi                                   on 2000/09/12  15:11:31
37063         Log: Update Changes.
37064      Branch: perl
37065            ! Changes patchlevel.h
37066 ____________________________________________________________________________
37067 [  7064] By: jhi                                   on 2000/09/12  14:54:54
37068         Log: Retract #7062, the pod tests are not ready.
37069      Branch: perl
37070            ! t/TEST t/harness
37071 ____________________________________________________________________________
37072 [  7063] By: jhi                                   on 2000/09/12  14:25:41
37073         Log: The #7054 truncated Configure badly.
37074      Branch: metaconfig/U/perl
37075            ! End.U
37076      Branch: perl
37077            ! Configure config_h.SH
37078 ____________________________________________________________________________
37079 [  7062] By: jhi                                   on 2000/09/12  14:08:32
37080         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
37081              From: sthoenna@efn.org
37082              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
37083              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
37084      Branch: perl
37085            ! t/TEST t/harness
37086 ____________________________________________________________________________
37087 [  7061] By: jhi                                   on 2000/09/12  14:07:18
37088         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
37089              From: sthoenna@efn.org
37090              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
37091              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
37092      Branch: perl
37093            ! pod/perlxs.pod
37094 ____________________________________________________________________________
37095 [  7060] By: jhi                                   on 2000/09/12  14:06:08
37096         Log: Break up the myconfig lines a bit.
37097              
37098              Subject: perlbug/perl -V output format
37099              From: sthoenna@efn.org
37100              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
37101              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
37102      Branch: perl
37103            ! myconfig.SH
37104 ____________________________________________________________________________
37105 [  7059] By: jhi                                   on 2000/09/12  14:05:04
37106         Log: Test for the #7049.
37107              
37108              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
37109              From: andreas.koenig@anima.de (Andreas J. Koenig)
37110              Date: 12 Sep 2000 06:42:01 +0200
37111              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
37112      Branch: perl
37113            ! t/op/my.t
37114 ____________________________________________________________________________
37115 [  7058] By: jhi                                   on 2000/09/12  14:03:05
37116         Log: Subject: [patch: perl@7045] vms updates
37117              From: Peter Prymmer <pvhp@forte.com>
37118              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
37119              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
37120      Branch: perl
37121            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
37122 ____________________________________________________________________________
37123 [  7057] By: jhi                                   on 2000/09/12  14:00:51
37124         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
37125              From: sthoenna@efn.org
37126              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
37127              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
37128      Branch: perl
37129            ! t/op/64bitint.t
37130 ____________________________________________________________________________
37131 [  7056] By: jhi                                   on 2000/09/12  13:58:14
37132         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
37133              From: Jeff Pinyan <jeffp@crusoe.net>
37134              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
37135              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
37136      Branch: perl
37137            ! pod/perlfunc.pod
37138 ____________________________________________________________________________
37139 [  7055] By: jhi                                   on 2000/09/12  13:56:32
37140         Log: Do in VMS as the #7054 does.
37141      Branch: perl
37142            ! configure.com
37143 ____________________________________________________________________________
37144 [  7054] By: jhi                                   on 2000/09/12  13:50:31
37145         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
37146              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
37147              Date: Mon, 11 Sep 2000 08:33:09 +0100
37148              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
37149      Branch: metaconfig/U/perl
37150            ! End.U
37151      Branch: perl
37152            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
37153            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
37154 ____________________________________________________________________________
37155 [  7053] By: jhi                                   on 2000/09/12  13:29:19
37156         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
37157              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37158              Date:     Tue, 12 Sep 2000 08:35:59 EDT
37159              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
37160      Branch: perl
37161            ! vms/test.com
37162 ____________________________________________________________________________
37163 [  7052] By: jhi                                   on 2000/09/11  23:01:50
37164         Log: Document the SvUTF8*().
37165      Branch: perl
37166            ! pod/perlapi.pod sv.h
37167 ____________________________________________________________________________
37168 [  7051] By: gsar                                  on 2000/09/11  14:46:30
37169         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
37170              (missed a spot when fixing up op_pmreplroot hack for ithreads)
37171      Branch: perl
37172            ! op.c t/op/split.t
37173 ____________________________________________________________________________
37174 [  7050] By: nick                                  on 2000/09/11  10:03:51
37175         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
37176              
37177              Subject: borland C++ win32.c tweak
37178              From: Vadim Konovalov <vkonovalov@lucent.com>
37179              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
37180              Date: Mon, 11 Sep 2000 11:22:33 +0400
37181      Branch: perl
37182            ! win32/win32.c
37183 ____________________________________________________________________________
37184 [  7049] By: nick                                  on 2000/09/11  09:57:33
37185         Log: Point fix for s/// on foreach (keys %xxx).
37186      Branch: perl
37187            ! pp_hot.c
37188 ____________________________________________________________________________
37189 [  7048] By: jhi                                   on 2000/09/10  23:37:09
37190         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
37191              by Pod::Text, from Brad Appleton.
37192      Branch: perl
37193            ! t/pod/testp2pt.pl
37194 ____________________________________________________________________________
37195 [  7047] By: jhi                                   on 2000/09/10  14:32:53
37196         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
37197              by Russ Allbery.
37198      Branch: perl
37199            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
37200 ____________________________________________________________________________
37201 [  7046] By: jhi                                   on 2000/09/10  14:15:08
37202         Log: Upgrade to CPAN 1.57_65, from Andreas König.
37203      Branch: perl
37204            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
37205 ____________________________________________________________________________
37206 [  7045] By: jhi                                   on 2000/09/08  21:36:32
37207         Log: Update Changes.
37208      Branch: perl
37209            ! Changes patchlevel.h
37210 ____________________________________________________________________________
37211 [  7044] By: jhi                                   on 2000/09/08  21:29:56
37212         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
37213              From: Peter Prymmer <pvhp@forte.com>
37214              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
37215              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
37216      Branch: perl
37217            ! configure.com
37218 ____________________________________________________________________________
37219 [  7043] By: jhi                                   on 2000/09/08  21:27:50
37220         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
37221              From: Peter Prymmer <pvhp@forte.com>
37222              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
37223              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
37224      Branch: perl
37225            ! Makefile.SH installperl
37226 ____________________________________________________________________________
37227 [  7042] By: jhi                                   on 2000/09/08  21:23:21
37228         Log: Continue #7041.
37229      Branch: perl
37230            ! cygwin/Makefile.SHs os2/Makefile.SHs
37231 ____________________________________________________________________________
37232 [  7041] By: jhi                                   on 2000/09/08  21:18:10
37233         Log: Do away with memory models cruft.  Sorry, PDP users.
37234      Branch: metaconfig
37235            ! U/modified/cc.U U/modified/libpth.U
37236      Branch: perl
37237            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
37238            ! Porting/config_H cflags.SH config_h.SH configure.com
37239            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
37240            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
37241            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
37242 ____________________________________________________________________________
37243 [  7040] By: jhi                                   on 2000/09/08  14:34:18
37244         Log: Major rewrite of s2p.  And I mean really major, it is
37245              an implementation of sed in perl.  If called as s2p it
37246              will function as s2p.  Note: needs non-UNIXifying.
37247              
37248              Subject: s2p
37249              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
37250              Date: Mon, 28 Aug 2000 14:05:12 +0200
37251              Message-ID: <39AA5578.2102E2AA@alcatel.at>
37252      Branch: perl
37253            ! x2p/s2p.PL
37254 ____________________________________________________________________________
37255 [  7039] By: jhi                                   on 2000/09/08  14:19:49
37256         Log: Re-allow vec() for characters > 255.
37257              
37258              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
37259              From: Spider Boardman <spider@web.zk3.dec.com>
37260              Date: Fri, 08 Sep 2000 02:21:02 -0400
37261              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
37262      Branch: perl
37263            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
37264            ! t/op/vec.t
37265 ____________________________________________________________________________
37266 [  7038] By: jhi                                   on 2000/09/08  14:14:18
37267         Log: Subject: [PATCH lib/Benchmark.pm]
37268              From: <abigail@foad.org>
37269              Date: Thu, 7 Sep 2000 15:03:20 -0400
37270              Message-ID: <20000907190320.888.qmail@foad.org>
37271      Branch: perl
37272            ! lib/Benchmark.pm
37273 ____________________________________________________________________________
37274 [  7037] By: jhi                                   on 2000/09/08  14:11:06
37275         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
37276              
37277              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
37278              From: Spider Boardman <spider@web.zk3.dec.com>
37279              Date: Fri, 08 Sep 2000 01:30:27 -0400
37280              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
37281      Branch: perl
37282            ! op.c
37283 ____________________________________________________________________________
37284 [  7036] By: jhi                                   on 2000/09/08  14:08:58
37285         Log: Subject: [ID 20000908.002] perlipc documentation bug.
37286              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
37287              Date: Fri, 08 Sep 2000 12:38:32 +0200
37288              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
37289      Branch: perl
37290            ! pod/perlipc.pod
37291 ____________________________________________________________________________
37292 [  7035] By: jhi                                   on 2000/09/08  14:03:12
37293         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
37294              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37295              Date: Fri, 08 Sep 2000 11:47:34 +0200
37296              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
37297      Branch: perl
37298            ! hints/dec_osf.sh
37299 ____________________________________________________________________________
37300 [  7034] By: jhi                                   on 2000/09/08  13:59:35
37301         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
37302              From: Simon Cozens <simon@cozens.net>
37303              Date: Thu, 7 Sep 2000 20:40:38 +0100
37304              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
37305      Branch: perl
37306            ! pp_hot.c
37307 ____________________________________________________________________________
37308 [  7033] By: jhi                                   on 2000/09/08  04:03:03
37309         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
37310              From: "Larry W. Virden" <lvirden@cas.org>
37311              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
37312              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
37313      Branch: perl
37314            ! pod/perldiag.pod
37315 ____________________________________________________________________________
37316 [  7032] By: jhi                                   on 2000/09/07  22:18:30
37317         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
37318              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
37319              Date: Mon, 04 Sep 2000 13:16:38 -0700
37320              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
37321      Branch: perl
37322            ! lib/perl5db.pl
37323 ____________________________________________________________________________
37324 [  7031] By: jhi                                   on 2000/09/07  22:02:29
37325         Log: Fix the ccversion detection for 5.1 and beyond.
37326              
37327              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
37328              From: Spider Boardman <spider@leggy.zk3.dec.com>
37329              Date: Thu, 7 Sep 2000 17:54:27 -0400
37330              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
37331      Branch: perl
37332            ! hints/dec_osf.sh
37333 ____________________________________________________________________________
37334 [  7030] By: jhi                                   on 2000/09/07  19:12:28
37335         Log: Fix for
37336              
37337              Subject: [ID 20000903.001] \w in utf8-strings
37338              From: Marc Lehmann <pcg@goof.com>
37339              Date: Sun, 03 Sep 2000 09:44:29 +0200
37340              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
37341              
37342              and various related nits.
37343      Branch: perl
37344            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
37345 ____________________________________________________________________________
37346 [  7029] By: jhi                                   on 2000/09/07  18:49:09
37347         Log: Fix the URL, but the server is still missing in action.
37348              
37349              Subject: [ID 20000905.002] perlfaq1.pod URL error
37350              From: "Larry W. Virden" <lvirden@cas.org>
37351              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
37352              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
37353      Branch: perl
37354            ! pod/perlfaq1.pod
37355 ____________________________________________________________________________
37356 [  7028] By: jhi                                   on 2000/09/07  18:47:13
37357         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
37358              From: Hugo <hv@crypt.compulink.co.uk>
37359              Date: Tue, 05 Sep 2000 14:13:37 +0100
37360              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
37361      Branch: perl
37362            ! toke.c
37363 ____________________________________________________________________________
37364 [  7027] By: jhi                                   on 2000/09/07  18:45:35
37365         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
37366              From: Daniel Chetlin <daniel@chetlin.com>
37367              Date: Tue, 5 Sep 2000 04:57:07 -0700
37368              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
37369      Branch: perl
37370            ! pod/perlfaq6.pod pod/perlop.pod
37371 ____________________________________________________________________________
37372 [  7026] By: jhi                                   on 2000/09/07  18:44:01
37373         Log: Document the new ref() semantics.
37374              
37375              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
37376              From: Gisle Aas <gisle@ActiveState.com>
37377              Date: 05 Sep 2000 08:10:30 +0200
37378              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
37379      Branch: perl
37380            ! pod/perldelta.pod
37381 ____________________________________________________________________________
37382 [  7025] By: jhi                                   on 2000/09/07  18:42:27
37383         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
37384              
37385              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
37386              From: Gisle Aas <gisle@ActiveState.com>
37387              Date: 05 Sep 2000 08:11:40 +0200
37388              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
37389      Branch: perl
37390            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
37391 ____________________________________________________________________________
37392 [  7024] By: jhi                                   on 2000/09/07  18:39:32
37393         Log: Subject: [PATCH] Modernize Opcode.pm documentation
37394              From: Gisle Aas <gisle@ActiveState.com>
37395              Date: 4 Sep 2000 00:18:55 -0000
37396              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
37397      Branch: perl
37398            ! ext/Opcode/Opcode.pm
37399 ____________________________________________________________________________
37400 [  7023] By: jhi                                   on 2000/09/07  18:37:42
37401         Log: Subject: [PATCH] Tied filehandle documentation
37402              From: Gisle Aas <gisle@ActiveState.com>
37403              Date: 4 Sep 2000 00:14:40 -0000
37404              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
37405      Branch: perl
37406            ! pod/perlfunc.pod pod/perltie.pod
37407 ____________________________________________________________________________
37408 [  7022] By: jhi                                   on 2000/09/07  18:35:37
37409         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
37410              From: Gisle Aas <gisle@ActiveState.com>
37411              Date: 4 Sep 2000 00:04:22 -0000
37412              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
37413      Branch: perl
37414            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
37415 ____________________________________________________________________________
37416 [  7021] By: jhi                                   on 2000/09/07  18:33:22
37417         Log: Subject: small apidoc fix
37418              From: Marc Lehmann <pcg@goof.com>
37419              Date: Sun, 3 Sep 2000 05:12:06 +0200
37420              Message-ID: <20000903051206.A5909@cerebro.laendle>
37421      Branch: perl
37422            ! pod/perlapi.pod utf8.c
37423 ____________________________________________________________________________
37424 [  7020] By: jhi                                   on 2000/09/07  16:14:57
37425         Log: Tiny perldelta nits.
37426      Branch: perl
37427            ! pod/perldelta.pod
37428 ____________________________________________________________________________
37429 [  7019] By: jhi                                   on 2000/09/07  16:04:20
37430         Log: Guard against bad string->int conversion for quads.
37431      Branch: perl
37432            ! t/op/64bitint.t
37433 ____________________________________________________________________________
37434 [  7018] By: jhi                                   on 2000/09/06  17:07:03
37435         Log: Update Unicode todo list.
37436      Branch: perl
37437            ! Todo-5.6
37438 ____________________________________________________________________________
37439 [  7017] By: jhi                                   on 2000/09/05  21:16:01
37440         Log: Document the SvIOK_.*UV().
37441      Branch: perl
37442            ! pod/perlapi.pod sv.h
37443 ____________________________________________________________________________
37444 [  7016] By: nick                                  on 2000/09/03  21:54:46
37445         Log: Hash lookup of constant strings optimization:
37446              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
37447              to string table (as per sharepvn). Add newSV_pvn_share to create such
37448              a thing. Make hv.c compare addresses of strings and skip string compare
37449              if equal. Make method_named and helem ops use these shared-string SVs
37450              when arg is constant. Make keys op return shared-string SVs (less clearly
37451              a win).
37452      Branch: perl
37453            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
37454            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
37455            ! pod/perlintern.pod pp_hot.c proto.h sv.c
37456 ____________________________________________________________________________
37457 [  7015] By: jhi                                   on 2000/09/02  17:48:59
37458         Log: This is 5.7.0.
37459      Branch: perl
37460            ! Changes
37461 ____________________________________________________________________________
37462 [  7014] By: jhi                                   on 2000/09/02  17:35:45
37463         Log: Changes and patchlevel tweaks.
37464      Branch: perl
37465            ! Changes patchlevel.h
37466 ____________________________________________________________________________
37467 [  7013] By: jhi                                   on 2000/09/02  17:30:50
37468         Log: Update Changes.
37469      Branch: perl
37470            ! Changes patchlevel.h
37471 ____________________________________________________________________________
37472 [  7012] By: nick                                  on 2000/09/02  17:25:20
37473         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
37474      Branch: perl
37475            ! gv.c lib/overload.pm
37476 ____________________________________________________________________________
37477 [  7011] By: jhi                                   on 2000/09/02  17:16:25
37478         Log: Update perlhist.
37479      Branch: perl
37480            ! pod/perlhist.pod
37481 ____________________________________________________________________________
37482 [  7010] By: jhi                                   on 2000/09/02  17:01:35
37483         Log: perldelta nits.
37484      Branch: perl
37485            ! pod/perldelta.pod
37486 ____________________________________________________________________________
37487 [  7009] By: nick                                  on 2000/09/02  16:48:35
37488         Log: If overloaded %{} etc. return the object do not loop.
37489              Thus  sub deref { $_[0] } functions if object is wanted type.
37490      Branch: perl
37491            ! pp.h
37492 ____________________________________________________________________________
37493 [  7008] By: jhi                                   on 2000/09/02  16:26:11
37494         Log: Retab MANIFEST.
37495      Branch: perl
37496            ! ext/Storable/MANIFEST
37497 ____________________________________________________________________________
37498 [  7007] By: jhi                                   on 2000/09/02  16:23:02
37499         Log: Make certain cc is set before trying to run it.
37500      Branch: perl
37501            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
37502 ____________________________________________________________________________
37503 [  7006] By: jhi                                   on 2000/09/02  15:45:41
37504         Log: Unicode notes.
37505      Branch: perl
37506            ! pod/perldelta.pod
37507 ____________________________________________________________________________
37508 [  7005] By: jhi                                   on 2000/09/02  15:42:11
37509         Log: Various Configure nits by Philip Newton,
37510              plus the ebcdic one by me.
37511      Branch: metaconfig
37512            + U/modified/pager.U
37513            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
37514      Branch: metaconfig/U/perl
37515            ! Devel.U quadfio.U
37516      Branch: perl
37517            ! Configure config_h.SH
37518 ____________________________________________________________________________
37519 [  7004] By: jhi                                   on 2000/09/02  15:06:14
37520         Log: Apparently avoiding the swapping is too costly.
37521              
37522              From: "Ben Tilly" <ben_tilly@hotmail.com>
37523              Subject: Re: the door is closed.
37524              Date: Fri, 01 Sep 2000 20:23:16 EDT
37525              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
37526      Branch: perl
37527            ! pod/perlfaq4.pod
37528 ____________________________________________________________________________
37529 [  7003] By: nick                                  on 2000/09/02  12:26:04
37530         Log: Undo part of change 6489 which looks like a bulk edit which
37531              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
37532              The supressing of main:: on return from select() is undesirable.
37533      Branch: perl
37534            ! pp_sys.c
37535 ____________________________________________________________________________
37536 [  7002] By: jhi                                   on 2000/09/01  23:08:54
37537         Log: Update Changes.
37538      Branch: perl
37539            ! Changes patchlevel.h
37540 ____________________________________________________________________________
37541 [  7001] By: jhi                                   on 2000/09/01  23:00:13
37542         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
37543              From: Peter Prymmer <pvhp@forte.com>
37544              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
37545              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
37546              
37547              plus rework the http: spots as suggested by Tom Christiansen,
37548              plus regen perltoc.
37549      Branch: perl
37550            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
37551            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
37552 ____________________________________________________________________________
37553 [  7000] By: jhi                                   on 2000/09/01  22:36:01
37554         Log: Only the first line, thank you very much.
37555      Branch: perl
37556            ! hints/solaris_2.sh
37557 ____________________________________________________________________________
37558 [  6999] By: gsar                                  on 2000/09/01  22:16:40
37559         Log: change#6791 accidentally clobbered change#6710, put it back
37560      Branch: perl
37561            ! win32/win32.c
37562 ____________________________________________________________________________
37563 [  6998] By: jhi                                   on 2000/09/01  22:14:16
37564         Log: Mention the HP-UX LP64 freak failure.
37565      Branch: perl
37566            ! pod/perldelta.pod
37567 ____________________________________________________________________________
37568 [  6997] By: jhi                                   on 2000/09/01  21:48:32
37569         Log: Detypo.
37570      Branch: perl
37571            ! hints/hpux.sh
37572 ____________________________________________________________________________
37573 [  6996] By: jhi                                   on 2000/09/01  21:27:10
37574         Log: Update Changes.
37575      Branch: perl
37576            ! Changes patchlevel.h
37577 ____________________________________________________________________________
37578 [  6995] By: jhi                                   on 2000/09/01  21:14:24
37579         Log: Mi splgn s gnin.g
37580      Branch: perl
37581            ! pp_ctl.c
37582 ____________________________________________________________________________
37583 [  6994] By: jhi                                   on 2000/09/01  21:09:54
37584         Log: Subject: http:// in L<>
37585              From: Nicholas Clark <nick@ccl4.org>
37586              Date: Fri, 1 Sep 2000 22:03:21 +0100
37587              Message-ID: <20000901220321.B72074@plum.flirble.org>
37588      Branch: perl
37589            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
37590 ____________________________________________________________________________
37591 [  6993] By: jhi                                   on 2000/09/01  21:06:54
37592         Log: Update to Storable 1.0, from Raphael Manfredi.
37593      Branch: perl
37594            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
37595            ! ext/Storable/Makefile.PL ext/Storable/README
37596            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
37597            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
37598            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
37599            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
37600            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
37601            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
37602 ____________________________________________________________________________
37603 [  6992] By: jhi                                   on 2000/09/01  20:43:05
37604         Log: Mention known sfio+linux buglet.
37605      Branch: perl
37606            ! pod/perldelta.pod
37607 ____________________________________________________________________________
37608 [  6991] By: jhi                                   on 2000/09/01  20:40:11
37609         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
37610              From: Peter Prymmer <pvhp@forte.com>
37611              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
37612              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
37613      Branch: perl
37614            ! vms/vms.c
37615 ____________________________________________________________________________
37616 [  6990] By: jhi                                   on 2000/09/01  20:25:26
37617         Log: Retract #6986.
37618      Branch: perl
37619            ! hints/solaris_2.sh
37620 ____________________________________________________________________________
37621 [  6989] By: jhi                                   on 2000/09/01  20:23:00
37622         Log: Mergesort is back.
37623      Branch: perl
37624            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
37625 ____________________________________________________________________________
37626 [  6988] By: jhi                                   on 2000/09/01  19:37:40
37627         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
37628              From: Mike Guy <mjtg@cam.ac.uk>
37629              Date: Fri, 01 Sep 2000 17:43:33 +0100
37630              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
37631      Branch: perl
37632            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
37633            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
37634 ____________________________________________________________________________
37635 [  6987] By: jhi                                   on 2000/09/01  19:17:10
37636         Log: Regen perltoc.
37637      Branch: perl
37638            ! pod/perltoc.pod
37639 ____________________________________________________________________________
37640 [  6986] By: jhi                                   on 2000/09/01  18:51:10
37641         Log: Subject: Re: Solaris x86 has no SPARC libraries!
37642              From: Lupe Christoph <lupe@lupe-christoph.de>
37643              Date: Fri, 1 Sep 2000 20:41:20 +0200
37644              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
37645      Branch: perl
37646            ! hints/solaris_2.sh
37647 ____________________________________________________________________________
37648 [  6985] By: jhi                                   on 2000/09/01  18:28:10
37649         Log: Update Changes.
37650      Branch: perl
37651            ! Changes patchlevel.h
37652 ____________________________________________________________________________
37653 [  6984] By: jhi                                   on 2000/09/01  18:26:53
37654         Log: Feature ordering tweak.
37655      Branch: perl
37656            ! myconfig.SH
37657 ____________________________________________________________________________
37658 [  6983] By: jhi                                   on 2000/09/01  18:19:50
37659         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
37660              From: <abigail@foad.org>
37661              Date: Fri, 1 Sep 2000 13:07:32 -0400
37662              Message-ID: <20000901170732.18249.qmail@foad.org>
37663      Branch: perl
37664            ! t/pragma/overload.t
37665 ____________________________________________________________________________
37666 [  6982] By: jhi                                   on 2000/09/01  18:17:54
37667         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
37668              so that case-ignoring systems like DCL can tell them from
37669              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
37670      Branch: metaconfig/U/perl
37671            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
37672      Branch: perl
37673            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37674            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
37675            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
37676            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
37677            ! vos/config.def vos/config.h vos/config_h.SH_orig
37678            ! win32/config.bc win32/config.gc win32/config.vc
37679 ____________________________________________________________________________
37680 [  6981] By: nick                                  on 2000/09/01  17:21:57
37681         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
37682              warning when UNTIE exists and instead pass the cound of extra references to
37683              the UNTIE method.
37684      Branch: perl
37685            ! pod/perltie.pod pp_sys.c
37686 ____________________________________________________________________________
37687 [  6980] By: jhi                                   on 2000/09/01  16:54:44
37688         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
37689              From: Peter Prymmer <pvhp@forte.com>
37690              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
37691              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
37692      Branch: perl
37693            ! configure.com
37694 ____________________________________________________________________________
37695 [  6979] By: jhi                                   on 2000/09/01  16:06:20
37696         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
37697              From: Mike Guy <mjtg@cam.ac.uk> 
37698              Date: Fri, 01 Sep 2000 16:49:27 +0100
37699              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
37700      Branch: perl
37701            ! t/base/rs.t
37702 ____________________________________________________________________________
37703 [  6978] By: jhi                                   on 2000/09/01  16:00:42
37704         Log: Update to PodParser 1.18, from Brad Appleton.
37705      Branch: perl
37706            ! lib/Pod/Checker.pm t/pod/find.t
37707 ____________________________________________________________________________
37708 [  6977] By: jhi                                   on 2000/09/01  14:48:58
37709         Log: Subject: Nit in Configure (bleadperl@6961)
37710              From: Lupe Christoph <lupe@lupe-christoph.de>
37711              Date: Fri, 1 Sep 2000 16:34:29 +0200
37712              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
37713      Branch: metaconfig
37714            ! U/compline/ccflags.U
37715      Branch: perl
37716            ! Configure config_h.SH
37717 ____________________________________________________________________________
37718 [  6976] By: jhi                                   on 2000/09/01  14:39:52
37719         Log: Update Changes.
37720      Branch: perl
37721            ! Changes patchlevel.h
37722 ____________________________________________________________________________
37723 [  6975] By: jhi                                   on 2000/09/01  14:37:36
37724         Log: microperl config update.
37725      Branch: perl
37726            ! uconfig.h uconfig.sh
37727 ____________________________________________________________________________
37728 [  6974] By: jhi                                   on 2000/09/01  14:36:53
37729         Log: Document known deficiencies.
37730      Branch: perl
37731            ! pod/perldelta.pod
37732 ____________________________________________________________________________
37733 [  6973] By: jhi                                   on 2000/09/01  14:10:20
37734         Log: Mention warnings fixes and updates.
37735      Branch: perl
37736            ! pod/perldelta.pod
37737 ____________________________________________________________________________
37738 [  6972] By: jhi                                   on 2000/09/01  14:01:52
37739         Log: Drop unused argument.
37740              
37741              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
37742              From: Spider Boardman <spider@web.zk3.dec.com>
37743              Date: Thu, 31 Aug 2000 16:10:15 -0400
37744              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
37745      Branch: perl
37746            ! toke.c
37747 ____________________________________________________________________________
37748 [  6971] By: jhi                                   on 2000/09/01  13:59:24
37749         Log: Add the overload warnings to perldiag.
37750      Branch: perl
37751            ! lib/overload.pm pod/perldiag.pod
37752 ____________________________________________________________________________
37753 [  6970] By: jhi                                   on 2000/09/01  13:55:10
37754         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
37755              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
37756              Date: Fri, 1 Sep 2000 13:43:15 +0100 
37757              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
37758      Branch: perl
37759            ! lib/overload.pm t/pragma/overload.t
37760 ____________________________________________________________________________
37761 [  6969] By: jhi                                   on 2000/09/01  13:52:27
37762         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
37763              From: <abigail@foad.org>
37764              Date: Fri, 1 Sep 2000 05:46:54 -0400
37765              Message-ID: <20000901094654.6476.qmail@foad.org>
37766      Branch: perl
37767            ! lib/overload.pm
37768 ____________________________________________________________________________
37769 [  6968] By: jhi                                   on 2000/09/01  13:50:05
37770         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
37771              From: Daniel Chetlin <daniel@chetlin.com>
37772              Date: Fri, 1 Sep 2000 02:10:55 -0700
37773              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
37774      Branch: perl
37775            ! pod/perlretut.pod
37776 ____________________________________________________________________________
37777 [  6967] By: jhi                                   on 2000/09/01  13:47:54
37778         Log: Part of the solution.
37779              
37780              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
37781              From: Mike Guy <mjtg@cam.ac.uk>
37782              Date: Fri, 01 Sep 2000 14:16:01 +0100
37783              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
37784      Branch: perl
37785            ! gv.c mg.c
37786 ____________________________________________________________________________
37787 [  6966] By: jhi                                   on 2000/09/01  13:46:17
37788         Log: Subject: CPAN.pm beta 1.57_57 for the core
37789              From: andreas.koenig@anima.de (Andreas J. Koenig)
37790              Date: 01 Sep 2000 15:16:31 +0200
37791              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
37792      Branch: perl
37793            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
37794 ____________________________________________________________________________
37795 [  6965] By: jhi                                   on 2000/09/01  13:43:18
37796         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
37797              From: "Craig A. Berry" <craig.berry@psinetcs.com>
37798              Date: Fri, 01 Sep 2000 01:47:22 -0500
37799              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
37800      Branch: perl
37801            ! pod/perldelta.pod vms/vms.c
37802 ____________________________________________________________________________
37803 [  6964] By: jhi                                   on 2000/09/01  13:35:35
37804         Log: File::Temp patches from Andreas König,
37805              
37806              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
37807              From: andreas.koenig@anima.de (Andreas J. Koenig)
37808              Date: 01 Sep 2000 10:07:20 +0200
37809              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
37810              
37811              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
37812              From: andreas.koenig@anima.de (Andreas J. Koenig)
37813              Date: 31 Aug 2000 23:26:08 +0200
37814              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
37815      Branch: perl
37816            ! lib/File/Temp.pm t/lib/ftmp-security.t
37817 ____________________________________________________________________________
37818 [  6963] By: jhi                                   on 2000/09/01  02:22:24
37819         Log: Retract the mergesort code, way too incompatible licensing
37820              and copyrights.
37821      Branch: perl
37822            ! pod/perldelta.pod pp_ctl.c
37823 ____________________________________________________________________________
37824 [  6962] By: jhi                                   on 2000/08/31  23:27:32
37825         Log: Update Changes.
37826      Branch: perl
37827            ! Changes patchlevel.h
37828 ____________________________________________________________________________
37829 [  6961] By: jhi                                   on 2000/08/31  23:20:04
37830         Log: Small tweaks all over.
37831      Branch: metaconfig
37832            ! U/compline/d_gconvert.U
37833      Branch: perl
37834            ! AUTHORS Configure config_h.SH pp_ctl.c
37835 ____________________________________________________________________________
37836 [  6960] By: jhi                                   on 2000/08/31  22:39:36
37837         Log: Further rewording.
37838      Branch: perl
37839            ! pp_ctl.c
37840 ____________________________________________________________________________
37841 [  6959] By: jhi                                   on 2000/08/31  21:26:44
37842         Log: More address tweaking.
37843      Branch: perl
37844            ! AUTHORS Changes
37845 ____________________________________________________________________________
37846 [  6958] By: jhi                                   on 2000/08/31  20:47:25
37847         Log: AUTHORS tweaks, from Peter Prymmer.
37848              
37849              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
37850              From: Peter Prymmer <pvhp@forte.com>
37851              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
37852              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
37853      Branch: perl
37854            ! AUTHORS MAINTAIN
37855 ____________________________________________________________________________
37856 [  6957] By: jhi                                   on 2000/08/31  20:34:43
37857         Log: perldelta tweaks.
37858      Branch: perl
37859            ! pod/perldelta.pod
37860 ____________________________________________________________________________
37861 [  6956] By: jhi                                   on 2000/08/31  19:11:06
37862         Log: Regen perltoc.
37863      Branch: perl
37864            ! pod/perltoc.pod
37865 ____________________________________________________________________________
37866 [  6955] By: jhi                                   on 2000/08/31  19:06:30
37867         Log: Clarify the mergesort situation.
37868      Branch: perl
37869            ! pp_ctl.c
37870 ____________________________________________________________________________
37871 [  6954] By: jhi                                   on 2000/08/31  18:24:17
37872         Log: Move the Solaris 7 scan to use64bitall, make the
37873              failure to find 64-bot sparc libc to mention the
37874              possibility of being in an intel, from Lupe and Alan.
37875      Branch: perl
37876            ! hints/solaris_2.sh
37877 ____________________________________________________________________________
37878 [  6953] By: jhi                                   on 2000/08/31  18:09:20
37879         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
37880              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
37881      Branch: metaconfig
37882            ! U/compline/d_gconvert.U U/threads/archname.U
37883      Branch: metaconfig/U/perl
37884            ! perlxv.U
37885      Branch: perl
37886            ! Configure config_h.SH sv.c
37887 ____________________________________________________________________________
37888 [  6952] By: jhi                                   on 2000/08/31  17:42:24
37889         Log: :: not allowed in pathnames, change to .
37890              
37891              Subject: [PATCH perl@6938] cygwin port
37892              From: "Fifer, Eric" <EFifer@sanwaint.com>
37893              Date: Thu, 31 Aug 2000 16:32:59 +0100
37894              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
37895      Branch: metaconfig/U/perl
37896            ! perlxv.U
37897 ____________________________________________________________________________
37898 [  6951] By: jhi                                   on 2000/08/31  17:02:05
37899         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
37900      Branch: perl
37901            ! perl.h
37902 ____________________________________________________________________________
37903 [  6950] By: jhi                                   on 2000/08/31  16:26:08
37904         Log: More author updates.
37905              
37906              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
37907              From: Simon Cozens <simon@cozens.net>
37908              Date: Thu, 31 Aug 2000 17:13:32 +0100
37909              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
37910      Branch: perl
37911            ! AUTHORS
37912 ____________________________________________________________________________
37913 [  6949] By: jhi                                   on 2000/08/31  16:04:49
37914         Log: POSIX doesn't report long double values under -Duselongdouble
37915              when the long doubles are "real" (bigger than doubles).
37916              
37917              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
37918              From: Spider Boardman <spider@peano.zk3.dec.com>
37919              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
37920              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
37921      Branch: perl
37922            ! ext/POSIX/POSIX.xs
37923 ____________________________________________________________________________
37924 [  6948] By: jhi                                   on 2000/08/31  15:25:10
37925         Log: Update Changes.
37926      Branch: perl
37927            ! Changes patchlevel.h
37928 ____________________________________________________________________________
37929 [  6947] By: jhi                                   on 2000/08/31  15:22:29
37930         Log: Document UNTIE in a very minimalistic way.
37931      Branch: perl
37932            ! pod/perlfunc.pod pod/perltie.pod
37933 ____________________________________________________________________________
37934 [  6946] By: jhi                                   on 2000/08/31  15:15:23
37935         Log: Document known failures.
37936      Branch: perl
37937            ! pod/perldelta.pod
37938 ____________________________________________________________________________
37939 [  6945] By: jhi                                   on 2000/08/31  15:07:00
37940         Log: Don't attach -ld to the archname if pointless.
37941      Branch: metaconfig
37942            ! U/threads/archname.U
37943      Branch: perl
37944            ! Configure config_h.SH
37945 ____________________________________________________________________________
37946 [  6944] By: jhi                                   on 2000/08/31  14:37:42
37947         Log: Wrap the test in eval.
37948              
37949              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
37950              From: Tim Jenness <timj@jach.hawaii.edu>
37951              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
37952              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
37953      Branch: perl
37954            ! t/lib/ftmp-security.t
37955 ____________________________________________________________________________
37956 [  6943] By: jhi                                   on 2000/08/31  14:30:57
37957         Log: Make -Dusemorebits find long doubles in Solaris.
37958      Branch: perl
37959            ! hints/solaris_2.sh
37960 ____________________________________________________________________________
37961 [  6942] By: jhi                                   on 2000/08/31  13:48:45
37962         Log: Clarify the third case of ftmp-security warnings.
37963      Branch: perl
37964            ! INSTALL
37965 ____________________________________________________________________________
37966 [  6941] By: jhi                                   on 2000/08/31  13:40:31
37967         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
37968              From: <abigail@foad.org>
37969              Date: Thu, 31 Aug 2000 01:35:05 -0400
37970              Message-ID: <20000831053505.32120.qmail@foad.org>
37971      Branch: perl
37972            ! pod/perldelta.pod
37973 ____________________________________________________________________________
37974 [  6940] By: jhi                                   on 2000/08/31  13:38:48
37975         Log: Issue useful diagnostic on unknown pod commands.
37976              
37977              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
37978              From: <abigail@foad.org>
37979              Date: Thu, 31 Aug 2000 03:41:18 -0400
37980              Message-ID: <20000831074118.24880.qmail@foad.org>
37981      Branch: perl
37982            ! lib/Pod/Man.pm
37983 ____________________________________________________________________________
37984 [  6939] By: jhi                                   on 2000/08/31  13:34:33
37985         Log: Reveal Borland's isnan.
37986              
37987              Subject: build with BC++ tweak
37988              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
37989              Date: Thu, 31 Aug 2000 13:09:37 +0400
37990              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
37991      Branch: perl
37992            ! win32/win32.h
37993 ____________________________________________________________________________
37994 [  6938] By: jhi                                   on 2000/08/31  05:01:20
37995         Log: Update Changes.
37996      Branch: perl
37997            ! Changes patchlevel.h
37998 ____________________________________________________________________________
37999 [  6937] By: jhi                                   on 2000/08/31  04:26:23
38000         Log: sscanf() may be the only way to read long doubles from strings.
38001      Branch: metaconfig/U/perl
38002            ! longdblfio.U
38003      Branch: perl
38004            ! Configure config_h.SH perl.h util.c
38005 ____________________________________________________________________________
38006 [  6936] By: jhi                                   on 2000/08/31  04:18:19
38007         Log: The #6929 was too skimpy.
38008      Branch: perl
38009            ! sv.c
38010 ____________________________________________________________________________
38011 [  6935] By: jhi                                   on 2000/08/31  02:47:07
38012         Log: Subject: Re: typos in pods
38013              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38014              Date: Wed, 30 Aug 2000 19:25:34 -0700
38015              Message-ID: <eIcr5gzkg25X092yn@efn.org>
38016      Branch: perl
38017            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
38018 ____________________________________________________________________________
38019 [  6934] By: jhi                                   on 2000/08/31  02:42:55
38020         Log: Missed one Unicode file.
38021      Branch: perl
38022            + lib/unicode/UCDFF301.html
38023 ____________________________________________________________________________
38024 [  6933] By: jhi                                   on 2000/08/30  23:42:27
38025         Log: Update Changes.
38026      Branch: perl
38027            ! Changes patchlevel.h
38028 ____________________________________________________________________________
38029 [  6932] By: jhi                                   on 2000/08/30  23:40:07
38030         Log: Mention UNTIE in perldelta.  Still needs documenting
38031              in perltie et alia.
38032      Branch: perl
38033            ! pod/perldelta.pod
38034 ____________________________________________________________________________
38035 [  6931] By: jhi                                   on 2000/08/30  23:36:02
38036         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
38037              From: <abigail@foad.org>
38038              Date: Wed, 30 Aug 2000 19:28:07 -0400
38039              Message-ID: <20000830232807.305.qmail@foad.org>
38040      Branch: perl
38041            ! pod/perldelta.pod
38042 ____________________________________________________________________________
38043 [  6930] By: jhi                                   on 2000/08/30  23:32:40
38044         Log: Update to Unicode 3.0.1.
38045      Branch: perl
38046            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
38047            + lib/unicode/PropList.txt lib/unicode/README.perl
38048            + lib/unicode/UCD301.html lib/unicode/Unicode.301
38049            - lib/unicode/Props.txt lib/unicode/UCD300.html
38050            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
38051            ! (edit 257 files)
38052 ____________________________________________________________________________
38053 [  6929] By: jhi                                   on 2000/08/30  22:38:18
38054         Log: Heap decorruption.
38055              
38056              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
38057              From: Alan Burlison <Alan.Burlison@uk.sun.com>
38058              Date: Wed, 30 Aug 2000 22:39:52 +0100
38059              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
38060      Branch: perl
38061            ! sv.c
38062 ____________________________________________________________________________
38063 [  6928] By: jhi                                   on 2000/08/30  22:29:34
38064         Log: Retract the dummy test, skip the security tests (instead of failing),
38065              explain what the warnings mean.
38066      Branch: perl
38067            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
38068 ____________________________________________________________________________
38069 [  6927] By: jhi                                   on 2000/08/30  22:14:13
38070         Log: Change the internal implementation of sort() to be mergesort
38071              instead of quicksort, from John Linderman <jpl@research.att.com>.
38072              Gives us better worst case, better average case, and stability.
38073              What's there not to like?  (Small fixes for threaded builds
38074              were required).
38075      Branch: perl
38076            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
38077 ____________________________________________________________________________
38078 [  6926] By: jhi                                   on 2000/08/30  20:55:20
38079         Log: A better fix for the Socket building problem from Craig Berry.
38080      Branch: perl
38081            ! vms/vms.c
38082 ____________________________________________________________________________
38083 [  6925] By: jhi                                   on 2000/08/30  20:20:25
38084         Log: Subject: [PATCH] Re: UNTIE method 
38085              From: Nick Ing-Simmons <nik@tiuk.ti.com>
38086              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
38087              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
38088      Branch: perl
38089            ! pp_sys.c t/op/tie.t
38090 ____________________________________________________________________________
38091 [  6924] By: jhi                                   on 2000/08/30  20:17:11
38092         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
38093              From: "Craig A. Berry" <craig.berry@psinetcs.com>
38094              Date: Wed, 30 Aug 2000 15:03:14 -0500
38095              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
38096      Branch: perl
38097            ! vms/vms.c
38098 ____________________________________________________________________________
38099 [  6923] By: jhi                                   on 2000/08/30  20:15:18
38100         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
38101              From: "Craig A. Berry" <craig.berry@psinetcs.com>
38102              Date: Wed, 30 Aug 2000 13:30:36 -0500
38103              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
38104      Branch: perl
38105            ! vms/vms.c
38106 ____________________________________________________________________________
38107 [  6922] By: jhi                                   on 2000/08/30  19:54:43
38108         Log: Better options for rsync.
38109      Branch: perl
38110            ! pod/perlhack.pod
38111 ____________________________________________________________________________
38112 [  6921] By: jhi                                   on 2000/08/30  19:40:16
38113         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
38114              From: Rick Delaney <rick@consumercontact.com>
38115              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
38116              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
38117      Branch: perl
38118            ! pod/perlfunc.pod
38119 ____________________________________________________________________________
38120 [  6920] By: jhi                                   on 2000/08/30  19:36:40
38121         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
38122              From: Peter Prymmer <pvhp@forte.com>
38123              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
38124              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
38125      Branch: perl
38126            ! configure.com
38127 ____________________________________________________________________________
38128 [  6919] By: jhi                                   on 2000/08/30  14:52:02
38129         Log: Update Changes.
38130      Branch: perl
38131            ! Changes patchlevel.h
38132 ____________________________________________________________________________
38133 [  6918] By: jhi                                   on 2000/08/30  14:48:34
38134         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
38135      Branch: perl
38136            ! lib/ExtUtils/typemap
38137 ____________________________________________________________________________
38138 [  6917] By: jhi                                   on 2000/08/30  14:46:34
38139         Log: Subject: typos in pods
38140              From: Nicholas Clark <nick@ccl4.org>
38141              Date: Wed, 30 Aug 2000 01:12:50 +0100
38142              Message-ID: <20000830011249.A61388@plum.flirble.org>
38143      Branch: perl
38144            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
38145            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
38146            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
38147            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
38148 ____________________________________________________________________________
38149 [  6916] By: jhi                                   on 2000/08/30  14:19:09
38150         Log: Document Storable problems on Crays.  (Will have
38151              to document all the other Storable problems, too.)
38152      Branch: perl
38153            ! pod/perldelta.pod
38154 ____________________________________________________________________________
38155 [  6915] By: jhi                                   on 2000/08/30  14:06:02
38156         Log: Subject: [PATCH] fix misc cast warnings
38157              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38158              Date: Tue, 29 Aug 2000 23:16:14 -0700
38159              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
38160      Branch: perl
38161            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
38162            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
38163            ! os2/os2ish.h
38164 ____________________________________________________________________________
38165 [  6914] By: jhi                                   on 2000/08/30  14:03:45
38166         Log: Timestamp mismatch again.  Need to fix this dependence on
38167              config_h.SH timestamp, since it's the contents of config_h.SH
38168              that matter.
38169      Branch: perl
38170            ! uconfig.h uconfig.sh
38171 ____________________________________________________________________________
38172 [  6913] By: jhi                                   on 2000/08/30  13:54:06
38173         Log: Don't say "Perl 5.0 source kit".
38174      Branch: perl
38175            ! perl.c
38176 ____________________________________________________________________________
38177 [  6912] By: jhi                                   on 2000/08/30  13:51:24
38178         Log: Reset archname and archname64 always, forcing them be
38179              recomputed at each Configure run, make Configure and
38180              the hints files agree on the naming of largefiles variables.
38181      Branch: metaconfig
38182            ! U/threads/archname.U
38183      Branch: metaconfig/U/perl
38184            ! use64bits.U
38185      Branch: perl
38186            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
38187            ! hints/linux.sh hints/solaris_2.sh
38188 ____________________________________________________________________________
38189 [  6911] By: jhi                                   on 2000/08/30  13:30:13
38190         Log: Put back the slice accidentally removed by #6907.
38191      Branch: perl
38192            ! hints/solaris_2.sh
38193 ____________________________________________________________________________
38194 [  6910] By: jhi                                   on 2000/08/30  01:24:26
38195         Log: Be consistent: other Net::get* do export theirs.
38196              
38197              Subject: Re: Net::protoent does not export 'getproto'
38198              From: Yasushi Nakajima <sey@jkc.co.jp>
38199              Date: Wed, 30 Aug 2000 09:53:14 +0900
38200              Message-Id: <200008300051.DAA24700@taku.hut.fi>
38201      Branch: perl
38202            ! lib/Net/protoent.pm
38203 ____________________________________________________________________________
38204 [  6909] By: jhi                                   on 2000/08/30  01:17:25
38205         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
38206              From: Gurusamy Sarathy <gsar@ActiveState.com>
38207              Date: Tue, 29 Aug 2000 17:17:07 -0700
38208              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
38209      Branch: perl
38210            ! cop.h
38211 ____________________________________________________________________________
38212 [  6908] By: jhi                                   on 2000/08/30  00:58:05
38213         Log: Update Changes.
38214      Branch: perl
38215            ! Changes patchlevel.h
38216 ____________________________________________________________________________
38217 [  6907] By: jhi                                   on 2000/08/30  00:57:22
38218         Log: Introduce ccname to keep track of what compiler kind of we have.
38219      Branch: metaconfig/U/perl
38220            ! Checkcc.U gccvers.U
38221      Branch: perl
38222            ! Configure config_h.SH hints/solaris_2.sh
38223 ____________________________________________________________________________
38224 [  6906] By: jhi                                   on 2000/08/30  00:25:47
38225         Log: Put back the flags dump as reasoned in
38226              
38227              Subject: Re: [PATCH] Glob dumping
38228              From: Mike Guy <mjtg@cam.ac.uk> 
38229              Date: Tue, 29 Aug 2000 21:41:32 +0100
38230              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
38231      Branch: perl
38232            ! dump.c t/lib/peek.t
38233 ____________________________________________________________________________
38234 [  6905] By: jhi                                   on 2000/08/30  00:16:17
38235         Log: Make the epsilon to be relative, not absolute.
38236              
38237              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
38238              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
38239              Date: Tue, 29 Aug 2000 19:58:56 -0400
38240              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
38241      Branch: perl
38242            ! t/lib/trig.t
38243 ____________________________________________________________________________
38244 [  6904] By: jhi                                   on 2000/08/30  00:13:09
38245         Log: From now on, Gisle is on my list of usual suspects :-)
38246              Retract #6902.
38247      Branch: perl
38248            ! ext/Opcode/Safe.pm
38249 ____________________________________________________________________________
38250 [  6903] By: jhi                                   on 2000/08/29  23:51:20
38251         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
38252              From: "Craig A. Berry" <craig.berry@psinetcs.com>
38253              Date: Tue, 29 Aug 2000 18:43:26 -0500
38254              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
38255      Branch: perl
38256            + vms/vmspipe.com
38257            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
38258            ! vms/vms.c
38259 ____________________________________________________________________________
38260 [  6902] By: jhi                                   on 2000/08/29  23:44:14
38261         Log: Retry what #6882 attempted.
38262              
38263              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
38264              From: Gisle Aas <gisle@ActiveState.com>
38265              Date: 30 Aug 2000 00:33:09 +0200
38266              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
38267      Branch: perl
38268            ! ext/Opcode/Safe.pm
38269 ____________________________________________________________________________
38270 [  6901] By: jhi                                   on 2000/08/29  22:59:32
38271         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
38272              From: Hugo <hv@crypt.compulink.co.uk>
38273              Date: Mon, 12 Jun 2000 19:36:08 +0100
38274              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
38275      Branch: perl
38276            ! sv.c
38277 ____________________________________________________________________________
38278 [  6900] By: jhi                                   on 2000/08/29  22:58:35
38279         Log: Admit that we are leaking scalars.
38280              
38281              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
38282              From: Spider Boardman <spider@leggy.zk3.dec.com>
38283              Date: Tue, 29 Aug 2000 18:48:29 -0400
38284              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
38285      Branch: perl
38286            ! t/pragma/warnings.t
38287 ____________________________________________________________________________
38288 [  6899] By: jhi                                   on 2000/08/29  20:53:13
38289         Log: Update Changes.
38290      Branch: perl
38291            ! Changes patchlevel.h
38292 ____________________________________________________________________________
38293 [  6898] By: jhi                                   on 2000/08/29  20:46:21
38294         Log: Undo namespace pollution of #6878.
38295              
38296              Subject: Re: Net::protoent does not export 'getproto'
38297              From: Mike Guy <mjtg@cam.ac.uk>
38298              Date: Tue, 29 Aug 2000 21:32:37 +0100
38299              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
38300      Branch: perl
38301            ! lib/Net/protoent.pm
38302 ____________________________________________________________________________
38303 [  6897] By: jhi                                   on 2000/08/29  20:44:29
38304         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
38305              From: Peter Prymmer <pvhp@forte.com>
38306              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
38307              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
38308      Branch: perl
38309            ! pod/perlebcdic.pod
38310 ____________________________________________________________________________
38311 [  6896] By: jhi                                   on 2000/08/29  20:40:57
38312         Log: There's no point repeating the 'revision' (5) of perl5.
38313      Branch: metaconfig/U/perl
38314            ! Devel.U patchlevel.U
38315      Branch: perl
38316            ! Configure config_h.SH
38317 ____________________________________________________________________________
38318 [  6895] By: jhi                                   on 2000/08/29  20:16:58
38319         Log: Regen Configure for #6894.
38320      Branch: metaconfig/U/perl
38321            ! perladmin.U
38322      Branch: perl
38323            ! Configure config_h.SH
38324 ____________________________________________________________________________
38325 [  6894] By: jhi                                   on 2000/08/29  19:59:52
38326         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
38327              From: "Philip Newton" <Philip.Newton@gmx.net>
38328              Date: Tue, 29 Aug 2000 21:39:14 +0200
38329              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
38330      Branch: perl
38331            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
38332            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
38333            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
38334            ! utils/perlbug.PL
38335 ____________________________________________________________________________
38336 [  6893] By: jhi                                   on 2000/08/29  19:55:30
38337         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
38338              From: "Philip Newton" <Philip.Newton@gmx.net>
38339              Date: Tue, 29 Aug 2000 21:39:14 +0200
38340              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
38341      Branch: perl
38342            ! installhtml
38343 ____________________________________________________________________________
38344 [  6892] By: jhi                                   on 2000/08/29  19:53:59
38345         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
38346              From: "Philip Newton" <Philip.Newton@gmx.net>
38347              Date: Tue, 29 Aug 2000 21:48:18 +0200
38348              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
38349      Branch: perl
38350            ! lib/File/Temp.pm
38351 ____________________________________________________________________________
38352 [  6891] By: jhi                                   on 2000/08/29  18:30:03
38353         Log: Nail the ID 20000828.023.
38354      Branch: perl
38355            ! ext/Storable/Storable.xs
38356 ____________________________________________________________________________
38357 [  6890] By: jhi                                   on 2000/08/29  16:50:17
38358         Log: Under usethreads the dumped variable is IN_PAD.
38359              
38360              Subject: Re: [PATCH] Glob dumping
38361              From: Gisle Aas <gisle@ActiveState.com>
38362              Date: 29 Aug 2000 18:45:05 +0200
38363              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
38364      Branch: perl
38365            ! t/lib/peek.t
38366 ____________________________________________________________________________
38367 [  6889] By: jhi                                   on 2000/08/29  15:17:37
38368         Log: Update Changes.
38369      Branch: perl
38370            ! Changes patchlevel.h
38371 ____________________________________________________________________________
38372 [  6888] By: jhi                                   on 2000/08/29  14:49:59
38373         Log: Retract #6882, broke the safe tests.
38374      Branch: perl
38375            ! ext/Opcode/Safe.pm
38376 ____________________________________________________________________________
38377 [  6887] By: jhi                                   on 2000/08/29  14:47:06
38378         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
38379              From: Gisle Aas <gisle@ActiveState.com> 
38380              Date: 09 Jun 2000 20:00:11 +0200
38381              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
38382      Branch: perl
38383            ! utils/perldoc.PL
38384 ____________________________________________________________________________
38385 [  6886] By: jhi                                   on 2000/08/29  14:42:45
38386         Log: The #6881 removed one dump line.
38387      Branch: perl
38388            ! t/lib/peek.t
38389 ____________________________________________________________________________
38390 [  6885] By: jhi                                   on 2000/08/29  14:30:47
38391         Log: Don't forget to tidy up.
38392      Branch: perl
38393            ! t/lib/ftmp-security.t
38394 ____________________________________________________________________________
38395 [  6884] By: jhi                                   on 2000/08/29  14:25:17
38396         Log: Disabling the one test is a bit tricky.
38397      Branch: perl
38398            ! t/lib/ftmp-security.t
38399 ____________________________________________________________________________
38400 [  6883] By: jhi                                   on 2000/08/29  14:16:25
38401         Log: Disable one of the tests for now.
38402      Branch: perl
38403            ! t/lib/ftmp-security.t
38404 ____________________________________________________________________________
38405 [  6882] By: jhi                                   on 2000/08/29  14:05:50
38406         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
38407              From: gisle@aas.no
38408              Date: 29 Aug 2000 10:35:06 -0000
38409              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
38410      Branch: perl
38411            ! ext/Opcode/Safe.pm
38412 ____________________________________________________________________________
38413 [  6881] By: jhi                                   on 2000/08/29  14:03:51
38414         Log: Subject: [PATCH] Glob dumping
38415              From: Gisle Aas <gisle@ActiveState.com>
38416              Date: 29 Aug 2000 07:59:42 -0000
38417              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
38418      Branch: perl
38419            ! dump.c
38420 ____________________________________________________________________________
38421 [  6880] By: jhi                                   on 2000/08/29  14:02:01
38422         Log: Subject: [PATCH] Warnings in B::Deparse
38423              From: <abigail@foad.org>
38424              Date: Tue, 29 Aug 2000 00:00:01 -0400
38425              Message-ID: <20000829040001.2999.qmail@foad.org>
38426      Branch: perl
38427            ! ext/B/B/Deparse.pm
38428 ____________________________________________________________________________
38429 [  6879] By: jhi                                   on 2000/08/29  13:57:26
38430         Log: Missed a change in #6869.
38431      Branch: perl
38432            ! mg.c
38433 ____________________________________________________________________________
38434 [  6878] By: jhi                                   on 2000/08/29  13:45:04
38435         Log: Subject: Net::protoent does not export 'getproto'
38436              From: Yasushi Nakajima <sey@jkc.co.jp>
38437              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
38438      Branch: perl
38439            ! lib/Net/protoent.pm
38440 ____________________________________________________________________________
38441 [  6877] By: jhi                                   on 2000/08/29  13:39:19
38442         Log: Patches all over for people and the files they (hopefully) care about.
38443      Branch: perl
38444            ! AUTHORS Changes MAINTAIN
38445 ____________________________________________________________________________
38446 [  6876] By: jhi                                   on 2000/08/29  12:53:54
38447         Log: Fix for thinko in #6848.
38448              
38449              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
38450              From: Lupe Christoph <lupe@lupe-christoph.de>
38451              Date: Tue, 29 Aug 2000 09:04:08 +0200
38452              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
38453      Branch: perl
38454            ! ext/Thread/Thread.xs
38455 ____________________________________________________________________________
38456 [  6875] By: jhi                                   on 2000/08/29  12:50:14
38457         Log: Update to Getopt::Long 2.24, from Johan Vromans.
38458      Branch: perl
38459            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
38460 ____________________________________________________________________________
38461 [  6874] By: jhi                                   on 2000/08/29  02:09:53
38462         Log: Use minimal @INC in tests, most of the time just '../lib',
38463              so that we simply can't pick up stuff from other Perls than
38464              the one we are testing.  Pointed out by
38465              
38466              From: Mike Guy <mjtg@cam.ac.uk>
38467              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
38468              Date: Fri, 25 Aug 2000 15:15:59 +0100
38469              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
38470      Branch: perl
38471            ! (edit 185 files)
38472 ____________________________________________________________________________
38473 [  6873] By: jhi                                   on 2000/08/29  01:07:11
38474         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
38475              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38476              Date: Mon, 28 Aug 2000 17:45:52 -0700
38477              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
38478      Branch: perl
38479            ! Makefile.SH hints/os2.sh
38480 ____________________________________________________________________________
38481 [  6872] By: jhi                                   on 2000/08/28  23:33:39
38482         Log: Subject: [PATCH bleedperl@6866] spellings
38483              From: marcel@codewerk.com (Marcel Grunauer)
38484              Date: Tue, 29 Aug 2000 01:19:59 +0200
38485              Message-Id: <200008282319.BAA29862@gandalf.local>
38486      Branch: perl
38487            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
38488            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
38489            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
38490 ____________________________________________________________________________
38491 [  6871] By: jhi                                   on 2000/08/28  23:22:09
38492         Log: Take out the SUIDMAIL thing, that will not be
38493              a problem in 5.7.*.
38494      Branch: perl
38495            ! patchlevel.h
38496 ____________________________________________________________________________
38497 [  6870] By: jhi                                   on 2000/08/28  23:19:30
38498         Log: -S is the silent flag, -s is the strip flag.
38499              
38500              Subject: [PATCH] Re: [PATCH] make no-install          
38501              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38502              Date: Mon, 28 Aug 2000 15:12:55 -0700
38503              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
38504      Branch: perl
38505            ! Makefile.SH
38506 ____________________________________________________________________________
38507 [  6869] By: jhi                                   on 2000/08/28  23:12:05
38508         Log: Subject: [PATCH bleedperl@6856] warnings fixes
38509              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
38510              Date: Mon, 28 Aug 2000 23:55:06 +0100
38511              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
38512      Branch: perl
38513            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
38514            ! warnings.h warnings.pl
38515 ____________________________________________________________________________
38516 [  6868] By: jhi                                   on 2000/08/28  21:38:22
38517         Log: Potential cruft.
38518      Branch: perl
38519            ! Makefile.SH
38520 ____________________________________________________________________________
38521 [  6867] By: jhi                                   on 2000/08/28  21:35:36
38522         Log: Update Changes.
38523      Branch: perl
38524            ! Changes patchlevel.h
38525 ____________________________________________________________________________
38526 [  6866] By: jhi                                   on 2000/08/28  21:33:49
38527         Log: Subject: hv.h Doc Patch
38528              From: Fisher Mark <fisherm@tce.com>
38529              Date: Mon, 28 Aug 2000 16:24:59 -0500
38530              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
38531      Branch: perl
38532            ! hv.h
38533 ____________________________________________________________________________
38534 [  6865] By: jhi                                   on 2000/08/28  21:02:15
38535         Log: Add -ld to archname on long tr...double platforms.
38536      Branch: metaconfig
38537            ! U/threads/archname.U
38538      Branch: perl
38539            ! Configure config_h.SH
38540 ____________________________________________________________________________
38541 [  6864] By: jhi                                   on 2000/08/28  20:38:59
38542         Log: An attempt to fix the problem reported in
38543              
38544              Subject: Building perl@6856 using gcc/AIX 4.3.3 
38545              From: Daniel Muino <dmuino@afip.gov.ar> 
38546              Date: Mon, 28 Aug 2000 15:50:01 -0300   
38547              Message-ID: <20000828155001.A14403@con2-dgi>
38548              
38549              I can't test this properly since the gcc installation I have
38550              access to seems to be botched (gcc is calling the AIX cpp,
38551              a losing proposition...)
38552      Branch: perl
38553            ! hints/aix.sh
38554 ____________________________________________________________________________
38555 [  6863] By: jhi                                   on 2000/08/28  18:57:52
38556         Log: Fix for ID 20000828.001, long doubles were not formatted
38557              correctly (showed up in $], which stopped installing perl).
38558      Branch: perl
38559            ! sv.c
38560 ____________________________________________________________________________
38561 [  6862] By: jhi                                   on 2000/08/28  18:07:15
38562         Log: Typo in #6858.
38563      Branch: perl
38564            ! lib/Cwd.pm
38565 ____________________________________________________________________________
38566 [  6861] By: jhi                                   on 2000/08/28  17:57:27
38567         Log: opmini.o may be left around if a build is interrupted.
38568      Branch: perl
38569            ! Makefile.SH
38570 ____________________________________________________________________________
38571 [  6860] By: jhi                                   on 2000/08/28  16:52:50
38572         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
38573              From: Daniel Chetlin <daniel@chetlin.com>
38574              Date: Mon, 28 Aug 2000 01:14:18 -0700
38575              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
38576      Branch: perl
38577            ! lib/overload.pm
38578 ____________________________________________________________________________
38579 [  6859] By: jhi                                   on 2000/08/28  16:08:46
38580         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
38581              From: Nicholas Clark <nick@ccl4.org>
38582              Date: Mon, 28 Aug 2000 16:03:27 +0100
38583              Message-Id: <20000828160327.C49785@plum.flirble.org>
38584      Branch: perl
38585            ! ext/ByteLoader/bytecode.h
38586 ____________________________________________________________________________
38587 [  6858] By: jhi                                   on 2000/08/28  16:02:10
38588         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
38589              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
38590              Date: Mon, 28 Aug 2000 13:08:30 +0200
38591              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
38592      Branch: perl
38593            ! lib/Cwd.pm
38594 ____________________________________________________________________________
38595 [  6857] By: jhi                                   on 2000/08/28  15:42:47
38596         Log: display_format used as a class method without arguments was broken,
38597              reported in
38598              
38599              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
38600              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
38601              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
38602              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
38603      Branch: perl
38604            ! lib/Math/Complex.pm t/lib/complex.t
38605 ____________________________________________________________________________
38606 [  6856] By: jhi                                   on 2000/08/27  22:09:48
38607         Log: Update Changes.
38608      Branch: perl
38609            ! Changes patchlevel.h
38610 ____________________________________________________________________________
38611 [  6855] By: jhi                                   on 2000/08/27  21:59:21
38612         Log: Retract #6853 (false alarm).
38613      Branch: perl
38614            ! lib/ExtUtils/xsubpp
38615 ____________________________________________________________________________
38616 [  6854] By: jhi                                   on 2000/08/27  21:37:44
38617         Log: Update Changes.
38618      Branch: perl
38619            ! Changes patchlevel.h
38620 ____________________________________________________________________________
38621 [  6853] By: jhi                                   on 2000/08/27  21:37:16
38622         Log: Subject: [PATCH perl@6850] workaround for xsubpp
38623              From: Hugo <hv@crypt.compulink.co.uk>
38624              Date: Sun, 27 Aug 2000 22:30:25 +0100
38625              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
38626      Branch: perl
38627            ! lib/ExtUtils/xsubpp
38628 ____________________________________________________________________________
38629 [  6852] By: jhi                                   on 2000/08/27  21:33:58
38630         Log: Big-endian 64-bit patch from Raphael Manfredi.
38631      Branch: perl
38632            ! ext/Storable/Storable.xs
38633 ____________________________________________________________________________
38634 [  6851] By: jhi                                   on 2000/08/27  21:22:21
38635         Log: More ruthless editing from Hugo van der Sanden.
38636      Branch: perl
38637            ! pod/perldelta.pod
38638 ____________________________________________________________________________
38639 [  6850] By: jhi                                   on 2000/08/27  16:11:46
38640         Log: Update Changes.
38641      Branch: perl
38642            ! Changes patchlevel.h
38643 ____________________________________________________________________________
38644 [  6849] By: jhi                                   on 2000/08/27  16:11:05
38645         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
38646      Branch: perl
38647            ! configpm pod/perldelta.pod
38648 ____________________________________________________________________________
38649 [  6848] By: jhi                                   on 2000/08/27  15:35:08
38650         Log: Use the actual thread type, not the pointer-to-struct.
38651      Branch: perl
38652            ! ext/Thread/Thread.xs
38653 ____________________________________________________________________________
38654 [  6847] By: jhi                                   on 2000/08/27  15:30:49
38655         Log: Test nit.
38656      Branch: perl
38657            ! t/pragma/warn/pp_sys
38658 ____________________________________________________________________________
38659 [  6846] By: jhi                                   on 2000/08/27  15:19:02
38660         Log: Passing -R in ldflags makes now it to appear in the default
38661              for lddlflags, just like with -L.
38662              
38663              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
38664              From: Lupe Christoph <lupe@lupe-christoph.de>
38665              Date: Sun, 27 Aug 2000 10:28:21 +0200
38666              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
38667      Branch: metaconfig/U/perl
38668            ! dlsrc.U
38669      Branch: perl
38670            ! Configure
38671 ____________________________________________________________________________
38672 [  6845] By: jhi                                   on 2000/08/27  15:08:54
38673         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
38674              From: Alan Burlison <Alan.Burlison@uk.sun.com>
38675              Date: Sat, 26 Aug 2000 22:23:27 +0100
38676              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
38677      Branch: perl
38678            ! lib/ExtUtils/MM_Unix.pm
38679 ____________________________________________________________________________
38680 [  6844] By: jhi                                   on 2000/08/27  15:02:37
38681         Log: DJGPP update from Laszlo Molnar.
38682              
38683              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
38684              From: ml1050 <ml1050@freemail.hu>
38685              Date: Sat, 26 Aug 2000 23:24:40 +0200
38686              Message-Id: <20000826232440.A439@freemail.hu>
38687      Branch: perl
38688            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
38689            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
38690 ____________________________________________________________________________
38691 [  6843] By: jhi                                   on 2000/08/27  14:53:58
38692         Log: Subject: installman buglet
38693              From: Lupe Christoph <lupe@lupe-christoph.de>
38694              Date: Sun, 27 Aug 2000 14:38:59 +0200
38695              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
38696      Branch: perl
38697            ! installman
38698 ____________________________________________________________________________
38699 [  6842] By: jhi                                   on 2000/08/27  14:52:08
38700         Log: Can't get the test to reliably work thanks to the
38701              inaccurateness of floating point.  "Resolves" bug ids
38702              20000826.003, 20000826.009, 20000826.010,
38703      Branch: perl
38704            ! t/lib/trig.t
38705 ____________________________________________________________________________
38706 [  6841] By: jhi                                   on 2000/08/26  15:53:58
38707         Log: Update Changes.
38708      Branch: perl
38709            ! Changes patchlevel.h
38710 ____________________________________________________________________________
38711 [  6840] By: jhi                                   on 2000/08/26  14:23:03
38712         Log: grep -e isn't portable.
38713              
38714              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
38715              From: chris@broadband.att.com
38716              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
38717              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
38718      Branch: perl
38719            ! hints/solaris_2.sh
38720 ____________________________________________________________________________
38721 [  6839] By: jhi                                   on 2000/08/26  14:12:23
38722         Log: no-install target a la make -n.
38723              
38724              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
38725              From: <abigail@foad.org>
38726              Date: Sat, 26 Aug 2000 03:57:34 -0400
38727              Message-ID: <20000826075735.18912.qmail@foad.org>
38728      Branch: perl
38729            ! Makefile.SH installman installperl
38730 ____________________________________________________________________________
38731 [  6838] By: jhi                                   on 2000/08/26  14:06:33
38732         Log: Retract #6826 as the #6828 should be do the same
38733              in a More Correct Way.
38734      Branch: perl
38735            ! installperl
38736 ____________________________________________________________________________
38737 [  6837] By: jhi                                   on 2000/08/26  05:24:00
38738         Log: More casting.
38739      Branch: perl
38740            ! ext/Storable/Storable.xs
38741 ____________________________________________________________________________
38742 [  6836] By: jhi                                   on 2000/08/26  05:05:46
38743         Log: Nicer in decimal.
38744      Branch: perl
38745            ! ext/Storable/Storable.xs
38746 ____________________________________________________________________________
38747 [  6835] By: jhi                                   on 2000/08/26  05:03:50
38748         Log: There be no UVdf.
38749      Branch: perl
38750            ! ext/Storable/Storable.xs
38751 ____________________________________________________________________________
38752 [  6834] By: jhi                                   on 2000/08/26  05:00:18
38753         Log: Continue IVdfing and UVxfing.
38754      Branch: perl
38755            ! ext/Storable/Storable.xs
38756 ____________________________________________________________________________
38757 [  6833] By: jhi                                   on 2000/08/26  04:53:14
38758         Log: Use IVdf.
38759      Branch: perl
38760            ! ext/Storable/Storable.xs
38761 ____________________________________________________________________________
38762 [  6832] By: jhi                                   on 2000/08/26  04:40:41
38763         Log: Document PTR2XX and INT2PTR.
38764      Branch: perl
38765            ! pod/perlguts.pod
38766 ____________________________________________________________________________
38767 [  6831] By: jhi                                   on 2000/08/26  04:33:18
38768         Log: Use UVxf, PTR2UV, NVff.
38769      Branch: perl
38770            ! ext/Storable/Storable.xs
38771 ____________________________________________________________________________
38772 [  6830] By: jhi                                   on 2000/08/26  04:31:32
38773         Log: Update the test count.
38774      Branch: perl
38775            ! t/lib/trig.t
38776 ____________________________________________________________________________
38777 [  6829] By: jhi                                   on 2000/08/26  03:05:50
38778         Log: Subject: [PATCH] installation not quite silent yet.
38779              From: <abigail@foad.org>
38780              Date: Fri, 25 Aug 2000 20:07:53 -0400
38781              Message-ID: <20000826000753.7822.qmail@foad.org>
38782      Branch: perl
38783            ! installman installperl
38784 ____________________________________________________________________________
38785 [  6828] By: jhi                                   on 2000/08/26  03:05:14
38786         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
38787              From: Spider Boardman <spider@web.zk3.dec.com>
38788              Date: Fri, 25 Aug 2000 19:12:40 -0400
38789              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
38790      Branch: perl
38791            ! gv.c
38792 ____________________________________________________________________________
38793 [  6827] By: jhi                                   on 2000/08/25  23:54:34
38794         Log: Support preserving extremely big/small angles.
38795      Branch: perl
38796            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
38797 ____________________________________________________________________________
38798 [  6826] By: jhi                                   on 2000/08/25  23:01:20
38799         Log: Patch installperl to be long double-aware.
38800              
38801              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
38802              From: Spider Boardman <spider@web.zk3.dec.com>
38803              Date: Fri, 25 Aug 2000 18:15:23 -0400
38804              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
38805      Branch: perl
38806            ! installperl
38807 ____________________________________________________________________________
38808 [  6825] By: jhi                                   on 2000/08/25  22:58:25
38809         Log: Remove duplicately applied patch shards.
38810              
38811              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
38812              From: Spider Boardman <spider@leggy.zk3.dec.com>
38813              Date: Fri, 25 Aug 2000 16:45:03 -0400
38814              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
38815      Branch: perl
38816            ! t/lib/cgi-html.t
38817 ____________________________________________________________________________
38818 [  6824] By: jhi                                   on 2000/08/25  22:57:00
38819         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
38820              From: Daniel Chetlin <daniel@chetlin.com>
38821              Date: Fri, 25 Aug 2000 12:23:16 -0700
38822              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
38823              
38824              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
38825              From: Daniel Chetlin <daniel@chetlin.com>
38826              Date: Fri, 25 Aug 2000 14:47:19 -0700
38827              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
38828      Branch: perl
38829            ! installman
38830 ____________________________________________________________________________
38831 [  6823] By: jhi                                   on 2000/08/25  22:44:17
38832         Log: Timestamp problem?
38833      Branch: perl
38834            ! uconfig.h uconfig.sh
38835 ____________________________________________________________________________
38836 [  6822] By: jhi                                   on 2000/08/25  19:01:06
38837         Log: One forgotten file from #6816.
38838      Branch: perl
38839            ! vos/config.h
38840 ____________________________________________________________________________
38841 [  6821] By: jhi                                   on 2000/08/25  18:56:39
38842         Log: Regen Changes.
38843      Branch: perl
38844            ! Changes patchlevel.h
38845 ____________________________________________________________________________
38846 [  6820] By: jhi                                   on 2000/08/25  18:52:35
38847         Log: Fix Changes ordering.
38848      Branch: perl
38849            ! Changes
38850 ____________________________________________________________________________
38851 [  6819] By: jhi                                   on 2000/08/25  18:50:25
38852         Log: Update Changes.
38853      Branch: perl
38854            ! Changes patchlevel.h
38855 ____________________________________________________________________________
38856 [  6818] By: jhi                                   on 2000/08/25  18:47:45
38857         Log: Tweak the sfio/useperlio logic, hopefully as wished in
38858              
38859              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
38860              From: Nicholas Clark <nick@babyhippo.co.uk>
38861              Date: Fri, 25 Aug 2000 12:01:45 +0100
38862              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
38863      Branch: metaconfig/U/perl
38864            ! d_sfio.U
38865      Branch: perl
38866            ! Configure
38867 ____________________________________________________________________________
38868 [  6817] By: jhi                                   on 2000/08/25  18:32:51
38869         Log: Allow microperl to assume <math.h>, without it the math
38870              functions like floor() are assumed to return int, which makes
38871              for core dumps in machines where integer and floating register
38872              don't mix.
38873      Branch: perl
38874            ! uconfig.h uconfig.sh
38875 ____________________________________________________________________________
38876 [  6816] By: jhi                                   on 2000/08/25  18:27:17
38877         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
38878              the problem reported in
38879              
38880              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
38881              From: danhale@us.ibm.com
38882              Date: Fri, 25 Aug 2000 10:58:06 -0400
38883              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
38884      Branch: metaconfig/U/perl
38885            + d_socks5_init.U
38886      Branch: perl
38887            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
38888            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
38889            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
38890            ! win32/config.gc win32/config.vc
38891 ____________________________________________________________________________
38892 [  6815] By: jhi                                   on 2000/08/25  17:43:31
38893         Log: A solution for the retrieve_fd autosplit warning,
38894              idea suggested by Mike Guy.
38895      Branch: perl
38896            ! ext/Storable/Storable.pm
38897 ____________________________________________________________________________
38898 [  6814] By: jhi                                   on 2000/08/25  17:16:03
38899         Log: Add install-silent target.
38900      Branch: perl
38901            ! Makefile.SH
38902 ____________________________________________________________________________
38903 [  6813] By: jhi                                   on 2000/08/25  17:14:23
38904         Log: Subject: Re: [PATCH] More silencing of installman.
38905              From: <abigail@foad.org>
38906              Date: Thu, 24 Aug 2000 19:27:03 -0400
38907              Message-ID: <20000824232703.7001.qmail@foad.org>
38908              
38909              Subject: Re: [PATCH] More silencing of installman.
38910              From: <abigail@foad.org>
38911              Date: Fri, 25 Aug 2000 03:00:58 -0400
38912              Message-ID: <20000825070058.10697.qmail@foad.org>
38913      Branch: perl
38914            ! installman
38915 ____________________________________________________________________________
38916 [  6812] By: jhi                                   on 2000/08/25  17:11:28
38917         Log: installperl --verbose and --silent.
38918              
38919              Subject: Re: [PATCH] More silencing of installman.
38920              From: <abigail@foad.org>
38921              Message-ID: <20000825064430.9719.qmail@foad.org>
38922              Date: Fri, 25 Aug 2000 02:44:30 -0400
38923      Branch: perl
38924            ! installperl
38925 ____________________________________________________________________________
38926 [  6811] By: jhi                                   on 2000/08/25  17:05:43
38927         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
38928              From: "Peter J. Farley III" <pjfarley@banet.net>
38929              Date: Thu, 24 Aug 2000 21:58:03 -0400
38930              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
38931              
38932              (applied slightly modified)
38933      Branch: perl
38934            ! lib/ExtUtils/MM_Unix.pm
38935 ____________________________________________________________________________
38936 [  6810] By: jhi                                   on 2000/08/25  17:01:18
38937         Log: Missing parts of 
38938              
38939              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
38940              From: Peter Prymmer <pvhp@forte.com>
38941              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
38942              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
38943      Branch: perl
38944            ! t/lib/cgi-html.t
38945 ____________________________________________________________________________
38946 [  6809] By: jhi                                   on 2000/08/25  16:46:32
38947         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
38948              From: "Craig A. Berry" <craig.berry@psinetcs.com>
38949              Date: Thu, 24 Aug 2000 19:13:11 -0500
38950              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
38951      Branch: perl
38952            ! vms/vms.c
38953 ____________________________________________________________________________
38954 [  6808] By: jhi                                   on 2000/08/25  16:39:22
38955         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
38956              From: Peter Prymmer <pvhp@forte.com>
38957              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
38958              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
38959      Branch: perl
38960            ! configure.com
38961 ____________________________________________________________________________
38962 [  6807] By: jhi                                   on 2000/08/25  16:36:37
38963         Log: Better wording for the vec lvalue diagnostic.
38964              
38965              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
38966              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
38967              Date: Wed, 23 Aug 2000 14:12:16 -0400
38968              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
38969      Branch: perl
38970            ! pod/perldiag.pod
38971 ____________________________________________________________________________
38972 [  6806] By: jhi                                   on 2000/08/24  18:17:22
38973         Log: Subject: [PATCH] More silencing of installman.
38974              From: <abigail@foad.org>
38975              Date: Thu, 24 Aug 2000 14:01:44 -0400
38976              Message-ID: <20000824180144.20062.qmail@foad.org>
38977      Branch: perl
38978            ! installman
38979 ____________________________________________________________________________
38980 [  6805] By: jhi                                   on 2000/08/24  15:00:31
38981         Log: Update Changes.
38982      Branch: perl
38983            ! Changes patchlevel.h
38984 ____________________________________________________________________________
38985 [  6804] By: jhi                                   on 2000/08/24  14:59:07
38986         Log: Regen perltoc.
38987      Branch: perl
38988            ! pod/perltoc.pod
38989 ____________________________________________________________________________
38990 [  6803] By: jhi                                   on 2000/08/24  14:44:39
38991         Log: Show the doc file, not the temp file.
38992      Branch: perl
38993            ! installman
38994 ____________________________________________________________________________
38995 [  6802] By: jhi                                   on 2000/08/24  14:41:53
38996         Log: Continue silencing.
38997      Branch: perl
38998            ! installman
38999 ____________________________________________________________________________
39000 [  6801] By: jhi                                   on 2000/08/24  14:34:40
39001         Log: Actually do something with the silencer option.
39002      Branch: perl
39003            ! installman
39004 ____________________________________________________________________________
39005 [  6800] By: jhi                                   on 2000/08/24  14:26:22
39006         Log: Make installman to recognize the silence flag -S.
39007      Branch: perl
39008            ! installman
39009 ____________________________________________________________________________
39010 [  6799] By: jhi                                   on 2000/08/24  13:49:38
39011         Log: DOS patches and portability/porting notes, from Tim Jenness.
39012      Branch: perl
39013            ! lib/File/Temp.pm
39014 ____________________________________________________________________________
39015 [  6798] By: jhi                                   on 2000/08/24  13:48:27
39016         Log: Create directories in silence.
39017              
39018              Subject: [PATCH] Another silencer for MakeMaker
39019              From: andreas.koenig@anima.de (Andreas J. Koenig)
39020              Date: 24 Aug 2000 14:18:52 +0200
39021              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
39022      Branch: perl
39023            ! lib/ExtUtils/Command.pm
39024 ____________________________________________________________________________
39025 [  6797] By: jhi                                   on 2000/08/24  13:46:42
39026         Log: More liberal parsing of version numbers.
39027              
39028              Subject: Re: CPAN.pm beta for testing available
39029              From: andreas.koenig@anima.de (Andreas J. Koenig)
39030              Date: 24 Aug 2000 13:51:57 +0200
39031              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
39032      Branch: perl
39033            ! lib/CPAN.pm
39034 ____________________________________________________________________________
39035 [  6796] By: jhi                                   on 2000/08/24  13:44:36
39036         Log: Make "make install" by default silent.  A new "install-verbose"
39037              target is verbose.
39038      Branch: perl
39039            ! Makefile.SH
39040 ____________________________________________________________________________
39041 [  6795] By: jhi                                   on 2000/08/24  13:39:14
39042         Log: Add silencer flags to installperl.
39043              
39044              Subject: [PATCH] Making installperl silent.
39045              From: <abigail@foad.org>
39046              Date: Thu, 24 Aug 2000 05:01:45 -0400
39047              Message-ID: <20000824090145.13141.qmail@foad.org>
39048      Branch: perl
39049            ! installperl
39050 ____________________________________________________________________________
39051 [  6794] By: jhi                                   on 2000/08/24  13:35:50
39052         Log: installperl couldn't tell whether it had run tests or not.
39053              
39054              Subject: [PATCH] Re: installperl and t/TEST
39055              From: <abigail@foad.org>
39056              Date: Thu, 24 Aug 2000 04:00:53 -0400
39057              Message-ID: <20000824080053.2494.qmail@foad.org>
39058      Branch: perl
39059            ! Makefile.SH installperl
39060 ____________________________________________________________________________
39061 [  6793] By: jhi                                   on 2000/08/24  13:27:50
39062         Log: Drop the separate perlbc, perlcc -b should be enough.
39063      Branch: perl
39064            - utils/perlbc.PL
39065            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
39066 ____________________________________________________________________________
39067 [  6792] By: jhi                                   on 2000/08/24  04:41:30
39068         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
39069              plus the typo fix from Peter Prymmer.
39070      Branch: perl
39071            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
39072            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
39073 ____________________________________________________________________________
39074 [  6791] By: jhi                                   on 2000/08/24  02:10:43
39075         Log: Replace #6705 with a minimal doc patch.
39076              
39077              Subject: [PATCH 5.6.0] replace change #6705
39078              From: Jan Dubois <jand@ActiveState.com>
39079              Date: Wed, 23 Aug 2000 18:31:51 -0700
39080              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
39081      Branch: perl
39082            ! lib/Win32.pod win32/win32.c
39083 ____________________________________________________________________________
39084 [  6790] By: jhi                                   on 2000/08/23  17:52:00
39085         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
39086              From: Mike Guy <mjtg@cam.ac.uk>
39087              Date: Wed, 23 Aug 2000 18:38:46 +0100
39088              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
39089      Branch: perl
39090            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
39091 ____________________________________________________________________________
39092 [  6789] By: jhi                                   on 2000/08/23  15:34:21
39093         Log: Update Changes.
39094      Branch: perl
39095            ! Changes patchlevel.h
39096 ____________________________________________________________________________
39097 [  6788] By: jhi                                   on 2000/08/23  15:33:40
39098         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
39099              From: Wilfredo Sánchez <wsanchez@apple.com>
39100              Date: Tue, 22 Aug 2000 19:31:27 -0700
39101              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
39102      Branch: perl
39103            ! perl.h
39104 ____________________________________________________________________________
39105 [  6787] By: jhi                                   on 2000/08/23  15:29:31
39106         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
39107              From: Spider Boardman <spider@leggy.zk3.dec.com>
39108              Date: Wed, 23 Aug 2000 10:33:23 -0400
39109              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
39110      Branch: perl
39111            ! lib/Pod/Html.pm
39112 ____________________________________________________________________________
39113 [  6786] By: jhi                                   on 2000/08/23  15:28:11
39114         Log: Bad makefile.
39115      Branch: perl
39116            ! ext/B/Makefile.PL
39117 ____________________________________________________________________________
39118 [  6785] By: jhi                                   on 2000/08/23  14:37:04
39119         Log: Update Changes.
39120      Branch: perl
39121            ! Changes patchlevel.h
39122 ____________________________________________________________________________
39123 [  6784] By: jhi                                   on 2000/08/23  13:58:41
39124         Log: Portability fix from Hugo van der Sanden.
39125      Branch: perl
39126            ! ext/re/Makefile.PL
39127 ____________________________________________________________________________
39128 [  6783] By: jhi                                   on 2000/08/23  13:53:53
39129         Log: Storable support, v-version fixes.
39130              
39131              Subject: CPAN.pm beta for testing available
39132              From: andreas.koenig@anima.de (Andreas J. Koenig)
39133              Date: 22 Aug 2000 23:31:33 +0200
39134              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
39135      Branch: perl
39136            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39137 ____________________________________________________________________________
39138 [  6782] By: jhi                                   on 2000/08/23  13:51:26
39139         Log: Mac and other portability updates from Chris Nandor.
39140      Branch: perl
39141            ! pod/perlmodinstall.pod
39142 ____________________________________________________________________________
39143 [  6781] By: jhi                                   on 2000/08/23  13:47:33
39144         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
39145              From: Peter Prymmer <pvhp@forte.com>
39146              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
39147              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
39148      Branch: perl
39149            ! ext/Storable/Storable.xs
39150 ____________________________________________________________________________
39151 [  6780] By: jhi                                   on 2000/08/23  13:33:34
39152         Log: VMS MMS (make) wants null action.
39153      Branch: perl
39154            ! ext/B/Makefile.PL
39155 ____________________________________________________________________________
39156 [  6779] By: jhi                                   on 2000/08/22  19:44:47
39157         Log: Forgot portability nit.
39158      Branch: perl
39159            ! t/lib/st-forgive.t
39160 ____________________________________________________________________________
39161 [  6778] By: jhi                                   on 2000/08/22  19:35:25
39162         Log: Be portable.
39163      Branch: perl
39164            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
39165            ! t/lib/st-store.t
39166 ____________________________________________________________________________
39167 [  6777] By: jhi                                   on 2000/08/22  18:50:53
39168         Log: Update Changes.
39169      Branch: perl
39170            ! Changes patchlevel.h
39171 ____________________________________________________________________________
39172 [  6776] By: jhi                                   on 2000/08/22  18:44:46
39173         Log: cSVOPo_*v things index into the current PL_curpad
39174              under ithreads, which is different from the curpad
39175              used by the XSUB.  (In other words, the code as-is
39176              before this patch wouldn't work under ithreads.)
39177              From Sarathy.
39178      Branch: perl
39179            ! ext/B/B.xs
39180 ____________________________________________________________________________
39181 [  6775] By: jhi                                   on 2000/08/22  18:18:37
39182         Log: Make the selection of NVff et al stricter.
39183      Branch: metaconfig/U/perl
39184            ! perlxvf.U
39185      Branch: perl
39186            ! Configure config_h.SH
39187 ____________________________________________________________________________
39188 [  6774] By: jhi                                   on 2000/08/22  17:19:42
39189         Log: perldelta nits.
39190      Branch: perl
39191            ! pod/perldelta.pod
39192 ____________________________________________________________________________
39193 [  6773] By: jhi                                   on 2000/08/22  17:06:26
39194         Log: Long double fixes from Spider Boardman.
39195              
39196              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
39197              From: system PRIVILEGED account <root@peano.zk3.dec.com>
39198              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
39199              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
39200      Branch: perl
39201            ! t/lib/bigfltpm.t t/lib/st-06compat.t
39202 ____________________________________________________________________________
39203 [  6772] By: jhi                                   on 2000/08/22  15:04:53
39204         Log: Update Changes.
39205      Branch: perl
39206            ! Changes patchlevel.h
39207 ____________________________________________________________________________
39208 [  6771] By: jhi                                   on 2000/08/22  15:01:44
39209         Log: perldelta fixes from Hugo van der Sanden.
39210      Branch: perl
39211            ! pod/perldelta.pod
39212 ____________________________________________________________________________
39213 [  6770] By: jhi                                   on 2000/08/22  14:34:49
39214         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
39215              From: Hugo <hv@crypt.compulink.co.uk>
39216              Date: Tue, 22 Aug 2000 11:21:53 +0100
39217              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
39218      Branch: perl
39219            ! regcomp.c
39220 ____________________________________________________________________________
39221 [  6769] By: jhi                                   on 2000/08/22  14:30:02
39222         Log: Add Yitzchak, reformat.
39223      Branch: perl
39224            ! Changes config_h.SH
39225 ____________________________________________________________________________
39226 [  6768] By: jhi                                   on 2000/08/22  14:21:35
39227         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
39228              and Spider Boardman.
39229      Branch: metaconfig
39230            ! U/compline/d_gconvert.U
39231      Branch: perl
39232            ! Configure
39233 ____________________________________________________________________________
39234 [  6767] By: jhi                                   on 2000/08/22  14:11:24
39235         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
39236              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39237              Date: Mon, 21 Aug 2000 19:08:31 -0700
39238              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
39239      Branch: perl
39240            - ext/Storable/patchlevel.h
39241            ! MANIFEST ext/Storable/MANIFEST
39242 ____________________________________________________________________________
39243 [  6766] By: jhi                                   on 2000/08/22  13:49:29
39244         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
39245              From: Peter Prymmer <pvhp@forte.com>
39246              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
39247              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
39248      Branch: perl
39249            ! configure.com ext/Storable/Makefile.PL
39250 ____________________________________________________________________________
39251 [  6765] By: jhi                                   on 2000/08/22  13:44:59
39252         Log: Subject: [PATCH blead] B:: missing dependency
39253              From: Hugo <hv@crypt.compulink.co.uk>
39254              Date: Tue, 22 Aug 2000 06:44:33 +0100
39255              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
39256      Branch: perl
39257            ! ext/B/Makefile.PL
39258 ____________________________________________________________________________
39259 [  6764] By: jhi                                   on 2000/08/22  13:38:12
39260         Log: More bytecompiler.
39261      Branch: perl
39262            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
39263 ____________________________________________________________________________
39264 [  6763] By: jhi                                   on 2000/08/22  13:36:44
39265         Log: Bytecompiler patches from Benjamin Stuhl.
39266      Branch: perl
39267            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
39268            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
39269            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
39270            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
39271            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
39272            ! perl.c perlapi.h pod/perldelta.pod
39273 ____________________________________________________________________________
39274 [  6762] By: jhi                                   on 2000/08/21  23:43:40
39275         Log: An obsoleted diagnostic.
39276      Branch: perl
39277            ! pod/perldelta.pod
39278 ____________________________________________________________________________
39279 [  6761] By: jhi                                   on 2000/08/21  23:01:45
39280         Log: The #6759 wasn't quite right.
39281      Branch: perl
39282            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
39283            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
39284            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
39285            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
39286            ! t/lib/st-tieditems.t
39287 ____________________________________________________________________________
39288 [  6760] By: jhi                                   on 2000/08/21  22:35:49
39289         Log: Be verydeepclean.
39290      Branch: perl
39291            ! Makefile.SH
39292 ____________________________________________________________________________
39293 [  6759] By: jhi                                   on 2000/08/21  22:25:40
39294         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
39295              From: Peter Prymmer <pvhp@forte.com>
39296              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
39297              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
39298      Branch: perl
39299            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
39300            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
39301            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
39302            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
39303            ! t/lib/st-tieditems.t
39304 ____________________________________________________________________________
39305 [  6758] By: jhi                                   on 2000/08/21  22:22:32
39306         Log: Few more casts, need reported in
39307              
39308              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
39309              From: Mike Stok <mike@stok.co.uk>
39310              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
39311              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
39312              
39313              and
39314              
39315              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
39316              From: abigail@foad.org
39317              Date: 21 Aug 2000 21:31:34 -0000
39318              Message-Id: <20000821213134.30170.qmail@foad.org>
39319      Branch: perl
39320            ! ext/Storable/Storable.xs
39321 ____________________________________________________________________________
39322 [  6757] By: jhi                                   on 2000/08/21  18:37:07
39323         Log: Update Changes.
39324      Branch: perl
39325            ! Changes patchlevel.h
39326 ____________________________________________________________________________
39327 [  6756] By: jhi                                   on 2000/08/21  18:34:02
39328         Log: A pod nit.
39329              
39330              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
39331              From: <abigail@foad.org>
39332              Date: Mon, 21 Aug 2000 14:00:16 -0400
39333              Message-ID: <20000821180016.28627.qmail@foad.org>
39334      Branch: perl
39335            ! pod/perlre.pod
39336 ____________________________________________________________________________
39337 [  6755] By: jhi                                   on 2000/08/21  18:30:56
39338         Log: Use PodParser 1.18 new test.
39339      Branch: perl
39340            ! t/pod/special_seqs.t t/pod/special_seqs.xr
39341 ____________________________________________________________________________
39342 [  6754] By: jhi                                   on 2000/08/21  18:28:35
39343         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
39344              patches cannot be applied since #6712 conflicts.
39345      Branch: perl
39346            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
39347 ____________________________________________________________________________
39348 [  6753] By: jhi                                   on 2000/08/21  18:15:11
39349         Log: Weed out some smaller changes.
39350      Branch: perl
39351            ! pod/perldelta.pod
39352 ____________________________________________________________________________
39353 [  6752] By: jhi                                   on 2000/08/21  18:02:30
39354         Log: Also under djgpp the timestamps are funky.
39355      Branch: perl
39356            ! t/op/stat.t
39357 ____________________________________________________________________________
39358 [  6751] By: jhi                                   on 2000/08/21  17:55:56
39359         Log: Tweak the floating point output routine preferences.
39360      Branch: metaconfig
39361            ! U/compline/d_gconvert.U
39362      Branch: perl
39363            ! Configure
39364 ____________________________________________________________________________
39365 [  6750] By: jhi                                   on 2000/08/21  17:51:29
39366         Log: Unicos/mk requires elaborate paranoia.
39367      Branch: perl
39368            ! lib/Math/Complex.pm
39369 ____________________________________________________________________________
39370 [  6749] By: gsar                                  on 2000/08/21  16:53:31
39371         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
39372      Branch: perl
39373            ! lib/Cwd.pm
39374 ____________________________________________________________________________
39375 [  6748] By: gsar                                  on 2000/08/21  16:22:19
39376         Log: free TLS slot properly on Windows
39377      Branch: perl
39378            ! thread.h win32/perllib.c win32/win32thread.h
39379 ____________________________________________________________________________
39380 [  6747] By: jhi                                   on 2000/08/21  16:20:58
39381         Log: Rename the macro argument because some preprocessors
39382              can't tell the difference and expand arguments also inside
39383              double quoted strings.
39384      Branch: perl
39385            ! regcomp.c
39386 ____________________________________________________________________________
39387 [  6746] By: jhi                                   on 2000/08/21  16:09:41
39388         Log: Support long doubles in Storable.
39389              
39390              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
39391              From: Radu Greab <radu@netsoft.ro>
39392              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
39393              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
39394      Branch: perl
39395            ! ext/Storable/Storable.xs
39396 ____________________________________________________________________________
39397 [  6745] By: jhi                                   on 2000/08/21  15:51:40
39398         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
39399              From: "Fifer, Eric" <EFifer@sanwaint.com>
39400              Date: Mon, 21 Aug 2000 15:34:49 +0100
39401              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
39402      Branch: perl
39403            ! t/pragma/warn/9enabled
39404 ____________________________________________________________________________
39405 [  6744] By: jhi                                   on 2000/08/21  15:39:35
39406         Log: Document the endianness of Alpha more precisely.
39407      Branch: perl
39408            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
39409            ! pod/perlport.pod
39410 ____________________________________________________________________________
39411 [  6743] By: jhi                                   on 2000/08/21  14:47:05
39412         Log: perldelta fixes from the p5p crowd.
39413      Branch: perl
39414            ! pod/perldelta.pod pod/perlop.pod
39415 ____________________________________________________________________________
39416 [  6742] By: jhi                                   on 2000/08/21  13:34:51
39417         Log: Update to Pod::LaTeX 0.53.
39418              
39419              Subject: [PATCH] lib/Pod/LaTeX.pm updates
39420              From: Tim Jenness <timj@jach.hawaii.edu>
39421              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
39422              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
39423      Branch: perl
39424            ! lib/Pod/LaTeX.pm
39425 ____________________________________________________________________________
39426 [  6741] By: jhi                                   on 2000/08/21  13:33:01
39427         Log: Subject: [PATCH] os2.c fix for use64bitint
39428              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39429              Date: Mon, 21 Aug 2000 01:32:25 -0700
39430              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
39431      Branch: perl
39432            ! os2/os2.c
39433 ____________________________________________________________________________
39434 [  6740] By: jhi                                   on 2000/08/21  13:28:52
39435         Log: Array context keeps slithering in.
39436              
39437              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
39438              From: Daniel Chetlin <daniel@chetlin.com>
39439              Date: Sun, 20 Aug 2000 21:40:25 -0700
39440              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
39441      Branch: perl
39442            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
39443            ! pod/perldebtut.pod
39444 ____________________________________________________________________________
39445 [  6739] By: jhi                                   on 2000/08/21  13:23:55
39446         Log: Big-endian quad fixes for Storable from Radu Greab,
39447              plus few explicit null casts for picky compilers.
39448      Branch: perl
39449            ! ext/Storable/Storable.xs
39450 ____________________________________________________________________________
39451 [  6738] By: gsar                                  on 2000/08/21  05:56:13
39452         Log: small tweaks for change#6705: avoid C++ style comments in C code;
39453              use Perl's malloc API rather than the low level system one
39454      Branch: perl
39455            ! win32/win32.c
39456 ____________________________________________________________________________
39457 [  6737] By: gsar                                  on 2000/08/21  05:35:41
39458         Log: add Storable to list of extensions on Windows
39459      Branch: perl
39460            ! win32/Makefile win32/makefile.mk
39461 ____________________________________________________________________________
39462 [  6736] By: jhi                                   on 2000/08/21  02:57:53
39463         Log: Update Changes.
39464      Branch: perl
39465            ! Changes patchlevel.h
39466 ____________________________________________________________________________
39467 [  6735] By: jhi                                   on 2000/08/21  02:57:20
39468         Log: Draft 0.
39469      Branch: perl
39470            ! pod/perldelta.pod
39471 ____________________________________________________________________________
39472 [  6734] By: jhi                                   on 2000/08/21  02:57:03
39473         Log: Add Storable 0.7.2 from Raphael Manfredi,
39474              plus the patch from
39475              
39476              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
39477              From: Radu Greab <radu@netsoft.ro>
39478              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
39479              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
39480              
39481              plus changes to get Storable to compile with
39482              picky ANSI compilers.
39483      Branch: perl
39484            + ext/Storable/ChangeLog ext/Storable/MANIFEST
39485            + ext/Storable/Makefile.PL ext/Storable/README
39486            + ext/Storable/Storable.pm ext/Storable/Storable.xs
39487            + ext/Storable/patchlevel.h t/lib/st-06compat.t
39488            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
39489            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
39490            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
39491            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
39492            + t/lib/st-tieditems.t
39493            ! MANIFEST
39494 ____________________________________________________________________________
39495 [  6733] By: jhi                                   on 2000/08/21  02:29:09
39496         Log: The correct cleaning order is an art.
39497      Branch: perl
39498            ! Makefile.SH
39499 ____________________________________________________________________________
39500 [  6732] By: jhi                                   on 2000/08/21  01:23:39
39501         Log: The #6724 is here.
39502      Branch: perl
39503            ! t/lib/ftmp-security.t
39504 ____________________________________________________________________________
39505 [  6731] By: jhi                                   on 2000/08/20  23:17:03
39506         Log: s/this one/the 5.6.0 release/
39507      Branch: perl
39508            ! pod/perl56delta.pod
39509 ____________________________________________________________________________
39510 [  6730] By: jhi                                   on 2000/08/20  23:07:34
39511         Log: Mention perlebcdic and perlposix-bc.
39512      Branch: perl
39513            ! pod/perlport.pod
39514 ____________________________________________________________________________
39515 [  6729] By: jhi                                   on 2000/08/20  21:32:59
39516         Log: Document the number of exponent digits.
39517      Branch: perl
39518            ! pod/perlfunc.pod
39519 ____________________________________________________________________________
39520 [  6728] By: jhi                                   on 2000/08/20  21:16:47
39521         Log: Use File::Spec->tmpdir().
39522              
39523              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
39524              From: Tim Jenness <timj@jach.hawaii.edu>
39525              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
39526              MIME-Version: 1.0
39527              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
39528      Branch: perl
39529            ! utils/perlbug.PL
39530 ____________________________________________________________________________
39531 [  6727] By: jhi                                   on 2000/08/20  20:43:32
39532         Log: Update Changes.
39533      Branch: perl
39534            ! Changes patchlevel.h
39535 ____________________________________________________________________________
39536 [  6726] By: jhi                                   on 2000/08/20  20:41:44
39537         Log: The veryclean target needs to clobber.
39538      Branch: perl
39539            ! Makefile.SH
39540 ____________________________________________________________________________
39541 [  6725] By: jhi                                   on 2000/08/20  20:37:38
39542         Log: Document odd vs even subreleases and -Dusedevel.
39543      Branch: perl
39544            ! INSTALL
39545 ____________________________________________________________________________
39546 [  6724] By: jhi                                   on 2000/08/20  19:58:05
39547         Log: Use temporary directory instead of current directory.
39548              
39549              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
39550              From: Tim Jenness <timj@jach.hawaii.edu>
39551              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
39552              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
39553      Branch: perl
39554            ! t/lib/ftmp-security.t
39555 ____________________________________________________________________________
39556 [  6723] By: jhi                                   on 2000/08/20  19:55:55
39557         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
39558              From: andreas.koenig@anima.de (Andreas J. Koenig)
39559              Date: 20 Aug 2000 15:52:03 +0200
39560              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
39561      Branch: perl
39562            ! lib/ExtUtils/MM_Unix.pm
39563 ____________________________________________________________________________
39564 [  6722] By: jhi                                   on 2000/08/20  19:46:01
39565         Log: Update to CGI 2.72, from Lincoln Stein.
39566      Branch: perl
39567            ! lib/CGI.pm
39568 ____________________________________________________________________________
39569 [  6721] By: jhi                                   on 2000/08/20  19:43:54
39570         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
39571              From: Radu Greab <radu@netsoft.ro>
39572              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
39573              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
39574      Branch: perl
39575            ! ext/GDBM_File/GDBM_File.xs
39576 ____________________________________________________________________________
39577 [  6720] By: jhi                                   on 2000/08/20  19:42:01
39578         Log: pp_open() could pass an uninitialized filename down to do_open9().
39579      Branch: perl
39580            ! pp_sys.c
39581 ____________________________________________________________________________
39582 [  6719] By: jhi                                   on 2000/08/20  14:06:41
39583         Log: UTF8 concat fixes.
39584              
39585              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
39586              From: Hugo <hv@crypt.compulink.co.uk>
39587              Date: Sun, 20 Aug 2000 07:30:46 +0100
39588              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
39589      Branch: perl
39590            ! pp_hot.c t/op/append.t
39591 ____________________________________________________________________________
39592 [  6718] By: jhi                                   on 2000/08/20  02:09:37
39593         Log: Let's try #6717 again.
39594      Branch: perl
39595            ! lib/File/Temp.pm
39596 ____________________________________________________________________________
39597 [  6717] By: jhi                                   on 2000/08/20  01:56:55
39598         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
39599              From: "Craig A. Berry" <craig.berry@metamorgs.com>
39600              Date: Sat, 19 Aug 2000 18:15:39 -0500
39601              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
39602      Branch: perl
39603            ! lib/File/Temp.pm
39604 ____________________________________________________________________________
39605 [  6716] By: jhi                                   on 2000/08/19  15:50:11
39606         Log: Update Changes.
39607      Branch: perl
39608            ! Changes patchlevel.h
39609 ____________________________________________________________________________
39610 [  6715] By: jhi                                   on 2000/08/19  15:39:09
39611         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
39612              From: Jonathan D Johnston <jdjohnston2@juno.com>
39613              Date: Thu, 17 Aug 2000 23:13:01 -0400       
39614              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
39615      Branch: perl
39616            ! pod/perlfunc.pod
39617 ____________________________________________________________________________
39618 [  6714] By: jhi                                   on 2000/08/19  15:34:04
39619         Log: Introduce a 'veryclean' target that is like 'distclean'
39620              but also removes *~ and *.orig.
39621      Branch: perl
39622            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
39623            ! utils/Makefile x2p/Makefile.SH
39624 ____________________________________________________________________________
39625 [  6713] By: jhi                                   on 2000/08/19  14:15:45
39626         Log: Put back the long double avoidance code to POSIX.xs
39627              because VMS seems to need it still.
39628      Branch: perl
39629            ! ext/POSIX/POSIX.xs
39630 ____________________________________________________________________________
39631 [  6712] By: jhi                                   on 2000/08/19  14:10:41
39632         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
39633              From: Peter Prymmer <pvhp@forte.com>
39634              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
39635              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
39636      Branch: perl
39637            ! lib/Pod/Find.pm t/pod/find.t
39638 ____________________________________________________________________________
39639 [  6711] By: jhi                                   on 2000/08/19  14:09:19
39640         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
39641              From: Peter Prymmer <pvhp@forte.com>
39642              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
39643              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
39644              cc: vmsperl@perl.org
39645      Branch: perl
39646            ! t/lib/peek.t
39647 ____________________________________________________________________________
39648 [  6710] By: jhi                                   on 2000/08/19  14:08:01
39649         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
39650              From: Jan Dubois <jand@ActiveState.com>
39651              Date: Fri, 18 Aug 2000 16:31:48 -0700
39652              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
39653      Branch: perl
39654            ! win32/win32.c
39655 ____________________________________________________________________________
39656 [  6709] By: jhi                                   on 2000/08/19  14:06:57
39657         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
39658              
39659              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
39660              From: Spider.Boardman@Orb.Nashua.NH.US
39661              Date: Fri, 18 Aug 2000 18:41:14 -0400
39662              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
39663      Branch: perl
39664            ! regcomp.c
39665 ____________________________________________________________________________
39666 [  6708] By: jhi                                   on 2000/08/18  22:04:49
39667         Log: Update Changes.
39668      Branch: perl
39669            ! Changes patchlevel.h
39670 ____________________________________________________________________________
39671 [  6707] By: jhi                                   on 2000/08/18  21:55:14
39672         Log: Add warnif(), check warnings further up the stack,
39673              all the warnings functions now can take an optional object reference.
39674              
39675              Subject: [PATCH bleedperl@6691] warnings pragma update
39676              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
39677              Date: Fri, 18 Aug 2000 22:42:06 +0100
39678              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
39679      Branch: perl
39680            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
39681            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
39682            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
39683 ____________________________________________________________________________
39684 [  6706] By: jhi                                   on 2000/08/18  21:41:45
39685         Log: Typo in pp_complement().
39686              
39687              Subject: [PATCH perl-current] Deparse
39688              From: Peter Scott <Peter@PSDT.com>
39689              Date: Fri, 18 Aug 2000 12:44:37 -0700
39690              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
39691      Branch: perl
39692            ! ext/B/B/Deparse.pm
39693 ____________________________________________________________________________
39694 [  6705] By: jhi                                   on 2000/08/18  21:25:59
39695         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
39696              From: Jan Dubois <jand@ActiveState.com>
39697              Date: Fri, 18 Aug 2000 14:22:51 -0700
39698              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
39699      Branch: perl
39700            ! lib/Win32.pod win32/win32.c
39701 ____________________________________________________________________________
39702 [  6704] By: jhi                                   on 2000/08/18  21:16:14
39703         Log: Don't eat leading os from index entries.
39704              
39705              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
39706              From: Russ Allbery <rra@stanford.edu>
39707              Date: 10 Aug 2000 20:49:25 -0700
39708              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
39709      Branch: perl
39710            ! lib/Pod/Man.pm
39711 ____________________________________________________________________________
39712 [  6703] By: jhi                                   on 2000/08/18  21:07:06
39713         Log: Add [[:blank:]] as suggested in
39714              
39715              Subject: [ID 20000716.024] [=cc=] / [:blank:]
39716              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
39717              Date: Sun, 16 Jul 2000 17:55:29 -0700
39718              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
39719              
39720              (the [=cc=] has already been taken care of by #6439
39721              so the whole bug report can be closed)
39722              
39723              and make [[:space:]] to be equivalent to isspace(3)
39724              (as opposed to \s, which is isSPACE()).  The difference
39725              is that now [[:space:]] matches the mythical vertical tab,
39726              while \s doesn't.
39727      Branch: perl
39728            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
39729            ! regexec.c t/op/pat.t
39730 ____________________________________________________________________________
39731 [  6702] By: jhi                                   on 2000/08/18  18:47:47
39732         Log: The new tests were missing from #6415.
39733      Branch: perl
39734            ! t/op/bop.t
39735 ____________________________________________________________________________
39736 [  6701] By: jhi                                   on 2000/08/18  18:20:40
39737         Log: Document the NDBM_File and ODBM_File as SDBM_File
39738              was documented in #6417.
39739      Branch: perl
39740            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
39741            ! ext/SDBM_File/SDBM_File.pm
39742 ____________________________________________________________________________
39743 [  6700] By: jhi                                   on 2000/08/18  18:10:39
39744         Log: Subject: [PATCH perl@6698] cygwin port
39745              From: "Fifer, Eric" <EFifer@sanwaint.com>
39746              Date: Fri, 18 Aug 2000 17:30:05 +0100
39747              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
39748      Branch: perl
39749            ! lib/File/Temp.pm
39750 ____________________________________________________________________________
39751 [  6699] By: jhi                                   on 2000/08/18  16:21:49
39752         Log: Document code point which makes if (defined %stash::) to work
39753              (noted by Spider Boardman).
39754      Branch: perl
39755            ! op.c
39756 ____________________________________________________________________________
39757 [  6698] By: jhi                                   on 2000/08/18  13:43:27
39758         Log: Update Changes.
39759      Branch: perl
39760            ! Changes patchlevel.h
39761 ____________________________________________________________________________
39762 [  6697] By: jhi                                   on 2000/08/18  13:35:57
39763         Log: Tiny Getopt::Long patch from Johan Vromans.
39764      Branch: perl
39765            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
39766 ____________________________________________________________________________
39767 [  6696] By: jhi                                   on 2000/08/18  13:26:14
39768         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
39769              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
39770              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
39771              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
39772      Branch: perl
39773            ! pod/perldiag.pod pod/perlsyn.pod
39774 ____________________________________________________________________________
39775 [  6695] By: jhi                                   on 2000/08/18  13:13:26
39776         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
39777              From: Daniel Chetlin <daniel@chetlin.com>
39778              Date: Fri, 18 Aug 2000 03:13:36 -0700
39779              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
39780      Branch: perl
39781            ! pod/perlfunc.pod
39782 ____________________________________________________________________________
39783 [  6694] By: jhi                                   on 2000/08/18  13:08:05
39784         Log: Subject: [PATCH] perltrap.pod spring cleaning
39785              From: Daniel Chetlin <daniel@chetlin.com>
39786              Date: Fri, 18 Aug 2000 03:06:54 -0700
39787              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
39788              
39789              plus Mike Guy's nitfix.
39790      Branch: perl
39791            ! pod/perltrap.pod
39792 ____________________________________________________________________________
39793 [  6693] By: jhi                                   on 2000/08/18  13:00:26
39794         Log: Unbuffer the output.
39795              
39796              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
39797              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39798              Date: Thu, 17 Aug 2000 18:39:29 -0700
39799              Message-ID: <RPJn5gzkgydf092yn@efn.org>
39800      Branch: perl
39801            ! t/op/fork.t
39802 ____________________________________________________________________________
39803 [  6692] By: jhi                                   on 2000/08/18  05:19:17
39804         Log: Delete the image, too, not just its MANIFEStation.
39805      Branch: perl
39806            - lib/CGI/eg/wilogo.gif
39807 ____________________________________________________________________________
39808 [  6691] By: jhi                                   on 2000/08/18  05:10:26
39809         Log: Propagate new Configure vars.
39810      Branch: perl
39811            ! configure.com epoc/config.sh uconfig.h uconfig.sh
39812            ! vos/config.def vos/config.h vos/config_h.SH_orig
39813            ! win32/config.bc win32/config.gc win32/config.vc
39814            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39815 ____________________________________________________________________________
39816 [  6690] By: jhi                                   on 2000/08/18  04:30:56
39817         Log: Update Changes.
39818      Branch: perl
39819            ! Changes patchlevel.h
39820 ____________________________________________________________________________
39821 [  6689] By: jhi                                   on 2000/08/18  04:12:30
39822         Log: Fix the lib/complex failure of
39823              
39824              From: abigail@foad.org
39825              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
39826              Date: 15 Aug 2000 04:06:38 -0000
39827              Message-Id: <20000815040638.8524.qmail@foad.org> 
39828              
39829              Linux long double accuracy issue: something that
39830              when printed with %g looks like "2" but int() of it is 1.
39831      Branch: perl
39832            ! lib/Math/Complex.pm
39833 ____________________________________________________________________________
39834 [  6688] By: jhi                                   on 2000/08/18  03:15:35
39835         Log: The byteorder code in #6671 was wrong.
39836      Branch: perl
39837            ! configpm
39838 ____________________________________________________________________________
39839 [  6687] By: jhi                                   on 2000/08/18  02:08:42
39840         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
39841              From: Jan Dubois <jand@ActiveState.com>
39842              Date: Thu, 17 Aug 2000 18:31:55 -0700
39843              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
39844      Branch: perl
39845            ! sv.c
39846 ____________________________________________________________________________
39847 [  6686] By: jhi                                   on 2000/08/18  02:04:15
39848         Log: Use NVs in POSIX math, not doubles.
39849              
39850              From: abigail@foad.org
39851              Subject: [ID 20000817.014] POSIX & modfl
39852              Date: 17 Aug 2000 20:49:18 -0000
39853              Message-Id: <20000817204918.23123.qmail@foad.org>
39854      Branch: perl
39855            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
39856 ____________________________________________________________________________
39857 [  6685] By: jhi                                   on 2000/08/18  02:02:12
39858         Log: Introduce NVef, NVff, and NVgf, use the middle one.
39859              (helps for lib/peek + Linux + long doubles)  Reported in
39860              
39861              From: abigail@foad.org
39862              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
39863              Date: 15 Aug 2000 04:06:38 -0000
39864              Message-Id: <20000815040638.8524.qmail@foad.org> 
39865              
39866              (note: the lib/complex failure has not yet been addressed)
39867      Branch: metaconfig/U/perl
39868            ! perlxvf.U
39869      Branch: perl
39870            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39871            ! config_h.SH dump.c perl.h pod/perlguts.pod
39872 ____________________________________________________________________________
39873 [  6684] By: jhi                                   on 2000/08/17  23:22:19
39874         Log: Add byteorder to the myconfig output.
39875      Branch: perl
39876            ! myconfig.SH
39877 ____________________________________________________________________________
39878 [  6683] By: jhi                                   on 2000/08/17  23:20:19
39879         Log: The image doth not exist, spotted by Johan Vromans.
39880      Branch: perl
39881            ! MANIFEST
39882 ____________________________________________________________________________
39883 [  6682] By: jhi                                   on 2000/08/17  22:38:16
39884         Log: Document what the backtick returns if the command fails.
39885      Branch: perl
39886            ! pod/perlop.pod
39887 ____________________________________________________________________________
39888 [  6681] By: jhi                                   on 2000/08/17  22:33:12
39889         Log: Do not use prototyping here.
39890              
39891              Subject: [ID 20000817.016] [PATCH] Peek.xs
39892              From: abigail@foad.org
39893              Date: 17 Aug 2000 20:55:56 -0000
39894              Message-Id: <20000817205556.24270.qmail@foad.org>
39895      Branch: perl
39896            ! ext/Devel/Peek/Makefile.PL
39897 ____________________________________________________________________________
39898 [  6680] By: jhi                                   on 2000/08/17  19:46:43
39899         Log: Don't propose using modules built for 5.005 if no binary
39900              compatibility with 5.005 is attempted.
39901              
39902              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
39903              Subject: Minor nit with 5.7.0 (6655)
39904              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
39905              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
39906      Branch: metaconfig
39907            ! U/installdirs/inc_version_list.U
39908      Branch: perl
39909            ! Configure config_h.SH
39910 ____________________________________________________________________________
39911 [  6679] By: jhi                                   on 2000/08/17  19:16:39
39912         Log: Microperl config update.
39913      Branch: perl
39914            ! uconfig.h uconfig.sh
39915 ____________________________________________________________________________
39916 [  6678] By: jhi                                   on 2000/08/17  19:16:13
39917         Log: The #6648 wasn't protective enough for limited platforms
39918              (like microperl).
39919      Branch: perl
39920            ! dump.c sv.c
39921 ____________________________________________________________________________
39922 [  6677] By: jhi                                   on 2000/08/17  14:46:35
39923         Log: Update Changes.
39924      Branch: perl
39925            ! Changes patchlevel.h
39926 ____________________________________________________________________________
39927 [  6676] By: jhi                                   on 2000/08/17  14:44:02
39928         Log: Add perlebcdic from Peter Prymmer, regen toc.
39929      Branch: perl
39930            + pod/perlebcdic.pod
39931            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
39932 ____________________________________________________________________________
39933 [  6675] By: jhi                                   on 2000/08/17  14:41:52
39934         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
39935      Branch: perl
39936            ! pod/perldebtut.pod
39937 ____________________________________________________________________________
39938 [  6674] By: jhi                                   on 2000/08/17  14:29:43
39939         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
39940              
39941              Subject: [ID 20000724.006] -DLEAKTEST problem
39942              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
39943              Date: Tue, 25 Jul 2000 00:36:32 -0500
39944              Message-Id: <20000725003632.A26186@www.llamacom.com>
39945              
39946              Reminder sent
39947              
39948              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
39949              From: Hugo <hv@crypt.compulink.co.uk>
39950              Date: Thu, 17 Aug 2000 15:23:42 +0100
39951              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
39952      Branch: perl
39953            ! util.c
39954 ____________________________________________________________________________
39955 [  6673] By: jhi                                   on 2000/08/17  04:07:10
39956         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
39957              From: John Peacock <JPeacock@UnivPress.com>
39958              Date: Tue, 01 Aug 2000 09:38:12 -0400
39959              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
39960      Branch: perl
39961            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
39962 ____________________________________________________________________________
39963 [  6672] By: jhi                                   on 2000/08/17  03:04:35
39964         Log: Subject: [PATCH] Cwd.pm now uses strict
39965              From: Tim Jenness <timj@jach.hawaii.edu>
39966              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
39967              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
39968      Branch: perl
39969            ! lib/Cwd.pm
39970 ____________________________________________________________________________
39971 [  6671] By: jhi                                   on 2000/08/17  02:16:35
39972         Log: Make $Config{byteorder} more magical so that it is
39973              dynamically computed: nice for 'fat binaries'.
39974              
39975              Subject: [PATCH]: default byteorder
39976              From: Wilfredo Sánchez <wsanchez@apple.com>
39977              Date: Mon, 31 Jul 2000 19:45:31 -0700
39978              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
39979      Branch: perl
39980            ! configpm
39981 ____________________________________________________________________________
39982 [  6670] By: gsar                                  on 2000/08/17  01:22:21
39983         Log: move WNOHANG definition to where other such things are
39984      Branch: perl
39985            ! win32/win32.h
39986 ____________________________________________________________________________
39987 [  6669] By: jhi                                   on 2000/08/17  01:19:17
39988         Log: Update Changes.
39989      Branch: perl
39990            ! Changes patchlevel.h
39991 ____________________________________________________________________________
39992 [  6668] By: jhi                                   on 2000/08/17  01:16:29
39993         Log: Doc nits spotted by Richard Soderberg.
39994      Branch: perl
39995            ! README.posix-bc README.vmesa
39996 ____________________________________________________________________________
39997 [  6667] By: jhi                                   on 2000/08/17  01:12:11
39998         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
39999              From: "Casey R. Tweten" <crt@kiski.net>
40000              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
40001              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
40002      Branch: perl
40003            ! pod/perldebtut.pod
40004 ____________________________________________________________________________
40005 [  6666] By: jhi                                   on 2000/08/17  01:09:31
40006         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
40007              From: "Casey R. Tweten" <crt@kiski.net>
40008              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
40009              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
40010      Branch: perl
40011            ! lib/Shell.pm
40012 ____________________________________________________________________________
40013 [  6665] By: gsar                                  on 2000/08/17  01:03:52
40014         Log: add "ok" targets from change#6632 in makefile.mk
40015      Branch: perl
40016            ! pod/perlport.pod win32/Makefile win32/makefile.mk
40017 ____________________________________________________________________________
40018 [  6664] By: gsar                                  on 2000/08/17  00:56:11
40019         Log: avoid warnings from dense compiler
40020      Branch: perl
40021            ! win32/win32.c
40022 ____________________________________________________________________________
40023 [  6663] By: jhi                                   on 2000/08/17  00:51:49
40024         Log: Tweak the regex compilation errors once more.
40025      Branch: perl
40026            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
40027            ! t/op/regmesg.t t/pragma/warn/regcomp
40028 ____________________________________________________________________________
40029 [  6662] By: gsar                                  on 2000/08/17  00:28:19
40030         Log: trailing new %ENV entries weren't being pushed into the real
40031              environment of subprocesses on Windows
40032      Branch: perl
40033            ! t/op/magic.t win32/perlhost.h
40034 ____________________________________________________________________________
40035 [  6661] By: gsar                                  on 2000/08/17  00:19:20
40036         Log: waitpid() now handles externally spawned pids correctly;
40037              fixes for backtick/wait/waitpid failures on Windows 9x
40038              
40039              these changes make the pid returned by process functions on
40040              Windows 9x always positive by clearing the high bit (which
40041              is always set on Win9x); pseudo-process PIDs are likewise
40042              always negative now on Win9x (just as on NT/2000)
40043      Branch: perl
40044            ! pp_sys.c win32/perlhost.h win32/win32.c
40045 ____________________________________________________________________________
40046 [  6660] By: jhi                                   on 2000/08/17  00:04:32
40047         Log: Retract #6645.
40048      Branch: perl
40049            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40050            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
40051            ! t/op/sprintf.t
40052 ____________________________________________________________________________
40053 [  6659] By: gsar                                  on 2000/08/16  23:59:28
40054         Log: on windows, the return values from wait() and waitpid() don't
40055              match those of pseudo-pids
40056      Branch: perl
40057            ! pp_sys.c t/op/fork.t util.c win32/win32.c
40058 ____________________________________________________________________________
40059 [  6658] By: gsar                                  on 2000/08/16  23:56:14
40060         Log: pod nit seen in passing
40061      Branch: perl
40062            ! pod/perlfunc.pod
40063 ____________________________________________________________________________
40064 [  6657] By: gsar                                  on 2000/08/16  23:53:42
40065         Log: change#6328 could make close(SOCKET) return false on windows
40066              when it shouldn't
40067      Branch: perl
40068            ! win32/win32sck.c
40069 ____________________________________________________________________________
40070 [  6656] By: gsar                                  on 2000/08/16  23:46:57
40071         Log: check that the number pseudo children doesn't exceed
40072              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
40073              the WaitForMultipleObjects() limit that would cause wait()
40074              to crash)
40075              
40076              wait() and waitpid() could potentially be rewritten to use
40077              more than one thread to do the waiting to eliminate this
40078              limitation
40079      Branch: perl
40080            ! win32/perlhost.h
40081 ____________________________________________________________________________
40082 [  6655] By: jhi                                   on 2000/08/16  14:11:05
40083         Log: Update Changes.
40084      Branch: perl
40085            ! Changes patchlevel.h
40086 ____________________________________________________________________________
40087 [  6654] By: jhi                                   on 2000/08/16  14:10:12
40088         Log: Update to perldebtut 1.9, from Richard Foley.
40089      Branch: perl
40090            ! pod/perldebtut.pod
40091 ____________________________________________________________________________
40092 [  6653] By: jhi                                   on 2000/08/16  14:08:17
40093         Log: Change the regx compilation error markers to use = instead of <
40094              since pod makes using the latter quite messy.  Reported in
40095              ID 20000814.006 by Abigail and in
40096              Subject: Unknown escape E<> ?
40097              From: Lupe Christoph <lupe@lupe-christoph.de>
40098              Date: Fri, 11 Aug 2000 00:30:27 +0200
40099              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
40100      Branch: perl
40101            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
40102            ! t/op/regmesg.t t/pragma/warn/regcomp
40103 ____________________________________________________________________________
40104 [  6652] By: jhi                                   on 2000/08/16  13:25:31
40105         Log: Change the perlbug address to perl.org since it's more forgiving.
40106              
40107              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
40108              From: abigail@foad.org
40109              Date: 15 Aug 2000 04:15:40 -0000
40110              Message-Id: <20000815041540.8633.qmail@foad.org>
40111      Branch: perl
40112            ! utils/perlbug.PL
40113 ____________________________________________________________________________
40114 [  6651] By: jhi                                   on 2000/08/16  13:22:35
40115         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
40116              From: Tim Jenness <timj@jach.hawaii.edu>
40117              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
40118              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
40119      Branch: perl
40120            ! lib/Cwd.pm
40121 ____________________________________________________________________________
40122 [  6650] By: jhi                                   on 2000/08/16  13:18:13
40123         Log: Update to CPAN 1.57.
40124              
40125              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
40126              From: andreas.koenig@anima.de (Andreas J. Koenig)
40127              Date: 16 Aug 2000 15:09:46 +0200
40128              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
40129      Branch: perl
40130            ! lib/CPAN.pm
40131 ____________________________________________________________________________
40132 [  6649] By: jhi                                   on 2000/08/16  13:12:31
40133         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
40134              From: "Larry W. Virden" <lvirden@cas.org>
40135              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
40136              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
40137      Branch: perl
40138            ! README.hpux
40139 ____________________________________________________________________________
40140 [  6648] By: jhi                                   on 2000/08/16  13:03:53
40141         Log: The numeric locale was reset to "C" by s?printf and never restored.
40142              
40143              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
40144              From: Christian Kirsch <ck@held.mind.de>
40145              Date: Wed, 9 Aug 2000 17:05:17 +0200
40146              Message-Id: <20000809170517.A25389@held>
40147              
40148              No test since adding the failing example to locale.t
40149              does not fail -- probably because the locale settings are so
40150              thoroughly tweaked by that time.  Running the example standalone
40151              does fail, though.  UPDATE: test case added at change #7540.
40152      Branch: perl
40153            ! dump.c perl.h pp.c pp_ctl.c sv.c
40154 ____________________________________________________________________________
40155 [  6647] By: jhi                                   on 2000/08/16  00:07:54
40156         Log: Update Changes and test semi-automatic patchlevel updating.
40157      Branch: perl
40158            ! Changes patchlevel.h
40159 ____________________________________________________________________________
40160 [  6646] By: jhi                                   on 2000/08/15  23:35:07
40161         Log: Fix a dependency problem.
40162              
40163              Subject: [PATCH: 6640] VMS Makefile.SH update
40164              From: Peter Prymmer <pvhp@forte.com>
40165              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
40166              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
40167      Branch: perl
40168            ! vms/descrip_mms.template
40169 ____________________________________________________________________________
40170 [  6645] By: jhi                                   on 2000/08/15  23:33:23
40171         Log: (Retracted by #6660)
40172              
40173              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
40174              From: Dominic Dunlop <domo@computer.org>
40175              Date: Tue, 15 Aug 2000 22:20:52 +0200
40176              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
40177      Branch: metaconfig/U/perl
40178            + d_printfed.U
40179      Branch: perl
40180            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40181            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
40182            ! t/op/sprintf.t
40183 ____________________________________________________________________________
40184 [  6644] By: jhi                                   on 2000/08/15  21:17:20
40185         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
40186              From: abigail@foad.org
40187              Date: 15 Aug 2000 20:12:41 -0000
40188              Message-Id: <20000815201241.25556.qmail@foad.org>
40189      Branch: perl
40190            ! INSTALL
40191 ____________________________________________________________________________
40192 [  6643] By: jhi                                   on 2000/08/15  21:15:28
40193         Log: (an already applied patch)
40194      Branch: perl
40195            ! lib/CGI.pm
40196 ____________________________________________________________________________
40197 [  6642] By: gsar                                  on 2000/08/15  19:54:05
40198         Log: magic callbacks all need to have same type signature
40199      Branch: perl
40200            ! embed.pl mg.c proto.h
40201 ____________________________________________________________________________
40202 [  6641] By: jhi                                   on 2000/08/15  17:56:27
40203         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)
40204              From: Mike Guy <mjtg@cam.ac.uk>
40205              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
40206              Date: Tue, 15 Aug 2000 18:26:45 +0100
40207              
40208              Only the peek.t part applied, not the hash quality part.
40209      Branch: perl
40210            ! t/lib/peek.t
40211 ____________________________________________________________________________
40212 [  6640] By: jhi                                   on 2000/08/15  16:37:37
40213         Log: Update Changes.
40214      Branch: perl
40215            ! Changes
40216 ____________________________________________________________________________
40217 [  6639] By: jhi                                   on 2000/08/15  16:34:55
40218         Log: Missed a file from #6638.
40219      Branch: perl
40220            ! lib/File/Temp.pm
40221 ____________________________________________________________________________
40222 [  6638] By: jhi                                   on 2000/08/15  16:33:19
40223         Log: Subject: [PATCH perl@6620] cygwin port
40224              From: "Fifer, Eric" <EFifer@sanwaint.com>
40225              Date: Tue, 15 Aug 2000 17:00:49 +0100
40226              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
40227      Branch: perl
40228            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
40229 ____________________________________________________________________________
40230 [  6637] By: jhi                                   on 2000/08/15  16:29:22
40231         Log: Subject: [PATCH] debugger exit code should reflect user exit code
40232              From: Mike Guy <mjtg@cam.ac.uk>
40233              Date: Tue, 15 Aug 2000 16:55:59 +0100
40234              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
40235      Branch: perl
40236            ! lib/perl5db.pl
40237 ____________________________________________________________________________
40238 [  6636] By: jhi                                   on 2000/08/15  15:30:58
40239         Log: Update Changes.
40240      Branch: perl
40241            ! Changes
40242 ____________________________________________________________________________
40243 [  6635] By: jhi                                   on 2000/08/15  15:27:21
40244         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
40245      Branch: metaconfig
40246            ! U/mkglossary U/mksample
40247      Branch: metaconfig/U/perl
40248            ! Devel.U
40249      Branch: perl
40250            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40251 ____________________________________________________________________________
40252 [  6634] By: jhi                                   on 2000/08/15  14:11:55
40253         Log: Don't blow limited stacks, a lower number is enough to
40254              tickle the lookbehind limit.
40255              
40256              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
40257              From: Dominic Dunlop <domo@computer.org>
40258              Date: Tue, 15 Aug 2000 13:51:24 +0200
40259              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
40260      Branch: perl
40261            ! t/op/regmesg.t
40262 ____________________________________________________________________________
40263 [  6633] By: jhi                                   on 2000/08/15  14:01:46
40264         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
40265              From: Mike Guy <mjtg@cam.ac.uk>
40266              Date: Tue, 15 Aug 2000 12:10:50 +0100
40267              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
40268      Branch: perl
40269            ! utils/perldoc.PL
40270 ____________________________________________________________________________
40271 [  6632] By: jhi                                   on 2000/08/15  13:58:48
40272         Log: make ok etc also for win32.
40273              
40274              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
40275              From: Prymmer/Kahn <pvhp@best.com>
40276              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
40277              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
40278      Branch: perl
40279            ! win32/Makefile
40280 ____________________________________________________________________________
40281 [  6631] By: jhi                                   on 2000/08/15  13:45:03
40282         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
40283      Branch: perl
40284            ! lib/Test.pm
40285 ____________________________________________________________________________
40286 [  6630] By: jhi                                   on 2000/08/15  03:25:09
40287         Log: Update Changes.
40288      Branch: perl
40289            ! Changes
40290 ____________________________________________________________________________
40291 [  6629] By: jhi                                   on 2000/08/15  03:23:53
40292         Log: magic_regdatum_set() is void, not int.
40293      Branch: perl
40294            ! embed.pl mg.c proto.h
40295 ____________________________________________________________________________
40296 [  6628] By: jhi                                   on 2000/08/15  03:08:02
40297         Log: Make the user to give up his firstborn, err, to knowingly
40298              verify installing an unstable developer release.  Also bump
40299              the release to 5.7.0, but leave a patch tag in the local
40300              patches saying that this is not yet the real thing.
40301      Branch: metaconfig
40302            ! U/modified/Instruct.U
40303      Branch: metaconfig/U/perl
40304            + Devel.U
40305      Branch: perl
40306            ! Configure patchlevel.h
40307 ____________________________________________________________________________
40308 [  6627] By: jhi                                   on 2000/08/14  22:32:52
40309         Log: README.os2 update.
40310              
40311              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
40312              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40313              Date: Wed, 02 Aug 2000 21:55:09 -0700
40314              Message-ID: <tsPi5gzkgegX092yn@efn.org>
40315      Branch: perl
40316            ! README.os2
40317 ____________________________________________________________________________
40318 [  6626] By: jhi                                   on 2000/08/14  21:00:02
40319         Log: Subject: Re: File::Temp problems on VMS in bleedperl
40320              From: Tim Jenness <timj@jach.hawaii.edu>
40321              cc: vmsperl@perl.org
40322              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
40323              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
40324      Branch: perl
40325            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
40326 ____________________________________________________________________________
40327 [  6625] By: jhi                                   on 2000/08/14  20:52:16
40328         Log: Add SUIDMAIL as was done for the CERT alert.
40329      Branch: perl
40330            ! patchlevel.h
40331 ____________________________________________________________________________
40332 [  6624] By: jhi                                   on 2000/08/14  20:48:50
40333         Log: Subject: sfio2000
40334              From: Daniel Muino <dmuino@afip.gov.ar>
40335              Date: Mon, 14 Aug 2000 16:58:11 -0300
40336              Message-ID: <20000814165811.B16368@con2-dgi>
40337      Branch: perl
40338            ! perlsdio.h perlsfio.h
40339 ____________________________________________________________________________
40340 [  6623] By: jhi                                   on 2000/08/14  20:47:36
40341         Log: Subject: warning: storage class after type is obsolescent
40342              From: Daniel Muino <dmuino@afip.gov.ar>
40343              Date: Mon, 14 Aug 2000 16:42:47 -0300
40344              Message-ID: <20000814164247.A16368@con2-dgi>
40345      Branch: perl
40346            ! regcomp.pl regnodes.h
40347 ____________________________________________________________________________
40348 [  6622] By: jhi                                   on 2000/08/14  20:43:05
40349         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
40350              From: abigail@foad.org
40351              Date: 14 Aug 2000 20:00:10 -0000
40352              Message-Id: <20000814200010.27271.qmail@foad.org>
40353      Branch: perl
40354            ! Changes
40355 ____________________________________________________________________________
40356 [  6621] By: jhi                                   on 2000/08/14  15:23:05
40357         Log: Update Changes.
40358      Branch: perl
40359            ! Changes
40360 ____________________________________________________________________________
40361 [  6620] By: jhi                                   on 2000/08/14  15:22:14
40362         Log: Subject: Re: [PATCH] @+, @- readonly
40363              From: Mike Guy <mjtg@cam.ac.uk>
40364              Date: Mon, 14 Aug 2000 15:26:55 +0100
40365              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
40366      Branch: perl
40367            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
40368            ! sv.c t/op/pat.t
40369 ____________________________________________________________________________
40370 [  6619] By: jhi                                   on 2000/08/14  14:12:08
40371         Log: Update Changes.
40372      Branch: perl
40373            ! Changes
40374 ____________________________________________________________________________
40375 [  6618] By: jhi                                   on 2000/08/14  14:09:34
40376         Log: For now remove the mail code.
40377      Branch: perl
40378            ! perl.c
40379 ____________________________________________________________________________
40380 [  6617] By: jhi                                   on 2000/08/14  14:08:28
40381         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
40382      Branch: perl
40383            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
40384            ! pod/perlfaq8.pod pod/perlsec.pod
40385 ____________________________________________________________________________
40386 [  6616] By: jhi                                   on 2000/08/14  14:00:11
40387         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
40388              From: Mike Guy <mjtg@cam.ac.uk>
40389              Date: Mon, 14 Aug 2000 08:26:02 +0100
40390              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
40391      Branch: perl
40392            ! lib/perl5db.pl
40393 ____________________________________________________________________________
40394 [  6615] By: jhi                                   on 2000/08/14  13:58:45
40395         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
40396              From: Mike Guy <mjtg@cam.ac.uk>
40397              Date: Mon, 14 Aug 2000 08:04:22 +0100
40398              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
40399      Branch: perl
40400            ! gv.c mg.c t/op/pat.t
40401 ____________________________________________________________________________
40402 [  6614] By: jhi                                   on 2000/08/14  13:56:45
40403         Log: Subject: Test fails / warnings with perl-current #6612
40404              From: Mike Guy <mjtg@cam.ac.uk>
40405              Date: Mon, 14 Aug 2000 07:57:23 +0100
40406              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
40407      Branch: perl
40408            ! t/lib/b.t t/lib/peek.t
40409 ____________________________________________________________________________
40410 [  6613] By: jhi                                   on 2000/08/14  13:45:33
40411         Log: VMS configure.com update continues.
40412      Branch: perl
40413            - vms/configure.com
40414            ! MANIFEST configure.com
40415 ____________________________________________________________________________
40416 [  6612] By: jhi                                   on 2000/08/13  22:13:35
40417         Log: Update Changes.
40418      Branch: perl
40419            ! Changes
40420 ____________________________________________________________________________
40421 [  6611] By: jhi                                   on 2000/08/13  16:21:45
40422         Log: Upgrade to CGI 2.71, from Lincoln Stein.
40423      Branch: perl
40424            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
40425 ____________________________________________________________________________
40426 [  6610] By: jhi                                   on 2000/08/13  15:09:16
40427         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
40428              From: Mike Guy <mjtg@cam.ac.uk>
40429              Date: Sun, 13 Aug 2000 13:45:51 +0100
40430              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
40431      Branch: perl
40432            ! t/op/regmesg.t
40433 ____________________________________________________________________________
40434 [  6609] By: jhi                                   on 2000/08/13  14:31:26
40435         Log: Andreas says that 1.56 is fine, so reverting back to it.
40436      Branch: perl
40437            ! lib/CPAN.pm
40438 ____________________________________________________________________________
40439 [  6608] By: jhi                                   on 2000/08/13  05:34:20
40440         Log: Update Changes.
40441      Branch: perl
40442            ! Changes
40443 ____________________________________________________________________________
40444 [  6607] By: jhi                                   on 2000/08/13  05:32:01
40445         Log: Put back the \z changes of #5406 to CPAN.pm.
40446      Branch: perl
40447            ! lib/CPAN.pm
40448 ____________________________________________________________________________
40449 [  6606] By: jhi                                   on 2000/08/13  05:20:16
40450         Log: Fix-n-skip the tests under 5005threads.
40451      Branch: perl
40452            ! t/lib/b.t
40453 ____________________________________________________________________________
40454 [  6605] By: jhi                                   on 2000/08/13  05:07:48
40455         Log: Fix the test for 5005threads.
40456      Branch: perl
40457            ! t/lib/peek.t
40458 ____________________________________________________________________________
40459 [  6604] By: jhi                                   on 2000/08/13  03:35:37
40460         Log: Should have deleted this in #6603.
40461      Branch: perl
40462            - vms/subconfigure.com
40463 ____________________________________________________________________________
40464 [  6603] By: jhi                                   on 2000/08/12  18:29:32
40465         Log: Rewrite of vms/subconfigure.com as configure.com,
40466              from Peter Prymmer and the vmsperl crew.
40467      Branch: perl
40468            + vms/configure.com
40469            ! MANIFEST
40470 ____________________________________________________________________________
40471 [  6602] By: jhi                                   on 2000/08/11  13:00:01
40472         Log: PlainText.pm is dead.
40473      Branch: perl
40474            - lib/Pod/PlainText.pm
40475            ! MANIFEST
40476 ____________________________________________________________________________
40477 [  6601] By: jhi                                   on 2000/08/11  04:06:45
40478         Log: Update Changes.
40479      Branch: perl
40480            ! Changes
40481 ____________________________________________________________________________
40482 [  6600] By: jhi                                   on 2000/08/11  04:06:10
40483         Log: Add a few missing files, update MANIFEST.
40484      Branch: perl
40485            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
40486            + lib/Pod/PlainText.pm t/pod/find.t
40487            ! MANIFEST t/op/regmesg.t
40488 ____________________________________________________________________________
40489 [  6599] By: jhi                                   on 2000/08/11  03:31:10
40490         Log: Add Perl debugging tutorial, regen toc. 
40491              
40492              Subject: perldebtut.pod
40493              From: Richard Foley <Richard.Foley@m.dasa.de>
40494              Date: Wed, 09 Aug 2000 10:17:15 +0200
40495              Message-id: <3991138B.262247B8@m.dasa.de>
40496      Branch: perl
40497            + pod/perldebtut.pod
40498            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
40499 ____________________________________________________________________________
40500 [  6598] By: jhi                                   on 2000/08/11  02:48:56
40501         Log: tiny Changes edit
40502      Branch: perl
40503            ! Changes
40504 ____________________________________________________________________________
40505 [  6597] By: jhi                                   on 2000/08/11  02:39:04
40506         Log: Tests for #6589.
40507              
40508              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
40509              From: simon@brecon.co.uk (Simon Cozens)
40510              Date: 11 Aug 2000 02:24:52 GMT
40511              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
40512      Branch: perl
40513            ! t/lib/b.t
40514 ____________________________________________________________________________
40515 [  6596] By: jhi                                   on 2000/08/11  01:50:07
40516         Log: Update Changes.
40517      Branch: perl
40518            ! Changes
40519 ____________________________________________________________________________
40520 [  6595] By: jhi                                   on 2000/08/11  01:47:16
40521         Log: nitfix
40522      Branch: perl
40523            ! Changes
40524 ____________________________________________________________________________
40525 [  6594] By: jhi                                   on 2000/08/11  01:36:16
40526         Log: Subject: Getting perlio and threads to compile
40527              From: Lupe Christoph <lupe@lupe-christoph.de>
40528              Date: Wed, 9 Aug 2000 11:35:54 +0200
40529              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
40530              
40531              (the Solaris version changes in Configure skipped)
40532      Branch: perl
40533            ! hints/solaris_2.sh thread.h
40534 ____________________________________________________________________________
40535 [  6593] By: jhi                                   on 2000/08/11  01:30:16
40536         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
40537              From: simon@brecon.co.uk (Simon Cozens)
40538              Date: 1 Aug 2000 06:55:19 GMT
40539              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
40540      Branch: perl
40541            ! lib/utf8.pm
40542 ____________________________________________________________________________
40543 [  6592] By: jhi                                   on 2000/08/11  01:26:39
40544         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
40545              From: Peter Scott <Peter@PeterScott.com>
40546              Date: Thu, 10 Aug 2000 08:23:27 -0700
40547              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
40548      Branch: perl
40549            ! lib/perl5db.pl
40550 ____________________________________________________________________________
40551 [  6591] By: jhi                                   on 2000/08/11  01:22:02
40552         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
40553              From: Hugo <hv@crypt.compulink.co.uk>
40554              Date: Thu, 10 Aug 2000 19:23:04 +0100
40555              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
40556      Branch: perl
40557            ! regexec.c t/op/pat.t
40558 ____________________________________________________________________________
40559 [  6590] By: jhi                                   on 2000/08/11  01:19:19
40560         Log: Preprocessing and postprocessing for File::Find.
40561              
40562              Subject: Patch to Find::File.pm to allow alphabetical results
40563              From: Joe Smith <jsmith@inwap.com>
40564              Date: Wed, 9 Aug 2000 02:44:54 -0700
40565              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
40566      Branch: perl
40567            ! lib/File/Find.pm
40568 ____________________________________________________________________________
40569 [  6589] By: jhi                                   on 2000/08/11  01:12:39
40570         Log: B::Deparse didn't do sub attributes.
40571              
40572              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
40573              From: simon@brecon.co.uk (Simon Cozens)
40574              Date: 9 Aug 2000 04:49:20 GMT
40575              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
40576      Branch: perl
40577            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
40578 ____________________________________________________________________________
40579 [  6588] By: jhi                                   on 2000/08/11  01:06:40
40580         Log: Subject: debugger "d" command doesnt check line number
40581              From: Mike Guy <mjtg@cam.ac.uk>
40582              Date: Tue, 08 Aug 2000 21:54:29 +0100
40583              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
40584      Branch: perl
40585            ! lib/perl5db.pl mg.c pod/perldiag.pod
40586 ____________________________________________________________________________
40587 [  6587] By: jhi                                   on 2000/08/11  00:45:03
40588         Log: sleep(1) does not necessarily return 1.
40589              
40590              Subject: [PATCH bleadperl] op/lex_assign.t  
40591              From: Hugo <hv@crypt.compulink.co.uk>
40592              Date: Thu, 03 Aug 2000 14:34:22 +0100        
40593              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
40594      Branch: perl
40595            ! t/op/lex_assign.t
40596 ____________________________________________________________________________
40597 [  6586] By: jhi                                   on 2000/08/11  00:31:50
40598         Log: Document the IO::Select timeout.
40599      Branch: perl
40600            ! ext/IO/lib/IO/Select.pm
40601 ____________________________________________________________________________
40602 [  6585] By: jhi                                   on 2000/08/11  00:13:54
40603         Log: Forgot contributor.
40604      Branch: perl
40605            ! Changes
40606 ____________________________________________________________________________
40607 [  6584] By: jhi                                   on 2000/08/11  00:09:19
40608         Log: detypo
40609      Branch: perl
40610            ! Changes
40611 ____________________________________________________________________________
40612 [  6583] By: jhi                                   on 2000/08/11  00:07:53
40613         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
40614              
40615              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
40616              From: Mike Guy <mjtg@cam.ac.uk> 
40617              Date: Thu, 10 Aug 2000 15:50:54 +0100
40618              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
40619      Branch: perl
40620            ! sv.c t/op/int.t
40621 ____________________________________________________________________________
40622 [  6582] By: jhi                                   on 2000/08/10  23:29:32
40623         Log: Update Changes.
40624      Branch: perl
40625            ! Changes
40626 ____________________________________________________________________________
40627 [  6581] By: jhi                                   on 2000/08/10  23:26:16
40628         Log: Put back the std @INC thing.
40629      Branch: perl
40630            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
40631            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
40632            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
40633            ! t/lib/gol-oo.t
40634 ____________________________________________________________________________
40635 [  6580] By: jhi                                   on 2000/08/10  23:03:34
40636         Log: Update to CGI 2.70, from Lincoln Stein.
40637      Branch: perl
40638            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
40639            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
40640            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
40641            ! t/lib/cgi-request.t
40642 ____________________________________________________________________________
40643 [  6579] By: jhi                                   on 2000/08/10  22:41:50
40644         Log: Update to CPAN 1.56, from Andreas König.
40645      Branch: perl
40646            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40647 ____________________________________________________________________________
40648 [  6578] By: jhi                                   on 2000/08/10  22:38:13
40649         Log: Update to Pod::Parser 1.17, from Brad Appleton.
40650      Branch: perl
40651            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
40652            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
40653            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
40654            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
40655            ! t/pod/include.t t/pod/included.t t/pod/lref.t
40656            ! t/pod/multiline_items.t t/pod/nested_items.t
40657            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
40658            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
40659            ! t/pod/special_seqs.t
40660 ____________________________________________________________________________
40661 [  6577] By: jhi                                   on 2000/08/10  22:35:41
40662         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
40663      Branch: perl
40664            ! AUTHORS MAINTAIN
40665 ____________________________________________________________________________
40666 [  6576] By: jhi                                   on 2000/08/10  22:24:54
40667         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
40668      Branch: perl
40669            + t/lib/gol-oo.t
40670            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
40671            ! t/lib/gol-compat.t t/lib/gol-linkage.t
40672 ____________________________________________________________________________
40673 [  6575] By: jhi                                   on 2000/08/10  22:02:07
40674         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
40675      Branch: perl
40676            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
40677 ____________________________________________________________________________
40678 [  6574] By: jhi                                   on 2000/08/10  21:55:03
40679         Log: Iterating perl6 description.
40680      Branch: perl
40681            ! pod/perlfaq1.pod
40682 ____________________________________________________________________________
40683 [  6573] By: jhi                                   on 2000/08/10  21:48:26
40684         Log: Revert the sv.c part of #6559, a better fix is needed.
40685      Branch: perl
40686            ! sv.c
40687 ____________________________________________________________________________
40688 [  6572] By: jhi                                   on 2000/08/10  20:33:43
40689         Log: It's the 2ndO'ROSSC.
40690      Branch: perl
40691            ! pod/perlfaq1.pod
40692 ____________________________________________________________________________
40693 [  6571] By: jhi                                   on 2000/08/10  15:55:48
40694         Log: detypo
40695      Branch: perl
40696            ! pod/perlfaq1.pod
40697 ____________________________________________________________________________
40698 [  6570] By: jhi                                   on 2000/08/10  14:11:17
40699         Log: An exceptionally sticky typo.
40700      Branch: perl
40701            ! Changes
40702 ____________________________________________________________________________
40703 [  6569] By: jhi                                   on 2000/08/10  14:09:33
40704         Log: detypo (and test Changes updating script)
40705      Branch: perl
40706            ! Changes
40707 ____________________________________________________________________________
40708 [  6568] By: jhi                                   on 2000/08/10  14:07:07
40709         Log: Update Changes.
40710      Branch: perl
40711            ! Changes
40712 ____________________________________________________________________________
40713 [  6567] By: jhi                                   on 2000/08/10  14:06:19
40714         Log: Amend the description of Perl6.
40715              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
40716              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
40717              Date: Wed, 9 Aug 2000 22:11:06 -0500
40718              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
40719      Branch: perl
40720            ! pod/perlfaq1.pod
40721 ____________________________________________________________________________
40722 [  6566] By: jhi                                   on 2000/08/10  13:58:57
40723         Log: Subject: Remove dead entry in perldiag
40724              From: Mike Guy <mjtg@cam.ac.uk>
40725              Date: Thu, 10 Aug 2000 14:19:19 +0100
40726              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
40727      Branch: perl
40728            ! pod/perldiag.pod
40729 ____________________________________________________________________________
40730 [  6565] By: jhi                                   on 2000/08/10  13:51:48
40731         Log: Zero entries were skipped, fix from Adrian Goalby
40732              <argoalby@yahoo.co.uk>
40733      Branch: perl
40734            ! lib/unicode/Number.pl lib/unicode/mktables.PL
40735 ____________________________________________________________________________
40736 [  6564] By: jhi                                   on 2000/08/10  13:00:12
40737         Log: Subject: [PATCH 5.6.0] cygwin port
40738              From: "Fifer, Eric" <EFifer@sanwaint.com>
40739              Date: Thu, 10 Aug 2000 13:15:36 +0100
40740              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
40741      Branch: perl
40742            ! README.cygwin hints/cygwin.sh
40743 ____________________________________________________________________________
40744 [  6563] By: jhi                                   on 2000/08/10  12:55:16
40745         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
40746      Branch: perl
40747            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
40748 ____________________________________________________________________________
40749 [  6562] By: gsar                                  on 2000/08/10  08:38:39
40750         Log: warn is a macro, avoid using at a variable to avoid warnings
40751              in some configurations; readdir.t is too conservative in
40752              estimating number of *.t's
40753      Branch: perl
40754            ! t/op/readdir.t util.c
40755 ____________________________________________________________________________
40756 [  6561] By: jhi                                   on 2000/08/09  23:35:42
40757         Log: Update Changes.
40758      Branch: perl
40759            ! Changes
40760 ____________________________________________________________________________
40761 [  6560] By: jhi                                   on 2000/08/09  23:05:47
40762         Log: Subject: Re: enhanced(?) regex error messages
40763              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
40764              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
40765              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
40766              
40767              (plus two small patches sent privately)
40768              (this still seems to leave few test failures)
40769      Branch: perl
40770            + t/op/regmesg.t
40771            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
40772            ! t/pragma/warn/regcomp
40773 ____________________________________________________________________________
40774 [  6559] By: jhi                                   on 2000/08/09  20:41:18
40775         Log: (The fix did work but was not right, retracted in #6573)
40776              
40777              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
40778              From: Christian Kirsch <ck@held.mind.de>
40779              Date: Wed, 9 Aug 2000 17:05:17 +0200
40780              Message-Id: <20000809170517.A25389@held>
40781      Branch: perl
40782            ! sv.c t/pragma/locale.t
40783 ____________________________________________________________________________
40784 [  6558] By: jhi                                   on 2000/08/08  22:34:08
40785         Log: Tiny updates on the contributors list.
40786      Branch: perl
40787            ! Changes
40788 ____________________________________________________________________________
40789 [  6557] By: jhi                                   on 2000/08/08  19:34:28
40790         Log: Double check that we have a dirhandle.
40791      Branch: perl
40792            ! util.c
40793 ____________________________________________________________________________
40794 [  6556] By: jhi                                   on 2000/08/08  19:01:51
40795         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
40796              May be repopulated with fresh maintained examples.
40797      Branch: perl
40798            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
40799            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
40800            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
40801            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
40802            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
40803            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
40804            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
40805            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
40806            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
40807            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
40808            + lib/CGI/eg/wilogo_gif.uu
40809            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
40810            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
40811            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
40812            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
40813            - eg/cgi/frameset.cgi eg/cgi/index.html
40814            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
40815            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
40816            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
40817            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
40818            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
40819            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
40820            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
40821            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
40822            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
40823            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
40824            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
40825            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
40826            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
40827            - eg/van/vanish eg/who eg/wrapsuid
40828            ! MANIFEST
40829 ____________________________________________________________________________
40830 [  6555] By: jhi                                   on 2000/08/08  18:51:08
40831         Log: Delete chat2 as requested by Randal.
40832              
40833              Subject: Re: perlfaq8 coyness
40834              From: merlyn@stonehenge.com (Randal L. Schwartz) 
40835              Date: 15 May 2000 18:52:42 -0700 
40836              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
40837      Branch: perl
40838            - lib/chat2.pl
40839            ! MANIFEST
40840 ____________________________________________________________________________
40841 [  6554] By: jhi                                   on 2000/08/08  18:31:35
40842         Log: Regen global.sym.
40843      Branch: perl
40844            ! global.sym
40845 ____________________________________________________________________________
40846 [  6553] By: jhi                                   on 2000/08/08  18:28:13
40847         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
40848              (either perlbug or p5p ate the original), plus regen
40849              perlapi and perltoc. 
40850      Branch: perl
40851            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
40852            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
40853            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
40854            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
40855            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
40856            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
40857            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
40858            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
40859            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
40860            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
40861 ____________________________________________________________________________
40862 [  6552] By: jhi                                   on 2000/08/08  18:06:29
40863         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
40864              From: Mike Guy <mjtg@cam.ac.uk>
40865              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
40866              Date: Tue, 08 Aug 2000 15:51:27 +0100
40867      Branch: perl
40868            ! doop.c sv.h t/op/join.t t/pragma/overload.t
40869 ____________________________________________________________________________
40870 [  6551] By: jhi                                   on 2000/08/08  18:01:11
40871         Log: Re-apply #6549.
40872      Branch: perl
40873            ! lib/perl5db.pl
40874 ____________________________________________________________________________
40875 [  6550] By: jhi                                   on 2000/08/08  17:43:08
40876         Log: Accidental retraction of #6549.
40877      Branch: perl
40878            ! lib/perl5db.pl
40879 ____________________________________________________________________________
40880 [  6549] By: jhi                                   on 2000/08/08  17:40:04
40881         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
40882              From: Mike Guy <mjtg@cam.ac.uk>
40883              Date: Mon, 07 Aug 2000 21:49:58 +0100
40884              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
40885      Branch: perl
40886            ! lib/perl5db.pl
40887 ____________________________________________________________________________
40888 [  6548] By: jhi                                   on 2000/08/08  17:37:57
40889         Log: Document here-doc better.
40890              
40891              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
40892              From: Mike Guy <mjtg@cam.ac.uk>
40893              Date: Mon, 07 Aug 2000 14:02:09 +0100
40894              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
40895      Branch: perl
40896            ! pod/perldata.pod
40897 ____________________________________________________________________________
40898 [  6547] By: jhi                                   on 2000/08/08  17:33:34
40899         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
40900              From: "Randy J. Ray" <rjray@redhat.com>
40901              Date: Mon, 07 Aug 2000 19:12:25 -0700
40902              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
40903      Branch: perl
40904            ! perl.c pod/perlrun.pod
40905 ____________________________________________________________________________
40906 [  6546] By: jhi                                   on 2000/08/08  17:29:26
40907         Log: Subject: Re: enhanced(?) regex error messages 
40908              From: Hugo <hv@crypt.compulink.co.uk>
40909              Date: Tue, 08 Aug 2000 03:25:51 +0100
40910              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
40911              
40912              plus Capitalize the error messages, plus perldiag them.
40913      Branch: perl
40914            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
40915 ____________________________________________________________________________
40916 [  6545] By: jhi                                   on 2000/08/08  13:59:28
40917         Log: Augment #6539 a bit: don't croak if there's magic in the air.
40918              
40919              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
40920              From: Hugo <hv@crypt.compulink.co.uk>
40921              Date: Tue, 08 Aug 2000 03:02:03 +0100
40922              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
40923      Branch: perl
40924            ! pp.c t/op/bless.t
40925 ____________________________________________________________________________
40926 [  6544] By: jhi                                   on 2000/08/07  21:11:52
40927         Log: Make the test -w clean.
40928      Branch: perl
40929            ! t/op/bless.t
40930 ____________________________________________________________________________
40931 [  6543] By: jhi                                   on 2000/08/07  19:49:53
40932         Log: use warnings instead of $^W.
40933      Branch: perl
40934            ! t/op/bless.t
40935 ____________________________________________________________________________
40936 [  6542] By: jhi                                   on 2000/08/07  17:41:41
40937         Log: Disable a portability warning Because We Know What We Are Doing.
40938      Branch: perl
40939            ! t/op/bless.t
40940 ____________________________________________________________________________
40941 [  6541] By: jhi                                   on 2000/08/07  17:29:51
40942         Log: Tiny tidying on report_evil_fh().
40943      Branch: perl
40944            ! util.c
40945 ____________________________________________________________________________
40946 [  6540] By: jhi                                   on 2000/08/07  16:37:38
40947         Log: Make regular expression parse error messages easier to understand.
40948              
40949              Subject: Re: enhanced(?) regex error messages
40950              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
40951              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
40952              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
40953      Branch: perl
40954            ! regcomp.c
40955 ____________________________________________________________________________
40956 [  6539] By: jhi                                   on 2000/08/07  16:12:27
40957         Log: Make bless(REF, REF) a fatal error, add bless tests.
40958              
40959              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
40960              From: Hugo <hv@crypt.compulink.co.uk>
40961              Date: Mon, 07 Aug 2000 16:59:38 +0100
40962              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
40963      Branch: perl
40964            + t/op/bless.t
40965            ! MANIFEST pod/perldiag.pod pp.c sv.c
40966 ____________________________________________________________________________
40967 [  6538] By: jhi                                   on 2000/08/07  15:59:43
40968         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
40969              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
40970              Date: Thu, 3 Aug 2000 14:29:21 -0700
40971              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
40972      Branch: perl
40973            ! lib/lib_pm.PL
40974 ____________________________________________________________________________
40975 [  6537] By: jhi                                   on 2000/08/07  15:47:18
40976         Log: Retract #6419 for now since it breaks in AFS and MachTen.
40977      Branch: perl
40978            ! lib/Cwd.pm
40979 ____________________________________________________________________________
40980 [  6536] By: jhi                                   on 2000/08/07  15:05:29
40981         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
40982              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
40983              The security hole exists only in suidperls, which isn't
40984              installed or even built by default.
40985      Branch: perl
40986            ! perl.c
40987 ____________________________________________________________________________
40988 [  6535] By: jhi                                   on 2000/08/07  14:45:14
40989         Log: tr memory corruption fix from Simon Cozens.
40990      Branch: perl
40991            ! doop.c
40992 ____________________________________________________________________________
40993 [  6534] By: jhi                                   on 2000/08/06  11:38:16
40994         Log: Document a bit that UDP is not what you might think.
40995              
40996              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
40997              From: Lupe Christoph <lupe@lupe-christoph.de>
40998              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
40999              Date: Mon, 24 Jul 2000 08:59:15 +0200
41000      Branch: perl
41001            ! pod/perlipc.pod
41002 ____________________________________________________________________________
41003 [  6533] By: jhi                                   on 2000/08/06  11:35:01
41004         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
41005              From: Jeff Pinyan <jeffp@hut.crusoe.net>
41006              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
41007              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
41008      Branch: perl
41009            ! pod/perlfunc.pod
41010 ____________________________________________________________________________
41011 [  6532] By: jhi                                   on 2000/08/06  03:45:41
41012         Log: Have symbols for the IoTYPEs.
41013      Branch: perl
41014            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
41015 ____________________________________________________________________________
41016 [  6531] By: jhi                                   on 2000/08/06  01:33:55
41017         Log: Continue fixing the io warnings.  This also
41018              sort of fixes bug ID 20000802.003: the core dump
41019              is no more.  Whether the current behaviour is correct
41020              (giving a warning: "Not a format reference"), is another matter.
41021      Branch: perl
41022            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
41023            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
41024 ____________________________________________________________________________
41025 [  6530] By: jhi                                   on 2000/08/05  21:33:12
41026         Log: Change the Policy policy: now -Dprefix= with an existing
41027              Policy.sh and prefix == siteprefix == vendorprefix, then all
41028              of them follow along the new prefix.
41029              
41030              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
41031              From: Andy Dougherty <doughera@lafayette.edu>
41032              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
41033              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
41034      Branch: perl
41035            ! Policy_sh.SH
41036 ____________________________________________________________________________
41037 [  6529] By: jhi                                   on 2000/08/05  18:57:28
41038         Log: Zap lib/Sys directory when cleaning up.
41039      Branch: perl
41040            ! Makefile.SH
41041 ____________________________________________________________________________
41042 [  6528] By: jhi                                   on 2000/08/05  18:40:44
41043         Log: Essential prototype changes were missing from #6527.
41044              Also make report_evil_fh() more bomb-proof.
41045      Branch: perl
41046            ! embed.h util.c
41047 ____________________________________________________________________________
41048 [  6527] By: jhi                                   on 2000/08/05  03:22:05
41049         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
41050              From: "Ronald F. Guilmette" <rfg@monkeys.com>
41051              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
41052              Message-Id: <200007242247.PAA52177@monkeys.com>
41053      Branch: perl
41054            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
41055 ____________________________________________________________________________
41056 [  6526] By: jhi                                   on 2000/08/04  21:23:27
41057         Log: gcc versions might have (parentheses) in them.
41058      Branch: metaconfig/U/perl
41059            ! gccvers.U
41060      Branch: perl
41061            ! Configure config_h.SH
41062 ____________________________________________________________________________
41063 [  6525] By: jhi                                   on 2000/08/04  20:23:12
41064         Log: Weed buglets pointed out by
41065              
41066              From: Lupe Christoph <lupe@lupe-christoph.de>
41067              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
41068              Date: Fri, 4 Aug 2000 17:34:39 +0200
41069              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
41070      Branch: metaconfig/U/perl
41071            ! gccvers.U uselfs.U
41072      Branch: perl
41073            ! Configure config_h.SH
41074 ____________________________________________________________________________
41075 [  6524] By: jhi                                   on 2000/08/04  19:02:08
41076         Log: Warn under -w if lstat(FH) is attempted.
41077              
41078              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
41079              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
41080              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
41081              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
41082      Branch: perl
41083            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
41084            ! t/pragma/warn/pp_sys
41085 ____________________________________________________________________________
41086 [  6523] By: jhi                                   on 2000/08/04  12:31:11
41087         Log: Subject: New perlcc, take 2
41088              From: simon@brecon.co.uk (Simon Cozens)
41089              Date: 4 Aug 2000 06:21:04 GMT
41090              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
41091      Branch: perl
41092            ! utils/perlcc.PL
41093 ____________________________________________________________________________
41094 [  6522] By: jhi                                   on 2000/08/04  12:26:33
41095         Log: Subject: Re: Array vs. List context
41096              From: Daniel Chetlin <daniel@chetlin.com>
41097              Date: Fri, 4 Aug 2000 00:22:44 -0700
41098              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
41099      Branch: perl
41100            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
41101            ! pod/perlfaq4.pod
41102 ____________________________________________________________________________
41103 [  6521] By: jhi                                   on 2000/08/04  12:22:38
41104         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
41105              From: Raymund Will <ray@caldera.de>
41106              Date: Fri, 4 Aug 2000 12:07:09 +0200
41107              Message-Id: <20000804120709.A14982@caldera.de>
41108      Branch: perl
41109            ! configure.gnu
41110 ____________________________________________________________________________
41111 [  6520] By: jhi                                   on 2000/08/04  04:09:06
41112         Log: After the #6519 a warning about stat() is just that,
41113              not about a filetest, which now have their own warning.
41114      Branch: perl
41115            ! pod/perldiag.pod
41116 ____________________________________________________________________________
41117 [  6519] By: jhi                                   on 2000/08/04  04:06:30
41118         Log: In the warnings call filehandles consistently so;
41119              add "unopened" warning for stat().
41120      Branch: perl
41121            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
41122            ! t/pragma/warn/pp_sys
41123 ____________________________________________________________________________
41124 [  6518] By: jhi                                   on 2000/08/04  02:55:35
41125         Log: Subject: Minor tweak to perlvar.pod
41126              From: "Stephen P. Potter" <spp@ds.net>
41127              Date: Tue, 18 Apr 2000 09:26:03 -0400
41128              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
41129      Branch: perl
41130            ! pod/perlvar.pod
41131 ____________________________________________________________________________
41132 [  6517] By: jhi                                   on 2000/08/04  02:50:08
41133         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
41134              From: "Clinton Pierce" <cpierce1@ford.com>
41135              Date: Wed, 21 Jul 1999 16:45:31 -0400
41136              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
41137              
41138              Fix by Stephen Potter (visible in the bug db but not in p5p?)
41139      Branch: perl
41140            ! pod/perlfunc.pod pod/perlop.pod
41141 ____________________________________________________________________________
41142 [  6516] By: jhi                                   on 2000/08/04  02:09:25
41143         Log: This is 6512.  Really.
41144      Branch: perl
41145            ! dump.c
41146 ____________________________________________________________________________
41147 [  6515] By: jhi                                   on 2000/08/04  01:25:50
41148         Log: mention the idea of @( and @)
41149      Branch: perl
41150            ! Todo-5.6
41151 ____________________________________________________________________________
41152 [  6514] By: bailey                                on 2000/08/04  01:18:46
41153         Log: YA resync with mainstem, including VMS patches from others
41154      Branch: vmsperl
41155           +> (branch 48 files)
41156            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
41157           !> (integrate 354 files)
41158 ____________________________________________________________________________
41159 [  6513] By: jhi                                   on 2000/08/04  01:18:18
41160         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
41161              From: Mark Dickinson <dickins3@fas.harvard.edu>
41162              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
41163              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
41164      Branch: perl
41165            ! t/op/grent.t t/op/pwent.t
41166 ____________________________________________________________________________
41167 [  6512] By: jhi                                   on 2000/08/04  01:14:06
41168         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
41169              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41170              Date: Wed, 02 Aug 2000 10:51:01 +0100
41171              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
41172      Branch: perl
41173            ! sv.c
41174 ____________________________________________________________________________
41175 [  6511] By: jhi                                   on 2000/08/04  00:57:00
41176         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
41177              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41178              Date: Thu, 03 Aug 2000 17:20:04 -0700
41179              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
41180      Branch: metaconfig
41181            ! U/modified/Cppsym.U
41182      Branch: perl
41183            ! Configure config_h.SH
41184 ____________________________________________________________________________
41185 [  6510] By: jhi                                   on 2000/08/04  00:25:28
41186         Log: detypo
41187      Branch: perl
41188            ! Makefile.SH
41189 ____________________________________________________________________________
41190 [  6509] By: jhi                                   on 2000/08/03  23:43:18
41191         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
41192              From: Dominic Dunlop <domo@computer.org>
41193              Date: Thu, 3 Aug 2000 22:16:46 +0200
41194              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
41195      Branch: perl
41196            ! t/op/sprintf.t
41197 ____________________________________________________________________________
41198 [  6508] By: jhi                                   on 2000/08/03  23:40:37
41199         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
41200              From: Hugo <hv@crypt.compulink.co.uk>
41201              Date: Thu, 03 Aug 2000 18:25:30 +0100
41202              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
41203      Branch: perl
41204            ! regcomp.c t/op/re_tests
41205 ____________________________________________________________________________
41206 [  6507] By: jhi                                   on 2000/08/03  23:38:28
41207         Log: Subject: [PATCH] sv.h documentation - SvLEN
41208              From: Mike Guy <mjtg@cam.ac.uk>
41209              Date: Thu, 03 Aug 2000 14:43:09 +0100
41210              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
41211      Branch: perl
41212            ! sv.h
41213 ____________________________________________________________________________
41214 [  6506] By: jhi                                   on 2000/08/03  15:49:14
41215         Log: Disable the fix_pl hack for now.
41216      Branch: perl
41217            ! Makefile.SH
41218 ____________________________________________________________________________
41219 [  6505] By: jhi                                   on 2000/08/03  13:49:04
41220         Log: Add a URL for FSF.
41221              
41222              Subject: Patch for README
41223              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
41224              Date: Wed, 2 Aug 2000 13:25:09 -0500
41225              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
41226      Branch: perl
41227            ! README
41228 ____________________________________________________________________________
41229 [  6504] By: jhi                                   on 2000/08/03  13:29:19
41230         Log: Be more informative on what is skipped and why,
41231              also repeat the list at the end.
41232      Branch: perl
41233            ! Porting/p4desc
41234 ____________________________________________________________________________
41235 [  6503] By: jhi                                   on 2000/08/03  13:07:05
41236         Log: Circumvent the removal of .patch by fix_pl.
41237              
41238              Subject: Re: [ID 20000802.011] unable to 'make test'          
41239              From: simon@brecon.co.uk (Simon Cozens) 
41240              Date: 3 Aug 2000 04:17:00 GMT
41241              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
41242      Branch: perl
41243            ! Makefile.SH
41244 ____________________________________________________________________________
41245 [  6502] By: jhi                                   on 2000/08/03  00:14:34
41246         Log: Add the missing setproctitle unit.
41247      Branch: metaconfig/U/perl
41248            + d_setproctitle.U
41249 ____________________________________________________________________________
41250 [  6501] By: jhi                                   on 2000/08/03  00:00:26
41251         Log: The subtest 4 may fail also on VOBS, as pointed out
41252              by Nick Ing-Simmons in November 1999, bug id 19991124.003
41253              (but the failure in that bug report isn't the subtest 4).
41254      Branch: perl
41255            ! t/op/stat.t
41256 ____________________________________________________________________________
41257 [  6500] By: jhi                                   on 2000/08/02  23:49:30
41258         Log: Better skip message for the test; one of the two problems in
41259              
41260              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
41261              From: Lupe Christoph <lupe@lupe-christoph.de>
41262              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
41263              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
41264      Branch: perl
41265            ! t/op/numconvert.t
41266 ____________________________________________________________________________
41267 [  6499] By: jhi                                   on 2000/08/02  22:49:16
41268         Log: Allow "no Module;" even if there is no 'unimport'.
41269              
41270              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
41271              From: mjd@plover.com
41272              Date: 24 Mar 2000 15:24:34 -0000
41273              Message-Id: <20000324152434.15160.qmail@plover.com>
41274      Branch: perl
41275            ! gv.c
41276 ____________________________________________________________________________
41277 [  6498] By: jhi                                   on 2000/08/02  22:42:58
41278         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
41279              that are hopefully soon put into use.
41280      Branch: perl
41281            ! opcode.h opcode.pl opnames.h
41282 ____________________________________________________________________________
41283 [  6497] By: gsar                                  on 2000/08/02  22:28:59
41284         Log: require.t needs binmode() to work on windows
41285      Branch: perl
41286            ! t/comp/require.t
41287 ____________________________________________________________________________
41288 [  6496] By: jhi                                   on 2000/08/02  22:08:51
41289         Log: Document the IVdf UVuf UVof UVxf.
41290      Branch: perl
41291            ! pod/perlguts.pod
41292 ____________________________________________________________________________
41293 [  6495] By: jhi                                   on 2000/08/02  21:54:26
41294         Log: detypo #6494
41295      Branch: perl
41296            ! ext/Data/Dumper/Dumper.xs
41297 ____________________________________________________________________________
41298 [  6494] By: jhi                                   on 2000/08/02  21:49:17
41299         Log: Dump UVs as UVs in Data::Dumper.
41300              
41301              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
41302              From: Gurusamy Sarathy <gsar@ActiveState.com>
41303              Date: Thu, 27 Apr 2000 12:26:25 -0700
41304              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
41305      Branch: perl
41306            ! ext/Data/Dumper/Dumper.xs
41307 ____________________________________________________________________________
41308 [  6493] By: jhi                                   on 2000/08/02  17:01:58
41309         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
41310              From: Hugo <hv@crypt.compulink.co.uk>
41311              Date: Wed, 02 Aug 2000 14:53:56 +0100
41312              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
41313      Branch: perl
41314            ! regexec.c t/op/re_tests
41315 ____________________________________________________________________________
41316 [  6492] By: jhi                                   on 2000/08/02  15:02:46
41317         Log: The new setproctitle() feature is available only in 
41318              bleeding edge FreeBSD.  From Paul Saab.
41319      Branch: perl
41320            ! mg.c
41321 ____________________________________________________________________________
41322 [  6491] By: jhi                                   on 2000/08/02  13:34:36
41323         Log: The tr utf8 patching continues.
41324              
41325              Subject: Re: #6469, too many tests claimed in require.t
41326              From: simon@brecon.co.uk (Simon Cozens)
41327              Date: 2 Aug 2000 02:37:17 GMT
41328              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
41329              
41330              (the logic of the test was the wrong way round in the patch)
41331      Branch: perl
41332            ! doop.c
41333 ____________________________________________________________________________
41334 [  6490] By: jhi                                   on 2000/08/02  13:27:38
41335         Log: The name of a filehandle does not have <these>.
41336      Branch: perl
41337            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
41338            ! t/pragma/warn/pp_sys util.c
41339 ____________________________________________________________________________
41340 [  6489] By: jhi                                   on 2000/08/02  04:26:46
41341         Log: Remove the extraneous "main::" prefix from all the
41342              "opened only for", "on closed", and "never opened" warnings.
41343              
41344              Subject: Re: inappropriate warning
41345              From: Gurusamy Sarathy <gsar@ActiveState.com>
41346              Date: Mon, 20 Mar 2000 11:28:02 -0800
41347              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
41348      Branch: perl
41349            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
41350            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
41351            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
41352 ____________________________________________________________________________
41353 [  6488] By: jhi                                   on 2000/08/02  03:02:57
41354         Log: memcpy has n o in it, as pinted ut by Sarathy.
41355      Branch: perl
41356            ! pod/perlguts.pod
41357 ____________________________________________________________________________
41358 [  6487] By: jhi                                   on 2000/08/02  02:44:51
41359         Log: Document in one place the memory abstractions used in Perl core.
41360              
41361              Subject: Re: Memory abstraction
41362              From: simon@brecon.co.uk (Simon Cozens)
41363              Date: 2 Aug 2000 02:20:23 GMT
41364              Organization: Earth.li Origins
41365      Branch: perl
41366            ! pod/perlguts.pod
41367 ____________________________________________________________________________
41368 [  6486] By: jhi                                   on 2000/08/02  02:41:57
41369         Log: regen_headers, regen perltoc.
41370      Branch: perl
41371            ! perlapi.c pod/perltoc.pod
41372 ____________________________________________________________________________
41373 [  6485] By: jhi                                   on 2000/08/02  01:43:33
41374         Log: "This little thing tests for a file .patch, and if it contains
41375              a number, pops into patchlevel.h" (making it easier to track
41376              which development version people are reporting bugs against)
41377              
41378              Subject: Patchlevel autogeneration for repository perls
41379              From: simon@brecon.co.uk (Simon Cozens)
41380              Date: 14 Jul 2000 07:12:15 GMT
41381              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
41382      Branch: perl
41383            + fix_pl
41384            ! MANIFEST Makefile.SH
41385 ____________________________________________________________________________
41386 [  6484] By: jhi                                   on 2000/08/02  01:32:54
41387         Log: FreeBSD 3.* updates from
41388              
41389              From: Paul Saab <ps@yahoo-inc.com>
41390              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
41391              Date: Tue, 1 Aug 2000 15:41:39 -0700
41392              Message-Id: <20000801154139.A53740@yahoo-inc.com>
41393      Branch: perl
41394            ! hints/freebsd.sh
41395 ____________________________________________________________________________
41396 [  6483] By: jhi                                   on 2000/08/02  01:27:44
41397         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
41398              instead one must use setproctitle().  This was already addressed
41399              by change #6457, but the below has a new variant for FreeBSD 4.0
41400              or later, and the matter is also documented more.
41401              
41402              From: Paul Saab <ps@yahoo-inc.com>
41403              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
41404              Date: Tue, 1 Aug 2000 15:41:39 -0700
41405              Message-Id: <20000801154139.A53740@yahoo-inc.com>
41406      Branch: metaconfig/U/perl
41407            + i_libutil.U
41408      Branch: perl
41409            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
41410 ____________________________________________________________________________
41411 [  6482] By: jhi                                   on 2000/08/01  22:17:32
41412         Log: The test from this
41413              
41414              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
41415              Date: Sat, 15 Apr 2000 17:03:44 +0100
41416              From: Tom Hughes <tom@compton.nu>
41417              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
41418              
41419              was missing, the code change went in as #5989
41420              (which had a different test?)
41421      Branch: perl
41422            ! t/op/misc.t
41423 ____________________________________________________________________________
41424 [  6481] By: jhi                                   on 2000/08/01  21:48:38
41425         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
41426              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
41427              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
41428              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
41429      Branch: perl
41430            ! perl.h
41431 ____________________________________________________________________________
41432 [  6480] By: jhi                                   on 2000/08/01  18:05:28
41433         Log: Make p4desc to skip non-mainperl branches by default.
41434      Branch: perl
41435            ! Porting/p4desc
41436 ____________________________________________________________________________
41437 [  6479] By: jhi                                   on 2000/08/01  17:29:19
41438         Log: If gccosandvers is equal to osname, clear gccosandvers.
41439      Branch: metaconfig/U/perl
41440            ! gccvers.U
41441      Branch: perl
41442            ! Configure config_h.SH
41443 ____________________________________________________________________________
41444 [  6478] By: jhi                                   on 2000/08/01  15:54:08
41445         Log: BOM patching from Simon Cozens.
41446      Branch: perl
41447            ! toke.c
41448 ____________________________________________________________________________
41449 [  6477] By: jhi                                   on 2000/08/01  04:50:33
41450         Log: Stash away the largefiles flags and libswanted.
41451      Branch: perl
41452            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
41453 ____________________________________________________________________________
41454 [  6476] By: gsar                                  on 2000/08/01  04:24:24
41455         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
41456              on Windows)
41457      Branch: perl
41458            ! t/pragma/utf8.t utf8.c win32/win32.c
41459 ____________________________________________________________________________
41460 [  6475] By: jhi                                   on 2000/08/01  03:35:24
41461         Log: Make chr() for values >127 to create utf8 when under utf8.
41462              
41463              Subject: Re: uft8/chr()
41464              From: simon@brecon.co.uk (Simon Cozens)
41465              Date: 1 Aug 2000 02:37:02 GMT
41466              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
41467      Branch: perl
41468            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
41469 ____________________________________________________________________________
41470 [  6474] By: jhi                                   on 2000/08/01  02:36:18
41471         Log: In Digital UNIX warn if gcc explicitly chosen because even
41472              2.95.2 is known to cause problems.
41473      Branch: perl
41474            ! hints/dec_osf.sh
41475 ____________________________________________________________________________
41476 [  6473] By: jhi                                   on 2000/08/01  02:00:56
41477         Log: Make the safety catch for buggy gccs work with triple version
41478              numbers like 2.95.2.  Reported in
41479              
41480              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
41481              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
41482              Date: Mon, 31 Jul 2000 14:55:06 +0200
41483              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
41484      Branch: perl
41485            ! hints/dec_osf.sh
41486 ____________________________________________________________________________
41487 [  6472] By: jhi                                   on 2000/08/01  01:13:33
41488         Log: Subject: fix and question re: waitpid() under win32
41489              From: Brian Clarke <clarke@appliedmeta.com>
41490              Date: Fri, 28 Jul 2000 15:18:29 -0400
41491              Message-ID: <3981DC85.290314EB@appliedmeta.com>
41492              
41493              Slightly reformatted and WNOHANG # define moved to win32.h
41494              so that also POSIX.xs sees it, as suggsted by Sarathy.
41495      Branch: perl
41496            ! win32/win32.c win32/win32.h
41497 ____________________________________________________________________________
41498 [  6471] By: jhi                                   on 2000/08/01  00:55:05
41499         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
41500              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41501              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
41502              Date: Mon, 31 Jul 2000 13:28:51 +0100
41503              
41504              (aka ID 20000730.002)
41505      Branch: perl
41506            ! op.c t/op/tr.t
41507 ____________________________________________________________________________
41508 [  6470] By: jhi                                   on 2000/07/31  23:34:42
41509         Log: Document the problem with -P in HP-UX and its workaround.
41510              
41511              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
41512              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
41513              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
41514              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
41515      Branch: perl
41516            ! README.hpux
41517 ____________________________________________________________________________
41518 [  6469] By: jhi                                   on 2000/07/31  04:15:02
41519         Log: The swallow_bom() saga continues.  The #23 of require.t
41520              (UTF16-LE) still fails (silently, no output) but the #22
41521              (UTF16-BE) seems to be working now.  The root of the
41522              failure may be in sv_gets(): is it UTF-16LE-aware,
41523              especially when it comes to line endings? 
41524      Branch: perl
41525            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
41526            ! t/comp/require.t toke.c utf8.c
41527 ____________________________________________________________________________
41528 [  6468] By: jhi                                   on 2000/07/30  19:05:48
41529         Log: Find green threads before native threads.
41530              
41531              Subject: Re: Patch to jpl/JNI/Makefile.PL
41532              From: Jens Thomsen <jens@fiend.cis.com>
41533              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
41534              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
41535      Branch: perl
41536            ! jpl/JNI/Makefile.PL
41537 ____________________________________________________________________________
41538 [  6467] By: jhi                                   on 2000/07/30  18:36:22
41539         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
41540      Branch: perl
41541            ! doop.c
41542 ____________________________________________________________________________
41543 [  6466] By: jhi                                   on 2000/07/30  04:37:29
41544         Log: A new version of the "remove UPPERACSE string comparison"
41545              operators.  The problem with the previous one (change #6454)
41546              was that it was for Perl 5.6.0.  From Paul Marquess.
41547      Branch: perl
41548            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
41549            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
41550            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
41551 ____________________________________________________________________________
41552 [  6465] By: jhi                                   on 2000/07/29  22:39:56
41553         Log: Do not upgrade SVs into utf8 just because they participate
41554              in eq or cmp.  Reported and fix suggested in
41555              
41556              Subject: [ID 20000720.009] sv_eq UTF8 bug
41557              From: "Simon Cozens" <simon@othersideofthe.earth.li>
41558              Date: 21 Jul 2000 04:37:29 -0000
41559              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
41560              
41561              Exercise for the kind reader: should we or should we not
41562              cache the utf8 conversion alonside the SV? (as magic,
41563              as thestrxfrm()ed version is cached under use locale)
41564              Argue both for and against.
41565      Branch: perl
41566            ! sv.c
41567 ____________________________________________________________________________
41568 [  6464] By: jhi                                   on 2000/07/29  22:36:22
41569         Log: Subject: UTF8 concat
41570              From: simon@brecon.co.uk (Simon Cozens) 
41571              Date: 30 Jun 2000 06:13:25 GMT
41572              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
41573              
41574              (with a memory leak fixed, plus a few casts added)
41575              
41576              This also seems to help for
41577              
41578              Subject: [ID 20000716.015] join UTF8 weirdness
41579              From: root <root@ak-71.mind.de> 
41580              Date: Sat, 15 Jul 2000 15:29:54 +0200
41581              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
41582              
41583              (from Andreas König)
41584      Branch: perl
41585            ! pp_hot.c
41586 ____________________________________________________________________________
41587 [  6463] By: jhi                                   on 2000/07/29  00:55:39
41588         Log: Tune the comments and hopefully stop a memory leak.
41589      Branch: perl
41590            ! toke.c utf8.c
41591 ____________________________________________________________________________
41592 [  6462] By: jhi                                   on 2000/07/29  00:16:53
41593         Log: The problem described in this
41594              
41595              Subject: [ID 20000322.018] named chars aren't magical enough
41596              From: root <root@dixie.cscaper.com>     
41597              Date: Wed, 22 Mar 2000 18:37:42 -0700
41598              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
41599              
41600              has been fixed in perl 5.6.0 but just in case added a test
41601              to keep it away.  (The report from Joseph Hall.)
41602      Branch: perl
41603            ! t/lib/charnames.t
41604 ____________________________________________________________________________
41605 [  6461] By: jhi                                   on 2000/07/28  23:56:36
41606         Log: Tiny fixes for #6460.
41607      Branch: metaconfig/U/perl
41608            ! gccvers.U
41609      Branch: perl
41610            ! Configure config_h.SH
41611 ____________________________________________________________________________
41612 [  6460] By: jhi                                   on 2000/07/28  23:24:41
41613         Log: Warn if the version of the operating system used to compile gcc
41614              differs from the current version of the operating system.
41615              Also display the gcc compilation os and version in myconfig.
41616              Inspiration from
41617              
41618              Subject: Re: [ID 20000710.003] ERRORS!!         
41619              From: "Kurt D. Starsinic" <kstar@chapin.edu>
41620              Date: Mon, 10 Jul 2000 15:54:16 -0400
41621              Message-ID: <20000710155416.A1384@O2.chapin.edu>
41622      Branch: metaconfig/U/perl
41623            ! gccvers.U
41624      Branch: perl
41625            ! Configure config_h.SH myconfig.SH
41626 ____________________________________________________________________________
41627 [  6459] By: jhi                                   on 2000/07/28  22:00:32
41628         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
41629              letter to $Config{osvers}.
41630      Branch: metaconfig
41631            ! U/modified/Oldconfig.U
41632      Branch: perl
41633            ! Configure config_h.SH
41634 ____________________________________________________________________________
41635 [  6458] By: jhi                                   on 2000/07/28  04:15:39
41636         Log: Back out #6454, doesn't seem to work.
41637              (Reason: that patch was for perl 5.6.0, not perl-current)
41638              (A version of the patch for perl-current came in later as #6466)
41639      Branch: perl
41640            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
41641            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
41642            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
41643 ____________________________________________________________________________
41644 [  6457] By: jhi                                   on 2000/07/27  23:31:49
41645         Log: Use setproctitle() if available to modify $0.
41646              
41647              Subject: setting $* on BSD4 broken
41648              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
41649              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
41650              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
41651      Branch: metaconfig
41652            ! U/modified/Myinit.U
41653      Branch: perl
41654            ! Configure config_h.SH mg.c
41655 ____________________________________________________________________________
41656 [  6456] By: jhi                                   on 2000/07/27  14:50:47
41657         Log: Allow "no AutoLoader;", based on change #6444,
41658              suggested by Graham Barr.
41659      Branch: perl
41660            ! lib/AutoLoader.pm
41661 ____________________________________________________________________________
41662 [  6455] By: jhi                                   on 2000/07/27  14:19:10
41663         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
41664              From: rspier@pobox.com (Robert Spier)
41665              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
41666              Message-ID: <14720.15855.787664.424783@rls.cx>
41667      Branch: perl
41668            ! pod/perldiag.pod
41669 ____________________________________________________________________________
41670 [  6454] By: jhi                                   on 2000/07/27  14:03:02
41671         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
41672              for a long time).
41673              
41674              Reported in
41675              
41676              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
41677              From: Ryan Herbert <rherbert@sycamorehq.com>
41678              Date: Mon, 17 Jul 2000 11:40:42 -0400
41679              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
41680              
41681              Patched in
41682              
41683              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
41684              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
41685              Date: Wed, 26 Jul 2000 23:40:18 +0100
41686              Message-ID: <000001bff752$79511880$0a17073e@tiny>
41687              
41688              based on an earlier patch from Stephen P. Potter.
41689              
41690              (Removed later by change #6458 because this patch was for
41691              perl 5.6.0, not perl-current)
41692      Branch: perl
41693            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
41694            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
41695            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
41696 ____________________________________________________________________________
41697 [  6453] By: jhi                                   on 2000/07/27  13:48:02
41698         Log: Subject: [PATCH] fixes bug 20000508.004
41699              From: Michael Stevens <mstevens@globnix.org>
41700              Date: Thu, 27 Jul 2000 13:49:04 +0100
41701              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
41702      Branch: perl
41703            ! pod/perldata.pod
41704 ____________________________________________________________________________
41705 [  6452] By: jhi                                   on 2000/07/26  23:51:26
41706         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
41707              and Craig A. Berry.
41708      Branch: perl
41709            ! lib/File/Temp.pm pod/perlport.pod
41710 ____________________________________________________________________________
41711 [  6451] By: jhi                                   on 2000/07/26  19:43:30
41712         Log: Be wary of close()s, too.
41713              
41714              Subject: Re: [PATCH] perlbug cleanup
41715              From: Tim Jenness <t.jenness@jach.hawaii.edu>
41716              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
41717              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
41718      Branch: perl
41719            ! utils/perlbug.PL
41720 ____________________________________________________________________________
41721 [  6450] By: jhi                                   on 2000/07/26  18:41:40
41722         Log: Subject: Minor doc patch: handy.h
41723              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
41724              Date: Wed, 26 Jul 2000 15:34:25 -0300
41725              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
41726      Branch: perl
41727            ! handy.h pod/perlapi.pod
41728 ____________________________________________________________________________
41729 [  6449] By: jhi                                   on 2000/07/26  18:23:55
41730         Log: Subject: [PATCH] minor doc change - perlguts
41731              From: Michael Stevens <mstevens@globnix.org>
41732              Date: Thu, 13 Jul 2000 12:39:18 +0100
41733              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
41734      Branch: perl
41735            ! pod/perlguts.pod
41736 ____________________________________________________________________________
41737 [  6448] By: jhi                                   on 2000/07/26  18:20:30
41738         Log: open() wariness in perlbug.
41739              
41740              Subject: [PATCH] perlbug cleanup
41741              From: Michael Stevens <mstevens@globnix.org>
41742              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
41743              Date: Thu, 13 Jul 2000 15:52:23 +0100
41744      Branch: perl
41745            ! utils/perlbug.PL
41746 ____________________________________________________________________________
41747 [  6447] By: jhi                                   on 2000/07/26  18:13:04
41748         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
41749      Branch: perl
41750            ! lib/File/Temp.pm t/lib/ftmp-security.t
41751 ____________________________________________________________________________
41752 [  6446] By: jhi                                   on 2000/07/26  18:06:32
41753         Log: docfix from Peter Scott <Peter@PSDT.com>.
41754      Branch: perl
41755            ! pod/perlfunc.pod
41756 ____________________________________________________________________________
41757 [  6445] By: jhi                                   on 2000/07/26  17:53:31
41758         Log: Fix *foo{FORMAT}.
41759              
41760              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41761              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
41762              Date: Wed, 26 Jul 2000 19:51:02 +0200
41763              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
41764              
41765              From: Graham Barr <gbarr@pobox.com>
41766              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
41767              Date: Wed, 26 Jul 2000 17:38:36 +0100
41768              Message-ID: <20000726173836.L472@pobox.com>
41769      Branch: perl
41770            ! pp.c sv.c t/op/gv.t
41771 ____________________________________________________________________________
41772 [  6444] By: jhi                                   on 2000/07/26  17:49:14
41773         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
41774              from Graham Barr in the module list.
41775      Branch: perl
41776            ! gv.c pod/perlobj.pod
41777 ____________________________________________________________________________
41778 [  6443] By: jhi                                   on 2000/07/26  16:06:56
41779         Log: More split() doc and test patches from Mike Guy.
41780      Branch: perl
41781            ! pod/perlfunc.pod t/op/split.t
41782 ____________________________________________________________________________
41783 [  6442] By: jhi                                   on 2000/07/26  16:05:30
41784         Log: MacOS nits from Matthias Neeracher.
41785      Branch: perl
41786            ! perl.c pp_ctl.c
41787 ____________________________________________________________________________
41788 [  6441] By: jhi                                   on 2000/07/26  04:39:57
41789         Log: Subject: [PATCH] split /^/
41790              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41791              Date: Tue, 25 Jul 2000 14:18:57 +0100
41792              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
41793              
41794              (with notes from tchrist and gbarr)
41795      Branch: perl
41796            ! pod/perlfunc.pod t/op/split.t
41797 ____________________________________________________________________________
41798 [  6440] By: jhi                                   on 2000/07/26  04:32:32
41799         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
41800              From: Peter Prymmer <pvhp@forte.com>
41801              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
41802              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
41803      Branch: perl
41804            ! vms/munchconfig.c
41805 ____________________________________________________________________________
41806 [  6439] By: jhi                                   on 2000/07/26  04:31:01
41807         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
41808              to be fatal errors (instead of by default ignoring them, and
41809              ignoring with a bug: even though -w gave an error, the opening [
41810              was left in)  Reported in:
41811              
41812              Subject: [ID 20000716.024] [=cc=] / [:blank:]
41813              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
41814              Date: Sun, 16 Jul 2000 17:55:29 -0700
41815              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
41816      Branch: perl
41817            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
41818 ____________________________________________________________________________
41819 [  6438] By: jhi                                   on 2000/07/25  15:41:15
41820         Log: Subject: [PATCH] av.c apidoc
41821              From: simon@brecon.co.uk (Simon Cozens)
41822              Date: 24 Jul 2000 06:40:52 GMT
41823              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
41824      Branch: perl
41825            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
41826            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
41827 ____________________________________________________________________________
41828 [  6437] By: jhi                                   on 2000/07/25  14:05:36
41829         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
41830              From: "Stephen P. Potter" <spp@ds.net>
41831              Date: Mon, 24 Jul 2000 14:22:23 -0400
41832              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
41833      Branch: perl
41834            ! pod/perllocale.pod
41835 ____________________________________________________________________________
41836 [  6436] By: jhi                                   on 2000/07/25  14:02:03
41837         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
41838              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41839              Date: Mon, 24 Jul 2000 18:04:28 +0100
41840              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
41841      Branch: perl
41842            ! t/lib/syslfs.t t/op/lfs.t
41843 ____________________________________________________________________________
41844 [  6435] By: jhi                                   on 2000/07/25  13:59:28
41845         Log: Get UTF16 BOMs working.  Patch from
41846              
41847              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
41848              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41849              Date: Tue, 25 Jul 2000 12:52:45 +0100
41850              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
41851              
41852              and notes from
41853              
41854              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
41855              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41856              Date: Tue, 25 Jul 2000 11:43:25 +0100
41857              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
41858      Branch: perl
41859            ! t/comp/require.t toke.c utf8.c
41860 ____________________________________________________________________________
41861 [  6434] By: jhi                                   on 2000/07/25  02:39:54
41862         Log: Make the "uninit variable" warning to say "concat or string"
41863              or "join or string" when in concat or join .
41864              
41865              Subject: Re: [ID 20000403.009] uninitialised concatenation???
41866              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41867              Date: Tue, 04 Apr 2000 18:22:58 +0100
41868              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
41869              
41870              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
41871              From: William R Ward <hermit@BayView.COM>
41872              Date: Thu, 30 Mar 2000 19:50:03 -0800
41873              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
41874      Branch: perl
41875            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
41876            ! t/pragma/warn/op t/pragma/warn/sv
41877 ____________________________________________________________________________
41878 [  6433] By: jhi                                   on 2000/07/24  17:52:56
41879         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
41880      Branch: perl
41881            ! lib/File/Spec/VMS.pm
41882 ____________________________________________________________________________
41883 [  6432] By: jhi                                   on 2000/07/24  17:44:44
41884         Log: Test cases for #6431.
41885              
41886              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
41887              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41888              Date: Mon, 24 Jul 2000 15:32:29 +0100
41889              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
41890      Branch: perl
41891            ! t/op/pat.t t/op/split.t
41892 ____________________________________________________________________________
41893 [  6431] By: jhi                                   on 2000/07/24  17:43:17
41894         Log: Bind op fix.
41895              
41896              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
41897              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41898              Date: Mon, 17 Jul 2000 20:04:56 +0100
41899              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
41900      Branch: perl
41901            ! op.c
41902 ____________________________________________________________________________
41903 [  6430] By: jhi                                   on 2000/07/24  03:42:42
41904         Log: Subject: [ID 20000716.023] syslog test fails without sockets
41905              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41906              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
41907              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
41908      Branch: metaconfig/U/perl
41909            ! Extensions.U
41910      Branch: perl
41911            ! Configure config_h.SH
41912 ____________________________________________________________________________
41913 [  6429] By: jhi                                   on 2000/07/24  03:11:52
41914         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
41915              case, but add also notes explaining the relationship of this
41916              patch and the earlier notes by Sarathy.
41917              
41918              Subject: Map is still slow
41919              From: "Ben Tilly" <ben_tilly@hotmail.com>
41920              Date: Sat, 15 Jul 2000 17:23:27 EDT
41921              Message-ID: <20000715212327.21656.qmail@hotmail.com>
41922      Branch: perl
41923            ! pp_ctl.c
41924 ____________________________________________________________________________
41925 [  6428] By: jhi                                   on 2000/07/24  02:58:52
41926         Log: Documentation to explain the behaviour of map().
41927              
41928              Subject: Re: Map is still slow 
41929              From: Gurusamy Sarathy <gsar@ActiveState.com>
41930              Date: Sat, 15 Jul 2000 16:05:09 -0700
41931              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
41932      Branch: perl
41933            ! pp_ctl.c
41934 ____________________________________________________________________________
41935 [  6427] By: jhi                                   on 2000/07/24  02:50:03
41936         Log: Add tests for
41937              [ID 19991110.003] another matching finding by pcre author
41938              which has already been fixed by some patch, as verified in
41939              
41940              Subject: Re: two regex bugs from the mists of time (well, last November)
41941              From: Hugo <hv@crypt.compulink.co.uk>
41942              Date: Sat, 22 Jul 2000 18:12:58 +0100
41943              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
41944      Branch: perl
41945            ! t/op/re_tests
41946 ____________________________________________________________________________
41947 [  6426] By: jhi                                   on 2000/07/24  02:11:20
41948         Log: A missing 'break' after the [[:space:]] switch case.
41949              
41950              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
41951              From: "Stephen P. Potter" <spp@ds.net>
41952              Date: Tue, 18 Jul 2000 16:25:17 -0400
41953              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
41954      Branch: perl
41955            ! regcomp.c
41956 ____________________________________________________________________________
41957 [  6425] By: jhi                                   on 2000/07/24  02:06:12
41958         Log: The output might have been produced in the wrong order.
41959              
41960              Subject: [ID 20000720.003] [PATCH] t/op/write.t
41961              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41962              Date: Thu, 20 Jul 2000 18:49:18 +0100
41963              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
41964      Branch: perl
41965            ! t/op/write.t
41966 ____________________________________________________________________________
41967 [  6424] By: jhi                                   on 2000/07/24  02:00:07
41968         Log: Use STDOUT consistently.
41969              
41970              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
41971              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41972              Date: Thu, 20 Jul 2000 18:04:01 +0100
41973              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
41974      Branch: perl
41975            ! lib/Test/Harness.pm
41976 ____________________________________________________________________________
41977 [  6423] By: jhi                                   on 2000/07/24  01:54:54
41978         Log: Protect against "wild next"s, that is, callbacks doing "next"
41979              instead of "return".
41980              
41981              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
41982              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41983              Date: Tue, 18 Jul 2000 11:30:16 +0100
41984              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
41985      Branch: perl
41986            ! lib/File/Find.pm
41987 ____________________________________________________________________________
41988 [  6422] By: jhi                                   on 2000/07/24  01:35:47
41989         Log: Out-of-date note removed.
41990              
41991              Subject: [PATCH] documentation perlipc
41992              From: rspier@pobox.com (Robert Spier)
41993              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
41994              Message-ID: <14711.35178.572612.502654@rls.cx>
41995      Branch: perl
41996            ! pod/perlipc.pod
41997 ____________________________________________________________________________
41998 [  6421] By: jhi                                   on 2000/07/24  00:09:18
41999         Log: Send all installperl messages to STDERR and be -w clean.
42000              
42001              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
42002              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42003              Date: Sat, 22 Jul 2000 14:02:11 +0100
42004              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
42005      Branch: perl
42006            ! installperl
42007 ____________________________________________________________________________
42008 [  6420] By: jhi                                   on 2000/07/24  00:04:19
42009         Log: Decutandpasto.
42010              
42011              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
42012              From: "Richard Soderberg" <rs@crystalflame.net>
42013              Date: Sun, 23 Jul 2000 01:37:23 -0700
42014              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
42015      Branch: perl
42016            ! pod/perlipc.pod
42017 ____________________________________________________________________________
42018 [  6419] By: jhi                                   on 2000/07/24  00:01:12
42019         Log: A cleaner abs_path().
42020              Subject: Re: unix alternative to Cwd.pm
42021              From: Jeff Pinyan <jeffp@crusoe.net>
42022              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
42023              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
42024      Branch: perl
42025            ! lib/Cwd.pm
42026 ____________________________________________________________________________
42027 [  6418] By: jhi                                   on 2000/07/23  23:48:56
42028         Log: Detypo.
42029              
42030              Subject: [PATCH perl-current] Typo in hints/powerux.sh
42031              From: "Richard Soderberg" <rs@crystalflame.net>
42032              Date: Sun, 23 Jul 2000 01:27:33 -0700
42033              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
42034      Branch: perl
42035            ! hints/powerux.sh
42036 ____________________________________________________________________________
42037 [  6417] By: jhi                                   on 2000/07/17  22:13:31
42038         Log: Subject: SDBM_File documentation
42039              From: mjd@plover.com
42040              Date: 16 Jul 2000 17:41:17 -0000
42041              Message-ID: <20000716174117.18515.qmail@plover.com>
42042      Branch: perl
42043            ! ext/SDBM_File/SDBM_File.pm
42044 ____________________________________________________________________________
42045 [  6416] By: jhi                                   on 2000/07/17  19:13:26
42046         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
42047      Branch: perl
42048            ! hints/mpeix.sh mpeix/relink
42049 ____________________________________________________________________________
42050 [  6415] By: jhi                                   on 2000/07/15  14:11:02
42051         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
42052              the utf8 'characters' can be more than one octet).
42053              
42054              Date: Sat, 15 Jul 2000 00:21:56 +0100
42055              From: Tom Hughes <tom@compton.nu>
42056              Subject: Re: [ID 20000714.002]
42057              Message-ID: <db2334de49.tom@compton.compton.nu>
42058              
42059              Reported in
42060              
42061              Subject: [ID 20000714.002]
42062              From: "Simon Cozens" <simon@othersideofthe.earth.li>
42063              Date: 14 Jul 2000 15:13:09 -0000
42064              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
42065      Branch: perl
42066            ! doop.c
42067 ____________________________________________________________________________
42068 [  6414] By: jhi                                   on 2000/07/15  03:13:41
42069         Log: another VMS build tweak from Peter Prymmer
42070      Branch: perl
42071            ! vms/descrip_mms.template
42072 ____________________________________________________________________________
42073 [  6413] By: jhi                                   on 2000/07/15  03:10:40
42074         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
42075      Branch: perl
42076            ! vms/perlvms.pod
42077 ____________________________________________________________________________
42078 [  6412] By: jhi                                   on 2000/07/15  00:31:05
42079         Log: More docs for sv functions.
42080              
42081              Subject: [PATCH cfgperl] sv.c apidoc
42082              From: simon@brecon.co.uk (Simon Cozens)
42083              Date: 13 Jul 2000 09:00:20 GMT
42084              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
42085              
42086              Subject: Re: [PATCH cfgperl] sv.c apidoc
42087              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42088              Date: Thu, 13 Jul 2000 12:27:41 +0100
42089              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
42090              
42091              Subject: Re: [PATCH cfgperl] sv.c apidoc
42092              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42093              Date: Thu, 13 Jul 2000 13:23:09 +0100
42094              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
42095              
42096              Subject: Re: [PATCH cfgperl] sv.c apidoc
42097              From: simon@brecon.co.uk (Simon Cozens)
42098              Date: 14 Jul 2000 06:51:02 GMT
42099              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
42100      Branch: perl
42101            ! embed.pl pod/perlapi.pod sv.c
42102 ____________________________________________________________________________
42103 [  6411] By: jhi                                   on 2000/07/15  00:10:41
42104         Log: lib/b test fixes from Peter Prymmer.
42105      Branch: perl
42106            ! t/lib/b.t
42107 ____________________________________________________________________________
42108 [  6410] By: jhi                                   on 2000/07/15  00:02:09
42109         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
42110              From: Hugo <hv@crypt.compulink.co.uk>
42111              Date: Fri, 14 Jul 2000 23:05:20 +0100
42112              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
42113              
42114              Didn't anymore apply, but that point still could use another fix.
42115      Branch: perl
42116            ! pod/perlfunc.pod
42117 ____________________________________________________________________________
42118 [  6409] By: jhi                                   on 2000/07/14  23:15:15
42119         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
42120              not in pod, from Peter Prymmer
42121      Branch: perl
42122            ! vms/descrip_mms.template
42123 ____________________________________________________________________________
42124 [  6408] By: jhi                                   on 2000/07/14  20:35:05
42125         Log: The bug report
42126              [ID 19991110.002] minimal matching discrepancy found by pcre author
42127              seems to have been fixed (though differently from what was suggested
42128              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
42129      Branch: perl
42130            ! t/op/re_tests
42131 ____________________________________________________________________________
42132 [  6407] By: jhi                                   on 2000/07/14  17:38:08
42133         Log: Fix AutoSplit to use File::Spec the right way in VMS,
42134              from Peter Prymmer.
42135      Branch: perl
42136            ! lib/AutoSplit.pm
42137 ____________________________________________________________________________
42138 [  6406] By: jhi                                   on 2000/07/14  14:13:22
42139         Log: Merge perlhacktut into perlhack, update perlguts.
42140              
42141              Subject: Re: Perlhacktut
42142              From: simon@brecon.co.uk (Simon Cozens)
42143              Date: 14 Jul 2000 06:49:21 GMT
42144              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
42145              
42146              Subject: Re: Perlhacktut
42147              From: simon@brecon.co.uk (Simon Cozens)
42148              Date: 14 Jul 2000 07:09:45 GMT
42149              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
42150      Branch: perl
42151            ! pod/perlguts.pod pod/perlhack.pod
42152 ____________________________________________________________________________
42153 [  6405] By: jhi                                   on 2000/07/14  14:02:31
42154         Log: Integrate with Sarathy.
42155      Branch: cfgperl
42156           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
42157           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
42158           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
42159 ____________________________________________________________________________
42160 [  6404] By: gsar                                  on 2000/07/14  12:15:02
42161         Log: PERL_OBJECT build tweaks
42162      Branch: perl
42163            ! toke.c
42164 ____________________________________________________________________________
42165 [  6403] By: gsar                                  on 2000/07/14  11:23:41
42166         Log: inconsistent types needs casts
42167      Branch: perl
42168            ! toke.c
42169 ____________________________________________________________________________
42170 [  6402] By: gsar                                  on 2000/07/14  11:12:04
42171         Log: typos in change#6399, regen headers
42172      Branch: perl
42173            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
42174 ____________________________________________________________________________
42175 [  6401] By: gsar                                  on 2000/07/14  10:59:12
42176         Log: typecasts needed for change#6394
42177      Branch: perl
42178            ! toke.c
42179 ____________________________________________________________________________
42180 [  6400] By: gsar                                  on 2000/07/14  10:49:37
42181         Log: integrate cfgperl contents into mainline
42182      Branch: perl
42183           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
42184           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
42185 ____________________________________________________________________________
42186 [  6399] By: gsar                                  on 2000/07/14  10:38:35
42187         Log: enable UTF-16 filter by default if relevant BOM is seen; various
42188              cleanups (typos, misformatted code, and small bugs)
42189      Branch: perl
42190            ! doop.c embed.pl mg.c op.c pp.c toke.c
42191 ____________________________________________________________________________
42192 [  6398] By: gsar                                  on 2000/07/14  08:55:38
42193         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
42194              name suggests anyway)
42195      Branch: perl
42196            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
42197 ____________________________________________________________________________
42198 [  6397] By: gsar                                  on 2000/07/14  08:44:33
42199         Log: move new variables to the end of the interpreter structure (for
42200              bincompat in code that doesn't #include XSUB.h)
42201      Branch: perl
42202            ! intrpvar.h
42203 ____________________________________________________________________________
42204 [  6396] By: gsar                                  on 2000/07/14  08:13:58
42205         Log: MakeMaker should not remove editor backups (*~) on `make clean`
42206              by default (completes change#6383)
42207      Branch: perl
42208            ! lib/ExtUtils/MM_Unix.pm
42209 ____________________________________________________________________________
42210 [  6395] By: jhi                                   on 2000/07/14  05:20:33
42211         Log: Replace change #6337 with a better one.
42212              
42213              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
42214              From: Hugo <hv@crypt.compulink.co.uk>
42215              Date: Fri, 14 Jul 2000 04:16:20 +0100
42216              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
42217      Branch: cfgperl
42218            ! regexec.c t/op/re_tests
42219 ____________________________________________________________________________
42220 [  6394] By: jhi                                   on 2000/07/14  01:33:59
42221         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
42222      Branch: cfgperl
42223            ! embed.pl global.sym proto.h toke.c
42224 ____________________________________________________________________________
42225 [  6393] By: jhi                                   on 2000/07/13  23:41:23
42226         Log: remove discarded test
42227      Branch: cfgperl
42228            ! MANIFEST
42229 ____________________________________________________________________________
42230 [  6392] By: jhi                                   on 2000/07/13  23:32:25
42231         Log: The {multiplier} of a fixed substring was overlooked which
42232              caused a wrong initial search offset for that substring.
42233              
42234              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
42235              From: Hugo <hv@crypt.compulink.co.uk>
42236              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
42237              Date: Thu, 13 Jul 2000 19:27:13 +0100
42238      Branch: cfgperl
42239            ! regcomp.c t/op/re_tests
42240 ____________________________________________________________________________
42241 [  6391] By: jhi                                   on 2000/07/13  16:37:42
42242         Log: typo fix from Craig Berry
42243      Branch: cfgperl
42244            ! vms/subconfigure.com
42245 ____________________________________________________________________________
42246 [  6390] By: jhi                                   on 2000/07/13  13:20:12
42247         Log: Integrate with Sarathy.
42248      Branch: cfgperl
42249            - t/op/method2entersub.t
42250           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
42251           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
42252           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
42253           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
42254 ____________________________________________________________________________
42255 [  6389] By: jhi                                   on 2000/07/13  13:18:48
42256         Log: Detypo from Peter Prymmer, part of #6388.
42257      Branch: cfgperl
42258            ! Configure config_h.SH
42259      Branch: metaconfig
42260            ! U/modified/d_longlong.U
42261 ____________________________________________________________________________
42262 [  6388] By: gsar                                  on 2000/07/13  06:33:40
42263         Log: typos (spotted by Peter Prymmer)
42264      Branch: perl
42265            ! Configure t/lib/english.t
42266 ____________________________________________________________________________
42267 [  6387] By: gsar                                  on 2000/07/13  05:35:28
42268         Log: new selfloader.t in change#6183 doesn't close DATA handles,
42269              and thus fails to clean up tmp files on dosish platforms
42270      Branch: perl
42271            ! t/lib/selfloader.t
42272 ____________________________________________________________________________
42273 [  6386] By: gsar                                  on 2000/07/12  21:42:39
42274         Log: sprintf test tweaks (from Dominic Dunlop)
42275      Branch: perl
42276            ! t/op/sprintf.t
42277 ____________________________________________________________________________
42278 [  6385] By: gsar                                  on 2000/07/12  21:33:46
42279         Log: fix bugs in processing %v-*d and similar format specs (from
42280              Avi Finkel <avi@finkel.org>)
42281      Branch: perl
42282            ! sv.c t/op/sprintf.t
42283 ____________________________________________________________________________
42284 [  6384] By: gsar                                  on 2000/07/12  16:04:19
42285         Log: readd missing perldelta.pod changes from changes#6339,6376
42286      Branch: perl
42287            ! pod/perldelta.pod
42288 ____________________________________________________________________________
42289 [  6383] By: gsar                                  on 2000/07/12  16:00:51
42290         Log: don't clobber *.orig files on *clean targets
42291      Branch: perl
42292            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
42293 ____________________________________________________________________________
42294 [  6382] By: gsar                                  on 2000/07/12  07:59:12
42295         Log: fix broken integrations in cfgperl
42296      Branch: cfgperl
42297           !> Changes pod/perldelta.pod
42298 ____________________________________________________________________________
42299 [  6381] By: gsar                                  on 2000/07/12  07:42:17
42300         Log: integrate cfgperl changes into mainline
42301      Branch: perl
42302            ! Changes
42303           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
42304           !> pod/perlre.pod
42305 ____________________________________________________________________________
42306 [  6380] By: gsar                                  on 2000/07/12  07:31:00
42307         Log: get sprintf.t to adjust properly for 3-digit exponents
42308      Branch: perl
42309            ! t/op/sprintf.t
42310 ____________________________________________________________________________
42311 [  6379] By: gsar                                  on 2000/07/12  06:40:04
42312         Log: change#6174 needs corresponding change in win32/config_h.PL,
42313              which grovels through config_h.SH to find the config.h name
42314      Branch: perl
42315            ! win32/config_h.PL
42316 ____________________________________________________________________________
42317 [  6378] By: jhi                                   on 2000/07/12  05:03:59
42318         Log: Do the cc sanity check both before the hints and
42319              after the cc selction.
42320      Branch: cfgperl
42321            ! Configure config_h.SH
42322      Branch: metaconfig
42323            ! U/modified/Oldconfig.U U/modified/cc.U
42324      Branch: metaconfig/U/perl
42325            + Checkcc.U
42326 ____________________________________________________________________________
42327 [  6377] By: jhi                                   on 2000/07/12  02:49:22
42328         Log: Fix nits noticed by Boston.pm.
42329      Branch: cfgperl
42330            ! pod/perlre.pod
42331 ____________________________________________________________________________
42332 [  6376] By: jhi                                   on 2000/07/11  21:22:13
42333         Log: Configure cosmetics and perldelta.
42334      Branch: cfgperl
42335            ! Configure config_h.SH pod/perldelta.pod
42336      Branch: metaconfig
42337            ! U/modified/cc.U
42338 ____________________________________________________________________________
42339 [  6375] By: gsar                                  on 2000/07/11  21:17:35
42340         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
42341      Branch: perl
42342            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
42343            ! win32/win32sck.c
42344 ____________________________________________________________________________
42345 [  6374] By: gsar                                  on 2000/07/11  20:48:50
42346         Log: tweak for build failure under multiplicity
42347      Branch: perl
42348            ! toke.c
42349 ____________________________________________________________________________
42350 [  6373] By: gsar                                  on 2000/07/11  20:37:23
42351         Log: integrate cfgperl changes#6325..6373 into mainline
42352              (NOTE: today's batch of integrations still untested)
42353      Branch: perl
42354           +> ext/DynaLoader/hints/netbsd.pl
42355            ! Changes
42356           !> (integrate 26 files)
42357 ____________________________________________________________________________
42358 [  6372] By: jhi                                   on 2000/07/11  20:30:36
42359         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
42360              regen perltoc.
42361      Branch: cfgperl
42362            + pod/perlbook.pod
42363            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
42364            ! pod/perltoc.pod
42365 ____________________________________________________________________________
42366 [  6371] By: jhi                                   on 2000/07/11  20:08:56
42367         Log: Minor cleanups on the booklist.
42368      Branch: cfgperl
42369            ! pod/perlfaq2.pod
42370 ____________________________________________________________________________
42371 [  6370] By: jhi                                   on 2000/07/11  19:31:13
42372         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
42373      Branch: cfgperl
42374            ! t/pragma/overload.t
42375 ____________________________________________________________________________
42376 [  6369] By: gsar                                  on 2000/07/11  19:27:48
42377         Log: integrate cfgperl changes#6293..6324 into mainline
42378      Branch: perl
42379           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
42380            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
42381           !> (integrate 30 files)
42382 ____________________________________________________________________________
42383 [  6368] By: gsar                                  on 2000/07/11  19:18:57
42384         Log: skip integrate of problematic change#6292 from cfgperl into mainline
42385      Branch: perl
42386           !> pp_hot.c
42387 ____________________________________________________________________________
42388 [  6367] By: gsar                                  on 2000/07/11  19:17:21
42389         Log: integrate cfgperl changes#6288..6290 into mainline
42390      Branch: perl
42391           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
42392 ____________________________________________________________________________
42393 [  6366] By: gsar                                  on 2000/07/11  19:11:18
42394         Log: integrate cfgperl changes#6268..6282 into mainline
42395      Branch: perl
42396           !> (integrate 30 files)
42397 ____________________________________________________________________________
42398 [  6365] By: gsar                                  on 2000/07/11  18:57:00
42399         Log: delete new accidentally branched file
42400      Branch: perl
42401            - t/op/method2entersub.t
42402 ____________________________________________________________________________
42403 [  6364] By: gsar                                  on 2000/07/11  18:55:13
42404         Log: skip integrate of change#6267 from cfgperl into mainline (the
42405              method call optimization is flawed without additional hints
42406              from user about immutableness of @ISA and no runtime method
42407              definitions)
42408      Branch: perl
42409           +> t/op/method2entersub.t
42410           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
42411           !> perl.h t/op/sprintf.t xsutils.c
42412 ____________________________________________________________________________
42413 [  6363] By: gsar                                  on 2000/07/11  18:49:43
42414         Log: integrate cfgperl changes#6261..6266 into mainline
42415      Branch: perl
42416           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
42417           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
42418           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
42419           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
42420 ____________________________________________________________________________
42421 [  6362] By: gsar                                  on 2000/07/11  18:43:26
42422         Log: integrate cfgperl changes#6252..6260 into mainline
42423      Branch: perl
42424           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
42425           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
42426           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
42427           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
42428 ____________________________________________________________________________
42429 [  6361] By: gsar                                  on 2000/07/11  18:37:12
42430         Log: skip integrate of problematic change#6251 from cfgperl into mainline
42431      Branch: perl
42432           !> lib/Exporter.pm
42433 ____________________________________________________________________________
42434 [  6360] By: gsar                                  on 2000/07/11  18:34:56
42435         Log: integrate cfgperl change#6250 into mainline
42436      Branch: perl
42437           +> t/op/my_stash.t
42438           !> MANIFEST embed.pl proto.h toke.c
42439 ____________________________________________________________________________
42440 [  6359] By: gsar                                  on 2000/07/11  18:21:19
42441         Log: integrate cfgperl changes#6242..6249 into mainline
42442      Branch: perl
42443           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
42444           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
42445           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
42446           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
42447           !> t/lib/peek.t utf8.c
42448 ____________________________________________________________________________
42449 [  6358] By: gsar                                  on 2000/07/11  18:15:45
42450         Log: skip integrate of problematic change#6241 from cfgperl into mainline
42451      Branch: perl
42452           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
42453 ____________________________________________________________________________
42454 [  6357] By: jhi                                   on 2000/07/11  18:15:16
42455         Log: Fix for
42456              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
42457              From: Roderick Schertler <roderick@argon.org> 
42458              Date: Tue, 11 Jul 2000 13:55:05 -0400 
42459              Message-Id: <200007111755.NAA05077@jones.argon.org> 
42460      Branch: cfgperl
42461            ! doio.c
42462 ____________________________________________________________________________
42463 [  6356] By: jhi                                   on 2000/07/11  18:12:51
42464         Log: Typo in #6341.
42465      Branch: cfgperl
42466            ! pp_hot.c
42467 ____________________________________________________________________________
42468 [  6355] By: gsar                                  on 2000/07/11  18:12:10
42469         Log: integrate cfgperl changes#6231..6240 into mainline
42470      Branch: perl
42471           +> pod/perlutil.pod
42472           !> (integrate 35 files)
42473 ____________________________________________________________________________
42474 [  6354] By: jhi                                   on 2000/07/11  18:04:34
42475         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
42476              From: Dominic Dunlop <domo@computer.org> 
42477              Date: Tue, 11 Jul 2000 12:27:33 +0200 
42478              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
42479              
42480              Replaces change #6268.
42481      Branch: cfgperl
42482            ! t/op/sprintf.t
42483 ____________________________________________________________________________
42484 [  6353] By: gsar                                  on 2000/07/11  17:59:51
42485         Log: skip integrate of problematic change#6230 from cfgperl into mainline
42486              (a later version of File::Spec is already in mainline)
42487      Branch: perl
42488           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
42489           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
42490 ____________________________________________________________________________
42491 [  6352] By: gsar                                  on 2000/07/11  17:57:48
42492         Log: integrate cfgperl changes#6224..6229 into mainline
42493      Branch: perl
42494           +> lib/lib.pm.PL
42495            - lib/lib.pm
42496           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
42497           !> lib/English.pm op.c t/lib/english.t
42498 ____________________________________________________________________________
42499 [  6351] By: gsar                                  on 2000/07/11  17:50:10
42500         Log: skip integrate of problematic change#6223 from cfgperl into mainline
42501      Branch: perl
42502           !> doio.c
42503 ____________________________________________________________________________
42504 [  6350] By: gsar                                  on 2000/07/11  17:48:28
42505         Log: integrate cfgperl changes#6220..6222 into mainline
42506      Branch: perl
42507           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
42508           !> toke.c utf8.c win32/win32.h
42509 ____________________________________________________________________________
42510 [  6349] By: gsar                                  on 2000/07/11  17:46:13
42511         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
42512              mainline
42513      Branch: perl
42514           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
42515           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
42516           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
42517 ____________________________________________________________________________
42518 [  6348] By: jhi                                   on 2000/07/11  17:45:49
42519         Log: README.posix-bc podified from Thomas Dorner.
42520      Branch: cfgperl
42521            ! README.posix-bc
42522 ____________________________________________________________________________
42523 [  6347] By: gsar                                  on 2000/07/11  17:42:04
42524         Log: integrate cfgperl change#6217 into mainline
42525      Branch: perl
42526           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
42527           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
42528           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
42529 ____________________________________________________________________________
42530 [  6346] By: gsar                                  on 2000/07/11  17:39:37
42531         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
42532              mainline
42533      Branch: perl
42534           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
42535           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
42536           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
42537           !> perlapi.h pod/perlapi.pod
42538 ____________________________________________________________________________
42539 [  6345] By: gsar                                  on 2000/07/11  17:36:42
42540         Log: integrate cfgperl changes#6207..6210 into mainline
42541      Branch: perl
42542           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
42543           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
42544 ____________________________________________________________________________
42545 [  6344] By: gsar                                  on 2000/07/11  17:31:20
42546         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
42547              mainline
42548      Branch: perl
42549           !> (integrate 40 files)
42550 ____________________________________________________________________________
42551 [  6343] By: gsar                                  on 2000/07/11  17:19:08
42552         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
42553      Branch: perl
42554           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
42555            ! Changes
42556           !> (integrate 34 files)
42557 ____________________________________________________________________________
42558 [  6342] By: jhi                                   on 2000/07/11  16:05:48
42559         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
42560              To: perl5-porters@perl.org
42561              From: Karsten Sperling <spiff@phreax.net>
42562              Date: Mon, 10 Jul 2000 15:12:52 +0200
42563              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
42564      Branch: cfgperl
42565            ! lib/Symbol.pm
42566 ____________________________________________________________________________
42567 [  6341] By: jhi                                   on 2000/07/11  15:59:23
42568         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
42569              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42570              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
42571              Date: Fri, 07 Jul 2000 17:57:16 +0100
42572      Branch: cfgperl
42573            ! pp_hot.c
42574 ____________________________________________________________________________
42575 [  6340] By: jhi                                   on 2000/07/11  15:55:47
42576         Log: Subject: Re: format bug report  [Patch]
42577              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42578              Date: Wed, 05 Jul 2000 13:12:52 +0200
42579              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
42580              
42581              Subject: Re: format bug report  [Patch]
42582              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42583              Date: Wed, 05 Jul 2000 14:10:01 +0200
42584              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
42585      Branch: cfgperl
42586            ! t/op/write.t toke.c
42587 ____________________________________________________________________________
42588 [  6339] By: jhi                                   on 2000/07/11  13:54:09
42589         Log: Be less forgiving about ambiguous and illegal tr ranges.
42590              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
42591              From: Mark-Jason Dominus <mjd@plover.com>
42592              Date: Tue, 04 Jul 2000 10:00:12 -0400
42593              Message-ID: <20000704140012.17772.qmail@plover.com>
42594              
42595              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
42596              From: Mark-Jason Dominus <mjd@plover.com>
42597              Date: Wed, 05 Jul 2000 09:37:36 -0400
42598              Message-ID: <20000705133736.27293.qmail@plover.com>
42599      Branch: cfgperl
42600            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
42601 ____________________________________________________________________________
42602 [  6338] By: jhi                                   on 2000/07/11  13:31:24
42603         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
42604              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42605              Date: Tue, 11 Jul 2000 13:50:51 +0100
42606              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
42607      Branch: cfgperl
42608            ! sv.c
42609 ____________________________________________________________________________
42610 [  6337] By: jhi                                   on 2000/07/11  13:29:14
42611         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
42612              From: Hugo <hv@crypt.compulink.co.uk>
42613              Date: Tue, 11 Jul 2000 12:44:50 +0100
42614              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
42615      Branch: cfgperl
42616            ! regexec.c t/op/re_tests
42617 ____________________________________________________________________________
42618 [  6336] By: jhi                                   on 2000/07/11  13:26:47
42619         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
42620              From: simon@brecon.co.uk (Simon Cozens)
42621              Date: 7 Jul 2000 11:26:09 GMT
42622              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
42623      Branch: cfgperl
42624            ! mg.c
42625 ____________________________________________________________________________
42626 [  6335] By: jhi                                   on 2000/07/11  13:23:37
42627         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
42628              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
42629              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
42630              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
42631      Branch: cfgperl
42632            + ext/DynaLoader/hints/netbsd.pl
42633            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
42634 ____________________________________________________________________________
42635 [  6334] By: jhi                                   on 2000/07/11  13:20:38
42636         Log: Subject: PATCH perlguts.pod: Document D and d magic types
42637              From: mjd@plover.com
42638              Date: 5 Jul 2000 18:01:51 -0000
42639              Message-ID: <20000705180151.29413.qmail@plover.com>
42640      Branch: cfgperl
42641            ! pod/perlguts.pod
42642 ____________________________________________________________________________
42643 [  6333] By: jhi                                   on 2000/07/11  13:15:51
42644         Log: Precedence goof, fix based on
42645              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
42646              From: Hugo <hv@crypt.compulink.co.uk>
42647              Date: Tue, 11 Jul 2000 12:52:38 +0100
42648              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
42649      Branch: cfgperl
42650            ! t/op/taint.t
42651 ____________________________________________________________________________
42652 [  6332] By: jhi                                   on 2000/07/11  12:40:17
42653         Log: Integrate with Sarathy.
42654      Branch: cfgperl
42655           !> win32/win32sck.c
42656 ____________________________________________________________________________
42657 [  6331] By: jhi                                   on 2000/07/10  20:14:16
42658         Log: Sprinkle ldlibpath.
42659      Branch: cfgperl
42660            ! pod/Makefile.SH
42661 ____________________________________________________________________________
42662 [  6330] By: jhi                                   on 2000/07/10  17:54:49
42663         Log: More POSIX.pod tweaks.
42664      Branch: cfgperl
42665            ! ext/POSIX/POSIX.pod
42666 ____________________________________________________________________________
42667 [  6329] By: jhi                                   on 2000/07/10  14:02:12
42668         Log: Reorder perl.pod once more.
42669      Branch: cfgperl
42670            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
42671 ____________________________________________________________________________
42672 [  6328] By: gsar                                  on 2000/07/10  07:06:00
42673         Log: accept() leaks memory on windows due to incorrect ordering of
42674              closesocket() and fclose() calls
42675      Branch: perl
42676            ! win32/win32sck.c
42677 ____________________________________________________________________________
42678 [  6327] By: gsar                                  on 2000/07/10  06:49:17
42679         Log: winsock options weren't being set in all threads under ithreads
42680              (caused send()s from second and subsequent threads to fail)
42681      Branch: perl
42682            ! win32/win32sck.c
42683 ____________________________________________________________________________
42684 [  6326] By: jhi                                   on 2000/07/08  02:45:40
42685         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
42686              was cast to an unsigned (32-bit) integer with wild abandon.
42687      Branch: cfgperl
42688            ! ext/Devel/DProf/DProf.xs
42689 ____________________________________________________________________________
42690 [  6325] By: jhi                                   on 2000/07/07  18:50:33
42691         Log: Remove perlbook, update perlfaq book listing,
42692              rearrange perl.pod, regenerate perltoc.
42693      Branch: cfgperl
42694            - pod/perlbook.pod
42695            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
42696            ! pod/perlfaq2.pod pod/perltoc.pod
42697 ____________________________________________________________________________
42698 [  6324] By: jhi                                   on 2000/07/07  14:03:40
42699         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
42700      Branch: cfgperl
42701            ! sv.h toke.c
42702 ____________________________________________________________________________
42703 [  6323] By: jhi                                   on 2000/07/06  16:03:55
42704         Log: Fix complaints of buildtoc.
42705      Branch: cfgperl
42706            + lib/Win32.pod
42707            - pod/Win32.pod
42708            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
42709 ____________________________________________________________________________
42710 [  6322] By: jhi                                   on 2000/07/06  15:15:52
42711         Log: Add =head1 NAMEs so that buildtoc is happy.
42712              (The CGI::Util nit reported to Lincoln.)
42713      Branch: cfgperl
42714            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
42715            ! pod/perltoc.pod
42716 ____________________________________________________________________________
42717 [  6321] By: jhi                                   on 2000/07/06  03:16:04
42718         Log: Config is being used.
42719      Branch: cfgperl
42720            ! t/op/method.t
42721 ____________________________________________________________________________
42722 [  6320] By: jhi                                   on 2000/07/06  03:13:13
42723         Log: Integrate with Sarathy.
42724      Branch: cfgperl
42725           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
42726 ____________________________________________________________________________
42727 [  6319] By: jhi                                   on 2000/07/06  03:11:46
42728         Log: Autogenerate pod/Makefile and pod/buildtoc.
42729              buildtoc also checks whether the existin pods are
42730              mentioned in MANIFEST and perl.pod, and vice versa.
42731              (None of the thusly found discrepancies fixed yet.)
42732              roffitall also needs to be autogenerated similarly but it
42733              seems so badly out of date that I didn't touch it yet.
42734      Branch: cfgperl
42735            + pod/Makefile.SH pod/buildtoc.PL
42736            - pod/Makefile pod/buildtoc
42737            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
42738 ____________________________________________________________________________
42739 [  6318] By: gsar                                  on 2000/07/05  22:10:54
42740         Log: fix UNC path handling on Windows under ithreads, and chdir()
42741              return value when given a non-existent directory
42742      Branch: perl
42743            ! win32/vdir.h
42744 ____________________________________________________________________________
42745 [  6317] By: gsar                                  on 2000/07/05  22:08:19
42746         Log: winsock cleanup never done on Windows (leads to handle leaks)
42747      Branch: perl
42748            ! win32/perllib.c win32/win32sck.c
42749 ____________________________________________________________________________
42750 [  6316] By: gsar                                  on 2000/07/05  22:06:19
42751         Log: some debugger output does not go to the socket when RemotePort is set
42752      Branch: perl
42753            ! lib/perl5db.pl
42754 ____________________________________________________________________________
42755 [  6315] By: jhi                                   on 2000/07/05  00:25:21
42756         Log: Integrate with Sarathy, preliminary fix for unicos
42757              alignment problems in [ID 20000612.002] Perl problem on Cray system.
42758      Branch: cfgperl
42759            ! sv.h
42760           !> pp_hot.c
42761 ____________________________________________________________________________
42762 [  6314] By: gsar                                  on 2000/07/04  23:34:02
42763         Log: tyop in change#6306
42764      Branch: perl
42765            ! pp_hot.c
42766 ____________________________________________________________________________
42767 [  6313] By: jhi                                   on 2000/07/04  22:14:38
42768         Log: Multiline string literals ENONPORTABLE.
42769      Branch: cfgperl
42770            ! pp_hot.c
42771 ____________________________________________________________________________
42772 [  6312] By: jhi                                   on 2000/07/04  20:34:44
42773         Log: Integrate with Sarathy.
42774      Branch: cfgperl
42775           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
42776           !> t/op/method.t
42777 ____________________________________________________________________________
42778 [  6311] By: jhi                                   on 2000/07/04  20:30:56
42779         Log: More POSIX.pod embellishment.
42780      Branch: cfgperl
42781            ! ext/POSIX/POSIX.pod
42782 ____________________________________________________________________________
42783 [  6310] By: gsar                                  on 2000/07/04  17:28:48
42784         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
42785      Branch: perl
42786            ! t/lib/b.t
42787 ____________________________________________________________________________
42788 [  6309] By: jhi                                   on 2000/07/04  17:22:18
42789         Log: The #6308 required a little bit more.
42790      Branch: cfgperl
42791            ! Makefile.SH win32/Makefile
42792 ____________________________________________________________________________
42793 [  6308] By: jhi                                   on 2000/07/04  16:35:24
42794         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
42795      Branch: cfgperl
42796            + lib/lib_pm.PL
42797            - lib/lib.pm.PL
42798            ! MANIFEST Makefile.SH
42799 ____________________________________________________________________________
42800 [  6307] By: jhi                                   on 2000/07/04  16:28:58
42801         Log: Win32 patches for cfgperl from Sarathy.
42802      Branch: cfgperl
42803            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
42804            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
42805            ! thread.h toke.c util.c win32/Makefile win32/win32.c
42806 ____________________________________________________________________________
42807 [  6306] By: gsar                                  on 2000/07/04  16:28:40
42808         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
42809              (from Richard Soderberg <rs@oregonnet.com>)
42810      Branch: perl
42811            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
42812 ____________________________________________________________________________
42813 [  6305] By: jhi                                   on 2000/07/04  16:24:24
42814         Log: Integrate with Sarathy.
42815      Branch: cfgperl
42816           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
42817           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
42818           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
42819           !> proto.h win32/win32.c
42820 ____________________________________________________________________________
42821 [  6304] By: gsar                                  on 2000/07/04  16:17:24
42822         Log: missing perldiag entry for unpack("w",...) diagnostic (from
42823              Andreas Koenig)
42824      Branch: perl
42825            ! pod/perldiag.pod
42826 ____________________________________________________________________________
42827 [  6303] By: gsar                                  on 2000/07/04  16:14:44
42828         Log: remove rel2abs prototypes (from Barrie Slaymaker)
42829      Branch: perl
42830            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
42831            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
42832 ____________________________________________________________________________
42833 [  6302] By: gsar                                  on 2000/07/04  04:59:35
42834         Log: adjust change#6299
42835      Branch: perl
42836            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
42837            ! win32/win32.c
42838 ____________________________________________________________________________
42839 [  6301] By: jhi                                   on 2000/07/04  04:50:07
42840         Log: Integrate with Sarathy.
42841      Branch: cfgperl
42842           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
42843           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
42844           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
42845 ____________________________________________________________________________
42846 [  6300] By: gsar                                  on 2000/07/04  04:42:09
42847         Log: PERL_OBJECT build tweak
42848      Branch: perl
42849            ! perl.h
42850 ____________________________________________________________________________
42851 [  6299] By: gsar                                  on 2000/07/04  04:37:00
42852         Log: fix memory leak on Windows (PL_sys_intern contents were never
42853              freed)
42854      Branch: perl
42855            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
42856            ! perlapi.c proto.h win32/win32.c
42857 ____________________________________________________________________________
42858 [  6298] By: gsar                                  on 2000/07/04  04:15:59
42859         Log: fix large memory leak that has been around for ever, masked by
42860              -DPURIFY (most of the arenas were never freed!)
42861      Branch: perl
42862            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
42863 ____________________________________________________________________________
42864 [  6297] By: gsar                                  on 2000/07/04  04:07:46
42865         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
42866      Branch: perl
42867            ! perl.c
42868 ____________________________________________________________________________
42869 [  6296] By: jhi                                   on 2000/06/30  18:28:37
42870         Log: Elaborate POSIX.pod.  Still needs work.
42871      Branch: cfgperl
42872            ! ext/POSIX/POSIX.pod
42873 ____________________________________________________________________________
42874 [  6295] By: jhi                                   on 2000/06/30  14:58:18
42875         Log: Point to perlipc for more SysV IPC examples.
42876      Branch: cfgperl
42877            ! pod/perlfunc.pod
42878 ____________________________________________________________________________
42879 [  6294] By: gsar                                  on 2000/06/30  14:47:45
42880         Log: slurp mode fix in change#4736 still not quite right
42881      Branch: perl
42882            ! pp_hot.c t/io/argv.t
42883 ____________________________________________________________________________
42884 [  6293] By: jhi                                   on 2000/06/30  12:02:55
42885         Log: Integrate with Sarathy.
42886      Branch: cfgperl
42887           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
42888 ____________________________________________________________________________
42889 [  6292] By: jhi                                   on 2000/06/30  12:01:11
42890         Log: From: simon@brecon.co.uk (Simon Cozens)
42891              Subject: UTF8 concat
42892              Date: 30 Jun 2000 06:13:25 GMT
42893              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
42894      Branch: cfgperl
42895            ! pp_hot.c
42896 ____________________________________________________________________________
42897 [  6291] By: gsar                                  on 2000/06/30  04:37:33
42898         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
42899              when @_ is modified, causing coredumps
42900      Branch: perl
42901            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
42902 ____________________________________________________________________________
42903 [  6290] By: jhi                                   on 2000/06/30  02:21:44
42904         Log: Integrate with Sarathy.
42905      Branch: cfgperl
42906           !> vms/vms.c vms/vmsish.h
42907 ____________________________________________________________________________
42908 [  6289] By: jhi                                   on 2000/06/30  02:21:02
42909         Log: Check VERSIONs.
42910      Branch: cfgperl
42911            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
42912            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
42913            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
42914 ____________________________________________________________________________
42915 [  6288] By: jhi                                   on 2000/06/30  02:18:52
42916         Log: Integrate with Sarathy.
42917      Branch: cfgperl
42918           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
42919           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
42920           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
42921           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
42922 ____________________________________________________________________________
42923 [  6287] By: gsar                                  on 2000/06/30  02:17:08
42924         Log: integrate vmsperl changes into mainline
42925      Branch: perl
42926           !> vms/vms.c vms/vmsish.h
42927 ____________________________________________________________________________
42928 [  6285] By: gsar                                  on 2000/06/30  02:05:28
42929         Log: localize %INC in a Safe compartment so that use/require work
42930              (many other magic globals probably need similar treatment)
42931      Branch: perl
42932            ! ext/Opcode/Opcode.xs
42933 ____________________________________________________________________________
42934 [  6284] By: gsar                                  on 2000/06/30  01:54:54
42935         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
42936              about Windows
42937      Branch: perl
42938            ! pod/perlembed.pod
42939 ____________________________________________________________________________
42940 [  6283] By: jhi                                   on 2000/06/30  01:50:10
42941         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
42942              From: Barrie Slaymaker <barries@jester.slaysys.com>
42943              Date: Wed, 28 Jun 2000 11:35:29 -0400
42944              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
42945      Branch: perl
42946            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
42947            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
42948            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
42949            ! lib/File/Spec/Win32.pm
42950 ____________________________________________________________________________
42951 [  6282] By: jhi                                   on 2000/06/29  22:57:22
42952         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
42953              From: Dan Sugalski <dan@sidhe.org>
42954              Date: Tue, 06 Jun 2000 11:59:50 -0400
42955              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
42956      Branch: cfgperl
42957            ! vms/vms.c
42958 ____________________________________________________________________________
42959 [  6281] By: jhi                                   on 2000/06/29  22:52:50
42960         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
42961              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
42962              Date: Wed, 7 Jun 2000 04:02:04 -0500
42963              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
42964      Branch: cfgperl
42965            ! utils/h2xs.PL
42966 ____________________________________________________________________________
42967 [  6280] By: jhi                                   on 2000/06/29  22:45:47
42968         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
42969              From: rspier@pobox.com (Robert Spier)
42970              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
42971              Message-ID: <14654.31913.845602.610277@rls.cx>
42972      Branch: cfgperl
42973            ! utils/h2xs.PL
42974 ____________________________________________________________________________
42975 [  6279] By: jhi                                   on 2000/06/29  22:38:16
42976         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
42977              From: Tim Ayers <tayers@bridge.com>
42978              Date: Thu, 08 Jun 2000 08:11:06 +0200
42979              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
42980              [resent by Richard Foley, Message-Id probably wrong]
42981      Branch: cfgperl
42982            ! pod/perlsub.pod
42983 ____________________________________________________________________________
42984 [  6278] By: jhi                                   on 2000/06/29  22:21:45
42985         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
42986              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
42987              Date: Fri, 09 Jun 2000 12:39:27 -0400
42988              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
42989              (plus update the version "number" of Text::Wrap)
42990      Branch: cfgperl
42991            ! lib/Text/Wrap.pm
42992 ____________________________________________________________________________
42993 [  6277] By: jhi                                   on 2000/06/29  22:13:10
42994         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
42995              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42996              Date: Mon, 12 Jun 2000 14:55:59 +0100
42997              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
42998      Branch: cfgperl
42999            ! pod/perlfunc.pod
43000 ____________________________________________________________________________
43001 [  6276] By: jhi                                   on 2000/06/29  22:11:06
43002         Log: Subject: [PATCH] Re: eval documentation: context
43003              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43004              Date: Mon, 12 Jun 2000 15:07:29 +0100
43005              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
43006      Branch: cfgperl
43007            ! pod/perlfunc.pod
43008 ____________________________________________________________________________
43009 [  6275] By: jhi                                   on 2000/06/29  21:59:46
43010         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
43011              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
43012              Date: Tue, 13 Jun 2000 02:43:48 -0500
43013              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
43014      Branch: cfgperl
43015            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
43016 ____________________________________________________________________________
43017 [  6274] By: jhi                                   on 2000/06/29  21:56:14
43018         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
43019              From: Andy Dougherty <doughera@lafayette.edu>
43020              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
43021              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
43022      Branch: cfgperl
43023            ! ext/File/Glob/Glob.pm
43024 ____________________________________________________________________________
43025 [  6273] By: jhi                                   on 2000/06/29  21:49:09
43026         Log: Subject: [PATCH] xsub attributes
43027              From: Doug MacEachern <dougm@covalent.net>
43028              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
43029              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
43030      Branch: cfgperl
43031            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
43032            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
43033 ____________________________________________________________________________
43034 [  6272] By: jhi                                   on 2000/06/29  21:41:28
43035         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
43036              From: Tom Phoenix <rootbeer@redcat.com>
43037              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
43038              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
43039      Branch: cfgperl
43040            ! lib/Net/Ping.pm
43041 ____________________________________________________________________________
43042 [  6271] By: jhi                                   on 2000/06/29  21:36:55
43043         Log: Subject: PATCH pod/perltie.pod
43044              From: Ian Phillipps <Ian.Phillipps@iname.com>
43045              Date: Fri, 16 Jun 2000 00:17:19 +0100
43046              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
43047              (only the first hunk, the second hunk had already been done
43048              by some other patch)
43049      Branch: cfgperl
43050            ! pod/perltie.pod
43051 ____________________________________________________________________________
43052 [  6270] By: jhi                                   on 2000/06/29  21:24:51
43053         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
43054              From: Nicholas Clark <nick@talking.bollo.cx>
43055              Date: Fri, 23 Jun 2000 16:21:15 +0100
43056              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
43057      Branch: cfgperl
43058            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
43059            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
43060 ____________________________________________________________________________
43061 [  6269] By: jhi                                   on 2000/06/29  19:38:15
43062         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
43063              silence few compiler warnings.
43064      Branch: cfgperl
43065            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
43066 ____________________________________________________________________________
43067 [  6268] By: jhi                                   on 2000/06/29  18:21:50
43068         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
43069              From: Dominic Dunlop <domo@computer.org> 
43070              Date: Thu, 29 Jun 2000 12:32:39 +0200 
43071              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
43072      Branch: cfgperl
43073            ! t/op/sprintf.t
43074 ____________________________________________________________________________
43075 [  6267] By: jhi                                   on 2000/06/29  18:16:07
43076         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
43077              From: Doug MacEachern <dougm@covalent.net>
43078              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
43079              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
43080      Branch: cfgperl
43081            + t/op/method2entersub.t
43082            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
43083            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
43084            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
43085            ! xsutils.c
43086 ____________________________________________________________________________
43087 [  6266] By: jhi                                   on 2000/06/29  15:11:15
43088         Log: Subject: [PATCH 5.6.0] cygwin port
43089              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
43090              From: "Fifer, Eric" <EFifer@sanwaint.com>
43091              Date: Thu, 29 Jun 2000 12:58:29 +0100
43092      Branch: cfgperl
43093            ! cygwin/Makefile.SHs
43094 ____________________________________________________________________________
43095 [  6265] By: jhi                                   on 2000/06/29  15:04:05
43096         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
43097              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43098              Date: Wed, 28 Jun 2000 17:50:12 -0700
43099              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
43100      Branch: cfgperl
43101            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
43102 ____________________________________________________________________________
43103 [  6264] By: jhi                                   on 2000/06/29  15:00:57
43104         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
43105              From: Marty Lucich <marty@netcom.com>
43106              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
43107              Message-Id: <200006282116.OAA11148@netcom.com>
43108              ccdlflags update (the BSD/OS 4.1 part had already been taken
43109              care of by #6141).
43110      Branch: cfgperl
43111            ! hints/bsdos.sh
43112 ____________________________________________________________________________
43113 [  6263] By: jhi                                   on 2000/06/29  13:47:44
43114         Log: tr fixes from Simon Cozens
43115      Branch: cfgperl
43116            ! doop.c
43117 ____________________________________________________________________________
43118 [  6262] By: jhi                                   on 2000/06/28  18:46:01
43119         Log: Subject: 5.6.0 Patch for EPOC
43120              From: Olaf Flebbe <o.flebbe@gmx.de>
43121              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
43122              Message-ID: <23449.960929969@www11.gmx.net>
43123      Branch: cfgperl
43124            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
43125            ! epoc/epocish.h
43126 ____________________________________________________________________________
43127 [  6261] By: jhi                                   on 2000/06/28  18:29:07
43128         Log: Subject: Re: [PATCH cfgperl] BOMs away!
43129              From: simon@brecon.co.uk (Simon Cozens)
43130              Date: 17 Jun 2000 11:49:57 GMT
43131              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
43132      Branch: cfgperl
43133            ! pod/perldiag.pod t/comp/require.t toke.c
43134 ____________________________________________________________________________
43135 [  6260] By: jhi                                   on 2000/06/28  17:47:16
43136         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
43137              From: simon@brecon.co.uk (Simon Cozens) 
43138              Date: 17 Jun 2000 11:56:44 GMT 
43139              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
43140              pack U0, pack C0
43141      Branch: cfgperl
43142            ! pod/perlfunc.pod pp.c t/op/pack.t
43143 ____________________________________________________________________________
43144 [  6259] By: jhi                                   on 2000/06/28  16:43:17
43145         Log: perlnewmod was missing from MANIFEST.
43146      Branch: cfgperl
43147            ! MANIFEST
43148 ____________________________________________________________________________
43149 [  6258] By: jhi                                   on 2000/06/28  15:54:30
43150         Log: linenumber tweak
43151      Branch: cfgperl
43152            ! t/pragma/warn/regcomp
43153 ____________________________________________________________________________
43154 [  6257] By: jhi                                   on 2000/06/28  15:50:44
43155         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
43156              From: Doug MacEachern <dougm@covalent.net>
43157              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
43158              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
43159              (one part of the patch had been applied earlier)
43160      Branch: cfgperl
43161            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
43162 ____________________________________________________________________________
43163 [  6256] By: jhi                                   on 2000/06/28  15:40:22
43164         Log: tweaks from Simon Cozens to further fix tr/// under utf8
43165      Branch: cfgperl
43166            ! doop.c
43167 ____________________________________________________________________________
43168 [  6255] By: jhi                                   on 2000/06/28  15:33:45
43169         Log: small thinko tweaks
43170      Branch: cfgperl
43171            ! lib/IPC/Open3.pm t/op/my_stash.t
43172 ____________________________________________________________________________
43173 [  6254] By: jhi                                   on 2000/06/28  15:33:25
43174         Log: Subject: tr///, help wanted.
43175              From: simon@brecon.co.uk (Simon Cozens)
43176              Date: 28 Jun 2000 11:29:04 GMT
43177              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
43178      Branch: cfgperl
43179            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
43180            ! pp_proto.h proto.h t/op/tr.t
43181 ____________________________________________________________________________
43182 [  6253] By: jhi                                   on 2000/06/28  15:09:17
43183         Log: Paranoia tweak on #6249.
43184              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
43185              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
43186              Date: Sun, 25 Jun 2000 23:43:12 -0400
43187              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
43188      Branch: cfgperl
43189            ! lib/IPC/Open3.pm
43190 ____________________________________________________________________________
43191 [  6252] By: jhi                                   on 2000/06/28  15:01:38
43192         Log: Document #6249 and #6251.
43193      Branch: cfgperl
43194            ! lib/Exporter.pm lib/IPC/Open3.pm
43195 ____________________________________________________________________________
43196 [  6251] By: jhi                                   on 2000/06/28  14:50:43
43197         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
43198              From: Doug MacEachern <dougm@covalent.net>
43199              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
43200              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
43201      Branch: cfgperl
43202            ! lib/Exporter.pm
43203 ____________________________________________________________________________
43204 [  6250] By: jhi                                   on 2000/06/28  14:45:23
43205         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
43206              From: Doug MacEachern <dougm@covalent.net>
43207              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
43208              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
43209      Branch: cfgperl
43210            + t/op/my_stash.t
43211            ! MANIFEST embed.pl global.sym proto.h toke.c
43212 ____________________________________________________________________________
43213 [  6249] By: jhi                                   on 2000/06/28  14:36:34
43214         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
43215              From: Frank Tobin <ftobin@uiuc.edu>
43216              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
43217              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
43218      Branch: cfgperl
43219            ! lib/IPC/Open3.pm
43220 ____________________________________________________________________________
43221 [  6248] By: jhi                                   on 2000/06/28  14:11:25
43222         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
43223              From: Mark-Jason Dominus <mjd@plover.com>
43224              Date: Tue, 27 Jun 2000 22:36:42 -0400
43225              Message-ID: <20000628023642.12166.qmail@plover.com>
43226      Branch: cfgperl
43227            ! pod/perlfunc.pod
43228 ____________________________________________________________________________
43229 [  6247] By: jhi                                   on 2000/06/27  12:46:37
43230         Log: Tweak $VERSION, patch from Doug MacEachern.
43231      Branch: cfgperl
43232            ! lib/File/Spec.pm
43233 ____________________________________________________________________________
43234 [  6246] By: jhi                                   on 2000/06/27  03:34:46
43235         Log: Allow for standalone testing.
43236      Branch: cfgperl
43237            ! t/lib/filefunc.t t/lib/filespec.t
43238 ____________________________________________________________________________
43239 [  6245] By: jhi                                   on 2000/06/27  02:50:02
43240         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
43241              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
43242              Date: Sat, 24 Jun 2000 13:06:20 +0100
43243              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
43244      Branch: cfgperl
43245            ! ext/DynaLoader/DynaLoader_pm.PL
43246 ____________________________________________________________________________
43247 [  6244] By: jhi                                   on 2000/06/27  02:46:10
43248         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
43249              From: Doug MacEachern <dougm@covalent.net>
43250              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
43251              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
43252      Branch: cfgperl
43253            ! gv.c sv.c t/lib/peek.t
43254 ____________________________________________________________________________
43255 [  6243] By: jhi                                   on 2000/06/27  02:38:07
43256         Log: Subject: [PATCH] is_utf8_string
43257              From: simon@brecon.co.uk (Simon Cozens)
43258              Date: 26 Jun 2000 02:25:59 GMT
43259              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
43260      Branch: cfgperl
43261            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
43262            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
43263            ! proto.h utf8.c
43264 ____________________________________________________________________________
43265 [  6242] By: jhi                                   on 2000/06/27  02:24:00
43266         Log: Subject: [PATCH] bytes<->utf8 fixes
43267              From: simon@brecon.co.uk (Simon Cozens)
43268              Date: 26 Jun 2000 04:55:45 GMT
43269              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
43270      Branch: cfgperl
43271            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
43272 ____________________________________________________________________________
43273 [  6241] By: jhi                                   on 2000/06/27  02:12:42
43274         Log: Do no -warn on \_, only on \alpha.
43275              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
43276              From: David Dyck <dcd@tc.fluke.com>
43277              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
43278              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
43279      Branch: cfgperl
43280            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
43281 ____________________________________________________________________________
43282 [  6240] By: jhi                                   on 2000/06/27  02:00:01
43283         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
43284              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
43285              Date: Mon, 26 Jun 2000 18:40:14 +0100
43286              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
43287      Branch: cfgperl
43288            ! utils/h2xs.PL
43289 ____________________________________________________________________________
43290 [  6239] By: jhi                                   on 2000/06/27  01:53:40
43291         Log: Configure maintenance.  Sever some dependency cycles,
43292              separate gccversion from the cc unit,
43293              address [ID 20000623.006] Configure script patch for using gcc on AIX
43294              (but solve it a little bit differently),
43295              unduplex some accidentally duplicated units,
43296              suggest using gcc if no cc available
43297              (p5p thread: "Solaris configure: counterproposal", 1999-09)
43298      Branch: cfgperl
43299            ! Configure Todo-5.6 config_h.SH
43300      Branch: metaconfig
43301            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
43302            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
43303      Branch: metaconfig/U/perl
43304            + gccvers.U
43305            ! d_getespwnam.U d_getprpwnam.U i_prot.U
43306 ____________________________________________________________________________
43307 [  6238] By: jhi                                   on 2000/06/25  18:04:56
43308         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
43309              From: Dan Sugalski <dan@sidhe.org>
43310              Date: Fri, 23 Jun 2000 17:00:00 -0400
43311              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
43312      Branch: cfgperl
43313            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
43314 ____________________________________________________________________________
43315 [  6237] By: jhi                                   on 2000/06/25  16:36:45
43316         Log: Tweak embed.pl, regen headers.
43317      Branch: cfgperl
43318            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
43319            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
43320            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
43321            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
43322            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
43323 ____________________________________________________________________________
43324 [  6236] By: jhi                                   on 2000/06/25  15:26:42
43325         Log: Regen headers.
43326      Branch: cfgperl
43327            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
43328            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
43329            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
43330            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
43331            ! regnodes.h warnings.h
43332 ____________________________________________________________________________
43333 [  6235] By: jhi                                   on 2000/06/23  19:39:35
43334         Log: The thread begun by
43335              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
43336              From: Kevin.Ruscoe@ubsw.com
43337              Date: Fri, 16 Jun 2000 16:38:51 +0100
43338              Message-Id: <H000019b03c300d6@MHS>
43339      Branch: cfgperl
43340            ! hints/solaris_2.sh
43341 ____________________________________________________________________________
43342 [  6234] By: jhi                                   on 2000/06/23  19:23:36
43343         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
43344              because when run as services (Win32ese for daemons)
43345              no environment variables are set and tmpdir ends up as /tmp,
43346              which is ambiguous.
43347              
43348              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
43349              From: matt@sergeant.org
43350              Date: 16 Jun 2000 16:30:43 -0000
43351              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
43352      Branch: cfgperl
43353            ! lib/File/Spec/Win32.pm
43354 ____________________________________________________________________________
43355 [  6233] By: jhi                                   on 2000/06/23  19:18:58
43356         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
43357              From: Mark-Jason Dominus <mjd@plover.com>
43358              Date: Fri, 16 Jun 2000 20:53:04 -0400
43359              Message-ID: <20000617005304.8008.qmail@plover.com>
43360      Branch: cfgperl
43361            ! op.h
43362 ____________________________________________________________________________
43363 [  6232] By: jhi                                   on 2000/06/23  16:10:02
43364         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
43365              From: simon@brecon.co.uk (Simon Cozens)
43366              Date: 19 Jun 2000 15:18:27 GMT
43367              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
43368              
43369              plus update pod/Makefile and regenerate perltoc
43370      Branch: cfgperl
43371            + pod/perlutil.pod
43372            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
43373 ____________________________________________________________________________
43374 [  6231] By: jhi                                   on 2000/06/23  15:19:18
43375         Log: Subject: [PATCH 5.6.0] cygwin port
43376              From: "Fifer, Eric" <EFifer@sanwaint.com>
43377              Date: Tue, 20 Jun 2000 14:30:58 +0100
43378              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
43379      Branch: cfgperl
43380            ! README.cygwin lib/File/Find.pm
43381 ____________________________________________________________________________
43382 [  6230] By: jhi                                   on 2000/06/23  14:25:21
43383         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
43384      Branch: cfgperl
43385            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
43386            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
43387            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
43388            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
43389 ____________________________________________________________________________
43390 [  6229] By: jhi                                   on 2000/06/23  14:13:34
43391         Log: Subject: README.hpux version 0.6.1
43392              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
43393              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
43394              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
43395      Branch: cfgperl
43396            ! README.hpux
43397 ____________________________________________________________________________
43398 [  6228] By: jhi                                   on 2000/06/23  14:07:20
43399         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
43400              From: Doug MacEachern <dougm@covalent.net>
43401              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
43402              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
43403      Branch: cfgperl
43404            ! op.c
43405 ____________________________________________________________________________
43406 [  6227] By: jhi                                   on 2000/06/23  14:01:06
43407         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
43408              From: Doug MacEachern <dougm@covalent.net>
43409              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
43410              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
43411      Branch: cfgperl
43412            + lib/lib.pm.PL
43413            - lib/lib.pm
43414            ! MANIFEST Makefile.SH
43415 ____________________________________________________________________________
43416 [  6226] By: jhi                                   on 2000/06/23  13:53:07
43417         Log: Subject: [PATCH] remove forward declarations in Socket.pm
43418              From: Doug MacEachern <dougm@covalent.net>
43419              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
43420              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
43421              
43422              From: Doug MacEachern <dougm@covalent.net>
43423              Subject: Re: [PATCH] remove forward declarations in Socket.pm
43424              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
43425              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
43426      Branch: cfgperl
43427            ! ext/Socket/Socket.pm op.c
43428 ____________________________________________________________________________
43429 [  6225] By: jhi                                   on 2000/06/23  13:41:52
43430         Log: Add source code filenames to apidoc.
43431              From: simon@brecon.co.uk (Simon Cozens)
43432              Subject: [PATCH embed.pl] Source X-ref
43433              Date: 22 Jun 2000 02:18:49 GMT
43434              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
43435      Branch: cfgperl
43436            ! embed.pl
43437 ____________________________________________________________________________
43438 [  6224] By: jhi                                   on 2000/06/23  13:32:33
43439         Log: A way to avoid English.pm performance hit.
43440              From: root <root@jester.slaysys.com>
43441              Subject: [YAPATCH English.pm] My turn to putt again
43442              Date: Thu, 22 Jun 2000 20:33:58 -0400
43443              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
43444      Branch: cfgperl
43445            ! lib/English.pm t/lib/english.t
43446 ____________________________________________________________________________
43447 [  6223] By: jhi                                   on 2000/06/23  13:27:06
43448         Log: Avoid double close().
43449              Subject: [PATCH] avoid double close()
43450              From: Doug MacEachern <dougm@covalent.net>
43451              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
43452              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
43453      Branch: cfgperl
43454            ! doio.c
43455 ____________________________________________________________________________
43456 [  6222] By: jhi                                   on 2000/06/23  13:25:54
43457         Log: doc typo fix
43458              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
43459              From: Ian Phillipps <Ian.Phillipps@iname.com>
43460              Date: Fri, 23 Jun 2000 10:40:58 +0100
43461              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
43462      Branch: cfgperl
43463            ! lib/Pod/Usage.pm
43464 ____________________________________________________________________________
43465 [  6221] By: jhi                                   on 2000/06/23  13:24:15
43466         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
43467              From: simon@brecon.co.uk (Simon Cozens)
43468              Subject: [PATCH] Eliminate tr///[CU][CU]
43469              Date: 23 Jun 2000 11:05:40 GMT
43470              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
43471      Branch: cfgperl
43472            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
43473 ____________________________________________________________________________
43474 [  6220] By: jhi                                   on 2000/06/22  16:07:51
43475         Log: Win32 patches from Benjamin Stuhl.
43476      Branch: cfgperl
43477            ! makedef.pl win32/win32.h
43478 ____________________________________________________________________________
43479 [  6219] By: jhi                                   on 2000/06/22  16:06:34
43480         Log: Bytecode patches from Benjamin Stuhl.
43481      Branch: cfgperl
43482            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
43483            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
43484            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
43485 ____________________________________________________________________________
43486 [  6218] By: jhi                                   on 2000/06/15  23:54:16
43487         Log: Bytecode patches from Benjamin Stuhl.
43488      Branch: cfgperl
43489            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
43490 ____________________________________________________________________________
43491 [  6217] By: jhi                                   on 2000/06/09  13:38:29
43492         Log: Rename the fdpid locking and integrate with Sarathy.
43493      Branch: cfgperl
43494            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
43495            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
43496            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
43497            ! win32/win32.c
43498           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
43499 ____________________________________________________________________________
43500 [  6216] By: gsar                                  on 2000/06/08  14:54:21
43501         Log: be more optimal about clearing @_
43502      Branch: perl
43503            ! cop.h
43504 ____________________________________________________________________________
43505 [  6215] By: gsar                                  on 2000/06/08  14:33:04
43506         Log: tweak comment about @DB::args
43507      Branch: perl
43508            ! av.h pp_ctl.c
43509 ____________________________________________________________________________
43510 [  6214] By: gsar                                  on 2000/06/08  13:57:54
43511         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
43512              caller() wants to populate @DB::args with it (causes a coredump
43513              in Carp::confess())
43514      Branch: perl
43515            ! cop.h t/op/runlevel.t
43516 ____________________________________________________________________________
43517 [  6213] By: gsar                                  on 2000/06/08  07:06:35
43518         Log: back out change#6106 (seems problematic)
43519      Branch: perl
43520            ! hints/solaris_2.sh
43521 ____________________________________________________________________________
43522 [  6212] By: jhi                                   on 2000/06/07  03:10:36
43523         Log: Continuing mopup for #6204.
43524      Branch: cfgperl
43525            ! ext/B/defsubs_h.PL
43526 ____________________________________________________________________________
43527 [  6211] By: jhi                                   on 2000/06/07  02:41:50
43528         Log: Mopup for #6204.
43529              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
43530              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
43531              This is comes from const() where POK isn't on when expected.
43532      Branch: cfgperl
43533            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
43534            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
43535            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
43536            ! perlapi.h pod/perlapi.pod
43537 ____________________________________________________________________________
43538 [  6210] By: jhi                                   on 2000/06/07  01:56:29
43539         Log: Mopup for #6207 and #6209.
43540      Branch: cfgperl
43541            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
43542 ____________________________________________________________________________
43543 [  6209] By: jhi                                   on 2000/06/07  01:33:12
43544         Log: Lock PL_fdpid against race conditions, based on:
43545              Subject: [PATCH 5.6.0]subprocess fixup for threads
43546              From: Dan Sugalski <dan@sidhe.org>
43547              To: perl5-porters@perl.org
43548              Date: Tue, 11 Apr 2000 17:02:32 -0400
43549              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
43550      Branch: cfgperl
43551            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
43552            ! win32/win32.c
43553 ____________________________________________________________________________
43554 [  6208] By: jhi                                   on 2000/06/07  01:05:23
43555         Log: Regen headers for #6207.
43556      Branch: cfgperl
43557            ! embed.h global.sym objXSUB.h proto.h
43558 ____________________________________________________________________________
43559 [  6207] By: jhi                                   on 2000/06/06  23:43:13
43560         Log: Subject: [PATCH 5.6.0] Threadsafe patches
43561              From: Dan Sugalski <dan@sidhe.org>
43562              To: perl5-porters@perl.org
43563              Date: Mon, 08 May 2000 18:08:13 -0400
43564              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
43565      Branch: cfgperl
43566            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
43567            ! proto.h sv.h util.c
43568 ____________________________________________________________________________
43569 [  6206] By: jhi                                   on 2000/06/06  23:21:23
43570         Log: Subject: [PATCH] Eliminate $a/$b in pod
43571              From: David Glasser <me@davidglasser.net>
43572              To: perl5-porters@perl.org
43573              Date: Mon, 29 May 2000 21:15:59 -0400
43574              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
43575      Branch: cfgperl
43576            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
43577            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
43578            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
43579            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
43580            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
43581            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
43582            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
43583            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
43584            ! pod/perlvar.pod pod/perlxs.pod
43585 ____________________________________________________________________________
43586 [  6205] By: jhi                                   on 2000/06/06  23:12:14
43587         Log: Subject: [PATCH] Win32 improvements
43588              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
43589              To: gsar@activestate.com, perl5-porters@perl.org
43590              Date: Mon, 29 May 2000 17:22:24 PDT
43591              Message-ID: <20000530002224.91142.qmail@hotmail.com>
43592              (MUA had mangled many lines by wordwrapping)
43593      Branch: cfgperl
43594            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
43595 ____________________________________________________________________________
43596 [  6204] By: jhi                                   on 2000/06/06  23:01:50
43597         Log: Subject: [PATCH] B::Bytecode patches
43598              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
43599              To: gsar@activestate.com, jhi@iki.fi
43600              Cc: perl5-porters@perl.org
43601              Message-ID: <20000602202526.48694.qmail@hotmail.com>
43602              (MUA had mangled many lines by wordwrapping)
43603      Branch: cfgperl
43604            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
43605            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
43606            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
43607            ! intrpvar.h perl.c
43608 ____________________________________________________________________________
43609 [  6203] By: jhi                                   on 2000/06/06  22:32:43
43610         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
43611              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43612              Date: Tue, 06 Jun 2000 13:07:45 -0700
43613              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
43614      Branch: cfgperl
43615            ! pod/perldiag.pod
43616 ____________________________________________________________________________
43617 [  6202] By: jhi                                   on 2000/06/06  19:38:35
43618         Log: Integrate with Sarathy.
43619      Branch: cfgperl
43620           !> perl.c
43621 ____________________________________________________________________________
43622 [  6201] By: gsar                                  on 2000/06/06  00:42:59
43623         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
43624              does a PUSHMARK that's never ever POPMARKed; in general, only
43625              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
43626              Perl_eval_[sp]v() don't because they don't take any incoming
43627              arguments (this leak has been around since the original version
43628              of perl_eval_pv() in 5.003_97e)
43629      Branch: perl
43630            ! perl.c
43631 ____________________________________________________________________________
43632 [  6200] By: jhi                                   on 2000/06/04  03:44:52
43633         Log: Update to cperl-mode.el 4.31 from
43634              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
43635              Subject: A couple of notes
43636              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43637              To: Mailing list Perl5 <perl5-porters@perl.org>
43638              Date: Sat, 3 Jun 2000 23:33:32 -0400
43639              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
43640      Branch: cfgperl
43641            ! emacs/cperl-mode.el
43642 ____________________________________________________________________________
43643 [  6199] By: jhi                                   on 2000/06/03  15:11:05
43644         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
43645              From: Dan Sugalski <dan@sidhe.org>
43646              To: perl5-porters@perl.org, vmsperl@perl.org
43647              Date: Fri, 02 Jun 2000 17:30:51 -0400
43648              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
43649      Branch: cfgperl
43650            ! vms/descrip_mms.template vms/gen_shrfls.pl
43651 ____________________________________________________________________________
43652 [  6198] By: jhi                                   on 2000/06/03  14:59:15
43653         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
43654              From: Dan Sugalski <dan@sidhe.org>
43655              To: vmsperl@perl.org, perl5-porters@perl.org
43656              Date: Fri, 02 Jun 2000 16:00:41 -0400
43657              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
43658              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
43659      Branch: cfgperl
43660            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
43661            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
43662            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
43663 ____________________________________________________________________________
43664 [  6197] By: jhi                                   on 2000/06/03  14:41:30
43665         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
43666              From: John Borwick <jhborwic@unity.ncsu.edu>
43667              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
43668              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
43669      Branch: cfgperl
43670            ! pod/perlsyn.pod
43671 ____________________________________________________________________________
43672 [  6196] By: jhi                                   on 2000/06/03  14:38:09
43673         Log: Integrate with Sarathy.
43674      Branch: cfgperl
43675           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
43676           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
43677           !> vms/perly_c.vms
43678 ____________________________________________________________________________
43679 [  6195] By: gsar                                  on 2000/06/02  22:43:13
43680         Log: fix yet another eval"" leak under USE_ITHREADS
43681      Branch: perl
43682            ! op.c
43683 ____________________________________________________________________________
43684 [  6194] By: gsar                                  on 2000/06/02  18:22:06
43685         Log: fix small eval"" memory leaks under USE_ITHREADS
43686      Branch: perl
43687            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
43688            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
43689            ! vms/perly_c.vms
43690 ____________________________________________________________________________
43691 [  6193] By: jhi                                   on 2000/06/01  13:03:56
43692         Log: Signals-be-gone for microperl.
43693      Branch: cfgperl
43694            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
43695 ____________________________________________________________________________
43696 [  6192] By: jhi                                   on 2000/06/01  12:52:02
43697         Log: Integrate with Sarathy.
43698      Branch: cfgperl
43699           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
43700           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
43701           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
43702           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
43703           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
43704           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
43705           !> t/op/vec.t utils/h2xs.PL
43706 ____________________________________________________________________________
43707 [  6191] By: gsar                                  on 2000/06/01  09:38:21
43708         Log: vec() loses numericalness (modified version of patch suggested
43709              by Robin Barker)
43710      Branch: perl
43711            ! doop.c t/op/vec.t
43712 ____________________________________________________________________________
43713 [  6190] By: gsar                                  on 2000/06/01  09:26:15
43714         Log: submit missing embed.pl change
43715      Branch: perl
43716            ! embed.pl
43717 ____________________________________________________________________________
43718 [  6189] By: gsar                                  on 2000/06/01  09:05:34
43719         Log: counting tr/// corrupts later operation (from M.J.T Guy)
43720      Branch: perl
43721            ! doop.c t/op/tr.t
43722 ____________________________________________________________________________
43723 [  6188] By: gsar                                  on 2000/06/01  08:58:39
43724         Log: h2xs tweaks
43725      Branch: perl
43726            ! utils/h2xs.PL
43727 ____________________________________________________________________________
43728 [  6187] By: gsar                                  on 2000/06/01  08:50:07
43729         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
43730              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
43731      Branch: perl
43732            + lib/Pod/LaTeX.pm
43733            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
43734            ! pod/pod2latex.PL
43735 ____________________________________________________________________________
43736 [  6186] By: gsar                                  on 2000/06/01  08:24:40
43737         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
43738              <wolfgang.laun@alcatel.at>)
43739      Branch: perl
43740            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
43741            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
43742 ____________________________________________________________________________
43743 [  6185] By: gsar                                  on 2000/06/01  08:12:00
43744         Log: remove incorrect documentation about implicit split to @_ in
43745              list context, which never really worked in perl 5 (from
43746              M.J.T. Guy)
43747      Branch: perl
43748            ! pod/perlfunc.pod pod/perltrap.pod
43749 ____________________________________________________________________________
43750 [  6184] By: gsar                                  on 2000/06/01  07:52:27
43751         Log: tweak for change#6127
43752      Branch: perl
43753            ! perl.c
43754 ____________________________________________________________________________
43755 [  6183] By: gsar                                  on 2000/06/01  07:41:02
43756         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
43757              <nick@ccl4.org>)
43758      Branch: perl
43759            + t/lib/selfloader.t
43760            ! MANIFEST lib/SelfLoader.pm
43761 ____________________________________________________________________________
43762 [  6182] By: jhi                                   on 2000/06/01  00:34:42
43763         Log: Be Cleaner Part Deux.
43764      Branch: cfgperl
43765            ! Makefile.SH
43766 ____________________________________________________________________________
43767 [  6181] By: jhi                                   on 2000/06/01  00:32:09
43768         Log: Integrate with Sarathy.
43769      Branch: cfgperl
43770           !> pp.c t/op/arith.t
43771 ____________________________________________________________________________
43772 [  6180] By: jhi                                   on 2000/06/01  00:31:13
43773         Log: microperl nits from Simon Cozens.
43774      Branch: cfgperl
43775            + uconfig.h
43776            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
43777            ! unixish.h
43778 ____________________________________________________________________________
43779 [  6179] By: gsar                                  on 2000/05/31  22:37:51
43780         Log: buggy modulus on UVs introduced by change#3378 (resulted in
43781              4063328477 % 65535 amounting to 27406, instead of 27407)
43782      Branch: perl
43783            ! pp.c t/op/arith.t
43784 ____________________________________________________________________________
43785 [  6178] By: jhi                                   on 2000/05/31  21:52:41
43786         Log: Be cleaner.
43787      Branch: cfgperl
43788            ! Makefile.SH
43789 ____________________________________________________________________________
43790 [  6177] By: jhi                                   on 2000/05/31  21:47:33
43791         Log: Substitution utf8 patch from Simon Cozens.
43792      Branch: cfgperl
43793            ! pp_hot.c
43794 ____________________________________________________________________________
43795 [  6176] By: jhi                                   on 2000/05/31  21:45:34
43796         Log: Single-quoted utf8 patch from Simon Cozens.
43797      Branch: cfgperl
43798            ! toke.c
43799 ____________________________________________________________________________
43800 [  6175] By: jhi                                   on 2000/05/31  21:40:18
43801         Log: Integrate with Sarathy.
43802      Branch: cfgperl
43803           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
43804 ____________________________________________________________________________
43805 [  6174] By: jhi                                   on 2000/05/31  21:37:31
43806         Log: microperl changes from Simon Cozens; Makefile for microperl
43807              written from scratch; few casts added as microperl compilation
43808              doesn't have all prototypes available.
43809      Branch: cfgperl
43810            + Makefile.micro README.micro Todo.micro uconfig.sh
43811            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
43812            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
43813      Branch: metaconfig
43814            + U/modified/Config_h.U
43815 ____________________________________________________________________________
43816 [  6173] By: jhi                                   on 2000/05/31  20:00:24
43817         Log: metaconfig maintenance.
43818      Branch: metaconfig
43819            + U/modified/Inhdr.U U/typedefs/inotype.U
43820      Branch: metaconfig/U/perl
43821            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
43822            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
43823 ____________________________________________________________________________
43824 [  6172] By: gsar                                  on 2000/05/31  05:05:42
43825         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
43826              (from Ilya Zakharevich)
43827      Branch: perl
43828            ! regexec.c t/op/re_tests
43829 ____________________________________________________________________________
43830 [  6171] By: gsar                                  on 2000/05/31  05:01:47
43831         Log: scalar() doesn't force scalar context when used in void context
43832              (from Simon Cozens)
43833      Branch: perl
43834            ! op.c t/op/wantarray.t
43835 ____________________________________________________________________________
43836 [  6170] By: gsar                                  on 2000/05/31  04:41:33
43837         Log: change#6142 needs tweaks to tests to work where there's no symlink()
43838              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
43839      Branch: perl
43840            ! t/lib/filefind.t
43841 ____________________________________________________________________________
43842 [  6169] By: gsar                                  on 2000/05/31  04:29:49
43843         Log: integrate cfgperl contents into mainline
43844      Branch: perl
43845           +> pod/perlmodlib.PL pod/perlnewmod.pod
43846           !> (integrate 42 files)
43847 ____________________________________________________________________________
43848 [  6168] By: jhi                                   on 2000/05/30  22:53:37
43849         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
43850      Branch: cfgperl
43851            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43852            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
43853            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
43854            ! win32/config.bc win32/config.gc win32/config.vc
43855            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
43856            ! win32/config_h.PL win32/config_sh.PL
43857      Branch: metaconfig/U/perl
43858            ! perlxv.U
43859 ____________________________________________________________________________
43860 [  6167] By: jhi                                   on 2000/05/30  22:20:21
43861         Log: tweak todo 
43862      Branch: cfgperl
43863            ! Todo-5.6
43864 ____________________________________________________________________________
43865 [  6166] By: jhi                                   on 2000/05/30  22:11:51
43866         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
43867              in case somebody wants to write an extension for more
43868              shadow database interfaces.
43869      Branch: cfgperl
43870            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43871            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
43872            ! vos/config.def vos/config.h vos/config_h.SH_orig
43873            ! win32/config.bc win32/config.gc win32/config.vc
43874            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
43875      Branch: metaconfig
43876            ! U/modified/Myinit.U
43877      Branch: metaconfig/U/perl
43878            + d_getespwnam.U d_getprpwnam.U i_prot.U
43879 ____________________________________________________________________________
43880 [  6165] By: jhi                                   on 2000/05/30  18:35:34
43881         Log: Integrate with Sarathy.
43882      Branch: cfgperl
43883           !> op.c
43884 ____________________________________________________________________________
43885 [  6164] By: jhi                                   on 2000/05/30  18:30:16
43886         Log: detypo
43887      Branch: cfgperl
43888            ! Configure config_h.SH
43889      Branch: metaconfig/U/perl
43890            ! perlxv.U
43891 ____________________________________________________________________________
43892 [  6163] By: gsar                                  on 2000/05/30  03:24:03
43893         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
43894      Branch: perl
43895            ! op.c
43896 ____________________________________________________________________________
43897 [  6162] By: gsar                                  on 2000/05/30  03:09:38
43898         Log: fix memory leak in method call optimization (change#3768);
43899              made C<eval "$x->foo()"> leak
43900      Branch: perl
43901            ! op.c
43902 ____________________________________________________________________________
43903 [  6161] By: jhi                                   on 2000/05/29  17:56:26
43904         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
43905              both from Simon Cozens.
43906      Branch: cfgperl
43907            + pod/perlmodlib.PL pod/perlnewmod.pod
43908            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
43909            ! pod/perlmodlib.pod pod/perltoc.pod
43910 ____________________________________________________________________________
43911 [  6160] By: jhi                                   on 2000/05/29  17:23:55
43912         Log: Changes for the File::Temp 0.08 (change #6159) test suite
43913              to fit better into the Perl distribution test framework.
43914      Branch: cfgperl
43915            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
43916            ! t/lib/ftmp-tempfile.t
43917 ____________________________________________________________________________
43918 [  6159] By: jhi                                   on 2000/05/29  16:55:36
43919         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
43920      Branch: cfgperl
43921            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
43922            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
43923 ____________________________________________________________________________
43924 [  6158] By: bailey                                on 2000/05/29  16:22:08
43925         Log: Add fallback to tmpfile for use in cases where user's relying on
43926              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
43927              Lane's patch)
43928      Branch: vmsperl
43929            ! vms/vms.c vms/vmsish.h
43930 ____________________________________________________________________________
43931 [  6157] By: jhi                                   on 2000/05/29  03:10:36
43932         Log: Regen Configure to jive with #6149.
43933      Branch: cfgperl
43934            ! Configure
43935      Branch: metaconfig
43936            ! U/modified/Getfile.U
43937 ____________________________________________________________________________
43938 [  6156] By: jhi                                   on 2000/05/29  03:01:38
43939         Log: Integrate with Sarathy.
43940      Branch: cfgperl
43941           +> ext/DynaLoader/dl_mac.xs
43942           !> (integrate 38 files)
43943 ____________________________________________________________________________
43944 [  6155] By: gsar                                  on 2000/05/28  21:15:58
43945         Log: small bug in change#6144; remove random \xA0 character that snuck
43946              in via change#6145
43947      Branch: perl
43948            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
43949 ____________________________________________________________________________
43950 [  6154] By: gsar                                  on 2000/05/28  21:04:19
43951         Log: avoid type mismatch warning
43952      Branch: perl
43953            ! perl.c
43954 ____________________________________________________________________________
43955 [  6153] By: gsar                                  on 2000/05/28  20:58:31
43956         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
43957              <nick@Bagpuss.uk.boo.com>)
43958      Branch: perl
43959            ! lib/Test/Harness.pm
43960 ____________________________________________________________________________
43961 [  6152] By: gsar                                  on 2000/05/28  20:53:42
43962         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
43963      Branch: perl
43964            ! regexec.c
43965 ____________________________________________________________________________
43966 [  6151] By: gsar                                  on 2000/05/28  20:50:28
43967         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
43968      Branch: perl
43969            ! regexec.c
43970 ____________________________________________________________________________
43971 [  6150] By: gsar                                  on 2000/05/28  20:39:58
43972         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
43973      Branch: perl
43974            ! pod/perlrequick.pod
43975 ____________________________________________________________________________
43976 [  6149] By: gsar                                  on 2000/05/28  20:35:16
43977         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
43978              <troc@netrus.net>)
43979      Branch: perl
43980            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
43981            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
43982            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
43983            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
43984 ____________________________________________________________________________
43985 [  6148] By: gsar                                  on 2000/05/28  20:21:07
43986         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
43987      Branch: perl
43988            ! lib/ExtUtils/MM_Unix.pm
43989 ____________________________________________________________________________
43990 [  6147] By: gsar                                  on 2000/05/28  20:12:41
43991         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
43992              (from Peter Prymmer)
43993      Branch: perl
43994            ! vms/subconfigure.com
43995 ____________________________________________________________________________
43996 [  6146] By: gsar                                  on 2000/05/28  20:06:15
43997         Log: doc typo
43998      Branch: perl
43999            ! lib/warnings.pm warnings.h warnings.pl
44000 ____________________________________________________________________________
44001 [  6145] By: gsar                                  on 2000/05/28  18:44:33
44002         Log: make xsubpp skip embedded pod (from Matthias Neeracher
44003              <neeri@iis.ee.ethz.ch>)
44004      Branch: perl
44005            ! lib/ExtUtils/xsubpp
44006 ____________________________________________________________________________
44007 [  6144] By: gsar                                  on 2000/05/28  18:42:49
44008         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
44009              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
44010              <neeri@iis.ee.ethz.ch>)
44011      Branch: perl
44012            ! lib/AutoSplit.pm
44013 ____________________________________________________________________________
44014 [  6143] By: gsar                                  on 2000/05/28  18:41:12
44015         Log: MacOS support, part 1 (from Matthias Neeracher
44016              <neeri@iis.ee.ethz.ch>)
44017      Branch: perl
44018            + ext/DynaLoader/dl_mac.xs
44019            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
44020            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
44021            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
44022            ! util.h
44023 ____________________________________________________________________________
44024 [  6142] By: gsar                                  on 2000/05/28  18:21:51
44025         Log: File::Find fails to chdir when chasing symlinks (from
44026              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
44027      Branch: perl
44028            ! lib/File/Find.pm t/lib/filefind.t
44029 ____________________________________________________________________________
44030 [  6141] By: jhi                                   on 2000/05/28  14:25:15
44031         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
44032              forwarded by Peter Seebach from the bsdi-users mailing list.
44033              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
44034      Branch: perl
44035            ! hints/bsdos.sh
44036 ____________________________________________________________________________
44037 [  6140] By: jhi                                   on 2000/05/28  14:11:57
44038         Log: Integrate with Sarathy.
44039      Branch: cfgperl
44040           +> (branch 30 files)
44041           !> (integrate 93 files)
44042 ____________________________________________________________________________
44043 [  6139] By: gsar                                  on 2000/05/28  10:01:48
44044         Log: revise mktables.PL for bugs and newness in Unicode 3.0
44045              (from James Bence <jbence@amgen.com>)
44046      Branch: perl
44047            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
44048            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
44049            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
44050            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
44051            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
44052            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
44053            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
44054            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
44055            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
44056            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
44057            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
44058            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
44059            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
44060            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
44061            + lib/unicode/Is/SylWU.pl
44062            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
44063            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
44064            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
44065            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
44066            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
44067            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
44068            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
44069            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
44070            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
44071            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
44072            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
44073            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
44074            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
44075            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
44076            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
44077            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
44078            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
44079            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
44080            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
44081            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
44082            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
44083            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
44084            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
44085            ! lib/unicode/Makefile lib/unicode/mktables.PL
44086 ____________________________________________________________________________
44087 [  6138] By: gsar                                  on 2000/05/28  08:50:32
44088         Log: add note about the handling of negative indices to tied arrays
44089              (from Michael G Schwern <schwern@pobox.com>)
44090      Branch: perl
44091            ! pod/perltie.pod
44092 ____________________________________________________________________________
44093 [  6137] By: gsar                                  on 2000/05/28  08:46:10
44094         Log: fix bogus redeclaration warning for "our" variables in different
44095              scopes
44096      Branch: perl
44097            ! op.c t/pragma/strict-vars
44098 ____________________________________________________________________________
44099 [  6136] By: gsar                                  on 2000/05/28  08:31:20
44100         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
44101      Branch: perl
44102            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
44103 ____________________________________________________________________________
44104 [  6135] By: gsar                                  on 2000/05/28  08:17:50
44105         Log: enable Test::Harness to dynamically determine column width etc.
44106              (from Rob Napier <rnapier@employees.org>)
44107      Branch: perl
44108            ! lib/Test/Harness.pm
44109 ____________________________________________________________________________
44110 [  6134] By: gsar                                  on 2000/05/28  08:13:39
44111         Log: make Test::Harness use wait.h/WCOREDUMP if available
44112              (from Ben Tilly <ben_tilly@hotmail.com>)
44113      Branch: perl
44114            ! lib/Test/Harness.pm
44115 ____________________________________________________________________________
44116 [  6133] By: gsar                                  on 2000/05/28  08:08:05
44117         Log: elide bogus test in change#6132
44118      Branch: perl
44119            ! t/pragma/warn/9enabled
44120 ____________________________________________________________________________
44121 [  6132] By: gsar                                  on 2000/05/28  08:03:14
44122         Log: warnings::enabled() doesn't fall back to looking at $^W if
44123              caller isn't using lexical warnings (from Paul Marquess)
44124      Branch: perl
44125            ! pp_ctl.c t/pragma/warn/9enabled
44126 ____________________________________________________________________________
44127 [  6131] By: gsar                                  on 2000/05/28  07:57:47
44128         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
44129      Branch: perl
44130            ! ext/POSIX/POSIX.pm
44131 ____________________________________________________________________________
44132 [  6130] By: gsar                                  on 2000/05/28  07:29:12
44133         Log: fix places that mean C<"word" character> but say C<alphanumeric
44134              character>
44135      Branch: perl
44136            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
44137 ____________________________________________________________________________
44138 [  6129] By: gsar                                  on 2000/05/28  07:18:41
44139         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
44140      Branch: perl
44141            ! vms/test.com
44142 ____________________________________________________________________________
44143 [  6128] By: gsar                                  on 2000/05/28  07:12:55
44144         Log: new perlxstut example for passing/returning refs to arrays
44145              (from David Lowe <dlowe@pootpoot.com>)
44146      Branch: perl
44147            ! pod/perlxstut.pod
44148 ____________________________________________________________________________
44149 [  6127] By: gsar                                  on 2000/05/28  07:02:50
44150         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
44151              failed (from Gisle Aas)
44152      Branch: perl
44153            ! cop.h perl.c
44154 ____________________________________________________________________________
44155 [  6126] By: gsar                                  on 2000/05/28  06:39:53
44156         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
44157              (reworked variant of patch suggested by Simon Cozens)
44158      Branch: perl
44159            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
44160            ! pp_hot.c proto.h t/op/gv.t
44161 ____________________________________________________________________________
44162 [  6125] By: gsar                                  on 2000/05/28  05:14:55
44163         Log: enable propagating exception objects via Perl_croak() in XS code
44164              (from Gisle Aas)
44165      Branch: perl
44166            ! util.c
44167 ____________________________________________________________________________
44168 [  6124] By: gsar                                  on 2000/05/28  05:07:28
44169         Log: integrate vmsperl contents into mainline
44170      Branch: perl
44171           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
44172           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
44173           !> vms/vmsish.h
44174 ____________________________________________________________________________
44175 [  6123] By: gsar                                  on 2000/05/28  05:03:53
44176         Log: clarify gotcha with #line directives (from Rocco Caputo
44177              <troc@netrus.net>)
44178      Branch: perl
44179            ! pod/perldebug.pod pod/perlsyn.pod
44180 ____________________________________________________________________________
44181 [  6122] By: gsar                                  on 2000/05/28  04:58:29
44182         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
44183              (from Mark-Jason Dominus)
44184      Branch: perl
44185            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
44186            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
44187            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
44188            ! toke.c
44189 ____________________________________________________________________________
44190 [  6121] By: bailey                                on 2000/05/25  04:46:54
44191         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
44192              lists (based on fixes by Craig Berry)
44193      Branch: vmsperl
44194            ! lib/File/Spec/VMS.pm
44195 ____________________________________________________________________________
44196 [  6120] By: bailey                                on 2000/05/25  04:25:38
44197         Log: Add missing escape (Charles Lane)
44198      Branch: vmsperl
44199            ! t/op/lex_assign.t
44200 ____________________________________________________________________________
44201 [  6119] By: bailey                                on 2000/05/25  04:21:25
44202         Log: Quiet error messages in vmsish.t (Charles Lane)
44203      Branch: vmsperl
44204            ! vms/ext/vmsish.t
44205 ____________________________________________________________________________
44206 [  6118] By: bailey                                on 2000/05/25  04:17:57
44207         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
44208              Flatten case labels in switch statements uniformly (Charles Bailey)
44209      Branch: vmsperl
44210            ! vms/vms.c
44211 ____________________________________________________________________________
44212 [  6117] By: bailey                                on 2000/05/25  03:58:09
44213         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
44214      Branch: vmsperl
44215            ! vms/vmsish.h
44216 ____________________________________________________________________________
44217 [  6116] By: bailey                                on 2000/05/25  03:11:15
44218         Log: Miscellaneous cosmetic fixes (Charles Lane)
44219      Branch: vmsperl
44220            ! lib/ExtUtils/MM_VMS.pm
44221 ____________________________________________________________________________
44222 [  6115] By: bailey                                on 2000/05/25  03:10:36
44223         Log: Add bounds checking for several strings (Charles Lane)
44224      Branch: vmsperl
44225            ! vms/vms.c
44226 ____________________________________________________________________________
44227 [  6114] By: bailey                                on 2000/05/25  02:25:34
44228         Log: Urk -- undo previous removal of vmsish 'exit' change
44229      Branch: vmsperl
44230            ! vms/ext/vmsish.pm vms/vmsish.h
44231 ____________________________________________________________________________
44232 [  6113] By: bailey                                on 2000/05/24  02:24:40
44233         Log: Ugly workaround for version-specific RTL error
44234      Branch: vmsperl
44235            ! vms/vms.c
44236 ____________________________________________________________________________
44237 [  6112] By: bailey                                on 2000/05/24  02:19:55
44238         Log: Check for existence of file before trying to delete
44239      Branch: vmsperl
44240            ! vms/test.com
44241 ____________________________________________________________________________
44242 [  6111] By: bailey                                on 2000/05/23  23:35:13
44243         Log: Resync with mainline prior to post-5.6.0 updates
44244      Branch: vmsperl
44245           +> (branch 49 files)
44246            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
44247            ! vms/ext/vmsish.pm
44248           !> (integrate 334 files)
44249 ____________________________________________________________________________
44250 [  6110] By: jhi                                   on 2000/05/23  19:28:32
44251         Log: todo tweak
44252      Branch: cfgperl
44253            ! Todo-5.6
44254 ____________________________________________________________________________
44255 [  6109] By: jhi                                   on 2000/05/18  17:38:54
44256         Log: Integrate with Sarathy.
44257      Branch: cfgperl
44258           !> mg.c perl.h win32/perlhost.h
44259 ____________________________________________________________________________
44260 [  6108] By: gsar                                  on 2000/05/17  02:24:56
44261         Log: reenable fake signal handling on Windows, bugs and all
44262      Branch: perl
44263            ! mg.c perl.h win32/perlhost.h
44264 ____________________________________________________________________________
44265 [  6107] By: jhi                                   on 2000/05/15  18:01:41
44266         Log: Tweak the todo list.
44267      Branch: cfgperl
44268            ! Todo-5.6
44269 ____________________________________________________________________________
44270 [  6106] By: jhi                                   on 2000/05/15  13:41:48
44271         Log: The (Configure) script refuses to go on, after asking for
44272              'You may also choose to try maximal 64-bitness....'.
44273              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
44274              -- Patrick Zima
44275              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
44276      Branch: cfgperl
44277            ! hints/solaris_2.sh
44278 ____________________________________________________________________________
44279 [  6105] By: jhi                                   on 2000/05/11  14:37:43
44280         Log: Integrate with Sarathy.
44281      Branch: cfgperl
44282           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
44283           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
44284 ____________________________________________________________________________
44285 [  6104] By: gsar                                  on 2000/05/11  03:39:07
44286         Log: PL_sys_intern was being initialized too late on windows
44287      Branch: perl
44288            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
44289            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
44290 ____________________________________________________________________________
44291 [  6103] By: jhi                                   on 2000/05/09  19:42:20
44292         Log: Test tweaking for Unicos continues.
44293      Branch: cfgperl
44294            ! t/op/64bitint.t
44295 ____________________________________________________________________________
44296 [  6102] By: jhi                                   on 2000/05/09  16:47:27
44297         Log: The test suite tweak in #6101 wasn't quite right.
44298      Branch: cfgperl
44299            ! t/lib/complex.t
44300 ____________________________________________________________________________
44301 [  6101] By: jhi                                   on 2000/05/09  15:35:34
44302         Log: Hints and test tweaks for Unicos.
44303      Branch: cfgperl
44304            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
44305 ____________________________________________________________________________
44306 [  6100] By: jhi                                   on 2000/05/08  21:15:06
44307         Log: More compilation tweakery from Allen Smith.
44308      Branch: cfgperl
44309            ! hints/irix_6.sh
44310 ____________________________________________________________________________
44311 [  6099] By: jhi                                   on 2000/05/08  19:21:18
44312         Log: Tweaks for the cc bugs from Allen Smith.
44313      Branch: cfgperl
44314            ! hints/irix_6.sh
44315 ____________________________________________________________________________
44316 [  6098] By: jhi                                   on 2000/05/08  19:13:37
44317         Log: Add a note about other, yet unsupported, shadow password APIs.
44318      Branch: cfgperl
44319            ! pp_sys.c
44320 ____________________________________________________________________________
44321 [  6097] By: jhi                                   on 2000/05/08  18:46:34
44322         Log: Add a note about possible compilation problems from Allen Smith.
44323      Branch: cfgperl
44324            ! hints/irix_6.sh
44325 ____________________________________________________________________________
44326 [  6096] By: jhi                                   on 2000/05/08  17:33:10
44327         Log: Integrate with Sarathy.
44328      Branch: cfgperl
44329           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
44330           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
44331 ____________________________________________________________________________
44332 [  6095] By: jhi                                   on 2000/05/08  16:21:33
44333         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
44334              might be useful in future.
44335      Branch: cfgperl
44336            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44337            ! config_h.SH
44338      Branch: metaconfig
44339            ! U/installdirs/inc_version_list.U
44340      Branch: metaconfig/U/perl
44341            ! perlxv.U
44342 ____________________________________________________________________________
44343 [  6094] By: gsar                                  on 2000/05/08  14:22:22
44344         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
44345      Branch: perl
44346            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
44347            ! hints/cygwin.sh pp_sys.c
44348 ____________________________________________________________________________
44349 [  6093] By: gsar                                  on 2000/05/08  12:52:28
44350         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
44351              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
44352      Branch: perl
44353            ! pp_sys.c sv.c win32/perlhost.h
44354 ____________________________________________________________________________
44355 [  6092] By: jhi                                   on 2000/05/07  22:40:34
44356         Log: Regen perltoc with the fixed buildtoc.
44357      Branch: cfgperl
44358            ! pod/perltoc.pod
44359 ____________________________________________________________________________
44360 [  6091] By: jhi                                   on 2000/05/07  22:24:16
44361         Log: Integrate with Sarathy.
44362      Branch: cfgperl
44363           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
44364           !> t/op/substr.t toke.c
44365 ____________________________________________________________________________
44366 [  6090] By: gsar                                  on 2000/05/07  19:47:07
44367         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
44368              [NI]OK; added tests for both
44369      Branch: perl
44370            ! perl.c pp_hot.c sv.c t/op/substr.t
44371 ____________________________________________________________________________
44372 [  6089] By: gsar                                  on 2000/05/07  18:18:38
44373         Log: buildtoc tweak to fix newline lossage
44374      Branch: perl
44375            ! pod/buildtoc
44376 ____________________________________________________________________________
44377 [  6088] By: jhi                                   on 2000/05/07  16:35:36
44378         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
44379              because we do not use those.  The HAS_GETSPNAM remains,
44380              though, because we still do use that.
44381      Branch: cfgperl
44382            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44383            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
44384            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
44385            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
44386            ! win32/config.vc win32/config_H.bc win32/config_H.gc
44387            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
44388 ____________________________________________________________________________
44389 [  6087] By: gsar                                  on 2000/05/07  16:05:16
44390         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
44391      Branch: perl
44392            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
44393 ____________________________________________________________________________
44394 [  6086] By: jhi                                   on 2000/05/07  15:27:07
44395         Log: Integrate with Sarathy.
44396      Branch: cfgperl
44397           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
44398           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
44399           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
44400           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
44401           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
44402           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
44403 ____________________________________________________________________________
44404 [  6085] By: gsar                                  on 2000/05/07  05:52:02
44405         Log: repeat operator (x) doesn't preserve utf8-ness
44406      Branch: perl
44407            ! pp.c t/op/substr.t
44408 ____________________________________________________________________________
44409 [  6084] By: gsar                                  on 2000/05/07  05:39:55
44410         Log: substr() does not preserve utf8-ness (from Stefan Eissing
44411              <Eissing@medicaldataservice.de>); added tests
44412      Branch: perl
44413            ! pp.c t/op/substr.t
44414 ____________________________________________________________________________
44415 [  6083] By: gsar                                  on 2000/05/07  05:24:46
44416         Log: note about undocumented caller() return value (from M.J.T. Guy);
44417              yet another peek.t tweak
44418      Branch: perl
44419            ! pod/perlfunc.pod t/lib/peek.t
44420 ____________________________________________________________________________
44421 [  6082] By: gsar                                  on 2000/05/07  05:08:40
44422         Log: peek.t non-portable to ithreads
44423      Branch: perl
44424            ! t/lib/peek.t
44425 ____________________________________________________________________________
44426 [  6081] By: gsar                                  on 2000/05/07  04:17:04
44427         Log: better default perlbug categories for ok reports (from Richard Foley)
44428      Branch: perl
44429            ! utils/perlbug.PL
44430 ____________________________________________________________________________
44431 [  6080] By: gsar                                  on 2000/05/07  04:08:07
44432         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
44433              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
44434      Branch: perl
44435            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
44436            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
44437            ! AUTHORS MAINTAIN MANIFEST
44438 ____________________________________________________________________________
44439 [  6079] By: gsar                                  on 2000/05/07  04:01:38
44440         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
44441      Branch: perl
44442            ! lib/Carp/Heavy.pm
44443 ____________________________________________________________________________
44444 [  6078] By: gsar                                  on 2000/05/07  01:24:19
44445         Log: workaround for CRT bug in chdir() (from Charles Lane, via
44446              Peter Prymmer)
44447      Branch: perl
44448            ! iperlsys.h vms/vms.c vms/vmsish.h
44449 ____________________________________________________________________________
44450 [  6077] By: gsar                                  on 2000/05/07  01:22:23
44451         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
44452              and Tom Phoenix)
44453      Branch: perl
44454            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
44455 ____________________________________________________________________________
44456 [  6076] By: gsar                                  on 2000/05/06  17:36:29
44457         Log: integrate cfgperl contents into mainline
44458      Branch: perl
44459           +> t/lib/peek.t
44460           !> Configure MANIFEST Porting/Glossary Porting/config.sh
44461           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
44462           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
44463           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
44464 ____________________________________________________________________________
44465 [  6075] By: jhi                                   on 2000/05/05  18:56:10
44466         Log: Make the test more portable.
44467      Branch: cfgperl
44468            ! t/lib/peek.t
44469 ____________________________________________________________________________
44470 [  6074] By: jhi                                   on 2000/05/05  18:49:20
44471         Log: Introduce t/lib/peek.t.
44472      Branch: cfgperl
44473            + t/lib/peek.t
44474            ! MANIFEST
44475 ____________________________________________________________________________
44476 [  6073] By: jhi                                   on 2000/05/05  14:30:45
44477         Log: Complex tweaks.
44478      Branch: cfgperl
44479            ! lib/Math/Complex.pm t/lib/complex.t
44480 ____________________________________________________________________________
44481 [  6072] By: jhi                                   on 2000/05/05  12:27:13
44482         Log: Integrate with Sarathy.
44483      Branch: cfgperl
44484           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
44485           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
44486           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
44487           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
44488 ____________________________________________________________________________
44489 [  6071] By: gsar                                  on 2000/05/05  02:24:46
44490         Log: misformatted perllocal.pod (from Tim Jenness
44491              <t.jenness@jach.hawaii.edu>)
44492      Branch: perl
44493            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
44494 ____________________________________________________________________________
44495 [  6070] By: gsar                                  on 2000/05/05  02:16:52
44496         Log: remove misleading comment (from M.J.T. Guy)
44497      Branch: perl
44498            ! t/lib/anydbm.t
44499 ____________________________________________________________________________
44500 [  6069] By: gsar                                  on 2000/05/05  02:15:13
44501         Log: File::Spec compatibility update (from Barrie Slaymaker
44502              <barries@slaysys.com>)
44503      Branch: perl
44504            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
44505            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
44506 ____________________________________________________________________________
44507 [  6068] By: gsar                                  on 2000/05/05  02:01:50
44508         Log: note about values()
44509      Branch: perl
44510            ! pod/perlfunc.pod
44511 ____________________________________________________________________________
44512 [  6067] By: gsar                                  on 2000/05/05  01:33:09
44513         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
44514      Branch: perl
44515            ! win32/win32.c
44516 ____________________________________________________________________________
44517 [  6066] By: gsar                                  on 2000/05/05  01:23:43
44518         Log: s/END/CHECK/
44519      Branch: perl
44520            ! perl.c
44521 ____________________________________________________________________________
44522 [  6065] By: jhi                                   on 2000/05/04  17:30:22
44523         Log: Integrate with Sarathy.
44524      Branch: cfgperl
44525           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
44526 ____________________________________________________________________________
44527 [  6064] By: gsar                                  on 2000/05/04  17:26:14
44528         Log: change#5905 wasn't quite right--it's intent only applies when arguments
44529              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
44530      Branch: perl
44531            ! pp_sys.c sv.c
44532 ____________________________________________________________________________
44533 [  6063] By: gsar                                  on 2000/05/04  16:52:29
44534         Log: tokeq() could read unallocated field in argument
44535      Branch: perl
44536            ! toke.c
44537 ____________________________________________________________________________
44538 [  6062] By: gsar                                  on 2000/05/04  16:34:51
44539         Log: additional tests for utf8.t
44540      Branch: perl
44541            ! t/pragma/utf8.t
44542 ____________________________________________________________________________
44543 [  6061] By: gsar                                  on 2000/05/04  16:09:28
44544         Log: change#5921 neglected to make eq honor "use bytes"
44545      Branch: perl
44546            ! sv.c
44547 ____________________________________________________________________________
44548 [  6060] By: jhi                                   on 2000/05/04  15:30:16
44549         Log: Integrate with Sarathy.
44550      Branch: cfgperl
44551           !> perl.c regcomp.c t/pragma/utf8.t
44552 ____________________________________________________________________________
44553 [  6059] By: jhi                                   on 2000/05/04  15:26:37
44554         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
44555              in natively 64-bit platforms where a long is a quad (no need
44556              for long longs).  Also added bias for IVs.
44557      Branch: cfgperl
44558            ! toke.c
44559 ____________________________________________________________________________
44560 [  6058] By: gsar                                  on 2000/05/04  00:19:14
44561         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
44562              (spotted by Donald Kinzer <dkinzer@premia.com>)
44563      Branch: perl
44564            ! perl.c
44565 ____________________________________________________________________________
44566 [  6057] By: gsar                                  on 2000/05/03  18:34:01
44567         Log: fix broken parsing of /\x{ab}/
44568      Branch: perl
44569            ! regcomp.c t/pragma/utf8.t
44570 ____________________________________________________________________________
44571 [  6056] By: jhi                                   on 2000/05/03  17:57:16
44572         Log: The search of infinity continues, this time simplified.
44573      Branch: cfgperl
44574            ! lib/Math/Complex.pm
44575 ____________________________________________________________________________
44576 [  6055] By: jhi                                   on 2000/05/03  17:45:30
44577         Log: Detypo.
44578      Branch: cfgperl
44579            ! hints/unicos.sh
44580 ____________________________________________________________________________
44581 [  6054] By: jhi                                   on 2000/05/02  22:28:27
44582         Log: Be more forgiving in POSIX about HUGE_VALL.
44583      Branch: cfgperl
44584            ! ext/POSIX/POSIX.xs
44585 ____________________________________________________________________________
44586 [  6053] By: jhi                                   on 2000/05/02  22:25:05
44587         Log: Integrate with Sarathy.
44588      Branch: cfgperl
44589           !> hints/irix_6.sh pod/perlop.pod
44590 ____________________________________________________________________________
44591 [  6052] By: jhi                                   on 2000/05/02  22:24:31
44592         Log: Unicos hint tweak.
44593      Branch: cfgperl
44594            ! hints/unicos.sh
44595 ____________________________________________________________________________
44596 [  6051] By: jhi                                   on 2000/05/02  22:21:26
44597         Log: Complex tweakery.
44598      Branch: cfgperl
44599            ! lib/Math/Complex.pm t/lib/complex.t
44600 ____________________________________________________________________________
44601 [  6050] By: jhi                                   on 2000/05/02  19:26:22
44602         Log: Use setxxent()/endxxent().
44603      Branch: cfgperl
44604            ! t/op/grent.t t/op/pwent.t
44605 ____________________________________________________________________________
44606 [  6049] By: jhi                                   on 2000/05/02  19:06:02
44607         Log: Test both the scalar and list contexts.
44608      Branch: cfgperl
44609            ! t/op/grent.t t/op/pwent.t
44610 ____________________________________________________________________________
44611 [  6048] By: gsar                                  on 2000/05/02  18:29:10
44612         Log: add note about how $( doesn't interpolate in REs (from
44613              Philip Newton <newton@ficus.frogspace.net>)
44614      Branch: perl
44615            ! pod/perlop.pod
44616 ____________________________________________________________________________
44617 [  6047] By: jhi                                   on 2000/05/02  17:41:24
44618         Log: Call getspnam() only iff needd.
44619      Branch: cfgperl
44620            ! pp_sys.c
44621 ____________________________________________________________________________
44622 [  6046] By: gsar                                  on 2000/05/02  17:07:25
44623         Log: libscheck has insufficient checks for n32 libs (from
44624              Albert Chin-A-Young <china@thewrittenword.com>)
44625      Branch: perl
44626            ! hints/irix_6.sh
44627 ____________________________________________________________________________
44628 [  6045] By: jhi                                   on 2000/05/02  13:57:17
44629         Log: Integrate with Sarathy.
44630      Branch: cfgperl
44631           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
44632           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
44633 ____________________________________________________________________________
44634 [  6044] By: gsar                                  on 2000/05/02  06:48:19
44635         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
44636              such that underscores are only ignored in literal numbers,
44637              "\x{...}", and hex/oct argument
44638      Branch: perl
44639            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
44640 ____________________________________________________________________________
44641 [  6043] By: gsar                                  on 2000/05/02  02:22:29
44642         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
44643      Branch: perl
44644            ! pod/perlretut.pod
44645 ____________________________________________________________________________
44646 [  6042] By: gsar                                  on 2000/05/02  02:17:51
44647         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
44648      Branch: perl
44649            ! pod/perltrap.pod
44650 ____________________________________________________________________________
44651 [  6041] By: gsar                                  on 2000/05/02  01:53:51
44652         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
44653              to compensate
44654      Branch: perl
44655            ! Porting/makerel
44656 ____________________________________________________________________________
44657 [  6040] By: gsar                                  on 2000/05/02  01:51:57
44658         Log: missing files in MANIFEST
44659      Branch: perl
44660            ! MANIFEST
44661 ____________________________________________________________________________
44662 [  6039] By: jhi                                   on 2000/05/02  00:36:46
44663         Log: Infinite problems.
44664      Branch: cfgperl
44665            ! lib/Math/Complex.pm
44666 ____________________________________________________________________________
44667 [  6038] By: jhi                                   on 2000/05/02  00:06:38
44668         Log: pwent/spent #ifdef imbalance.
44669      Branch: cfgperl
44670            ! pp_sys.c
44671 ____________________________________________________________________________
44672 [  6037] By: jhi                                   on 2000/05/01  22:50:11
44673         Log: Use HUGE_VALL if applicable.
44674      Branch: cfgperl
44675            ! ext/POSIX/POSIX.xs util.c
44676 ____________________________________________________________________________
44677 [  6036] By: jhi                                   on 2000/05/01  22:20:53
44678         Log: Correct Freudian slip.
44679      Branch: cfgperl
44680            ! pp_sys.c
44681 ____________________________________________________________________________
44682 [  6035] By: jhi                                   on 2000/05/01  21:07:38
44683         Log: Continue on the pwent/spent case.
44684      Branch: cfgperl
44685            ! pp_sys.c
44686 ____________________________________________________________________________
44687 [  6034] By: jhi                                   on 2000/05/01  17:45:14
44688         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
44689              adjustments in 6032 conflicted badly with this, will have
44690              to revisit them later.
44691      Branch: cfgperl
44692           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
44693           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
44694           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
44695           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
44696           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
44697           !> t/lib/cgi-html.t t/lib/cgi-request.t
44698 ____________________________________________________________________________
44699 [  6033] By: jhi                                   on 2000/05/01  17:40:49
44700         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
44701      Branch: cfgperl
44702            ! pp_sys.c
44703 ____________________________________________________________________________
44704 [  6032] By: gsar                                  on 2000/05/01  15:56:32
44705         Log: whitespace adjustments
44706      Branch: perl
44707            ! pp_sys.c
44708 ____________________________________________________________________________
44709 [  6031] By: gsar                                  on 2000/05/01  15:19:41
44710         Log: small nits in diagnostics.pm (from Robin Barker)
44711      Branch: perl
44712            ! lib/diagnostics.pm pod/perldiag.pod
44713 ____________________________________________________________________________
44714 [  6030] By: gsar                                  on 2000/05/01  08:39:18
44715         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
44716              for @- and @+ (from Johan Vromans)
44717      Branch: perl
44718            ! lib/English.pm pod/perlvar.pod
44719 ____________________________________________________________________________
44720 [  6029] By: gsar                                  on 2000/05/01  08:16:10
44721         Log: add CGI.pm v2.66 (from Lincoln Stein)
44722      Branch: perl
44723            + lib/CGI/Util.pm t/lib/cgi-pretty.t
44724            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
44725            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
44726            ! t/lib/cgi-html.t t/lib/cgi-request.t
44727 ____________________________________________________________________________
44728 [  6028] By: gsar                                  on 2000/05/01  06:34:41
44729         Log: Pod::Man generates groff-incompatible macro definition (from
44730              Tom Christiansen)
44731      Branch: perl
44732            ! lib/Pod/Man.pm
44733 ____________________________________________________________________________
44734 [  6027] By: gsar                                  on 2000/05/01  06:31:36
44735         Log: podlators-1.02 update (from Russ Allbery)
44736      Branch: perl
44737            ! lib/Pod/Man.pm lib/Pod/Text.pm
44738 ____________________________________________________________________________
44739 [  6026] By: jhi                                   on 2000/04/30  23:24:23
44740         Log: Integrate with Sarathy.
44741      Branch: cfgperl
44742           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
44743           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
44744           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
44745           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
44746           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
44747           !> t/lib/syslog.t toke.c win32/win32.h
44748 ____________________________________________________________________________
44749 [  6025] By: gsar                                  on 2000/04/30  18:17:47
44750         Log: Is{Alnum,Alpha,Word} don't match titlecase
44751              
44752              TODO: IsSpace is defined recursively!
44753              
44754              (both spotted by Larry)
44755      Branch: perl
44756            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
44757            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
44758 ____________________________________________________________________________
44759 [  6024] By: gsar                                  on 2000/04/30  17:50:19
44760         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
44761              (from Hugo van der Sanden)
44762      Branch: perl
44763            ! toke.c
44764 ____________________________________________________________________________
44765 [  6023] By: gsar                                  on 2000/04/30  17:14:43
44766         Log: debugger stomps on $. (from M.J.T. Guy)
44767      Branch: perl
44768            ! lib/perl5db.pl
44769 ____________________________________________________________________________
44770 [  6022] By: gsar                                  on 2000/04/30  16:59:22
44771         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
44772      Branch: perl
44773            ! sv.c
44774 ____________________________________________________________________________
44775 [  6021] By: gsar                                  on 2000/04/29  21:00:08
44776         Log: remove Win2K issue in pod (fixed by change#6020)
44777      Branch: perl
44778            ! README.win32 pod/perl56delta.pod
44779 ____________________________________________________________________________
44780 [  6020] By: gsar                                  on 2000/04/29  20:51:49
44781         Log: test tweak
44782      Branch: perl
44783            ! t/lib/open3.t
44784 ____________________________________________________________________________
44785 [  6019] By: gsar                                  on 2000/04/29  20:34:27
44786         Log: windows portability tweaks
44787      Branch: perl
44788            ! t/lib/b.t win32/win32.h
44789 ____________________________________________________________________________
44790 [  6018] By: gsar                                  on 2000/04/29  19:55:24
44791         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
44792              make _PATH_LOG() return "" if unavailable
44793      Branch: perl
44794            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
44795            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
44796 ____________________________________________________________________________
44797 [  6017] By: jhi                                   on 2000/04/28  22:49:46
44798         Log: Integrate with Sarathy.
44799      Branch: cfgperl
44800           !> op.c perl.c pod/perldiag.pod t/lib/b.t
44801 ____________________________________________________________________________
44802 [  6016] By: jhi                                   on 2000/04/28  22:46:14
44803         Log: Do not warn that an infinity does not look like a number.
44804      Branch: cfgperl
44805            ! sv.c
44806 ____________________________________________________________________________
44807 [  6015] By: gsar                                  on 2000/04/28  22:35:49
44808         Log: tweak test for portability
44809      Branch: perl
44810            ! t/lib/b.t
44811 ____________________________________________________________________________
44812 [  6014] By: gsar                                  on 2000/04/28  22:05:31
44813         Log: glob() loading File::Glob behind the scenes may cause syntax errors
44814      Branch: perl
44815            ! op.c
44816 ____________________________________________________________________________
44817 [  6013] By: gsar                                  on 2000/04/28  21:25:22
44818         Log: tweak change#5945 to display correct switch name in diagnostic
44819      Branch: perl
44820            ! perl.c pod/perldiag.pod
44821 ____________________________________________________________________________
44822 [  6012] By: jhi                                   on 2000/04/28  21:08:12
44823         Log: Integrate with Sarathy.
44824      Branch: cfgperl
44825           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
44826           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
44827           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
44828 ____________________________________________________________________________
44829 [  6011] By: jhi                                   on 2000/04/28  21:04:46
44830         Log: &HUGE_VAL is not defined, it exists.
44831      Branch: cfgperl
44832            ! lib/Math/Complex.pm
44833 ____________________________________________________________________________
44834 [  6010] By: gsar                                  on 2000/04/28  21:02:58
44835         Log: clarify note about shadow password support (from
44836              gellyfish@gellyfish.com)
44837      Branch: perl
44838            ! pod/perlfunc.pod
44839 ____________________________________________________________________________
44840 [  6009] By: gsar                                  on 2000/04/28  21:00:00
44841         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
44842      Branch: perl
44843            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
44844 ____________________________________________________________________________
44845 [  6008] By: gsar                                  on 2000/04/28  20:56:33
44846         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
44847      Branch: perl
44848            ! installperl vms/subconfigure.com
44849 ____________________________________________________________________________
44850 [  6007] By: gsar                                  on 2000/04/28  20:51:21
44851         Log: note about compile failures and END blocks (from M.J.T. Guy)
44852      Branch: perl
44853            ! pod/perl56delta.pod pod/perlmod.pod
44854 ____________________________________________________________________________
44855 [  6006] By: jhi                                   on 2000/04/28  20:42:14
44856         Log: Regen Configure.
44857      Branch: cfgperl
44858            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44859            ! config_h.SH
44860 ____________________________________________________________________________
44861 [  6005] By: gsar                                  on 2000/04/28  20:41:16
44862         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
44863      Branch: perl
44864            ! utils/perldoc.PL
44865 ____________________________________________________________________________
44866 [  6004] By: jhi                                   on 2000/04/28  20:28:21
44867         Log: Integrate with Sarathy.
44868      Branch: cfgperl
44869           !> Configure INSTALL Porting/Glossary Porting/config.sh
44870           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
44871           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
44872           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
44873           !> win32/config.vc win32/win32.c
44874 ____________________________________________________________________________
44875 [  6003] By: gsar                                  on 2000/04/28  20:11:20
44876         Log: allow REG_EXPAND_SZ keys in Windows registry (from
44877              John Clayton <John.Clayton@barclayscapital.com>)
44878      Branch: perl
44879            ! win32/win32.c
44880 ____________________________________________________________________________
44881 [  6002] By: gsar                                  on 2000/04/28  19:34:16
44882         Log: destructive sv_setsv() can lose UV-ness from source, causing
44883              numeric promotions/comparisons to fail to do the right thing
44884      Branch: perl
44885            ! sv.c
44886 ____________________________________________________________________________
44887 [  6001] By: gsar                                  on 2000/04/28  18:44:15
44888         Log: support additional library locations via $Config{otherlibdirs}
44889              (from Andy Dougherty)
44890      Branch: perl
44891            ! Configure INSTALL Porting/Glossary Porting/config.sh
44892            ! Porting/config_H config_h.SH epoc/config.sh perl.c
44893            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
44894            ! win32/config.bc win32/config.gc win32/config.vc
44895 ____________________________________________________________________________
44896 [  6000] By: gsar                                  on 2000/04/28  18:26:58
44897         Log: reworked otherlibdirs.U (from Andy Dougherty)
44898      Branch: metaconfig
44899            ! U/installdirs/otherlibdirs.U
44900 ____________________________________________________________________________
44901 [  5999] By: gsar                                  on 2000/04/28  18:17:07
44902         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
44903      Branch: perl
44904            ! t/pragma/warn/toke toke.c
44905 ____________________________________________________________________________
44906 [  5998] By: jhi                                   on 2000/04/28  13:32:17
44907         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
44908      Branch: cfgperl
44909            ! lib/Math/Complex.pm
44910 ____________________________________________________________________________
44911 [  5997] By: jhi                                   on 2000/04/28  13:14:04
44912         Log: Preserve $!.
44913      Branch: cfgperl
44914            ! lib/Math/Complex.pm
44915 ____________________________________________________________________________
44916 [  5996] By: jhi                                   on 2000/04/28  12:59:23
44917         Log: Integrate with Sarathy.
44918      Branch: cfgperl
44919           +> pod/perlrequick.pod pod/perlretut.pod
44920           !> (integrate 51 files)
44921 ____________________________________________________________________________
44922 [  5995] By: gsar                                  on 2000/04/28  09:37:36
44923         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
44924      Branch: perl
44925            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
44926 ____________________________________________________________________________
44927 [  5994] By: gsar                                  on 2000/04/28  09:33:26
44928         Log: fix for missed accounting for null byte in pack("Z",...) (from
44929              M.J.T. Guy)
44930      Branch: perl
44931            ! pp.c t/op/pack.t
44932 ____________________________________________________________________________
44933 [  5993] By: gsar                                  on 2000/04/28  09:30:05
44934         Log: various minor tweaks seen on p5p
44935      Branch: perl
44936            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
44937 ____________________________________________________________________________
44938 [  5992] By: gsar                                  on 2000/04/28  09:08:19
44939         Log: pod nit (from Simon Cozens)
44940      Branch: perl
44941            ! pod/perlop.pod
44942 ____________________________________________________________________________
44943 [  5991] By: gsar                                  on 2000/04/28  09:06:36
44944         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
44945      Branch: perl
44946            ! README.posix-bc hints/posix-bc.sh
44947 ____________________________________________________________________________
44948 [  5990] By: gsar                                  on 2000/04/28  08:54:52
44949         Log: use $ENV{LIB} to search for libs under Visual C compiler
44950              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
44951      Branch: perl
44952            ! lib/ExtUtils/Liblist.pm
44953 ____________________________________________________________________________
44954 [  5989] By: gsar                                  on 2000/04/28  08:27:12
44955         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
44956              itself and no other (from Tom Hughes)
44957      Branch: perl
44958            ! t/op/array.t toke.c
44959 ____________________________________________________________________________
44960 [  5988] By: gsar                                  on 2000/04/28  08:01:38
44961         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
44962              <paul@miraclefish.com>)
44963      Branch: perl
44964            ! lib/ExtUtils/MakeMaker.pm
44965 ____________________________________________________________________________
44966 [  5987] By: gsar                                  on 2000/04/28  07:53:09
44967         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
44968      Branch: perl
44969            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
44970 ____________________________________________________________________________
44971 [  5986] By: gsar                                  on 2000/04/28  07:44:17
44972         Log: add regular expressions tutorial and quick-start guide (from
44973              Mark Kvale <kvale@phy.ucsf.edu>)
44974      Branch: perl
44975            + pod/perlrequick.pod pod/perlretut.pod
44976            ! AUTHORS MAINTAIN MANIFEST
44977 ____________________________________________________________________________
44978 [  5985] By: gsar                                  on 2000/04/28  07:30:28
44979         Log: forked child may not exit correctly if it failed to open
44980              /dev/console (from Graham Barr)
44981      Branch: perl
44982            ! ext/Sys/Syslog/Syslog.pm
44983 ____________________________________________________________________________
44984 [  5984] By: gsar                                  on 2000/04/28  07:27:20
44985         Log: attributes::reftype() doesn't work on tied argument
44986      Branch: perl
44987            ! xsutils.c
44988 ____________________________________________________________________________
44989 [  5983] By: gsar                                  on 2000/04/28  07:15:04
44990         Log: numeric conversion of non-number in change#3378 tramples on
44991              OOK offset, causing segfaults
44992      Branch: perl
44993            ! sv.c
44994 ____________________________________________________________________________
44995 [  5982] By: gsar                                  on 2000/04/28  04:48:25
44996         Log: avoid error in IO::Socket::INET when given an unknown service name
44997              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
44998      Branch: perl
44999            ! ext/IO/lib/IO/Socket/INET.pm
45000 ____________________________________________________________________________
45001 [  5981] By: gsar                                  on 2000/04/28  04:31:31
45002         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
45003              prototype mismatch with CORE::glob(); update pod and tests to
45004              suit (File::Glob::glob() is still available for backward
45005              compatibility, but should be considered deprecated)
45006      Branch: perl
45007            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
45008            ! t/lib/glob-taint.t
45009 ____________________________________________________________________________
45010 [  5980] By: gsar                                  on 2000/04/28  03:47:29
45011         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
45012              <ghudson@mit.edu>)
45013      Branch: metaconfig
45014            ! U/modified/Options.U
45015      Branch: perl
45016            ! Configure
45017 ____________________________________________________________________________
45018 [  5979] By: gsar                                  on 2000/04/28  03:07:54
45019         Log: under useithreads, constant pad entries could inadvertantly be
45020              shared across threads (from Eric Blood <eblood@xmission.com>);
45021              added Eric's test case to testsuite
45022      Branch: perl
45023            ! op.c t/op/misc.t
45024 ____________________________________________________________________________
45025 [  5978] By: gsar                                  on 2000/04/27  21:13:00
45026         Log: sync version numbers in File::Spec with the ones on CPAN
45027              (from Barrie Slaymaker)
45028      Branch: perl
45029            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
45030            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
45031            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
45032 ____________________________________________________________________________
45033 [  5977] By: gsar                                  on 2000/04/27  21:07:29
45034         Log: autoquote barewords followed by newline and arrow properly
45035              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
45036      Branch: perl
45037            ! t/pragma/warn/toke toke.c
45038 ____________________________________________________________________________
45039 [  5976] By: gsar                                  on 2000/04/27  20:41:20
45040         Log: DB_File v1.73 update (from Paul Marquess)
45041      Branch: perl
45042            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
45043            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
45044 ____________________________________________________________________________
45045 [  5975] By: gsar                                  on 2000/04/27  20:34:24
45046         Log: allow sort() reentrancy (variant of patch suggested by
45047              Hugo van der Sanden)
45048      Branch: perl
45049            ! pp_ctl.c t/op/sort.t
45050 ____________________________________________________________________________
45051 [  5974] By: gsar                                  on 2000/04/27  19:46:57
45052         Log: change#4197 somehow missed initializing PL_errors, meaning
45053              sytax error queueing wasn't working outside eval"" at all;
45054              also fixed eval"" to localize PL_error_count, so that compile-time
45055              eval's don't clobber the error state of the outer context
45056      Branch: perl
45057            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
45058            ! t/pragma/warn/toke
45059 ____________________________________________________________________________
45060 [  5973] By: gsar                                  on 2000/04/27  18:29:05
45061         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
45062      Branch: perl
45063            ! regcomp.c regexec.c t/op/re_tests
45064 ____________________________________________________________________________
45065 [  5972] By: jhi                                   on 2000/04/27  18:22:41
45066         Log: Integrate with Sarathy.
45067      Branch: cfgperl
45068           +> t/lib/b.t t/lib/syslog.t
45069           !> (integrate 31 files)
45070 ____________________________________________________________________________
45071 [  5971] By: jhi                                   on 2000/04/27  18:18:46
45072         Log: Unicos tweaks from Mark P. Lutz.
45073      Branch: cfgperl
45074            ! hints/unicos.sh lib/Math/Complex.pm
45075 ____________________________________________________________________________
45076 [  5970] By: gsar                                  on 2000/04/27  18:05:11
45077         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
45078              IV is >32bits
45079      Branch: perl
45080            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
45081 ____________________________________________________________________________
45082 [  5969] By: gsar                                  on 2000/04/27  17:50:56
45083         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
45084      Branch: perl
45085            + t/lib/syslog.t
45086            ! MANIFEST ext/Sys/Syslog/Syslog.pm
45087 ____________________________________________________________________________
45088 [  5968] By: gsar                                  on 2000/04/27  17:44:49
45089         Log: tolerate spaces in group names in test on solaris (from David Boyce
45090              <dsb@boyski.com>)
45091      Branch: perl
45092            ! t/op/groups.t
45093 ____________________________________________________________________________
45094 [  5967] By: gsar                                  on 2000/04/27  17:41:22
45095         Log: improved docs on the warn_uninit diagnostic (from David Glasser
45096              and Simon Cozens)
45097      Branch: perl
45098            ! pod/perldiag.pod
45099 ____________________________________________________________________________
45100 [  5966] By: gsar                                  on 2000/04/27  16:54:58
45101         Log: add testsuite for B backends, fix bug in B::Deparse (from
45102              Simon Cozens <simon@brecon.co.uk>)
45103      Branch: perl
45104            + t/lib/b.t
45105            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
45106 ____________________________________________________________________________
45107 [  5965] By: gsar                                  on 2000/04/27  16:10:37
45108         Log: avoid "will not stay shared" warnings for our variables (from
45109              Robin Barker)
45110      Branch: perl
45111            ! op.c t/pragma/warn/op
45112 ____________________________________________________________________________
45113 [  5964] By: gsar                                  on 2000/04/27  07:05:05
45114         Log: reformat to 72 columns (again)
45115      Branch: perl
45116            ! pod/perldiag.pod
45117 ____________________________________________________________________________
45118 [  5963] By: gsar                                  on 2000/04/27  06:28:31
45119         Log: patch from Larry to make (\&) prototype work; added tests for
45120              the same
45121      Branch: perl
45122            ! op.c t/comp/proto.t
45123 ____________________________________________________________________________
45124 [  5962] By: gsar                                  on 2000/04/27  06:15:47
45125         Log: updated README.hpux (from Jeff Okamoto)
45126      Branch: perl
45127            ! README.hpux
45128 ____________________________________________________________________________
45129 [  5961] By: gsar                                  on 2000/04/27  05:55:03
45130         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
45131      Branch: perl
45132            ! emacs/cperl-mode.el
45133 ____________________________________________________________________________
45134 [  5960] By: gsar                                  on 2000/04/27  05:49:26
45135         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
45136      Branch: perl
45137            ! INSTALL
45138 ____________________________________________________________________________
45139 [  5959] By: gsar                                  on 2000/04/27  05:33:41
45140         Log: doubled words in pods (from Simon Cozens
45141              <simon.p.cozens@jp.pwcglobal.com>)
45142      Branch: perl
45143            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
45144            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
45145            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
45146            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
45147            ! pod/perltootc.pod
45148 ____________________________________________________________________________
45149 [  5958] By: gsar                                  on 2000/04/27  05:11:39
45150         Log: change#3569 deleted some essential code, revert; avoid use of
45151              atexit() to make DynaLoader work properly on AIX under mod_perl
45152              (from Jens-Uwe Mager <jum@helios.de>)
45153      Branch: perl
45154            ! ext/DynaLoader/dl_aix.xs
45155 ____________________________________________________________________________
45156 [  5957] By: gsar                                  on 2000/04/27  04:54:51
45157         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
45158      Branch: perl
45159            ! pod/perlmod.pod
45160 ____________________________________________________________________________
45161 [  5956] By: gsar                                  on 2000/04/27  04:51:47
45162         Log: better diagnostics on failed tests (from Ilya Zakharevich)
45163      Branch: perl
45164            ! t/op/lex_assign.t
45165 ____________________________________________________________________________
45166 [  5955] By: gsar                                  on 2000/04/27  04:26:44
45167         Log: longstanding bug exposed by change#3307: sort arguments weren't
45168              compiled with the right wantarray context (ensuing runtime lookup
45169              via block_gimme() was getting the incidental context of the
45170              sort() itself)
45171      Branch: perl
45172            ! op.c t/op/sort.t
45173 ____________________________________________________________________________
45174 [  5954] By: gsar                                  on 2000/04/26  23:42:12
45175         Log: integrate cfgperl contents into mainline
45176      Branch: perl
45177           !> (integrate 30 files)
45178 ____________________________________________________________________________
45179 [  5953] By: jhi                                   on 2000/04/26  23:06:42
45180         Log: Integrate with Sarathy.
45181      Branch: cfgperl
45182           !> README.win32 ext/B/B/Deparse.pm
45183           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
45184           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
45185           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
45186           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
45187           !> utils/perldoc.PL vms/perlvms.pod
45188 ____________________________________________________________________________
45189 [  5952] By: jhi                                   on 2000/04/26  23:03:46
45190         Log: Undo "use integer" addition from 64bitint as it seems
45191              to break most of the subtests in Digital UNIX;
45192              Unicos needs to find another way.
45193      Branch: cfgperl
45194            ! t/op/64bitint.t
45195 ____________________________________________________________________________
45196 [  5951] By: jhi                                   on 2000/04/26  22:57:53
45197         Log: Be more robust on "extreme" (large absolute value)
45198              arguments.  Originally reported by Daniel Connelly
45199              as a problem with asinh() on large negative arguments,
45200              asinh() used to bail out because an argument to log()
45201              ended up being zero.  Ilya Zakharevich proposed using
45202              Taylor's series in such cases, which for such large
45203              arguments is a very good approximation.
45204      Branch: cfgperl
45205            ! lib/Math/Complex.pm t/lib/complex.t
45206 ____________________________________________________________________________
45207 [  5950] By: gsar                                  on 2000/04/25  19:13:12
45208         Log: reformat perldiag to avoid long lines
45209      Branch: perl
45210            ! pod/perldiag.pod
45211 ____________________________________________________________________________
45212 [  5949] By: gsar                                  on 2000/04/25  18:41:11
45213         Log: make perldoc use the pod2man from the same version (from
45214              M.J.T. Guy)
45215      Branch: perl
45216            ! utils/perldoc.PL
45217 ____________________________________________________________________________
45218 [  5948] By: gsar                                  on 2000/04/25  18:21:57
45219         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
45220              <kompas@kompas.usr.onet.pl>)
45221      Branch: perl
45222            ! lib/vars.pm
45223 ____________________________________________________________________________
45224 [  5947] By: gsar                                  on 2000/04/25  18:11:53
45225         Log: use &dl_error rather than &dl_load_file as the guard for calling
45226              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
45227              statically built perl)
45228      Branch: perl
45229            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
45230 ____________________________________________________________________________
45231 [  5946] By: jhi                                   on 2000/04/25  17:37:54
45232         Log: Document that tr() is not tr(1).
45233      Branch: cfgperl
45234            ! pod/perlop.pod
45235 ____________________________________________________________________________
45236 [  5945] By: gsar                                  on 2000/04/25  16:34:33
45237         Log: make module name mandatory after -M switch; reorder perldiag
45238              alphabetically (from Mark-Jason Dominus)
45239      Branch: perl
45240            ! perl.c pod/perldiag.pod
45241 ____________________________________________________________________________
45242 [  5944] By: jhi                                   on 2000/04/25  01:15:18
45243         Log: On second thoughts frexp() does have two arguments.
45244      Branch: cfgperl
45245            ! perl.h
45246 ____________________________________________________________________________
45247 [  5943] By: jhi                                   on 2000/04/24  22:56:32
45248         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
45249              Now pp_ncmp() returns undef is either operand is a NaN.
45250      Branch: cfgperl
45251            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45252            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
45253            ! vms/subconfigure.com vos/config.def vos/config.h
45254            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
45255            ! win32/config.vc win32/config_H.bc win32/config_H.gc
45256            ! win32/config_H.vc
45257      Branch: metaconfig/U/perl
45258            + d_modfl.U
45259 ____________________________________________________________________________
45260 [  5942] By: jhi                                   on 2000/04/24  19:45:17
45261         Log: Regen Configure to match #5937.
45262      Branch: cfgperl
45263            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45264            ! config_h.SH
45265      Branch: metaconfig
45266            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
45267 ____________________________________________________________________________
45268 [  5941] By: jhi                                   on 2000/04/24  19:24:11
45269         Log: Further Unicos fixes for Mark Lutz.
45270      Branch: cfgperl
45271            ! hints/unicos.sh pp_ctl.c
45272 ____________________________________________________________________________
45273 [  5940] By: jhi                                   on 2000/04/24  19:09:06
45274         Log: Various Unicos 10.0.0.6 fixes.
45275              
45276              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
45277              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
45278              Reply-To: tecmpl1@triton.ca.boeing.com 
45279              To: perl5-porters@perl.org 
45280              Date: Fri, 14 Apr 2000 20:21:00 GMT 
45281              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
45282      Branch: cfgperl
45283            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
45284 ____________________________________________________________________________
45285 [  5939] By: gsar                                  on 2000/04/24  19:01:24
45286         Log: more pod nits (from Larry Virden)
45287      Branch: perl
45288            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
45289            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
45290            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
45291 ____________________________________________________________________________
45292 [  5938] By: gsar                                  on 2000/04/24  18:54:01
45293         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
45294      Branch: perl
45295            ! ext/B/B/Deparse.pm
45296 ____________________________________________________________________________
45297 [  5937] By: jhi                                   on 2000/04/24  17:39:00
45298         Log: Integrate with Sarathy.
45299      Branch: cfgperl
45300           +> (branch 31 files)
45301           !> (integrate 73 files)
45302 ____________________________________________________________________________
45303 [  5936] By: gsar                                  on 2000/04/24  17:30:06
45304         Log: additional tests for change#5934 (from Paul Marquess, who also
45305              sent in the same fix)
45306      Branch: perl
45307            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
45308            ! t/pragma/warn/5nolint t/pragma/warn/6default
45309 ____________________________________________________________________________
45310 [  5935] By: jhi                                   on 2000/04/24  17:26:05
45311         Log: Do not assume sign propagation.
45312              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
45313              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
45314              To: payner@ncifcrf.gov, perl5-porters@perl.org 
45315              Date: Tue, 18 Apr 2000 18:24:49 +0100 
45316              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
45317      Branch: cfgperl
45318            ! t/op/bop.t t/op/misc.t
45319 ____________________________________________________________________________
45320 [  5934] By: gsar                                  on 2000/04/24  17:16:54
45321         Log: propagate lexical warnings from surrounding scope correctly
45322              within string eval()
45323      Branch: perl
45324            ! pp_ctl.c t/pragma/warn/pp_ctl
45325 ____________________________________________________________________________
45326 [  5933] By: jhi                                   on 2000/04/24  17:01:07
45327         Log: Flatten the cpp jungle doing the nosuid checking.
45328      Branch: cfgperl
45329            ! perl.c
45330 ____________________________________________________________________________
45331 [  5932] By: gsar                                  on 2000/04/24  09:08:14
45332         Log: add rsignal(), whichsig() and do_join() to public API list
45333              (mod_perl uses them to good advantage)
45334      Branch: perl
45335            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
45336 ____________________________________________________________________________
45337 [  5931] By: gsar                                  on 2000/04/24  09:01:40
45338         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
45339      Branch: perl
45340            ! pp_hot.c regexec.c t/op/pat.t
45341 ____________________________________________________________________________
45342 [  5930] By: gsar                                  on 2000/04/24  08:58:33
45343         Log: small os390 tweaks (from Peter Prymmer)
45344      Branch: perl
45345            ! config_h.SH makedepend.SH
45346 ____________________________________________________________________________
45347 [  5929] By: gsar                                  on 2000/04/24  08:55:25
45348         Log: pod nits
45349      Branch: perl
45350            ! pod/perlguts.pod
45351 ____________________________________________________________________________
45352 [  5928] By: gsar                                  on 2000/04/24  08:50:13
45353         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
45354      Branch: perl
45355            ! ext/IO/lib/IO/Poll.pm
45356 ____________________________________________________________________________
45357 [  5927] By: gsar                                  on 2000/04/24  08:43:24
45358         Log: arrange for next() to resume at the unstack op rather than the
45359              loop conditional, so that scope cleanup happens correctly
45360              (from Stephen McCamant)
45361      Branch: perl
45362            ! op.c pp_ctl.c t/op/misc.t
45363 ____________________________________________________________________________
45364 [  5926] By: gsar                                  on 2000/04/24  08:18:40
45365         Log: on windows, reserve 16M of stack rather than 128M (allows more
45366              threads to run concurrently)
45367      Branch: perl
45368            ! win32/Makefile win32/makefile.mk
45369 ____________________________________________________________________________
45370 [  5925] By: gsar                                  on 2000/04/24  08:13:52
45371         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
45372      Branch: perl
45373            ! toke.c
45374 ____________________________________________________________________________
45375 [  5924] By: gsar                                  on 2000/04/24  08:08:59
45376         Log: avoid using uninitialized memory in require version check
45377      Branch: perl
45378            ! pp_ctl.c universal.c
45379 ____________________________________________________________________________
45380 [  5923] By: gsar                                  on 2000/04/24  07:20:14
45381         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
45382      Branch: perl
45383            ! ext/IO/lib/IO/Poll.pm
45384 ____________________________________________________________________________
45385 [  5922] By: gsar                                  on 2000/04/24  07:08:42
45386         Log: commentary about IoTYPE() (from Nathan Torkington)
45387      Branch: perl
45388            ! sv.h
45389 ____________________________________________________________________________
45390 [  5921] By: gsar                                  on 2000/04/24  06:58:26
45391         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
45392              by fix
45393      Branch: perl
45394            ! sv.c t/lib/charnames.t t/pragma/utf8.t
45395 ____________________________________________________________________________
45396 [  5920] By: gsar                                  on 2000/04/24  06:37:59
45397         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
45398      Branch: perl
45399            ! doop.c t/op/ver.t
45400 ____________________________________________________________________________
45401 [  5919] By: gsar                                  on 2000/04/24  06:21:58
45402         Log: Configure might miss old directories when prefix must be
45403              expanded (from Robin Barker)
45404      Branch: metaconfig
45405            ! U/installdirs/inc_version_list.U
45406      Branch: perl
45407            ! Configure
45408 ____________________________________________________________________________
45409 [  5918] By: gsar                                  on 2000/04/24  06:16:11
45410         Log: VMS nits in glob() test (from Charles Lane)
45411      Branch: perl
45412            ! t/lib/glob-basic.t
45413 ____________________________________________________________________________
45414 [  5917] By: gsar                                  on 2000/04/24  06:11:56
45415         Log: various pod nits (from Larry Virden and others)
45416      Branch: perl
45417            ! README.amiga README.hpux README.machten README.os2
45418            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
45419            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
45420            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
45421            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
45422            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
45423            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
45424            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
45425            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
45426 ____________________________________________________________________________
45427 [  5916] By: gsar                                  on 2000/04/24  05:52:43
45428         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
45429              <wjones@tc.fluke.com>)
45430      Branch: perl
45431            ! t/lib/glob-basic.t
45432 ____________________________________________________________________________
45433 [  5915] By: gsar                                  on 2000/04/24  05:07:01
45434         Log: supported platforms mixed up
45435      Branch: perl
45436            ! pod/perl56delta.pod pod/perlport.pod
45437 ____________________________________________________________________________
45438 [  5914] By: gsar                                  on 2000/04/24  04:56:08
45439         Log: caller() wasn't returning the right number of elements for
45440              eval {...}
45441      Branch: perl
45442            ! pp_ctl.c t/pragma/warn/9enabled
45443 ____________________________________________________________________________
45444 [  5913] By: gsar                                  on 2000/04/24  04:35:41
45445         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
45446              Mark-Jason Dominus)
45447      Branch: perl
45448            ! pod/perlfunc.pod
45449 ____________________________________________________________________________
45450 [  5912] By: gsar                                  on 2000/04/24  04:17:15
45451         Log: fix totally broken caching in UNIVERSAL::isa() (from
45452              Nick Ing-Simmons)
45453      Branch: perl
45454            ! t/op/universal.t universal.c
45455 ____________________________________________________________________________
45456 [  5911] By: gsar                                  on 2000/04/24  03:39:47
45457         Log: add linebreak properties from unicode/LineBrk.txt (from
45458              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
45459      Branch: perl
45460            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
45461            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
45462            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
45463            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
45464            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
45465            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
45466            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
45467            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
45468            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
45469            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
45470            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
45471            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
45472            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
45473            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
45474            + lib/unicode/Is/LbrkZW.pl
45475            ! lib/unicode/mktables.PL
45476 ____________________________________________________________________________
45477 [  5910] By: gsar                                  on 2000/04/24  03:23:10
45478         Log: typo in pod
45479      Branch: perl
45480            ! ext/Thread/Thread.pm
45481 ____________________________________________________________________________
45482 [  5909] By: gsar                                  on 2000/04/24  03:22:03
45483         Log: mode argument to do_binmode() should be file mode, not boolean
45484      Branch: perl
45485            ! pp_sys.c
45486 ____________________________________________________________________________
45487 [  5908] By: gsar                                  on 2000/04/16  16:51:08
45488         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
45489              always returns a valid GV even when the symbol is trapped by strictures
45490              (avoids coredumps)
45491              
45492              TODO: the C<package;> hack needs similar treatment
45493      Branch: perl
45494            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
45495            ! t/pragma/strict-vars
45496 ____________________________________________________________________________
45497 [  5907] By: jhi                                   on 2000/03/31  23:42:56
45498         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
45499              an assumption which #5905 demolished.
45500      Branch: cfgperl
45501            ! pp_sys.c
45502 ____________________________________________________________________________
45503 [  5906] By: jhi                                   on 2000/03/31  18:54:37
45504         Log: Typo in #5905.
45505      Branch: cfgperl
45506            ! t/op/64bitint.t
45507 ____________________________________________________________________________
45508 [  5905] By: jhi                                   on 2000/03/31  18:50:54
45509         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
45510              reported by Joseph N. Hall.  The bug was that even with use64bitint
45511              one had to use the prefixes q, L, or ll with printf/sprintf,
45512              contrary to the documentation and common sense.
45513      Branch: cfgperl
45514            ! sv.c t/op/64bitint.t
45515 ____________________________________________________________________________
45516 [  5904] By: gsar                                  on 2000/03/28  02:31:32
45517         Log: add Changes, perldelta.pod
45518      Branch: perl
45519            + Changes pod/perldelta.pod
45520 ____________________________________________________________________________
45521 [  5903] By: gsar                                  on 2000/03/28  02:03:55
45522         Log: rename Changes and perldelta.pod
45523      Branch: perl
45524           +> Changes5.6 pod/perl56delta.pod
45525            - Changes pod/perldelta.pod
45526            ! MANIFEST
45527 ____________________________________________________________________________
45528 [  5902] By: gsar                                  on 2000/03/28  01:59:14
45529         Log: create maint-5.6 branch
45530      Branch: maint-5.6/perl
45531           +> (branch 1611 files)
45532 ____________________________________________________________________________
45533 [  5901] By: jhi                                   on 2000/03/23  05:48:43
45534         Log: Integrate with Sarathy.
45535      Branch: cfgperl
45536           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
45537 ____________________________________________________________________________
45538 [  5900] By: gsar                                  on 2000/03/23  05:42:43
45539         Log: three guesses on what this is :-)
45540      Branch: perl
45541            ! Changes