This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: File/Spec/t/rel2abs2rel2whatever broken again
[perl5.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 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
35         Log: Regen toc.
36      Branch: perl
37            ! pod/perltoc.pod
38 ____________________________________________________________________________
39 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
40         Log: Forgot from #14641.
41      Branch: perl
42            ! lib/ExtUtils/t/Embed.t
43 ____________________________________________________________________________
44 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
45         Log: -Dmksymlinks was broken by #14628.
46      Branch: perl
47            ! Configure
48 ____________________________________________________________________________
49 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
50         Log: Subject: [PATCH @14577] OS/2 build
51              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52              Date: Mon, 11 Feb 2002 06:56:41 -0500
53              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
54              
55              (sans the Configure, perlio.sym, and t/op/stat.t parts)
56      Branch: perl
57            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
58            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
59            ! os2/os2ish.h
60 ____________________________________________________________________________
61 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
62         Log: Integrate perlio;
63              
64              Re-structure Japanese encodings - part 1
65              
66              Split Japanese encodings - part 2
67              - build separate .c files with separate 'compile' steps
68              - overall Japanese.xs / Japanese.pm which loads them
69              
70              Add test for Japanese encoding (well euc-jp anyway).
71              Fix one bug shown by above
72              Skip test which does not pass yet.
73              
74              Patch up the failing multi-byte write case, and un-skip
75              the test.
76      Branch: perl
77           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
78           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
79            - ext/Encode/EUC_JP/EUC_JP.pm
80           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
81 ____________________________________________________________________________
82 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
83         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
84              From: Mike Guy <mjtg@cam.ac.uk>
85              Date: Mon, 11 Feb 2002 02:50:42 +0000
86              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
87      Branch: perl
88            ! t/op/arith.t
89 ____________________________________________________________________________
90 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
91         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
92              Stepping backward in the string would be majorly bad.
93      Branch: perl
94            ! regcomp.c
95 ____________________________________________________________________________
96 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
97         Log: The debugger part of
98              
99              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
100              From: Michael G Schwern <schwern@pobox.com> 
101              Date: Wed, 6 Feb 2002 17:32:12 -0500
102              Message-ID: <20020206223212.GG1346@blackrider>
103      Branch: perl
104            ! lib/perl5db.pl
105 ____________________________________________________________________________
106 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
107         Log: Integrate perlio;
108              
109              Borland/Win32 tuning
110              
111              Move PerlIO_perlio to layer_syms where it belongs?
112      Branch: perl
113           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
114 ____________________________________________________________________________
115 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
116         Log: EBCDIC: the low 256 needs to be shuffled also
117              in pack/unpack U (this breaks the equivalence
118              of pack U and v-strings, but I think if someone
119              has to give, v-strings are a good victim)
120      Branch: perl
121            ! pp_pack.c t/op/pack.t
122 ____________________________________________________________________________
123 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
124         Log: Two Configure tweaks; the u32align test was trying
125              to write into a string literal, the ln -s test was
126              failing in VOS.
127      Branch: perl
128            ! Configure
129 ____________________________________________________________________________
130 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
131         Log: DJGPP tweaks from Laszlo Molnar.
132      Branch: perl
133            ! djgpp/djgpp.c lib/File/Spec.pm
134 ____________________________________________________________________________
135 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
136         Log: Additional explanation for the [:...:] failure.
137      Branch: perl
138            ! pod/perldiag.pod
139 ____________________________________________________________________________
140 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
141         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
142              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
143              Date: Sun, 10 Feb 2002 13:32:48 +0100
144              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
145      Branch: perl
146            ! makedef.pl
147 ____________________________________________________________________________
148 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
149         Log: Test tweaks from chromatic for cases where there
150              are no installman1dir or installman3dir.
151      Branch: perl
152            ! lib/ExtUtils/t/Installed.t
153 ____________________________________________________________________________
154 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
155         Log: Integrate perlio;
156              
157              Nick Clark's tweaks to Encode compile process
158              1. Use decimal constants to unit string arrays rather than
159              very long string litterals (latter having possible "\0"
160              on end issues, and needing ANSI C line splicing).
161              2. Replace tail-recursion during insert process with itteration.
162              Nick C sees 12% speedup from these.
163      Branch: perl
164           !> ext/Encode/Encode.pm ext/Encode/compile
165 ____________________________________________________________________________
166 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
167         Log: Portability notes: filename characters, character sets.
168      Branch: perl
169            ! pod/perlport.pod
170 ____________________________________________________________________________
171 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
172         Log: Use the "Unicode 1.0" name field for control characters,
173              as suggested by Mark Davis.  Note that Unicode 3.2 will
174              require some more legwork on this because of certain
175              alternative names.
176      Branch: perl
177            ! lib/unicore/Name.pl lib/unicore/mktables
178 ____________________________________________________________________________
179 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
180         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
181      Branch: perl
182            ! hints/os390.sh
183 ____________________________________________________________________________
184 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
185         Log: EBCDIC: the non-printable characters are different.
186      Branch: perl
187            ! ext/B/B/Deparse.pm
188 ____________________________________________________________________________
189 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
190         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
191              From: Nicholas Clark <nick@unfortu.net> 
192              Date: Sat, 9 Feb 2002 22:31:29 +0000
193              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
194      Branch: perl
195            ! t/lib/warnings/pp_hot
196 ____________________________________________________________________________
197 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
198         Log: Subject: [PATCH] Re: Modulus operator inconsistency
199              From: Nicholas Clark <nick@unfortu.net>
200              Date: Sat, 9 Feb 2002 21:00:13 +0000
201              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
202      Branch: perl
203            ! op.c t/op/arith.t
204 ____________________________________________________________________________
205 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
206         Log: Use the same escaping mechanism for all the *flags.
207      Branch: perl
208            ! lib/ExtUtils/Embed.pm
209 ____________________________________________________________________________
210 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
211         Log: Protect possible parentheses in ccflags, ccdlflags, and
212              ldflags.  (In OS/390 there are parentheses in ccflags.)
213      Branch: perl
214            ! lib/ExtUtils/Embed.pm
215 ____________________________________________________________________________
216 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
217         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
218              From: Peter Scott <Peter@PSDT.com>
219              Date: Fri, 08 Feb 2002 19:20:19 -0800
220              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
221      Branch: perl
222            ! lib/perl5db.pl
223 ____________________________________________________________________________
224 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
225         Log: FAQ sync.
226      Branch: perl
227            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
228 ____________________________________________________________________________
229 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
230         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
231              From: Chris Nandor <pudge@pobox.com>
232              Date: Fri, 08 Feb 2002 16:31:41 -0500
233              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
234      Branch: perl
235            ! cop.h deb.c pp_ctl.c toke.c util.c
236 ____________________________________________________________________________
237 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
238         Log: The Configure change to go with #14604.
239      Branch: perl
240            ! Configure
241 ____________________________________________________________________________
242 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
243         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
244              From: Andy Dougherty <doughera@lafayette.edu>
245              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
246              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
247      Branch: perl
248            ! hints/bsdos.sh
249 ____________________________________________________________________________
250 [ 14602] By: sky                                   on 2002/02/08  15:19:15
251         Log: Start testing for safe localtime functions, TODO, test more functions.
252      Branch: perl
253            + ext/threads/t/libc.t
254            ! MANIFEST
255 ____________________________________________________________________________
256 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
257         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
258              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
259              Date: Fri, 8 Feb 2002 00:21:07 +0100
260              Message-ID: <20020208002107.E763@rafael>
261      Branch: perl
262            ! doio.c pp_sys.c t/io/argv.t
263 ____________________________________________________________________________
264 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
265         Log: Subject: [PATCH] Configure followed by make minitest
266              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
267              Date: Wed, 06 Feb 2002 21:35:20 -0800
268              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
269      Branch: perl
270            ! t/op/taint.t t/run/fresh_perl.t
271 ____________________________________________________________________________
272 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
273         Log: Integrate perlio;
274              
275              Extract something from yesterdays effort - convert my mail on pad
276              data structures (incoporating Sarathy's corrections/clarifications)
277              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
278      Branch: perl
279           !> cv.h pod/perlapi.pod pod/perlintern.pod
280 ____________________________________________________________________________
281 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
282         Log: Configure DJGPP tweak from Laszlo Molnar.
283      Branch: perl
284            ! Configure
285 ____________________________________________________________________________
286 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
287         Log: DJGPP tweaks from Laszlo Molnar.
288      Branch: perl
289            ! djgpp/djgppsed.sh perl.c
290 ____________________________________________________________________________
291 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
292         Log: To really skip the test an exit() is needed.
293      Branch: perl
294            ! lib/encoding.t
295 ____________________________________________________________________________
296 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
297         Log: More diagnostics from Nicholas Clark.
298      Branch: perl
299            ! lib/Benchmark.t
300 ____________________________________________________________________________
301 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
302         Log: In case of failure be more verbose.
303      Branch: perl
304            ! t/base/num.t
305 ____________________________________________________________________________
306 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
307         Log: Sanity checks to see that the IV/NV and the PV of numeric
308              scalars stay in sync (unearthed this via the OS/390 gcvt()
309              brokenness)
310      Branch: perl
311            + t/base/num.t
312            ! MANIFEST
313 ____________________________________________________________________________
314 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
315         Log: Retract the anon leak subpatch of #14418 and #14431
316              (the latter came into bleadperl as part of #14433).
317      Branch: perl
318            ! op.c t/run/fresh_perl.t
319 ____________________________________________________________________________
320 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
321         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
322              mangles 0.1 to "10".  sprintf() seems more well-behaved.
323      Branch: perl
324            ! hints/os390.sh
325 ____________________________________________________________________________
326 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
327         Log: Subject: [PATCH @14557] another Encode fix for VMS
328              From: "Craig A. Berry" <craigberry@mac.com>
329              Date: Wed, 06 Feb 2002 14:44:20 -0600
330              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
331      Branch: perl
332            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
333 ____________________________________________________________________________
334 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
335         Log: Integrate perlio;
336              
337              One way to avoid OS390 winge about #line directives.
338      Branch: perl
339           !> ext/Encode/EUC_JP/Makefile.PL
340 ____________________________________________________________________________
341 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
342         Log: Update Changes.
343      Branch: perl
344            ! Changes patchlevel.h
345 ____________________________________________________________________________
346 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
347         Log: s/Netware/NetWare/
348      Branch: perl
349            ! MANIFEST
350 ____________________________________________________________________________
351 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
352         Log: New Netware scripts.
353      Branch: perl
354            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
355            + NetWare/t/NWScripts-Exist.pl
356            ! MANIFEST
357 ____________________________________________________________________________
358 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
359         Log: EBCDIC: the encoding pragma would need some rethinking,
360              probably a pass of EBCDIC->Unicode mapping.  For now,
361              disable it on EBCDIC.
362      Branch: perl
363            ! lib/encoding.pm lib/encoding.t
364 ____________________________________________________________________________
365 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
366         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
367              for the low 256.  Now tweaked the tests, but maybe it's
368              the module that needs few NATIVE_TO_UNI()s somewhere?
369      Branch: perl
370            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
371 ____________________________________________________________________________
372 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
373         Log: Subject: [PATCH utf8.c] format problem
374              From: Robin Barker <rmb1@cise.npl.co.uk>
375              Date: Wed, 6 Feb 2002 14:01:43 GMT
376              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
377      Branch: perl
378            ! utf8.c
379 ____________________________________________________________________________
380 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
381         Log: EBCDIC: 0x41 is not cricket.
382      Branch: perl
383            ! ext/Encode/t/Encode.t
384 ____________________________________________________________________________
385 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
386         Log: NetWare update from Ananth Kesari.
387      Branch: perl
388            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
389            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
390            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
391            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
392            ! NetWare/t/NWScripts.pl makedef.pl
393 ____________________________________________________________________________
394 [ 14566] By: sky                                   on 2002/02/05  18:39:13
395         Log: Subject: Re: File::Spec::rel2abs2rel (?)
396              From: Michael G Schwern <schwern@pobox.com>
397              Date: Tue, 5 Feb 2002 13:47:39 -0500
398              Message-ID: <20020205184739.GB17375@blackrider>
399      Branch: perl
400            ! lib/File/Spec/t/rel2abs2rel.t
401 ____________________________________________________________________________
402 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
403         Log: Integrate perlio;
404              
405              More Encode tweaks:
406              - make expensive and marginal substring search optional (-O)
407              - enable -O for ASCII-oid encodings (search space is small)
408              - add ASCII-oid jis0201 to basic Encode.so
409              - add some other Japanese encodings to EUC_JP bundle (without -O)
410      Branch: perl
411           +> ext/Encode/Encode/jis0201.ucm
412           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
413           !> ext/Encode/compile
414 ____________________________________________________________________________
415 [ 14562] By: sky                                   on 2002/02/05  14:50:36
416         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
417      Branch: perl
418            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
419 ____________________________________________________________________________
420 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
421         Log: EBCDIC: SHARP S is different.
422      Branch: perl
423            ! regexec.c utf8.h
424 ____________________________________________________________________________
425 [ 14560] By: sky                                   on 2002/02/05  13:49:40
426         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
427      Branch: perl
428            ! t/op/filetest.t
429 ____________________________________________________________________________
430 [ 14559] By: sky                                   on 2002/02/05  11:39:24
431         Log: Add . first to the PATH enviroment to test that we realy get ./perl and not some other older perl.
432      Branch: perl
433            ! lib/File/Spec/t/rel2abs2rel.t
434 ____________________________________________________________________________
435 [ 14558] By: sky                                   on 2002/02/05  11:20:21
436         Log: Change to check if _POSIX_OPEN_MAX is 16 or 20, however the entire test is kind of questionable since we are testing POSIX compliance...
437      Branch: perl
438            ! ext/POSIX/t/posix.t
439 ____________________________________________________________________________
440 [ 14557] By: sky                                   on 2002/02/05  10:30:58
441         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
442      Branch: perl
443            ! hints/darwin.sh perl.h
444 ____________________________________________________________________________
445 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
446         Log: Subject: [PATCH] File::Find tests not cleaning up properly
447              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
448              Date: Mon, 4 Feb 2002 22:09:07 +0100
449              Message-ID: <20020204220907.A8288@rafael>
450      Branch: perl
451            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
452 ____________________________________________________________________________
453 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
454         Log: Signedness mumblings from Tru64.
455      Branch: perl
456            ! ext/Encode/Encode.xs
457 ____________________________________________________________________________
458 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
459         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
460              From: "Craig A. Berry" <craigberry@mac.com>
461              Date: Mon, 04 Feb 2002 17:16:00 -0600
462              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
463      Branch: perl
464            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
465            ! ext/Encode/Encode.xs
466 ____________________________________________________________________________
467 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
468         Log: Update Changes.
469      Branch: perl
470            ! Changes patchlevel.h
471 ____________________________________________________________________________
472 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
473         Log: Comment microtweaks.
474      Branch: perl
475            ! lib/locale.t
476 ____________________________________________________________________________
477 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
478         Log: Subject: trivial docu patch
479              From: andreas.koenig@anima.de (Andreas J. Koenig)
480              Date: 04 Feb 2002 08:15:19 +0100
481              Message-ID: <m3pu3l7m60.fsf@anima.de>
482      Branch: perl
483            ! pod/perluniintro.pod
484 ____________________________________________________________________________
485 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
486         Log: Subject: [PATCH] (??{ }) anomaly
487              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
488              Date: Sun, 03 Feb 2002 20:21:45 -0800
489              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
490      Branch: perl
491            ! regcomp.c
492 ____________________________________________________________________________
493 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
494         Log: Integrate perlio.
495              
496              Carry on where we left off if we have to grow destination
497              SV during XS encode/decode
498              
499              Remove debugging warning, be consistent about API fails.
500      Branch: perl
501           !> ext/Encode/Encode.xs
502 ____________________________________________________________________________
503 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
504         Log: Subject: PATCH CPAN.pm
505              From: Mark-Jason Dominus <mjd@plover.com>
506              Date: Sun, 03 Feb 2002 12:36:36 -0500
507              Message-ID: <20020203173636.27451.qmail@plover.com>
508      Branch: perl
509            ! lib/CPAN.pm
510 ____________________________________________________________________________
511 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
512         Log: Must search further back.
513      Branch: perl
514            ! lib/h2xs.t
515 ____________________________________________________________________________
516 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
517         Log: EBCDIC: more natification.
518      Branch: perl
519            ! regcomp.c
520 ____________________________________________________________________________
521 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
522         Log: Debug noise.
523      Branch: perl
524            ! ext/Encode/Encode.xs
525 ____________________________________________________________________________
526 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
527         Log: Integrate perlio;
528              
529              Stable intermediate point in Encode cleanup.
530              :encode(euc-jp) works on Dan's table.euc
531              Much buffer copying and other silliness remains.
532      Branch: perl
533           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
534           !> ext/Encode/lib/Encode/Encoding.pm
535 ____________________________________________________________________________
536 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
537         Log: Prettify.
538      Branch: perl
539            ! lib/unicore/mktables
540 ____________________________________________________________________________
541 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
542         Log: EBCDIC: it's much nicer to compare Unicode code points
543              to Unicode code points.
544      Branch: perl
545            ! regexec.c
546 ____________________________________________________________________________
547 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
548         Log: EBCDIC: character classes must remap the low 256.
549      Branch: perl
550            ! regcomp.c
551 ____________________________________________________________________________
552 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
553         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
554      Branch: perl
555            ! lib/I18N/LangTags/List.pm
556 ____________________________________________________________________________
557 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
558         Log: FAQ sync.
559      Branch: perl
560            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
561            ! pod/perlfaq6.pod pod/perlfaq7.pod
562 ____________________________________________________________________________
563 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
564         Log: Integrate perlio;
565              
566              Re-indent Encode.xs
567              
568              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
569              (Mis-feature discovered by Encode.)
570      Branch: perl
571           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
572 ____________________________________________________________________________
573 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
574         Log: Subject: [PATCH] lstat FH and -l FH warnings
575              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
576              Date: Sat, 2 Feb 2002 22:24:54 +0100           
577              Message-ID: <20020202222454.A11608@rafael>       
578      Branch: perl
579            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
580            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
581 ____________________________________________________________________________
582 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
583         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
584              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
585              Date: Sat, 2 Feb 2002 13:11:01 +0100           
586              Message-ID: <20020202131101.A722@rafael>               
587              
588              Subject: [PATCH t/op/ver.t] another false positive
589              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
590              Date: Sat, 2 Feb 2002 13:38:22 +0100           
591              Message-ID: <20020202133822.E722@rafael>         
592              
593              Subject: [PATCH] t/test.pl:ok() doesn't work
594              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
595              Date: Sun, 03 Feb 2002 00:02:38 -0800          
596              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
597      Branch: perl
598            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
599            ! t/test.pl
600 ____________________________________________________________________________
601 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
602         Log: Subject: [PATCH @13746] OS2::Process's constants
603              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
604              Date: Sat, 2 Feb 2002 01:00:55 -0500           
605              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
606      Branch: perl
607            ! os2/OS2/Process/Makefile.PL
608 ____________________________________________________________________________
609 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
610         Log: Subject: [PATCH @13746] h2xs   
611              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
612              Date: Sat, 2 Feb 2002 00:58:44 -0500           
613              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
614      Branch: perl
615            ! utils/h2xs.PL
616 ____________________________________________________________________________
617 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
618         Log: EBCDIC: since #14519 made \N{...} to remap,
619              the test cannot expect an ASCII code point.
620      Branch: perl
621            ! lib/charnames.t
622 ____________________________________________________________________________
623 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
624         Log: Sub-MANIFEST-tweak.
625      Branch: perl
626            ! ext/Encode/MANIFEST
627 ____________________________________________________________________________
628 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
629         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
630              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
631              Date: Fri, 01 Feb 2002 23:51:03 +0900
632              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
633      Branch: perl
634            ! ext/Encode/lib/Encode/Tcl/Escape.pm
635 ____________________________________________________________________________
636 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
637         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
638              From: Andy Dougherty <doughera@lafayette.edu>
639              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
640              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
641      Branch: perl
642            ! README.solaris hints/solaris_2.sh
643 ____________________________________________________________________________
644 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
645         Log: EBCDIC: no hope to get the low 256 right in unifolding.
646      Branch: perl
647            ! t/uni/fold.t
648 ____________________________________________________________________________
649 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
650         Log: todo entry for missing pack formats.
651      Branch: perl
652            ! pod/perltodo.pod
653 ____________________________________________________________________________
654 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
655         Log: EBCDIC: the low 256 \N{...} need to be remapped.
656      Branch: perl
657            ! toke.c
658 ____________________________________________________________________________
659 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
660         Log: Integrate perlio; 
661              
662              Minor Encode tweaks:
663              - move Encode.pm back to top of Encode like normal XS extension
664              - avoid .def as a file extension (Win32 builds)
665      Branch: perl
666            ! MANIFEST
667           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
668           !> ext/Encode/Makefile.PL ext/Encode/compile
669 ____________________________________________________________________________
670 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
671         Log: Subject: [PATCH utf8.t] temp file not cleaned up
672              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
673              Date: Fri, 1 Feb 2002 15:47:46 +0100
674              Message-ID: <20020201154746.A24079@rafael>
675      Branch: perl
676            ! t/io/utf8.t
677 ____________________________________________________________________________
678 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
679         Log: Subject: [PATCH] make "lstat FH" croak
680              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
681              Date: Fri, 1 Feb 2002 15:12:50 +0100
682              Message-ID: <20020201151250.A738@rafael>
683      Branch: perl
684            ! pod/perldiag.pod pp_sys.c t/op/stat.t
685 ____________________________________________________________________________
686 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
687         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
688              From: Kay Röpke <kroepke@dolphin-services.de>
689              Date: Fri, 1 Feb 2002 01:10:43 +0100
690              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
691      Branch: perl
692            ! t/op/stat.t
693 ____________________________________________________________________________
694 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
695         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
696              I got it in Tru64 + ithreads but only without -g, took
697              some debugging by printf (which was no fun either since
698              adding some debug printfs hid the error)
699      Branch: perl
700            ! regexec.c utf8.c
701 ____________________________________________________________________________
702 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
703         Log: Subject: Re: [PATCH] perl -V:
704              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
705              Date: Thu, 31 Jan 2002 12:10:20 -0800
706              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
707              
708              Subject: Re: [PATCH] perl -V:
709              From: Michael G Schwern <schwern@pobox.com>
710              Date: Thu, 31 Jan 2002 16:43:13 -0500
711              Message-ID: <20020131214313.GH6498@blackrider>
712      Branch: perl
713            ! t/run/switches.t
714 ____________________________________________________________________________
715 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
716         Log: #14505 effect.
717      Branch: perl
718            ! pod/perluniintro.pod
719 ____________________________________________________________________________
720 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
721         Log: Daniel S. Lewart adopts the Math::Complex.
722      Branch: perl
723            ! lib/Math/Complex.pm
724 ____________________________________________________________________________
725 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
726         Log: More Complex DWIMmery.
727      Branch: perl
728            ! lib/Math/Complex.pm lib/Math/Complex.t
729 ____________________________________________________________________________
730 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
731         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
732              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
733              Date: Thu, 31 Jan 2002 14:37:52 +0100
734              Message-ID: <20020131143752.A1452@rafael>
735      Branch: perl
736            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
737 ____________________________________________________________________________
738 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
739         Log: Turn the I/O Unicode error by default on, but the
740              character-generating Unicode error by default off,
741              as Larry suggested.
742      Branch: perl
743            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
744            ! utf8.c
745 ____________________________________________________________________________
746 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
747         Log: Subject: [PATCH] open.pm minor cleanup
748              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
749              Date: Thu, 31 Jan 2002 15:03:02 +0100
750              Message-ID: <20020131150302.C1452@rafael>
751      Branch: perl
752            ! lib/open.pm
753 ____________________________________________________________________________
754 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
755         Log: Update Changes.
756      Branch: perl
757            ! Changes patchlevel.h
758 ____________________________________________________________________________
759 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
760         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
761              From: Robin Barker <rmb1@cise.npl.co.uk>
762              Date: Wed, 30 Jan 2002 11:58:33 GMT
763              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
764      Branch: perl
765            ! lib/CPAN.pm
766 ____________________________________________________________________________
767 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
768         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
769              re-sort MANIFEST.
770      Branch: perl
771            + ext/Encode/Encode.pm
772            - ext/Encode/lib/Encode.pm
773            ! MANIFEST ext/Encode/Makefile.PL
774 ____________________________________________________________________________
775 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
776         Log: Integrate perlio;
777              
778              Collect some stats during compile process.
779              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
780              as one XS - inconclusive - marginal win?
781              Add some comments to encode.h
782      Branch: perl
783           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
784           !> ext/Encode/encode.h
785 ____________________________________________________________________________
786 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
787         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
788              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
789              Date: Tue, 29 Jan 2002 01:13:09 -0800
790              Message-ID: <lemV8gzkgu/K092yn@efn.org>
791      Branch: perl
792            ! configpm
793 ____________________________________________________________________________
794 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
795         Log: Subject: [PATCH t/op/inccode.t] new test
796              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
797              Date: Tue, 29 Jan 2002 22:03:45 +0100
798              Message-ID: <20020129220345.A704@rafael>
799      Branch: perl
800            ! t/op/inccode.t
801 ____________________________________________________________________________
802 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
803         Log: EBCDIC: t/op/lc.t now passes.
804      Branch: perl
805            ! t/op/lc.t
806 ____________________________________________________________________________
807 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
808         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
809      Branch: perl
810            ! utf8.c
811 ____________________________________________________________________________
812 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
813         Log: Must find stuff during build.
814      Branch: perl
815            ! ext/Encode/compile
816 ____________________________________________________________________________
817 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
818         Log: Integrate with perlio;
819              
820              Basics of a compiled Encode XS extension
821      Branch: perl
822           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
823           +> ext/Encode/Encode/euc-jp.ucm
824           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
825           !> ext/Encode/encode.h
826 ____________________________________________________________________________
827 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
828         Log: EBCDIC tweaks-- no new test passes, but getting closer.
829      Branch: perl
830            ! utf8.c
831 ____________________________________________________________________________
832 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
833         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
834              From: Richard Clamp <richardc@unixbeard.net>
835              Date: Mon, 28 Jan 2002 02:17:55 +0000
836              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
837      Branch: perl
838            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
839 ____________________________________________________________________________
840 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
841         Log: OS/390 seems to do length 0 udp reads, Nicholas says
842              skippage is for now the best cause of action.
843      Branch: perl
844            ! ext/Socket/socketpair.t
845 ____________________________________________________________________________
846 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
847         Log: Encode cleanup from Dan Kogai; reworked even further.
848      Branch: perl
849            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
850            + ext/Encode/lib/Encode/Encoding.pm
851            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
852            + ext/Encode/lib/Encode/Tcl/Escape.pm
853            + ext/Encode/lib/Encode/Tcl/Extended.pm
854            + ext/Encode/lib/Encode/Tcl/HanZi.pm
855            + ext/Encode/lib/Encode/Tcl/Table.pm
856            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
857            + ext/Encode/lib/Encode/iso10646_1.pm
858            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
859            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
860            + ext/Encode/t/Tcl.t
861            - ext/Encode.t ext/Encode/Encode.pm
862            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
863            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
864            ! MANIFEST ext/Encode/Encode/8859-1.ucm
865            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
866            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
867            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
868            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
869            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
870            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
871            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
872            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
873            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
874            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
875            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
876            ! ext/Encode/compile
877 ____________________________________________________________________________
878 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
879         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
880      Branch: perl
881            ! djgpp/djgpp.c perlio.c
882 ____________________________________________________________________________
883 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
884         Log: Prettier printing from Michael Schwern.
885      Branch: perl
886            ! t/test.pl
887 ____________________________________________________________________________
888 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
889         Log: Show also the debug and debugcolor as known pragmas.
890      Branch: perl
891            ! ext/re/re.pm
892 ____________________________________________________________________________
893 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
894         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
895              From: "Craig A. Berry" <craigberry@mac.com>
896              Date: Mon, 28 Jan 2002 16:30:30 -0600
897              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
898      Branch: perl
899            ! ext/B/t/assembler.t
900 ____________________________________________________________________________
901 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
902         Log: DJGPP needs to know its exe soon, too.
903      Branch: perl
904            ! Configure
905 ____________________________________________________________________________
906 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
907         Log: Round #2 on EBCDICation.
908      Branch: perl
909            ! t/op/append.t
910 ____________________________________________________________________________
911 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
912         Log: Integrate perlio;
913              
914              Set makefile.mk CCHOME etc. for default locations of MinGW and free
915              Borland compilers. (Borland builds one or two oddities.)
916      Branch: perl
917           !> win32/config.bc win32/makefile.mk
918 ____________________________________________________________________________
919 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
920         Log: Misunderstood Merijn's patch.
921      Branch: perl
922            ! hints/hpux.sh
923 ____________________________________________________________________________
924 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
925         Log: Misapplied Merijn's patch.
926      Branch: perl
927            ! Configure
928 ____________________________________________________________________________
929 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
930         Log: Update Changes.
931      Branch: perl
932            ! Changes patchlevel.h
933 ____________________________________________________________________________
934 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
935         Log: BeOS has sockets but not true ones.
936      Branch: perl
937            ! pp_sys.c
938 ____________________________________________________________________________
939 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
940         Log: For some strange reason under the smoke harness the alignment
941              test hangs in HP-UX 10.20.  So hint it to avoid the test.
942      Branch: perl
943            ! hints/hpux.sh
944 ____________________________________________________________________________
945 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
946         Log: Allow d_u32align to be hinted.
947      Branch: perl
948            ! Configure
949 ____________________________________________________________________________
950 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
951         Log: The shift key is important.
952      Branch: perl
953            ! ext/B/B.xs
954 ____________________________________________________________________________
955 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
956         Log: The "used only once" warnings (from gv_check) come
957              in pseudorandom hash order-- in EBCDIC the order
958              is different.  Add a new option that allow the warnings
959              to come in any order (Paul Marquess).
960      Branch: perl
961            ! lib/warnings.t t/lib/warnings/perl
962 ____________________________________________________________________________
963 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
964         Log: Integrate perlio; the 0nothread test failure without threads.
965      Branch: perl
966           !> ext/threads/shared/t/0nothread.t
967 ____________________________________________________________________________
968 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
969         Log: FAQ sync.
970      Branch: perl
971            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
972            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
973            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
974            ! pod/perlfaq9.pod
975 ____________________________________________________________________________
976 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
977         Log: Upgrade to podlators 1.20.
978      Branch: perl
979            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
980 ____________________________________________________________________________
981 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
982         Log: Retract #14448, a better patch coming up.
983      Branch: perl
984            ! lib/Pod/t/basic.t
985 ____________________________________________________________________________
986 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
987         Log: EBCDIC portability.
988      Branch: perl
989            ! t/op/append.t
990 ____________________________________________________________________________
991 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
992         Log: Further cygwin installperl tweak from Gerrit P. Haase.
993      Branch: perl
994            ! installperl
995 ____________________________________________________________________________
996 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
997         Log: A bug in Bulgarian EBCDIC locale (this sounds like
998              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
999              locales failed, too.  The patch works around the bug by
1000              skipping the test, but the real problem may be deeper
1001              (affecting probably only EBCDIC platforms, though):
1002              see the comment in locale.t for more details.
1003      Branch: perl
1004            ! lib/locale.t
1005 ____________________________________________________________________________
1006 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
1007         Log: Subject: Bleadperl on Cygwin today
1008              From: "Gerrit P. Haase" <gp@familiehaase.de>              
1009              Date: Sun, 27 Jan 2002 22:30:41 +0100
1010              Message-ID: <462007239437.20020127223041@familiehaase.de>
1011      Branch: perl
1012            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
1013            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
1014            ! lib/ExtUtils/t/MM_Cygwin.t
1015 ____________________________________________________________________________
1016 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
1017         Log: Unfinished EBCDIC branch.
1018      Branch: perl
1019            ! t/op/ver.t
1020 ____________________________________________________________________________
1021 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
1022         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
1023      Branch: perl
1024            ! ext/B/B.xs ext/B/B/Deparse.pm
1025 ____________________________________________________________________________
1026 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
1027         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
1028              platforms.
1029      Branch: perl
1030            ! ext/B/t/stash.t
1031 ____________________________________________________________________________
1032 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
1033         Log: Apparently no need for EBCDIC exception any more.
1034      Branch: perl
1035            ! ext/B/t/showlex.t
1036 ____________________________________________________________________________
1037 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
1038         Log: (retracted by #14458)
1039              (Russ Allbery) OS/390 is using a high-bit character for ESC,
1040              skip the test for now.  A better fix would be to override
1041              the notion of the platform's escape sequence in the test
1042              of Pod::Text::Termcap.  We may have to apply a filter to
1043              the output to substitute back in the ESC character that
1044              the test expects, but only on OS/390.
1045      Branch: perl
1046            ! lib/Pod/t/basic.t
1047 ____________________________________________________________________________
1048 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
1049         Log: Detypo.
1050      Branch: perl
1051            ! ext/Devel/Peek/Peek.t
1052 ____________________________________________________________________________
1053 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
1054         Log: OS/390 USS has a different idea of the pw* functions.
1055              Also, test the name with eq, not with ==.
1056      Branch: perl
1057            ! lib/User/pwent.t
1058 ____________________________________________________________________________
1059 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
1060         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
1061      Branch: perl
1062            ! doio.c
1063 ____________________________________________________________________________
1064 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
1065         Log: ASCIIisms.
1066      Branch: perl
1067            ! ext/PerlIO/t/encoding.t
1068 ____________________________________________________________________________
1069 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
1070         Log: chr(42) ne '*'  if one is in EBCDIC.
1071      Branch: perl
1072            ! t/op/pack.t
1073 ____________________________________________________________________________
1074 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
1075         Log: Subject: [PATCH] Fix up recent op/stat.t failures
1076              From: Andy Dougherty <doughera@lafayette.edu>
1077              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
1078              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
1079      Branch: perl
1080            ! t/op/stat.t
1081 ____________________________________________________________________________
1082 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
1083         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
1084              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1085              Date: Sun, 27 Jan 2002 15:03:18 +0100
1086              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
1087      Branch: perl
1088            ! lib/ExtUtils/t/Command.t
1089 ____________________________________________________________________________
1090 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
1091         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
1092              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1093              Date: Sun, 27 Jan 2002 14:51:10 +0100
1094              Message-ID: <20020127145110.A16332@rafael>
1095      Branch: perl
1096            ! ext/B/B/Deparse.pm
1097 ____________________________________________________________________________
1098 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
1099         Log: Comment to avoid later "cleanups."
1100      Branch: perl
1101            ! lib/ExtUtils/MakeMaker.pm
1102 ____________________________________________________________________________
1103 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
1104         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
1105              instead of just FOO=... cmd ...
1106      Branch: perl
1107            ! Makefile.SH
1108 ____________________________________________________________________________
1109 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
1110         Log: Overquoting bad (in UNIX one would get
1111              Can't open perl script "'-I../lib'": No such file or directory)
1112      Branch: perl
1113            ! lib/Pod/t/Usage.t
1114 ____________________________________________________________________________
1115 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
1116         Log: Integrate perlio;
1117              
1118              "All tests successful" VC6.0 Win32
1119              (Update config.vc to need cppstdin so those tests are skipped...)
1120      Branch: perl
1121           !> win32/config.vc win32/config_H.bc win32/config_H.gc
1122           !> win32/config_H.vc
1123 ____________________________________________________________________________
1124 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
1125         Log: Integrate perlio;
1126              
1127              1st two tests of File/Find/t/find.t and taint.t were run after 
1128              calling cleanup(). If previous fail had left for_find directory,
1129              but no content in it then cleanup() returned cd'ed to that directory.
1130              So tests failed. Fixed cleanup()-s.
1131              
1132              If we get to sighandler by mistake (no perl handler set) then
1133              warn() and exit() rather than die() - should never happen
1134              but if it does context needed to die is likely to be trashed
1135              as well.
1136              
1137              Win32 signal emulation cleanup.
1138              
1139              Tinkering with thread cleanup mutex-ing - not the problem 
1140              (op.c is) but could have been...
1141              
1142              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
1143              Should really be looked at by someone that knows about pads.
1144              
1145              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
1146              for CRLF line endings.
1147      Branch: perl
1148           !> ext/threads/threads.xs lib/File/Find/t/find.t
1149           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
1150           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
1151 ____________________________________________________________________________
1152 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
1153         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
1154              From: "Craig A. Berry" <craigberry@mac.com>       
1155              Date: Sat, 26 Jan 2002 11:19:44 -0600
1156              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
1157      Branch: perl
1158            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
1159 ____________________________________________________________________________
1160 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
1161         Log: Integrate perlio;
1162              
1163              Fix winsystem.t's attempt to build showav.exe to work
1164              with gcc (which writes a.exe unless told with -o ).
1165              Also put in a few more fail-safes to check .exe got
1166              built somehow.
1167              
1168              More Win32 tuning
1169              
1170              Save $! so that other syscalls don't disturb it before
1171              we test it.
1172      Branch: perl
1173           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
1174           !> t/op/winsystem.t
1175 ____________________________________________________________________________
1176 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
1177         Log: Subject: [PATCH] new test in op/universal.t
1178              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1179              Date: Fri, 25 Jan 2002 23:17:33 +0100
1180              Message-ID: <20020125231733.A11733@rafael>
1181      Branch: perl
1182            ! t/op/universal.t
1183 ____________________________________________________________________________
1184 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
1185         Log: Subject: [Patch Encode.xs] calculation of need overflows
1186              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1187              Date: Sat, 26 Jan 2002 00:58:50 +0900
1188              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
1189      Branch: perl
1190            ! ext/Encode/Encode.xs
1191 ____________________________________________________________________________
1192 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
1193         Log: Integrate changes 13474+13478+13584 from maintperl;
1194              anon sub leakage.
1195      Branch: perl
1196            ! op.c t/run/fresh_perl.t
1197 ____________________________________________________________________________
1198 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
1199         Log: Update Changes.
1200      Branch: perl
1201            ! Changes patchlevel.h
1202 ____________________________________________________________________________
1203 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
1204         Log: Integrate perlio; extensive threads and threads::shared work
1205              (note that the below is a chronological list of perlio
1206              check-in entries since the last integrate)
1207              
1208              Nearly-working threads re-structuring. Do not integrate,
1209              submit-ing to get to Win32, and as "off site" backup.
1210              
1211              threads work again on Win32. (Not threads::shared yet)
1212              Submit to see if they do on Linux.
1213              
1214              Add new threads/typemap to MANIFEST
1215              
1216              XS side of new threads::shared designed, coded and compiles,
1217              and mostly commented but is totaly untested.
1218              submit in case anyone wants a preview.
1219              
1220              Miss mg_len == 0 meaning don't Safefree
1221              
1222              Shared scalars working, some shared array ops working.
1223              
1224              Implement recursive lock and use of scope for PL_sharedsv_space,
1225              so now croak() from asserts does not leave locks.
1226              Make hv_simple compile (new prototype for debugging probe).
1227              
1228              thread::shared nearly working again - remaining issue
1229              is references withing shared space.
1230              Added bulk test with no threads involved (for debugging)
1231              Tuned tests to skip those needing _thrcnt
1232              
1233              SvTEMP_off to stop private PV's being stolen and stored in shared space
1234              
1235              Except Win32 from echo tests. (Alarm does not break into connect)
1236              
1237              Expand command line test globs on Win32.
1238              
1239              threads::shared tidy up:
1240              - Add _id() function to shared.xs so we can test refs point at same thing.
1241              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
1242              - Allow no_share to pass if sharing to works despite mis-ordering.
1243              - Change docs of threads to document ->create() (as used in tests),
1244              and not mention "new".
1245              
1246              Linux/NFS hackery was not faking right number of passes.
1247      Branch: perl
1248           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
1249           +> ext/threads/typemap
1250            - ext/threads/threads.h sharedsv.c sharedsv.h
1251            ! NetWare/config_H.wc
1252           !> (integrate 38 files)
1253 ____________________________________________________________________________
1254 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
1255         Log: Subject: Re: perldebguts minor tweaks
1256              From: Joe McMahon <mcmahon@metalab.unc.edu>
1257              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
1258              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
1259      Branch: perl
1260            ! pod/perldebguts.pod
1261 ____________________________________________________________________________
1262 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
1263         Log: Okay, you can come home now, _().
1264      Branch: perl
1265            ! config_h.SH
1266 ____________________________________________________________________________
1267 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
1268         Log: Subject: perldebguts minor tweaks
1269              From: Joe McMahon <mcmahon@metalab.unc.edu>
1270              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
1271              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
1272      Branch: perl
1273            ! pod/perldebguts.pod
1274 ____________________________________________________________________________
1275 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
1276         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
1277              From: Peter Scott <Peter@PSDT.com>
1278              Date: Thu, 24 Jan 2002 08:51:34 -0800
1279              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
1280      Branch: perl
1281            ! pod/perldebguts.pod
1282 ____________________________________________________________________________
1283 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
1284         Log: Few more paranoia checks for Unicode hash keys.
1285      Branch: perl
1286            ! t/op/each.t
1287 ____________________________________________________________________________
1288 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
1289         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
1290              From: Andy Dougherty <doughera@lafayette.edu>
1291              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
1292              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
1293      Branch: perl
1294            ! t/op/stat.t
1295 ____________________________________________________________________________
1296 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
1297         Log: The
1298              
1299              Subject: Very old debugger UTF-8 bug
1300              From: andreas.koenig@anima.de (Andreas J. Koenig)
1301              Date: 24 Jan 2002 12:45:44 +0100
1302              Message-ID: <m3y9iot1jr.fsf@anima.de>
1303              
1304              still broken, but this should work as a stopgap
1305              measure to stop pp_match accessing naughty data.
1306      Branch: perl
1307            ! pod/perldiag.pod pp_hot.c
1308 ____________________________________________________________________________
1309 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
1310         Log: Pacify picky compilers (this time Sun Workshop).
1311      Branch: perl
1312            ! Configure
1313 ____________________________________________________________________________
1314 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
1315         Log: Subject: Very old debugger UTF-8 bug
1316              From: andreas.koenig@anima.de (Andreas J. Koenig)
1317              Date: 24 Jan 2002 12:45:44 +0100
1318              Message-ID: <m3y9iot1jr.fsf@anima.de>
1319      Branch: perl
1320            ! lib/dumpvar.pl
1321 ____________________________________________________________________________
1322 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
1323         Log: Sprinkle some copyrights (use the oldest timestamp to
1324              be found in the repository, which is most often not right,
1325              but at least consistent)
1326      Branch: perl
1327            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
1328            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
1329            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
1330            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
1331            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
1332            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
1333            ! unixish.h xsutils.c
1334 ____________________________________________________________________________
1335 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
1336         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
1337      Branch: perl
1338            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
1339            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
1340            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
1341            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
1342            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
1343            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
1344            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
1345            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
1346            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
1347            ! x2p/util.c x2p/util.h x2p/walk.c
1348 ____________________________________________________________________________
1349 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
1350         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
1351              therefore quite probably also obsolete code.
1352      Branch: perl
1353            ! sv.c
1354 ____________________________________________________________________________
1355 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
1356         Log: Update Changes.
1357      Branch: perl
1358            ! Changes patchlevel.h
1359 ____________________________________________________________________________
1360 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
1361         Log: Small update on todo.  Could use a lot more.
1362      Branch: perl
1363            ! pod/perltodo.pod
1364 ____________________________________________________________________________
1365 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
1366         Log: Subject: [ID 20020121.003] perldata doco bug
1367              From: John Stumbles <jstumbles@bluearc.com>
1368              Date: Mon, 21 Jan 2002 14:19:56 -0000
1369              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
1370      Branch: perl
1371            ! pod/perldata.pod
1372 ____________________________________________________________________________
1373 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
1374         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
1375              From: Michael G Schwern <schwern@pobox.com>
1376              Date: Mon, 21 Jan 2002 15:16:42 -0500
1377              Message-ID: <20020121201642.GA6659@blackrider>
1378      Branch: perl
1379            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
1380 ____________________________________________________________________________
1381 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
1382         Log: Subject: [PATCH] Re: eval not catching warnings?
1383              From: abigail@foad.org
1384              Date: Wed, 23 Jan 2002 15:35:47 +0100
1385              Message-ID: <20020123143547.24798.qmail@foad.org>
1386      Branch: perl
1387            ! pod/perlfunc.pod
1388 ____________________________________________________________________________
1389 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
1390         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
1391              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1392              Date: Tue, 22 Jan 2002 17:00:54 -0800            
1393              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
1394      Branch: perl
1395            ! t/run/fresh_perl.t
1396 ____________________________________________________________________________
1397 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
1398         Log: HP-UX 10.20 cc pacifying from Merijn.
1399      Branch: perl
1400            ! Configure
1401 ____________________________________________________________________________
1402 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
1403         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
1404              From: "Craig A. Berry" <craigberry@mac.com> 
1405              Date: Tue, 22 Jan 2002 22:14:26 -0600
1406              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
1407      Branch: perl
1408            ! vms/test.com
1409 ____________________________________________________________________________
1410 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
1411         Log: AIX cpp bug: having macro arguments and character constants
1412              "the same" means trouble (here s and 's')
1413              What broke now was 841 and 842 of t/op/pat.t, because of the
1414              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
1415              (note that breakage happened only under cc_r and usethreads+
1416              useithreads)
1417      Branch: perl
1418            ! utf8.h
1419 ____________________________________________________________________________
1420 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
1421         Log: Subject: [PATCH] Support truncate() in VOS port
1422              From: Paul_GreenVOS@vos.stratus.com
1423              Date: Mon, 21 Jan 02 23:27 est
1424              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
1425      Branch: perl
1426            + vos/vos.c
1427            ! MANIFEST hints/vos.sh vos/vosish.h
1428 ____________________________________________________________________________
1429 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
1430         Log: Get rid of the _() macro since (1) we require ANSI anyway
1431              (2) Other software (GNU) seems to use it and we don't need it,
1432              so let's give it up.
1433      Branch: perl
1434            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1435            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
1436            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
1437            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
1438            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
1439            ! wince/config.h wince/config_H.ce
1440 ____________________________________________________________________________
1441 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
1442         Log: Subject: [BUG] /\_/ an unrecognized escape?
1443              From: Michael G Schwern <schwern@pobox.com>
1444              Date: Mon, 21 Jan 2002 15:22:54 -0500
1445              Message-ID: <20020121202254.GA6731@blackrider>
1446      Branch: perl
1447            ! t/lib/warnings/toke toke.c
1448 ____________________________________________________________________________
1449 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
1450         Log: Undo the renaming of the Unicode data files; the simple
1451              solution being not including the *.html files.  This means
1452              that in the future there is no need for any renamings
1453              (well, assuming that the Consortium doesn't cause any),
1454              and the files are named like they are in the Consortium
1455              website, thus alleviating confusion.
1456      Branch: perl
1457            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
1458            + lib/unicore/CaseFolding.txt
1459            + lib/unicore/CompositionExclusions.txt
1460            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
1461            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
1462            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
1463            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
1464            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
1465            - lib/unicore/NamesList.html lib/unicore/PropList.html
1466            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
1467            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
1468            - lib/unicore/rename
1469            ! (edit 285 files)
1470 ____________________________________________________________________________
1471 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
1472         Log: Update Changes.
1473      Branch: perl
1474            ! Changes patchlevel.h
1475 ____________________________________________________________________________
1476 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
1477         Log: Subject: RE: BCC for Win32 is unhappy @14331
1478              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
1479              Date: Mon, 21 Jan 2002 09:48:40 +0300
1480              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
1481              
1482              (using IV instead of int)
1483      Branch: perl
1484            ! hv.h
1485 ____________________________________________________________________________
1486 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
1487         Log: path_is_absolute() needs a prototype (and maybe
1488              a better name, but that's another story).
1489      Branch: perl
1490            ! embed.fnc embed.h pp_ctl.c proto.h
1491 ____________________________________________________________________________
1492 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
1493         Log: Subject: Re: coderefs in @INC
1494              From: Chris Nandor <pudge@pobox.com>
1495              Date: Thu, 17 Jan 2002 11:26:02 -0500
1496              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
1497      Branch: perl
1498            ! pp_ctl.c
1499 ____________________________________________________________________________
1500 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
1501         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
1502              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1503              Date: Sun, 20 Jan 2002 22:53:56 +0100
1504              Message-ID: <20020120225356.A12093@rafael>
1505      Branch: perl
1506            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
1507            ! t/lib/warnings/9enabled warnings.h warnings.pl
1508 ____________________________________________________________________________
1509 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
1510         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
1511              From: "Craig A. Berry" <craigberry@mac.com>
1512              Date: Sun, 20 Jan 2002 22:49:42 -0600
1513              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
1514      Branch: perl
1515            ! lib/ExtUtils/MakeMaker.pm
1516 ____________________________________________________________________________
1517 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
1518         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
1519              From: Paul_GreenVOS@vos.stratus.com
1520              Date: Sat, 19 Jan 02 17:17 est
1521              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
1522              
1523              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
1524              From: Paul_GreenVOS@vos.stratus.com
1525              Date: Sat, 19 Jan 02 17:19 est
1526              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
1527      Branch: perl
1528            ! lib/ExtUtils/t/Command.t
1529 ____________________________________________________________________________
1530 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
1531         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
1532              From: Paul_GreenVOS@vos.stratus.com
1533              Date: Sat, 19 Jan 02 14:30 est
1534              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
1535      Branch: perl
1536            ! lib/AnyDBM_File.t
1537 ____________________________________________________________________________
1538 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
1539         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
1540              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
1541              Date: Sun, 20 Jan 2002 13:51:36 +0100
1542              Message-ID: <20020120135136.A710@rafael>
1543      Branch: perl
1544            ! ext/File/Glob/t/basic.t
1545 ____________________________________________________________________________
1546 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
1547         Log: Make also hex() and oct() to croak if their arguments
1548              cannot be downgraded (that is, if they contain wide
1549              characters), just like crypt() does (and use the croak
1550              feature of sv_utf8_downgrade()).
1551      Branch: perl
1552            ! pp.c t/op/oct.t
1553 ____________________________________________________________________________
1554 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
1555         Log: Regen toc.
1556      Branch: perl
1557            ! pod/perltoc.pod
1558 ____________________________________________________________________________
1559 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
1560         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
1561              From: David Dyck <dcd@tc.fluke.com>
1562              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
1563              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
1564      Branch: perl
1565            ! pod/perl5004delta.pod pod/perl5005delta.pod
1566            ! pod/perl561delta.pod pod/perl56delta.pod
1567 ____________________________________________________________________________
1568 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
1569         Log: FAQ sync.
1570      Branch: perl
1571            ! pod/perlfaq1.pod pod/perlfaq2.pod
1572 ____________________________________________________________________________
1573 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
1574         Log: Subject: [PATCH lib/Pod/t/Usage.t]
1575              From: Abe Timmerman <abe@ztreet.demon.nl>
1576              Date: Sat, 19 Jan 2002 19:57:57 +0100
1577              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
1578      Branch: perl
1579            + lib/Pod/t/Usage.t
1580            ! MANIFEST
1581 ____________________________________________________________________________
1582 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
1583         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
1584              From: Paul_GreenVOS@vos.stratus.com
1585              Date: Sat, 19 Jan 02 13:15 est
1586              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
1587      Branch: perl
1588            ! ext/SDBM_File/sdbm.t
1589 ____________________________________________________________________________
1590 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
1591         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
1592      Branch: perl
1593           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
1594           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
1595 ____________________________________________________________________________
1596 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
1597         Log: Alternative Time::Local algorithm that uses matematical formula
1598              for timegm instead of progressive guessing
1599      Branch: perl
1600            ! lib/Time/Local.pm
1601 ____________________________________________________________________________
1602 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
1603         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
1604              From: Paul_GreenVOS@vos.stratus.com
1605              Date: Sat, 19 Jan 02 11:20 est
1606              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
1607      Branch: perl
1608            ! ext/File/Glob/t/basic.t
1609 ____________________________________________________________________________
1610 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
1611         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
1612              From: Paul_GreenVOS@vos.stratus.com
1613              Date: Fri, 18 Jan 02 22:56 est
1614              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
1615      Branch: perl
1616            ! ext/Cwd/t/cwd.t
1617 ____________________________________________________________________________
1618 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
1619         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
1620              From: Paul_GreenVOS@vos.stratus.com
1621              Date: Fri, 18 Jan 02 22:48 est
1622              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
1623      Branch: perl
1624            ! lib/Time/Local.t
1625 ____________________________________________________________________________
1626 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
1627         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
1628              From: Paul_GreenVOS@vos.stratus.com
1629              Date: Fri, 18 Jan 02 16:22 est
1630              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
1631      Branch: perl
1632            ! ext/Devel/DProf/DProf.t
1633 ____________________________________________________________________________
1634 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
1635         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
1636              From: Tels <perl_dummy@bloodgate.com>
1637              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
1638              Message-Id: <200201182106.XAA19133@taku.hut.fi>
1639      Branch: perl
1640            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
1641 ____________________________________________________________________________
1642 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
1643         Log: Don't do socketpair udp unless you've got all what it takes.
1644      Branch: perl
1645            ! util.c
1646 ____________________________________________________________________________
1647 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
1648         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
1649              From: Tels <perl_dummy@bloodgate.com>
1650              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
1651              Message-Id: <200201182206.AAA15310@taku.hut.fi>
1652      Branch: perl
1653            ! lib/ExtUtils/MM_BeOS.pm
1654 ____________________________________________________________________________
1655 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
1656         Log: Avoid bare "set", and kiss .uucp goodbye.
1657      Branch: perl
1658            ! Configure
1659 ____________________________________________________________________________
1660 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
1661         Log: Retract #14327 for now, going to the limit seems
1662              to be too much for many platforms.
1663      Branch: perl
1664            ! lib/Time/Local.t
1665 ____________________________________________________________________________
1666 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
1667         Log: Update Changes.
1668      Branch: perl
1669            ! Changes patchlevel.h
1670 ____________________________________________________________________________
1671 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
1672         Log: Try to make the connect/read/write timeouting.
1673      Branch: perl
1674            ! ext/Socket/Socket.t
1675 ____________________________________________________________________________
1676 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
1677         Log: Netware Makefile tweak from Ananth Kesari.
1678      Branch: perl
1679            ! NetWare/Makefile
1680 ____________________________________________________________________________
1681 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
1682         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
1683              From: Michael G Schwern <schwern@pobox.com>
1684              Date: Fri, 18 Jan 2002 03:10:27 -0500
1685              Message-ID: <20020118081027.GE7226@blackrider>
1686      Branch: perl
1687            ! lib/File/Find.pm
1688 ____________________________________________________________________________
1689 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
1690         Log: (retracted by #14334)
1691              
1692              Subject: [PATCH] Improving lib/Time/Local.t
1693              From: Paul_GreenVOS@vos.stratus.com        
1694              Date: Thu, 17 Jan 02 22:36 est
1695              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
1696      Branch: perl
1697            ! lib/Time/Local.t
1698 ____________________________________________________________________________
1699 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
1700         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
1701              From: Abe Timmerman <abe@ztreet.demon.nl>  
1702              Date: Fri, 18 Jan 2002 13:18:47 +0100
1703              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
1704      Branch: perl
1705            ! lib/ExtUtils/t/MM_Win32.t
1706 ____________________________________________________________________________
1707 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
1708         Log: Subject: [PATCH] Syncing with bleadperl 
1709              From: Michael G Schwern <schwern@pobox.com> 
1710              Date: Fri, 18 Jan 2002 03:04:33 -0500
1711              Message-ID: <20020118080432.GC7226@blackrider>
1712      Branch: perl
1713            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
1714            - lib/ExtUtils/inst
1715            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
1716            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
1717            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
1718            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
1719            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
1720            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
1721            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
1722            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
1723            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
1724            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
1725            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
1726            ! lib/ExtUtils/testlib.pm
1727 ____________________________________________________________________________
1728 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
1729         Log: Detypo.
1730      Branch: perl
1731            ! AUTHORS
1732 ____________________________________________________________________________
1733 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
1734         Log: Subject: [PATCH] MM check_hints test
1735              From: Michael G Schwern <schwern@pobox.com>
1736              Date: Thu, 17 Jan 2002 20:25:57 -0500
1737              Message-ID: <20020118012557.GE32762@blackrider>
1738      Branch: perl
1739            + lib/ExtUtils/t/hints.t
1740            ! MANIFEST
1741 ____________________________________________________________________________
1742 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
1743         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
1744              From: Michael G Schwern <schwern@pobox.com> 
1745              Date: Thu, 17 Jan 2002 20:12:20 -0500
1746              Message-ID: <20020118011220.GC32762@blackrider>
1747              
1748              (#14317 replaced with this)
1749      Branch: perl
1750            ! lib/ExtUtils/MakeMaker.pm
1751 ____________________________________________________________________________
1752 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
1753         Log: Subject: [PATCH perldiag] overload.pm warnings
1754              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1755              Date: Thu, 17 Jan 2002 23:53:49 +0100
1756              Message-ID: <20020117235349.A14530@rafael>
1757      Branch: perl
1758            ! pod/perldiag.pod
1759 ____________________________________________________________________________
1760 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
1761         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
1762              From: Michael G Schwern <schwern@pobox.com>
1763              Date: Thu, 17 Jan 2002 16:35:47 -0500
1764              Message-ID: <20020117213546.GD23830@blackrider>
1765      Branch: perl
1766            ! lib/File/Find.pm
1767 ____________________________________________________________________________
1768 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
1769         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
1770              From: chromatic <chromatic@rmci.net>
1771              Date: Thu, 17 Jan 2002 13:04:22 -0700
1772              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
1773      Branch: perl
1774            ! pod/perltodo.pod
1775 ____________________________________________________________________________
1776 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
1777         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
1778              From: chromatic <chromatic@rmci.net>
1779              Date: Thu, 17 Jan 2002 12:59:04 -0700
1780              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
1781      Branch: perl
1782            ! lib/ExtUtils/t/Mkbootstrap.t
1783 ____________________________________________________________________________
1784 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
1785         Log: (replaced by #14322)
1786              The #14300 broke hints file handling.
1787      Branch: perl
1788            ! lib/ExtUtils/MakeMaker.pm
1789 ____________________________________________________________________________
1790 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
1791         Log: Subject: [PATCH] long doubles
1792              From: Nicholas Clark <nick@unfortu.net>
1793              Date: Thu, 17 Jan 2002 17:06:28 +0000
1794              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
1795      Branch: perl
1796            ! Configure
1797 ____________________________________________________________________________
1798 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
1799         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
1800              From: Andy Dougherty <doughera@lafayette.edu>
1801              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
1802              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
1803      Branch: perl
1804            ! Configure
1805 ____________________________________________________________________________
1806 [ 14311] By: sky                                   on 2002/01/17  21:01:00
1807         Log: Simplify the code that duplicates the threads 
1808              init function and the parameters to the thread by using sv_dup. 
1809              Note,what happens if you pass a shared variable as a parameter?
1810      Branch: perl
1811            ! ext/threads/threads.xs
1812 ____________________________________________________________________________
1813 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
1814         Log: Update Changes.
1815      Branch: perl
1816            ! Changes patchlevel.h
1817 ____________________________________________________________________________
1818 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
1819         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
1820              with fresh_perl_is() and fresh_perl_like().
1821      Branch: perl
1822            + t/run/fresh_perl.t
1823            - t/run/kill_perl.t
1824            ! MANIFEST t/test.pl
1825 ____________________________________________________________________________
1826 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
1827         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
1828              From: Benjamin Goldberg <goldbb2@earthlink.net>
1829              Date: Wed, 09 Jan 2002 21:03:16 -0500
1830              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
1831      Branch: perl
1832            ! ext/Unicode/Normalize/Normalize.pm
1833 ____________________________________________________________________________
1834 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
1835         Log: Retract #14144 as Hugo isn't happy with it.
1836      Branch: perl
1837            ! scope.c t/run/kill_perl.t
1838 ____________________________________________________________________________
1839 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
1840         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
1841              From: Richard Clamp <richardc@unixbeard.net>
1842              Date: Wed, 16 Jan 2002 17:34:31 +0000
1843              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
1844      Branch: perl
1845            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
1846 ____________________________________________________________________________
1847 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
1848         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
1849              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1850              Date: Tue, 15 Jan 2002 21:23:30 +0100
1851              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
1852      Branch: perl
1853            ! ext/Opcode/Opcode.xs
1854 ____________________________________________________________________________
1855 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
1856         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
1857              From: Paul_GreenVOS@vos.stratus.com
1858              Date: Wed, 16 Jan 02 6:42 est
1859              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
1860      Branch: perl
1861            ! t/io/fs.t t/op/crypt.t
1862 ____________________________________________________________________________
1863 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
1864         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
1865              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1866              Date: Wed, 16 Jan 2002 13:43:39 +0100
1867              Message-ID: <20020116134339.A704@rafael>
1868              
1869              (replaces #14302)
1870      Branch: perl
1871            ! mg.c t/lib/warnings/mg
1872 ____________________________________________________________________________
1873 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
1874         Log: (replaced by #14303)
1875              Subject: [PATCH] length of undefined $(digit) should warn
1876              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1877              Date: Tue, 15 Jan 2002 23:02:44 +0100            
1878              Message-ID: <20020115230244.A31786@rafael>     
1879      Branch: perl
1880            ! mg.c t/lib/warnings/mg
1881 ____________________________________________________________________________
1882 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
1883         Log: The non-MakeMaker.pm parts of
1884              
1885              Subject: [PATCH] Re: MM_Beos.pm?
1886              From: Tels <perl_dummy@bloodgate.com>
1887              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
1888              Message-Id: <200201142006.WAA29544@taas.iki.fi>
1889      Branch: perl
1890            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
1891            ! lib/ExtUtils/t/MM_Unix.t
1892 ____________________________________________________________________________
1893 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
1894         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
1895              From: Michael G Schwern <schwern@pobox.com>    
1896              Date: Tue, 15 Jan 2002 20:07:50 -0500            
1897              Message-ID: <20020116010750.GH625@blackrider>  
1898      Branch: perl
1899            ! lib/ExtUtils/MakeMaker.pm
1900 ____________________________________________________________________________
1901 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
1902         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
1903              From: Jeffrey Friedl <jfriedl@yahoo.com>       
1904              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
1905              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
1906      Branch: perl
1907            ! lib/Text/Tabs.pm
1908 ____________________________________________________________________________
1909 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
1910         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
1911              From: "Green, Paul" <Paul.Green@stratus.com>
1912              Date: Tue, 15 Jan 2002 22:28:10 -0500
1913              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
1914      Branch: perl
1915            ! lib/ExtUtils/MM_Unix.pm
1916 ____________________________________________________________________________
1917 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
1918         Log: Integrate perlio; offsetof() is in <stddef.h>
1919      Branch: perl
1920           !> ext/Socket/Socket.xs
1921 ____________________________________________________________________________
1922 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
1923         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
1924              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
1925              Canonical.pl and Exact.pl.
1926      Branch: perl
1927            + (add 259 files)
1928            - (delete 288 files)
1929            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
1930            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
1931            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
1932            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
1933 ____________________________________________________________________________
1934 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
1935         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
1936      Branch: perl
1937            ! ext/Socket/Socket.xs
1938 ____________________________________________________________________________
1939 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
1940         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
1941              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1942              Date: Tue, 15 Jan 2002 21:59:19 +0100
1943              Message-ID: <3C44A637.16602.25EB208@localhost>
1944      Branch: perl
1945            ! embed.fnc embed.h proto.h
1946 ____________________________________________________________________________
1947 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
1948         Log: Duh.  The updated In/*.pl weren't checked in.
1949      Branch: perl
1950            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
1951            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
1952            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
1953            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
1954            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
1955            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
1956            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
1957            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
1958            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
1959            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
1960            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
1961            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
1962            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
1963            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
1964            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
1965            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
1966            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
1967            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
1968            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
1969            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
1970            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
1971            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
1972            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
1973            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
1974            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
1975            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
1976            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
1977            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
1978            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
1979            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
1980            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
1981            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
1982            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
1983            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
1984            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
1985            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
1986            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
1987            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
1988            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
1989            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
1990            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
1991            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
1992            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
1993            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
1994            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
1995            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
1996            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
1997            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
1998 ____________________________________________________________________________
1999 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
2000         Log: Update Changes.
2001      Branch: perl
2002            ! Changes patchlevel.h
2003 ____________________________________________________________________________
2004 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
2005         Log: Jeffrey is trying very hard to avoid working on his
2006              book, it would seem :-) (better naming, better comments
2007              in the files)
2008      Branch: perl
2009            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
2010            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
2011            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
2012            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
2013            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
2014            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
2015            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
2016            - lib/unicore/Is/IDStart.pl
2017            ! (edit 200 files)
2018 ____________________________________________________________________________
2019 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
2020         Log: Some protection against spaces in directory names.
2021              (Tru64 still has some makedepend problems in such
2022              cases but that looks like Tru64's problem.)
2023      Branch: perl
2024            ! Configure Makefile.SH
2025 ____________________________________________________________________________
2026 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
2027         Log: Should have been in #14285 but I have sausages for fingers.
2028      Branch: perl
2029            + lib/ExtUtils/MM_BeOS.pm
2030 ____________________________________________________________________________
2031 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
2032         Log: MM_BeOS from Tels.
2033      Branch: perl
2034            + lib/ExtUtils/t/MM_BeOS.t
2035            ! MANIFEST
2036 ____________________________________________________________________________
2037 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
2038         Log: Integrate perlio;
2039              
2040              (reintroduce #14251) Slab allocator for ops
2041              - moved the statics to intrpvar.h
2042              - implemented Slab_Free()
2043              - uses PerlMemShared (for now) if distinction exists.
2044              
2045              Slab allocator submit after resolve -ay to keep it!
2046              
2047              Hand merge of non slab allocator stuff
2048              
2049              const-ness fix in savepv's passing of NULL
2050              
2051              Typo in #else branch of PL_SLAB_ALLOC
2052              
2053              Integrate rest of mainline
2054              
2055              Regen embed enable slab for PERL_IMPLICIT_SYS
2056              
2057              Correct name of PL_OP_SLAB_ALLOC
2058              
2059              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
2060              e.g. -Duse64bitint on a 32-bit platform.
2061              Now uses I32 for use-count and is more careful with its casts.
2062      Branch: perl
2063           !> (integrate 28 files)
2064 ____________________________________________________________________________
2065 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
2066         Log: Subject: [PATCH] Socket::sockaddr_family
2067              From: Gisle Aas <gisle@ActiveState.com> 
2068              Date: 15 Jan 2002 06:35:28 -0800
2069              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
2070      Branch: perl
2071            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
2072 ____________________________________________________________________________
2073 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
2074         Log: Subject: [PATCH perldiag] Style issue
2075              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2076              Date: Tue, 15 Jan 2002 15:36:30 +0100                
2077              Message-ID: <20020115153630.A11568@rafael>
2078      Branch: perl
2079            ! pod/perldiag.pod
2080 ____________________________________________________________________________
2081 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
2082         Log: NetWare tweak from Ananth Kesari.
2083      Branch: perl
2084            ! lib/ExtUtils/MakeMaker.pm
2085 ____________________________________________________________________________
2086 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
2087         Log: Throwback.
2088      Branch: perl
2089            ! MANIFEST
2090 ____________________________________________________________________________
2091 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
2092         Log: A couple of additional character classes from Jeffrey,
2093              hopefully useful in future for internal use for implementing
2094              some special cases of casing.
2095              
2096              Also regenerate once more all the character classes,
2097              now without the timestamp.  A timestamp would be kind of
2098              nice but it's not: having a timestamp in a file means that
2099              even if the effective contents of file really didn't
2100              change, the file looks as if it changed.
2101      Branch: perl
2102            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
2103            + lib/unicore/Is/CombAbov.pl
2104            ! (edit 304 files)
2105 ____________________________________________________________________________
2106 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
2107         Log: Make the test harder.
2108      Branch: perl
2109            ! t/op/pat.t
2110 ____________________________________________________________________________
2111 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
2112         Log: Additional utf8_heavy.pl tweak from Jeffrey.
2113      Branch: perl
2114            ! lib/utf8_heavy.pl
2115 ____________________________________________________________________________
2116 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
2117         Log: Pod nits.
2118      Branch: perl
2119            ! lib/Unicode/UCD.pm pod/perlunicode.pod
2120 ____________________________________________________________________________
2121 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
2122         Log: The Unicode categories doc patch to go with #14254,
2123              from Jeffrey.
2124      Branch: perl
2125            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
2126 ____________________________________________________________________________
2127 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
2128         Log: There isn't going to be perl.third.exe.
2129      Branch: perl
2130            ! Makefile.SH
2131 ____________________________________________________________________________
2132 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
2133         Log: Subject: [PATCH] small coredump correction
2134              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2135              Date: Tue, 15 Jan 2002 00:22:52 +0100
2136              Message-ID: <20020115002252.I691@rafael>
2137      Branch: perl
2138            ! op.c
2139 ____________________________________________________________________________
2140 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
2141         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
2142              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2143              Date: Mon, 14 Jan 2002 23:03:04 +0100
2144              Message-ID: <20020114230304.A691@rafael>   
2145              
2146              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
2147              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2148              Date: Mon, 14 Jan 2002 23:18:43 +0100
2149              Message-ID: <20020114231843.E691@rafael>   
2150      Branch: perl
2151            ! pod/perlsub.pod t/op/override.t toke.c
2152 ____________________________________________________________________________
2153 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
2154         Log: Update Changes.
2155      Branch: perl
2156            ! Changes patchlevel.h
2157 ____________________________________________________________________________
2158 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
2159         Log: Retract #14251 (the op slab allocator from perlio)
2160              until we figure out why 2.2.19 x86 debian gets
2161              a circular sibling chain and therefore hangs in
2162              the Perl_ck_subr() sibling for-loop.
2163      Branch: perl
2164            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
2165            ! perlapi.c perlapi.h proto.h
2166 ____________________________________________________________________________
2167 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
2168         Log: Big mktables rewrite from Jeffrey;
2169              documentation not yet updated.
2170      Branch: perl
2171            + (add 171 files)
2172            - (delete 182 files)
2173            ! (edit 135 files)
2174 ____________________________________________________________________________
2175 [ 14253] By: ams                                   on 2002/01/14  03:15:05
2176         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
2177              From: Michael G Schwern <schwern@pobox.com>
2178              Date: Sun, 13 Jan 2002 21:00:07 -0500
2179              Message-Id: <20020114020007.GB2877@blackrider>
2180      Branch: perl
2181            ! lib/Cwd.pm
2182 ____________________________________________________________________________
2183 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
2184         Log: Subject: Re: Win32 status - progress !
2185              From: Abe Timmerman <abe@ztreet.demon.nl>       
2186              Date: Mon, 14 Jan 2002 02:29:51 +0100
2187              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
2188      Branch: perl
2189            ! lib/ExtUtils/t/MM_Win32.t
2190 ____________________________________________________________________________
2191 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
2192         Log: Integrate perlio.
2193              
2194              Slab allocator for ops
2195              - moved the statics to intrpvar.h
2196              - implemented Slab_Free()
2197              - uses PerlMemShared (for now) if distinction exists.
2198      Branch: perl
2199           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
2200           !> perlapi.c perlapi.h proto.h
2201 ____________________________________________________________________________
2202 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
2203         Log: Start a new test category: uni.  Much of t/op/pat
2204              should probably be moved here, but holding on that
2205              until Jeffrey finishes his big mktables rewrite.
2206              Bits and pieces of op/split, op/pack, op/append,
2207              op/join, could probably be moved to respective uni
2208              tests, too.
2209      Branch: perl
2210            + t/uni/fold.t t/uni/sprintf.t
2211            - t/op/unifold.t t/op/unisprintf.t
2212            ! MANIFEST t/TEST t/harness
2213 ____________________________________________________________________________
2214 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
2215         Log: Subject: [PATCH] enable Win32 to build again
2216              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2217              Date: Sun, 13 Jan 2002 21:49:24 +0100
2218              Message-ID: <3C4200E4.15926.23F6131@localhost>
2219              
2220              miniperl.exe.exe does not exe that well.
2221      Branch: perl
2222            ! lib/ExtUtils/MM_Unix.pm
2223 ____________________________________________________________________________
2224 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
2225         Log: Mention some of the load-affected tests.
2226      Branch: perl
2227            ! INSTALL
2228 ____________________________________________________________________________
2229 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
2230         Log: Move the UTF-8 conversion code earlier so that
2231              op/ver is happy.
2232      Branch: perl
2233            ! sv.c t/op/ver.t
2234 ____________________________________________________________________________
2235 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
2236         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
2237              have diverged quite a bit so no updates there.
2238      Branch: perl
2239            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
2240            ! ext/List/Util/lib/List/Util.pm
2241            ! ext/List/Util/lib/Scalar/Util.pm
2242 ____________________________________________________________________________
2243 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
2244         Log: Make the crypt() pickier: if downgrading doesn't work,
2245              croak.
2246      Branch: perl
2247            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
2248 ____________________________________________________________________________
2249 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
2250         Log: Grow the buffer in case Unicode caused size changes
2251              (and it very probably did).
2252      Branch: perl
2253            ! sv.c
2254 ____________________________________________________________________________
2255 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
2256         Log: Future-proofing from Jeffrey Friedl (for conflicting
2257              In* and Is* names).
2258      Branch: perl
2259            ! lib/utf8_heavy.pl
2260 ____________________________________________________________________________
2261 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
2262         Log: Subject: [PATCH] Re: Warning in B.xs
2263              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2264              Date: Sun, 13 Jan 2002 19:39:52 +0100
2265              Message-ID: <3C41E288.20562.1C8C895@localhost>
2266      Branch: perl
2267            ! ext/B/B.xs
2268 ____________________________________________________________________________
2269 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
2270         Log: Subject: Re: lookbehind broken with latest bleedperl
2271              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2272              Date: Sun, 13 Jan 2002 18:06:22 +0000
2273              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
2274      Branch: perl
2275            ! regexec.c t/op/re_tests
2276 ____________________________________________________________________________
2277 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
2278         Log: Subject: [PATCH] more MM_Unix.t tests
2279              From: Tels <perl_dummy@bloodgate.com>
2280              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
2281              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
2282              
2283              Subject: [PATCH] 14220 misunderstood, I bet          
2284              From: andreas.koenig@anima.de (Andreas J. Koenig)
2285              Date: 12 Jan 2002 21:31:58 +0100
2286              Message-ID: <m3k7un8g5d.fsf@anima.de>
2287      Branch: perl
2288            ! lib/ExtUtils/t/MM_Unix.t
2289 ____________________________________________________________________________
2290 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
2291         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
2292              From: Tels <perl_dummy@bloodgate.com>
2293              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
2294              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
2295              
2296              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
2297              From: Tels <perl_dummy@bloodgate.com>
2298              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
2299              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
2300      Branch: perl
2301            ! lib/ExtUtils/MM_Unix.pm
2302 ____________________________________________________________________________
2303 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
2304         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
2305              From: Nicholas Clark <nick@unfortu.net> 
2306              Date: Sun, 13 Jan 2002 15:58:34 +0000
2307              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
2308      Branch: perl
2309            ! lib/Benchmark.t
2310 ____________________________________________________________________________
2311 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
2312         Log: Anton Berezin did more reading and the uid setting story
2313              gets more complex.
2314      Branch: perl
2315            ! pod/perltodo.pod utils/perldoc.PL
2316 ____________________________________________________________________________
2317 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
2318         Log: Integrate perlio;
2319              
2320              Win32 fixes:
2321              - vmem.h hack to handle free-by-wrong-thread after eval "".
2322              - Initialize timerid 
2323      Branch: perl
2324           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
2325 ____________________________________________________________________________
2326 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
2327         Log: Subject: Re: HiRes
2328              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2329              Date: Sun, 13 Jan 2002 10:18:46 +0100
2330              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
2331              
2332              Give up on socketpair in HP-UX.
2333      Branch: perl
2334            ! ext/Socket/socketpair.t
2335 ____________________________________________________________________________
2336 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
2337         Log: *groan*
2338      Branch: perl
2339            ! t/op/pat.t
2340 ____________________________________________________________________________
2341 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
2342         Log: One more sharp s case found by Jeffrey.
2343      Branch: perl
2344            ! regexec.c t/op/pat.t
2345 ____________________________________________________________________________
2346 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
2347         Log: Comment tweak.
2348      Branch: perl
2349            ! regexec.c
2350 ____________________________________________________________________________
2351 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
2352         Log: Don't bother checking for the Greek special
2353              cases if the node is too short.
2354      Branch: perl
2355            ! regcomp.c
2356 ____________________________________________________________________________
2357 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
2358         Log: Update Changes.
2359      Branch: perl
2360            ! Changes patchlevel.h
2361 ____________________________________________________________________________
2362 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
2363         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
2364              From: Jonathan Stowe <gellyfish@gellyfish.com>
2365              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
2366              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
2367      Branch: perl
2368            ! Configure config_h.SH
2369 ____________________________________________________________________________
2370 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
2371         Log: Quick reformat using indent -kr -nce, as requested
2372              by Dan Kogai and suggest by NI-S.
2373      Branch: perl
2374            ! ext/Encode/encengine.c
2375 ____________________________________________________________________________
2376 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
2377         Log: Couple more Unicode lookbehind tests.
2378      Branch: perl
2379            ! t/op/pat.t
2380 ____________________________________________________________________________
2381 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
2382         Log: Sharp S as a special treat for our German UTF-8 testers :-)
2383      Branch: perl
2384            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
2385 ____________________________________________________________________________
2386 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
2387         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
2388              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2389              Date: Sat, 12 Jan 2002 20:37:32 +0100
2390              Message-ID: <3C409E8C.16203.196C2D3@localhost>
2391      Branch: perl
2392            ! ext/B/B/Deparse.pm
2393 ____________________________________________________________________________
2394 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
2395         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
2396              really worth the bits it's printed on?
2397      Branch: perl
2398            ! lib/ExtUtils/t/MM_Unix.t
2399 ____________________________________________________________________________
2400 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
2401         Log: Special treatment for U+03B0 and U+0390 in //i,
2402              this means that we can remove the minlen pessimisations
2403              introduced by the #14096.
2404      Branch: perl
2405            ! pp_hot.c regcomp.c regexec.c
2406 ____________________________________________________________________________
2407 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
2408         Log: Integrate perlio;
2409              
2410              Abstract out the cloning of SvPVX and handle shared pv in a 
2411              safe (if suboptimal) manner. Does not fix op/fork.t :-(
2412              
2413              Win32-ize socketpair test
2414              - Win32 can fork even though $Config{d_fork} is undef
2415              - SOCK_DGRAM does not work - skip those tests.
2416      Branch: perl
2417           !> ext/Socket/socketpair.t sv.c
2418 ____________________________________________________________________________
2419 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
2420         Log: One should first drop the real uid, not the effective uid.
2421              [ID 20020110.003]
2422      Branch: perl
2423            ! utils/perldoc.PL
2424 ____________________________________________________________________________
2425 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
2426         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
2427              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2428              Date: Fri, 11 Jan 2002 23:29:48 +0100
2429              Message-ID: <3C3F756C.4581.2E2A938@localhost>
2430      Branch: perl
2431            + ext/B/C/C.xs ext/B/C/Makefile.PL
2432            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
2433            ! utils/perlcc.PL
2434 ____________________________________________________________________________
2435 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
2436         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
2437              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
2438              Date: Fri, 11 Jan 2002 14:29:30 -0800
2439              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
2440      Branch: perl
2441            ! ext/B/t/concise.t
2442 ____________________________________________________________________________
2443 [ 14212] By: ams                                   on 2002/01/12  06:10:52
2444         Log: Subject: [PATCH] More fixes for Stratus VOS
2445              From: "Green, Paul" <Paul.Green@stratus.com>
2446              Date: Fri, 11 Jan 2002 17:30:37 -0500
2447              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
2448      Branch: perl
2449            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
2450 ____________________________________________________________________________
2451 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
2452         Log: Upgrade to CGI.pm 2.80.
2453      Branch: perl
2454            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
2455 ____________________________________________________________________________
2456 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
2457         Log: FAQ sync.
2458      Branch: perl
2459            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2460            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2461            ! pod/perlfaq8.pod
2462 ____________________________________________________________________________
2463 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
2464         Log: This is getting embarrassing.
2465      Branch: perl
2466            ! t/op/pat.t
2467 ____________________________________________________________________________
2468 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
2469         Log: Doc tweaks.
2470      Branch: perl
2471            ! pod/perlunicode.pod
2472 ____________________________________________________________________________
2473 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
2474         Log: Updating the test count is good; also rephrasing
2475              so that there is no ok output containing "not".
2476      Branch: perl
2477            ! t/op/pat.t
2478 ____________________________________________________________________________
2479 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
2480         Log: Andreas is busy :-)
2481      Branch: perl
2482            ! doop.c t/op/unisprintf.t
2483 ____________________________________________________________________________
2484 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
2485         Log: Unicode lookbehind looked bad.
2486      Branch: perl
2487            ! regexec.c t/op/pat.t
2488 ____________________________________________________________________________
2489 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
2490         Log: Garbage collection.
2491      Branch: perl
2492            ! t/run/kill_perl.t
2493 ____________________________________________________________________________
2494 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
2495         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
2496              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2497              Date: Fri, 11 Jan 2002 23:29:48 +0100
2498              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
2499      Branch: perl
2500            ! embed.fnc global.sym makedef.pl
2501 ____________________________________________________________________________
2502 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
2503         Log: Subject: [PATCH] perldelta nit?
2504              From: Robert Spier <rspier@pobox.com>
2505              Date: Fri, 11 Jan 2002 15:19:16 -0800
2506              Message-ID: <15423.29428.164185.251700@rls.cx>
2507      Branch: perl
2508            ! pod/perldelta.pod
2509 ____________________________________________________________________________
2510 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
2511         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
2512              From: Michael G Schwern <schwern@pobox.com>
2513              Date: Fri, 11 Jan 2002 17:08:17 -0500
2514              Message-ID: <20020111220817.GG2838@blackrider>
2515      Branch: perl
2516            ! t/run/kill_perl.t t/test.pl
2517 ____________________________________________________________________________
2518 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
2519         Log: Subject: [PATCH] Correct misleading error message
2520              From: Mike Guy <mjtg@cam.ac.uk>
2521              Date: Fri, 11 Jan 2002 18:36:33 +0000
2522              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
2523              
2524              hash assignment -> anonymous hash
2525      Branch: perl
2526            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
2527 ____________________________________________________________________________
2528 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
2529         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
2530              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2531              Date: Fri, 11 Jan 2002 16:58:14 +0100
2532              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
2533      Branch: perl
2534            ! ext/Unicode/Normalize/mkheader
2535 ____________________________________________________________________________
2536 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
2537         Log: Add a new test for is-sprintf-preserving Unicodeness:
2538              #14194 and an old one from kill_perl.t (I could have used
2539              sprintf.t, but it's format was quite fixed, and I didn't
2540              feel like breaking the format)
2541      Branch: perl
2542            + t/op/unisprintf.t
2543            ! MANIFEST t/run/kill_perl.t
2544 ____________________________________________________________________________
2545 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
2546         Log: Integrate perlio;
2547              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
2548      Branch: perl
2549           !> win32/win32.c
2550 ____________________________________________________________________________
2551 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
2552         Log: Integrate perlio;
2553              A mostly-stable version of "new" Win32 signal/kill support.
2554      Branch: perl
2555           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
2556           !> win32/config.gc win32/config.vc win32/config_H.bc
2557           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
2558           !> win32/makefile.mk win32/win32.c win32/win32.h
2559 ____________________________________________________________________________
2560 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
2561         Log: Fix for
2562              
2563              Subject: UTF-8 sprintf bug in bleadperl
2564              From: andreas.koenig@anima.de (Andreas J. Koenig)
2565              Date: 11 Jan 2002 15:47:15 +0100
2566              Message-ID: <m3vge99c7g.fsf@anima.de>
2567              
2568              I have tests, have just to figure out where to put them
2569              since op/sprintf looks a bit unfriendly for tests of
2570              somewhat freer form.
2571      Branch: perl
2572            ! doop.c sv.c
2573 ____________________________________________________________________________
2574 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
2575         Log: Update Changes.
2576      Branch: perl
2577            ! Changes patchlevel.h
2578 ____________________________________________________________________________
2579 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
2580         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
2581              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
2582              Date: Thu, 10 Jan 2002 18:21:34 -0800
2583              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
2584      Branch: perl
2585            + ext/B/t/concise.t
2586            ! MANIFEST
2587 ____________________________________________________________________________
2588 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
2589         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
2590              necessary in form.t and html.t @INC setups.
2591      Branch: perl
2592            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
2593 ____________________________________________________________________________
2594 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
2595         Log: Yet another twist.
2596      Branch: perl
2597            ! t/test.pl
2598 ____________________________________________________________________________
2599 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
2600         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
2601              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2602              Date: Fri, 11 Jan 2002 13:04:15 +0100      
2603              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
2604      Branch: perl
2605            ! hints/aix.sh
2606 ____________________________________________________________________________
2607 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
2608         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
2609              From: Jonathan Stowe <gellyfish@gellyfish.com> 
2610              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
2611              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
2612      Branch: perl
2613            ! lib/AnyDBM_File.t
2614 ____________________________________________________________________________
2615 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
2616         Log: Arguments were being mangled.
2617      Branch: perl
2618            ! t/test.pl
2619 ____________________________________________________________________________
2620 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
2621         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
2622              From: Jonathan Stowe <gellyfish@gellyfish.com>
2623              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
2624              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
2625      Branch: perl
2626            ! lib/AnyDBM_File.t
2627 ____________________________________________________________________________
2628 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
2629         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
2630              From: Michael G Schwern <schwern@pobox.com> 
2631              Date: Fri, 11 Jan 2002 04:26:27 -0500
2632              Message-ID: <20020111092626.GA16544@blackrider>
2633      Branch: perl
2634            ! t/run/kill_perl.t t/test.pl
2635 ____________________________________________________________________________
2636 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
2637         Log: Subject: [PATCH] Test::Harness 2.01
2638              From: Michael G Schwern <schwern@pobox.com> 
2639              Date: Thu, 10 Jan 2002 21:11:24 -0500
2640              Message-ID: <20020111021123.GA30666@blackrider>
2641      Branch: perl
2642            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
2643            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
2644            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
2645            + lib/Test/Harness/t/nonumbers.t
2646            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
2647            + t/lib/sample-tests/lone_not_bug
2648            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
2649            + t/lib/sample-tests/vms_nit
2650            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
2651            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
2652 ____________________________________________________________________________
2653 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
2654         Log: patch is silly when creating new files: don't run
2655              patch more than once.
2656      Branch: perl
2657            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
2658 ____________________________________________________________________________
2659 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
2660         Log: Forgot from #14179.
2661      Branch: perl
2662            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
2663 ____________________________________________________________________________
2664 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
2665         Log: Subject: [PATCH] is() undef/'' behavior change
2666              From: Michael G Schwern <schwern@pobox.com> 
2667              Date: Fri, 11 Jan 2002 03:35:51 -0500
2668              Message-ID: <20020111083551.GC30666@blackrider>
2669              
2670              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
2671              From: Michael G Schwern <schwern@pobox.com> 
2672              Date: Fri, 11 Jan 2002 03:37:44 -0500
2673              Message-ID: <20020111083744.GD30666@blackrider>
2674      Branch: perl
2675            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
2676            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
2677            ! lib/Pod/t/InputObjects.t lib/blib.t
2678 ____________________________________________________________________________
2679 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
2680         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
2681              From: Michael G Schwern <schwern@pobox.com> 
2682              Date: Thu, 10 Jan 2002 19:56:23 -0500
2683              Message-ID: <20020111005623.GA13192@blackrider>
2684      Branch: perl
2685            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
2686            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
2687            ! lib/Test/Simple.pm lib/Test/Simple/Changes
2688            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
2689            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
2690            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
2691            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
2692            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
2693            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
2694            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
2695            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
2696            ! lib/Test/Simple/t/plan_is_noplan.t
2697            ! lib/Test/Simple/t/plan_no_plan.t
2698            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
2699            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
2700            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
2701            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
2702            ! lib/Test/Tutorial.pod
2703 ____________________________________________________________________________
2704 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
2705         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
2706              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
2707              
2708              turns out even the malloc() was never really needed to begin with,
2709              so get rid of it
2710      Branch: perl
2711            ! sv.c
2712 ____________________________________________________________________________
2713 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
2714         Log: Small doc tweaks.
2715      Branch: perl
2716            ! pod/perluniintro.pod
2717 ____________________________________________________________________________
2718 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
2719         Log: support using the CRT's malloc() family of functions instead of
2720              the internal one when ithreads is enabled; allocate large blocks
2721              using VirtualAlloc() since the Heap*() functions may only be tuned
2722              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
2723              
2724              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
2725              also see comments at the top of win32/vmem.h for other options that
2726              can be set
2727      Branch: perl
2728            ! win32/vmem.h
2729 ____________________________________________________________________________
2730 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
2731         Log: Subject: micropatch
2732              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2733              Date: Thu, 10 Jan 2002 18:20:58 +0000
2734              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
2735      Branch: perl
2736            ! regcomp.c
2737 ____________________________________________________________________________
2738 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
2739         Log: Subject: [PATCH] Embed.t on Win32
2740              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2741              Date: Thu, 10 Jan 2002 18:56:21 +0100
2742              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
2743      Branch: perl
2744            ! lib/ExtUtils/t/Embed.t
2745 ____________________________________________________________________________
2746 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
2747         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
2748              From: Gisle Aas <gisle@ActiveState.com>
2749              Date: 10 Jan 2002 08:56:05 -0800
2750              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
2751      Branch: perl
2752            ! toke.c
2753 ____________________________________________________________________________
2754 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
2755         Log: Subject: [PATCH] doc fixes
2756              From: "Brendan O'Dea" <bod@debian.org>
2757              Date: Fri, 11 Jan 2002 03:49:54 +1100
2758              Message-ID: <20020110164954.GA21891@compusol.com.au>
2759      Branch: perl
2760            ! lib/I18N/Collate.pm pod/perlfunc.pod
2761 ____________________________________________________________________________
2762 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
2763         Log: Integrate perlio; More signal hackery.
2764      Branch: perl
2765           !> win32/win32.c
2766 ____________________________________________________________________________
2767 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
2768         Log: No need to show internal encodings, or return them
2769              in random order.
2770      Branch: perl
2771            ! ext/Encode/Encode.pm
2772 ____________________________________________________________________________
2773 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
2774         Log: I think we can claim to be supporting Unicode
2775              "loose matching" now.
2776      Branch: perl
2777            ! pod/perlunicode.pod
2778 ____________________________________________________________________________
2779 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
2780         Log: Subject: doc patch
2781              From: mjd@plover.com
2782              Date: 10 Jan 2002 15:12:27 -0000
2783              Message-ID: <20020110151227.14850.qmail@plover.com>
2784      Branch: perl
2785            ! pod/perlrun.pod
2786 ____________________________________________________________________________
2787 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
2788         Log: Subject: Re: [ID 20011223.001] accept leaks memory
2789              From: Andy Dougherty <doughera@lafayette.edu>
2790              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
2791              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
2792      Branch: perl
2793            ! hints/linux.sh
2794 ____________________________________________________________________________
2795 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
2796         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
2797      Branch: perl
2798           !> win32/win32.c
2799 ____________________________________________________________________________
2800 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
2801         Log: Subject: [PATCH] Magic numbers in B::Concise
2802              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
2803              Date: Wed, 9 Jan 2002 23:04:01 -0800
2804              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
2805      Branch: perl
2806            ! ext/B/B/Concise.pm ext/B/O.pm
2807 ____________________________________________________________________________
2808 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
2809         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
2810              From: Gisle Aas <gisle@ActiveState.com>
2811              Date: 09 Jan 2002 21:52:40 -0800
2812              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
2813      Branch: perl
2814            ! t/lib/strict/vars toke.c
2815 ____________________________________________________________________________
2816 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
2817         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
2818              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2819              Date: Wed, 9 Jan 2002 23:24:32 +0100
2820              Message-ID: <20020109232432.A692@rafael>
2821      Branch: perl
2822            ! ext/B/B/Deparse.pm
2823 ____________________________________________________________________________
2824 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
2825         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
2826              From: Jonathan Stowe <gellyfish@gellyfish.com>
2827              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
2828              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
2829      Branch: perl
2830            ! t/run/kill_perl.t
2831 ____________________________________________________________________________
2832 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
2833         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
2834              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2835              Date: Wed, 09 Jan 2002 20:16:54 +0000
2836              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
2837      Branch: perl
2838            ! regexec.c
2839 ____________________________________________________________________________
2840 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
2841         Log: Subject: [Patch @14129] fixes Unicode::Normalize
2842              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2843              Date: Thu, 10 Jan 2002 01:08:56 +0900
2844              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
2845      Branch: perl
2846            - ext/Unicode/Normalize/Normalize.pod
2847            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
2848            ! ext/Unicode/Normalize/Normalize.pm
2849            ! ext/Unicode/Normalize/Normalize.xs
2850            ! ext/Unicode/Normalize/mkheader
2851 ____________________________________________________________________________
2852 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
2853         Log: Integrate perlio; (Re-)implement alarm() for Win32.
2854      Branch: perl
2855           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
2856           !> win32/win32iop.h
2857 ____________________________________________________________________________
2858 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
2859         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
2860              From: Nicholas Clark <nick@unfortu.net>
2861              Date: Wed, 9 Jan 2002 17:56:04 +0000
2862              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
2863      Branch: perl
2864            ! t/op/readdir.t
2865 ____________________________________________________________________________
2866 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
2867         Log: Update Changes.
2868      Branch: perl
2869            ! Changes patchlevel.h
2870 ____________________________________________________________________________
2871 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
2872         Log: Thinko.
2873      Branch: perl
2874            ! ext/threads/t/stress_re.t
2875 ____________________________________________________________________________
2876 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
2877         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
2878              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
2879              Date: Wed, 09 Jan 2002 13:37:17 +0000                
2880              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
2881      Branch: perl
2882            ! regexec.c t/op/re_tests
2883 ____________________________________________________________________________
2884 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
2885         Log: Subject: Re: Weird Malformed warning in bleadperl    
2886              From: andreas.koenig@anima.de (Andreas J. Koenig)    
2887              Date: 09 Jan 2002 11:12:37 +0100
2888              Message-ID: <m3itabbzoq.fsf@anima.de>
2889      Branch: perl
2890            ! regexec.c t/op/pat.t
2891 ____________________________________________________________________________
2892 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
2893         Log: Forgot stress_re.t from MANIFEST.
2894      Branch: perl
2895            ! MANIFEST
2896 ____________________________________________________________________________
2897 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
2898         Log: In dumping use isPRINT() instead of isprint() so that locale
2899              does not come into play.
2900      Branch: perl
2901            ! utf8.c
2902 ____________________________________________________________________________
2903 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
2904         Log: Add a threads stress test for regular expressions
2905              (mostly just a modified stress_string.t) and doesn't
2906              test that much of regular expressions, just that $1
2907              doesn't get stomped by competing threads (as it does
2908              in the 5005threads of old).
2909      Branch: perl
2910            + ext/threads/t/stress_re.t
2911            ! MANIFEST
2912 ____________________________________________________________________________
2913 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
2914         Log: Subject: Re: [ID 20010912.007] substr reference core dump
2915              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2916              Date: Tue, 08 Jan 2002 19:17:50 +0000
2917              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
2918      Branch: perl
2919            ! scope.c t/run/kill_perl.t
2920 ____________________________________________________________________________
2921 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
2922         Log: SANY (. with /s) wasn't happy on Unicode.
2923      Branch: perl
2924            ! regexec.c t/op/pat.t
2925 ____________________________________________________________________________
2926 [ 14142] By: ams                                   on 2002/01/08  22:42:10
2927         Log: Subject: [PATCH] perldebug nit
2928              From: Tels <tels@bloodgate.com>
2929              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
2930      Branch: perl
2931            ! pod/perldebug.pod
2932 ____________________________________________________________________________
2933 [ 14141] By: ams                                   on 2002/01/08  21:32:59
2934         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
2935              From: "Green, Paul" <Paul.Green@stratus.com>
2936              Date: Tue, 8 Jan 2002 17:31:35 -0500
2937              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
2938      Branch: perl
2939            ! Makefile.SH
2940 ____________________________________________________________________________
2941 [ 14140] By: ams                                   on 2002/01/08  21:27:57
2942         Log: Subject: [PATCH] Re: Slight chokage from Deparse
2943              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2944              Date: Tue, 8 Jan 2002 23:04:45 +0100
2945              Message-Id: <20020108230445.A4798@rafael>
2946      Branch: perl
2947            ! ext/B/B/Deparse.pm
2948 ____________________________________________________________________________
2949 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
2950         Log: Subject: [patch] peep() is rude
2951              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
2952              Date: Tue, 08 Jan 2002 19:17:50 +0000            
2953              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
2954      Branch: perl
2955            ! op.c t/run/kill_perl.t
2956 ____________________________________________________________________________
2957 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
2958         Log: unifold is really an op test since it requires
2959              no external modules for its actual testing:
2960              only the unicore CaseFold.txt file, and File::Spec
2961              to portably access that file.
2962      Branch: perl
2963            + t/op/unifold.t
2964            - lib/unifold.t
2965            ! MANIFEST
2966 ____________________________________________________________________________
2967 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
2968         Log: Subject: [patch] save a test 
2969              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2970              Date: Tue, 08 Jan 2002 16:18:47 +0000
2971              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
2972      Branch: perl
2973            ! regcomp.c
2974 ____________________________________________________________________________
2975 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
2976         Log: Subject: Not OK 13843 
2977              From: andreas.koenig@anima.de (Andreas J. Koenig)
2978              Date: 08 Jan 2002 14:12:29 +0100
2979              Message-ID: <m38zb9c7gi.fsf@anima.de>
2980      Branch: perl
2981            ! op.c t/op/subst.t
2982 ____________________________________________________________________________
2983 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
2984         Log: Missed one variant of the fold testing, noticed bu Hugo.
2985      Branch: perl
2986            ! lib/unifold.t
2987 ____________________________________________________________________________
2988 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
2989         Log: Enchance the Storable magic description.
2990      Branch: perl
2991            ! ext/Storable/Storable.pm
2992 ____________________________________________________________________________
2993 [ 14132] By: ams                                   on 2002/01/08  09:16:12
2994         Log: Subject: [PATCH] don't installperl pods
2995              From: H.Merijn Brand <h.m.brand@hccnet.nl>
2996              Date: Tue, 08 Jan 2002 10:36:01 +0100
2997              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
2998      Branch: perl
2999            ! installperl
3000 ____________________________________________________________________________
3001 [ 14131] By: ams                                   on 2002/01/08  03:38:40
3002         Log: Subject: Math-BigInt v1.49 released
3003              From: Tels <perl_dummy@bloodgate.com>
3004              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
3005      Branch: perl
3006            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
3007            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
3008            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3009            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
3010            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
3011            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
3012            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
3013            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3014            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
3015            ! t/lib/Math/BigInt/Subclass.pm
3016 ____________________________________________________________________________
3017 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
3018         Log: A little better comments.
3019      Branch: perl
3020            ! regexec.c
3021 ____________________________________________________________________________
3022 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
3023         Log: No normalization form DNF.
3024      Branch: perl
3025            ! ext/Unicode/Normalize/Normalize.pm
3026 ____________________________________________________________________________
3027 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
3028         Log: Extension nits found by -Wall (several from threads
3029              and threads::shared, but leaving them to Arthur).
3030      Branch: perl
3031            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
3032            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
3033            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
3034            ! ext/Unicode/Normalize/mkheader x2p/str.c
3035 ____________________________________________________________________________
3036 [ 14125] By: ams                                   on 2002/01/07  22:03:22
3037         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
3038              From: Nicholas Clark (sans From field in mail header)
3039              Date: Mon, 7 Jan 2002 16:18:23 +0000
3040              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
3041      Branch: perl
3042            ! lib/Exporter.pm
3043 ____________________________________________________________________________
3044 [ 14124] By: ams                                   on 2002/01/07  21:46:11
3045         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
3046              From: "Green, Paul" <Paul.Green@stratus.com>
3047              Date: Mon, 7 Jan 2002 16:59:38 -0500
3048              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
3049      Branch: perl
3050            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
3051 ____________________________________________________________________________
3052 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
3053         Log: Update Changes.
3054      Branch: perl
3055            ! Changes patchlevel.h
3056 ____________________________________________________________________________
3057 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
3058         Log: Subject: [PATCH] Correct module name in perldelta*                 
3059              From: Mike Guy <mjtg@cam.ac.uk>
3060              Date: Mon, 07 Jan 2002 17:02:43 +0000
3061              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
3062      Branch: perl
3063            ! pod/perl561delta.pod pod/perl56delta.pod
3064 ____________________________________________________________________________
3065 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
3066         Log: AUTHORS update.
3067      Branch: perl
3068            ! AUTHORS
3069 ____________________________________________________________________________
3070 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
3071         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
3072      Branch: perl
3073            ! ext/Storable/Storable.pm
3074 ____________________________________________________________________________
3075 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
3076         Log: perldelta updates.
3077      Branch: perl
3078            ! pod/perldelta.pod
3079 ____________________________________________________________________________
3080 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
3081         Log: Document the flags of pv_uni_display().
3082      Branch: perl
3083            ! pod/perlapi.pod utf8.c
3084 ____________________________________________________________________________
3085 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
3086         Log: Forgot from #14115.
3087      Branch: perl
3088            ! t/op/re_tests
3089 ____________________________________________________________________________
3090 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
3091         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
3092              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
3093              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
3094              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
3095      Branch: perl
3096            ! regcomp.c
3097 ____________________________________________________________________________
3098 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
3099         Log: More regex and utf8 debug dumping.
3100      Branch: perl
3101            ! dump.c regcomp.c regexec.c utf8.c utf8.h
3102 ____________________________________________________________________________
3103 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
3104         Log: Unused variable.
3105      Branch: perl
3106            ! regcomp.c
3107 ____________________________________________________________________________
3108 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
3109         Log: Regen toc.
3110      Branch: perl
3111            ! pod/perltoc.pod
3112 ____________________________________________________________________________
3113 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
3114         Log: capitalize correctly, noticed by David Dyck.
3115      Branch: perl
3116            ! lib/sort.pm
3117 ____________________________________________________________________________
3118 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
3119         Log: No need to overqualify.
3120      Branch: perl
3121            ! lib/sort.pm
3122 ____________________________________________________________________________
3123 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
3124         Log: PL_debug_pad wasn't initialized to zeroes which broke
3125              ithreads + DEBUGGING.
3126      Branch: perl
3127            ! sv.c
3128 ____________________________________________________________________________
3129 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
3130         Log: Update Changes.
3131      Branch: perl
3132            ! Changes patchlevel.h
3133 ____________________________________________________________________________
3134 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
3135         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
3136              From: Jonathan Stowe <gellyfish@gellyfish.com>
3137              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
3138              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
3139      Branch: perl
3140            ! pp_sys.c
3141 ____________________________________________________________________________
3142 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
3143         Log: DB_File sync from Paul Marquess.
3144      Branch: perl
3145            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3146            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
3147            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
3148 ____________________________________________________________________________
3149 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
3150         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
3151              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
3152              Date: Sun, 6 Jan 2002 11:44:30 +0100
3153              Message-ID: <3C38389E.7831.493570@localhost>
3154      Branch: perl
3155            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
3156            ! utils/perlcc.PL
3157 ____________________________________________________________________________
3158 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
3159         Log: Tests for #14098.
3160      Branch: perl
3161            ! t/op/lc.t
3162 ____________________________________________________________________________
3163 [ 14101] By: ams                                   on 2002/01/06  04:52:50
3164         Log: Subject: [PATCH] Bad prototype detection now an optional warning
3165              From: Sam Tregar <sam@tregar.com>
3166              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
3167              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
3168      Branch: perl
3169            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
3170            ! t/comp/proto.t toke.c
3171 ____________________________________________________________________________
3172 [ 14100] By: ams                                   on 2002/01/06  01:56:59
3173         Log: Subject: [PATCH] Correct several Stratus VOS build issues
3174              From: "Green, Paul" <Paul.Green@stratus.com>
3175              Date: Sat, 5 Jan 2002 21:30:56 -0500
3176              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
3177      Branch: perl
3178            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
3179 ____________________________________________________________________________
3180 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
3181         Log: Further perl.org URL elaboration from Ask.
3182      Branch: perl
3183            ! pod/perlfaq1.pod pod/perlfaq2.pod
3184 ____________________________________________________________________________
3185 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
3186         Log: The same problem with To{Lower,Title,Upper}
3187              as earlier with ToFold.
3188      Branch: perl
3189            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
3190            ! lib/unicore/To/Upper.pl lib/unicore/mktables
3191 ____________________________________________________________________________
3192 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
3193         Log: Retract #14057 for now; the alarm/setitimer timers
3194              seen to be the same in many systems, which leads into
3195              hangups.
3196      Branch: perl
3197            ! ext/Time/HiRes/HiRes.t
3198 ____________________________________________________________________________
3199 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
3200         Log: Finish up (ha!) the Unicode case folding;
3201              enhance regex dumping code.
3202      Branch: perl
3203            + lib/unifold.t
3204            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
3205            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
3206 ____________________________________________________________________________
3207 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
3208         Log: Use the perl.org news gw instead of the perl.com one
3209              (from Ask).
3210      Branch: perl
3211            ! pod/perlfaq1.pod pod/perlfaq2.pod
3212 ____________________________________________________________________________
3213 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
3214         Log: Zero() wasn't documented.
3215      Branch: perl
3216            ! pod/perlclib.pod
3217 ____________________________________________________________________________
3218 [ 14093] By: ams                                   on 2002/01/05  17:58:35
3219         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
3220              From: Nicholas Clark <nick@unfortu.net>
3221              Date: Sat, 5 Jan 2002 18:55:39 +0000
3222              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
3223      Branch: perl
3224            ! lib/Memoize/t/tie_ndbm.t
3225 ____________________________________________________________________________
3226 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
3227         Log: Also UNICOS/mk has deviant socketpair().
3228      Branch: perl
3229            ! ext/Socket/socketpair.t
3230 ____________________________________________________________________________
3231 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
3232         Log: Ooops.  Retract the regex parts of #14090.
3233      Branch: perl
3234            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
3235 ____________________________________________________________________________
3236 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
3237         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
3238              From: Nicholas Clark <nick@unfortu.net> 
3239              Date: Sat, 5 Jan 2002 18:10:13 +0000
3240              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
3241      Branch: perl
3242            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
3243            ! regcomp.h regexec.c
3244 ____________________________________________________________________________
3245 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
3246         Log: Integrate perlio; a missing aTHX.
3247      Branch: perl
3248           !> op.c
3249 ____________________________________________________________________________
3250 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
3251         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
3252              found by Marc Lehmann.
3253      Branch: perl
3254            ! pp.c
3255 ____________________________________________________________________________
3256 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
3257         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
3258              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3259              Date: Sat, 5 Jan 2002 00:31:12 +0100
3260              Message-ID: <20020105003112.E1850@rafael>              
3261      Branch: perl
3262            ! t/comp/proto.t
3263 ____________________________________________________________________________
3264 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
3265         Log: A bit of "perl.com" cleanup.
3266      Branch: perl
3267            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
3268            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
3269            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
3270            ! pod/perlmodlib.PL pod/perlmodlib.pod
3271 ____________________________________________________________________________
3272 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
3273         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
3274              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3275              Date: Fri, 4 Jan 2002 23:35:19 +0100
3276              Message-ID: <20020104233519.A1850@rafael>
3277      Branch: perl
3278            ! op.c
3279 ____________________________________________________________________________
3280 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
3281         Log: Integrate change #14062 from macperl;
3282              Define setbuf, setvbuf for Mac OS
3283      Branch: perl
3284           !> ext/IO/IO.xs
3285 ____________________________________________________________________________
3286 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
3287         Log: Display the native pwd command.
3288      Branch: perl
3289            ! ext/Cwd/t/cwd.t
3290 ____________________________________________________________________________
3291 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
3292         Log: Under Mac OS X /dev/stdout is normally a symlink,
3293              but when running the test it seems to become a socket.
3294              So let's extend our censorship.
3295      Branch: perl
3296            ! t/op/stat.t
3297 ____________________________________________________________________________
3298 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
3299         Log: If we do have socketpair(), make my_socketpair()
3300              just call the real socketpair().  This way we always
3301              have real code behind my_socketpair() and a symbol
3302              corresponding to the my_socketpair in global.sym.
3303      Branch: perl
3304            ! embed.fnc embed.h makedef.pl proto.h util.c
3305 ____________________________________________________________________________
3306 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
3307         Log: Spread the good word of "env".
3308      Branch: perl
3309            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
3310 ____________________________________________________________________________
3311 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
3312         Log: Till the system tests do something non-Win*, better rename
3313              the test so that people on other platforms don't get confused.
3314              (Not win32system, because assumedly there's win64, too.)
3315      Branch: perl
3316            + t/op/winsystem.t
3317            - t/op/system.t
3318            ! MANIFEST
3319 ____________________________________________________________________________
3320 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
3321         Log: Some tweaks.
3322      Branch: perl
3323            ! lib/Pod/t/Functions.t
3324 ____________________________________________________________________________
3325 [ 14057] By: ams                                   on 2002/01/04  17:40:31
3326         Log: (retracted by #14057)
3327              
3328              Subject: [PATCH] Time/HiRes/HiRes.t
3329              From: Nicholas Clark <nick@unfortu.net>
3330              Date: Fri, 4 Jan 2002 17:28:46 +0000
3331              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
3332      Branch: perl
3333            ! ext/Time/HiRes/HiRes.t
3334 ____________________________________________________________________________
3335 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
3336         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
3337              From: Abe Timmerman <abe@ztreet.demon.nl>
3338              Date: Fri, 04 Jan 2002 18:42:33 +0100
3339              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
3340      Branch: perl
3341            + lib/Pod/t/Functions.t
3342            ! MANIFEST lib/Pod/Functions.pm
3343 ____________________________________________________________________________
3344 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
3345         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
3346              From: "Craig A. Berry" <craigberry@mac.com>
3347              Date: Thu, 3 Jan 2002 17:32:20 -0600
3348              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
3349      Branch: perl
3350            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
3351 ____________________________________________________________________________
3352 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
3353         Log: Document the U+0085, U+2028, and U+2029.
3354      Branch: perl
3355            ! pod/perlre.pod pod/perlretut.pod
3356 ____________________________________________________________________________
3357 [ 14053] By: ams                                   on 2002/01/04  03:27:44
3358         Log: Subject: [PATCH] warn if not CORE::dump
3359              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3360              Date: Thu, 3 Jan 2002 22:04:00 +0100
3361              Message-Id: <20020103220400.A13958@rafael>
3362      Branch: perl
3363            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
3364 ____________________________________________________________________________
3365 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
3366         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
3367      Branch: perl
3368            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
3369 ____________________________________________________________________________
3370 [ 14051] By: ams                                   on 2002/01/04  03:00:12
3371         Log: Subject: [PATCH] File::Compare::VERSION
3372              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3373              Date: Thu, 3 Jan 2002 23:42:52 +0100
3374              Message-Id: <20020103234252.G13958@rafael>
3375      Branch: perl
3376            ! lib/File/Compare.pm
3377 ____________________________________________________________________________
3378 [ 14050] By: ams                                   on 2002/01/04  02:58:05
3379         Log: Subject: [PATCH @14042] threads::shared doc
3380              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
3381              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
3382              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
3383      Branch: perl
3384            ! ext/threads/shared/shared.pm
3385 ____________________________________________________________________________
3386 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
3387         Log: #14048 exposed few false positives, to be fixed soonish.
3388      Branch: perl
3389            ! t/op/pat.t
3390 ____________________________________________________________________________
3391 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
3392         Log: Do not add the first characters of multicharacter foldings
3393              into character classes.
3394      Branch: perl
3395            ! regcomp.c
3396 ____________________________________________________________________________
3397 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
3398         Log: A bit of testing for #14046.
3399      Branch: perl
3400            ! t/op/pat.t
3401 ____________________________________________________________________________
3402 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
3403         Log: Allow emitting the foldcased version of "\x{df}", "ss"
3404              (among others, another example would be \x{fb00} -> "ff")
3405      Branch: perl
3406            ! regcomp.c
3407 ____________________________________________________________________________
3408 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
3409         Log: Subject: [PATCH] File::Spec & NetWare
3410              From: Dave Rolsky <autarch@urth.org>
3411              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
3412              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
3413      Branch: perl
3414            - lib/File/Spec/NW5.pm
3415            ! MANIFEST lib/File/Spec.pm
3416 ____________________________________________________________________________
3417 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
3418         Log: FAQ sync (RCS Ids only?)
3419      Branch: perl
3420            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
3421 ____________________________________________________________________________
3422 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
3423         Log: AUTHORs updates.
3424      Branch: perl
3425            ! AUTHORS
3426 ____________________________________________________________________________
3427 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
3428         Log: Update Changes.
3429      Branch: perl
3430            ! Changes patchlevel.h
3431 ____________________________________________________________________________
3432 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
3433         Log: Missed the =head1 additions.
3434      Branch: perl
3435            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
3436            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
3437            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
3438            ! util.c
3439 ____________________________________________________________________________
3440 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
3441         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
3442              From: Robin Barker <rmb1@cise.npl.co.uk>
3443              Date: Thu, 3 Jan 2002 15:26:20 GMT
3444              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
3445      Branch: perl
3446            ! lib/Carp.t lib/Carp/Heavy.pm
3447 ____________________________________________________________________________
3448 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
3449         Log: Subject: [PATCH hv.c] 
3450              From: Robin Barker <rmb1@cise.npl.co.uk>
3451              Date: Thu, 3 Jan 2002 14:49:06 GMT
3452              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
3453              
3454              -Wformat check.
3455      Branch: perl
3456            ! hv.c
3457 ____________________________________________________________________________
3458 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
3459         Log: NetWare tweaks from Ananth Kesari.
3460      Branch: perl
3461            ! NetWare/t/NWScripts.pl lib/File/Find.pm
3462 ____________________________________________________________________________
3463 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
3464         Log: Cast.
3465      Branch: perl
3466            ! regexec.c
3467 ____________________________________________________________________________
3468 [ 14036] By: ams                                   on 2002/01/03  12:12:31
3469         Log: Grammar fix suggested by Gwyn Judd.
3470      Branch: perl
3471            ! pod/perldiag.pod
3472 ____________________________________________________________________________
3473 [ 14033] By: ams                                   on 2002/01/03  08:24:24
3474         Log: Subject: Not ok 14031: PPPort Makefile.PL
3475              From: andreas.koenig@anima.de (Andreas J. Koenig)
3476              Date: 03 Jan 2002 10:17:46 +0100
3477              Message-Id: <m3sn9n94jp.fsf@anima.de>
3478      Branch: perl
3479            ! ext/Devel/PPPort/Makefile.PL
3480 ____________________________________________________________________________
3481 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
3482         Log: Off-by-one is my middle name.
3483      Branch: perl
3484            ! regexec.c
3485 ____________________________________________________________________________
3486 [ 14030] By: ams                                   on 2002/01/02  23:56:37
3487         Log: Subject: [PATCH @14015] threads::shared disabling
3488              From: Andy Bussey <andybussey@yahoo.co.uk>
3489              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
3490              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
3491      Branch: perl
3492            + ext/threads/shared/t/no_share.t
3493            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
3494 ____________________________________________________________________________
3495 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
3496         Log: Simon's new perlapi scheme, I hope I got all the pieces.
3497      Branch: perl
3498            + autodoc.pl embed.fnc
3499            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
3500 ____________________________________________________________________________
3501 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
3502         Log: Integrate perlio; more PPPort Makefile source dependence removal
3503      Branch: perl
3504           !> ext/Devel/PPPort/Makefile.PL perl.h
3505 ____________________________________________________________________________
3506 [ 14027] By: ams                                   on 2002/01/02  21:42:50
3507         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
3508              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3509              Date: Wed, 2 Jan 2002 23:09:13 +0100
3510              Message-Id: <20020102230913.A17373@rafael>
3511      Branch: perl
3512            ! pod/perldiag.pod
3513 ____________________________________________________________________________
3514 [ 14026] By: ams                                   on 2002/01/02  21:38:34
3515         Log: Subject: Re: PATCH: lib/Term/Cap.pm
3516              From: Jonathan Stowe <gellyfish@gellyfish.com>
3517              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
3518              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
3519      Branch: perl
3520            ! lib/Term/Cap.pm
3521 ____________________________________________________________________________
3522 [ 14025] By: ams                                   on 2002/01/02  18:34:26
3523         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
3524              From: Sam Tregar <sam@tregar.com>
3525              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
3526              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
3527      Branch: perl
3528            ! pod/perldiag.pod t/comp/proto.t toke.c
3529 ____________________________________________________________________________
3530 [ 14024] By: ams                                   on 2002/01/02  18:16:12
3531         Log: Subject: PATCH: lib/Term/Cap.pm
3532              From: Norton Allen <allen@huarp.harvard.edu>
3533              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
3534              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
3535      Branch: perl
3536            ! lib/Term/Cap.pm
3537 ____________________________________________________________________________
3538 [ 14023] By: ams                                   on 2002/01/02  18:12:31
3539         Log: Subject: PATCH: lib/Cwd.pm for QNX4
3540              From: Norton Allen <allen@huarp.harvard.edu>
3541              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
3542              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
3543      Branch: perl
3544            ! lib/Cwd.pm
3545 ____________________________________________________________________________
3546 [ 14020] By: ams                                   on 2002/01/02  17:06:27
3547         Log: Fix misplaced application of #14016.
3548      Branch: perl
3549            ! op.c
3550 ____________________________________________________________________________
3551 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
3552         Log: Integrate perlio; avoid uninit debug_pad.
3553      Branch: perl
3554           !> sv.c
3555 ____________________________________________________________________________
3556 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
3557         Log: makedepend VOS fix from Paul Green.
3558      Branch: perl
3559            ! makedepend.SH
3560 ____________________________________________________________________________
3561 [ 14016] By: ams                                   on 2002/01/02  15:58:11
3562         Log: Subject: [PATCH] random crash in B::LISTOP::last
3563              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3564              Date: Wed, 2 Jan 2002 17:37:28 +0100
3565              Message-Id: <3C334558.3906.19CB98D@localhost>
3566      Branch: perl
3567            ! op.c
3568 ____________________________________________________________________________
3569 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
3570         Log: Update Changes.
3571      Branch: perl
3572            ! Changes patchlevel.h
3573 ____________________________________________________________________________
3574 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
3575         Log: One more iteration of the ibcmp_utf8() interface,
3576              hopefully this is a convergent iteration...
3577      Branch: perl
3578            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
3579 ____________________________________________________________________________
3580 [ 14013] By: ams                                   on 2002/01/02  13:43:58
3581         Log: Upgrade to podlators-1.19.
3582      Branch: perl
3583            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
3584            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
3585            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
3586            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
3587            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
3588 ____________________________________________________________________________
3589 [ 14012] By: ams                                   on 2002/01/02  09:48:51
3590         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
3591              From: martyn@inpharmatica.co.uk
3592              Date: Wed, 19 Dec 2001 19:05:00 +0000
3593              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
3594      Branch: perl
3595            ! lib/Pod/Usage.pm
3596 ____________________________________________________________________________
3597 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
3598         Log: Make ibcmp_utf8() optionally progress in either string for
3599              as long as it takes and optionally record how far it got.
3600      Branch: perl
3601            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
3602 ____________________________________________________________________________
3603 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
3604         Log: Once more try to get the PPPort Makefile right.
3605      Branch: perl
3606            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
3607 ____________________________________________________________________________
3608 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
3609         Log: -Wall silencing.
3610      Branch: perl
3611            ! utf8.c
3612 ____________________________________________________________________________
3613 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
3614         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
3615              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3616              Date: Tue, 1 Jan 2002 22:45:21 +0100       
3617              Message-ID: <20020101224521.A691@rafael>
3618      Branch: perl
3619            ! ext/B/B/Deparse.pm
3620 ____________________________________________________________________________
3621 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
3622         Log: VOS tweak from Paul Green: VOS has different O_BINARY
3623              and O_TEXT, but VOS always uses LF, never CRLF.
3624      Branch: perl
3625            ! perl.h
3626 ____________________________________________________________________________
3627 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
3628         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
3629      Branch: perl
3630            ! regexec.c utf8.c
3631 ____________________________________________________________________________
3632 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
3633         Log: Now that to_utf8_fold() was fixed.
3634      Branch: perl
3635            ! regcomp.c regexec.c
3636 ____________________________________________________________________________
3637 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
3638         Log: Integrate perlio; experimental binmode() re-coding.
3639      Branch: perl
3640           !> perlio.c
3641 ____________________________________________________________________________
3642 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
3643         Log: Document the to_utf8_*() functions.
3644      Branch: perl
3645            ! embed.pl pod/perlapi.pod utf8.c
3646 ____________________________________________________________________________
3647 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
3648         Log: Better support for multicharacter foldings.
3649              Now all but two of the CaseFold.txt cases work-- but
3650              only when the target string is single-character, more
3651              debugging needed.
3652      Branch: perl
3653            ! regexec.c
3654 ____________________________________________________________________________
3655 [ 14000] By: ams                                   on 2002/01/01  15:59:43
3656         Log: Subject: [PATCH] don't installperl pods
3657              From: Nicholas Clark <nick@unfortu.net>
3658              Date: Tue, 1 Jan 2002 16:44:12 +0000
3659              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
3660      Branch: perl
3661            ! installperl
3662 ____________________________________________________________________________
3663 [ 13999] By: ams                                   on 2002/01/01  14:34:04
3664         Log: Subject: [PATCH] perldiag.pod transposition
3665              From: Nicholas Clark <nick@unfortu.net>
3666              Date: Tue, 1 Jan 2002 15:03:52 +0000
3667              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
3668      Branch: perl
3669            ! pod/perldiag.pod
3670 ____________________________________________________________________________
3671 [ 13998] By: ams                                   on 2002/01/01  13:36:49
3672         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
3673              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3674              Date: Tue, 1 Jan 2002 15:12:36 +0100
3675              Message-Id: <20020101151236.A951@rafael>
3676      Branch: perl
3677            ! pod/perldiag.pod
3678 ____________________________________________________________________________
3679 [ 13997] By: ams                                   on 2002/01/01  13:33:06
3680         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
3681              From: Nicholas Clark <nick@unfortu.net>
3682              Date: Tue, 1 Jan 2002 13:13:17 +0000
3683              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
3684      Branch: perl
3685            ! ext/Socket/socketpair.t
3686 ____________________________________________________________________________
3687 [ 13996] By: ams                                   on 2002/01/01  04:44:28
3688         Log: Subject: [PATCH @13746] Leaner exporter
3689              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3690              Date: Mon, 31 Dec 2001 18:16:08 -0500
3691              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
3692      Branch: perl
3693            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
3694 ____________________________________________________________________________
3695 [ 13995] By: ams                                   on 2002/01/01  04:29:44
3696         Log: Subject: [PATCH @13746] h2xs broken
3697              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3698              Date: Mon, 31 Dec 2001 17:48:55 -0500
3699              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
3700      Branch: perl
3701            ! utils/h2xs.PL
3702 ____________________________________________________________________________
3703 [ 13994] By: ams                                   on 2002/01/01  04:25:46
3704         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
3705              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3706              Date: Mon, 31 Dec 2001 17:42:25 -0500
3707              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
3708      Branch: perl
3709            ! lib/ExtUtils/MM_Unix.pm
3710 ____________________________________________________________________________
3711 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
3712         Log: Rename the variables to be a bit more consistent.
3713      Branch: perl
3714            ! utf8.c
3715 ____________________________________________________________________________
3716 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
3717         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
3718              (found by Jeffrey Friedl)
3719      Branch: perl
3720            ! regexec.c t/op/pat.t utf8.c
3721 ____________________________________________________________________________
3722 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
3723         Log: Update Changes.
3724      Branch: perl
3725            ! Changes patchlevel.h
3726 ____________________________________________________________________________
3727 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
3728         Log: Less unused ones.
3729      Branch: perl
3730            ! regexec.c
3731 ____________________________________________________________________________
3732 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
3733         Log: Unused variable.
3734      Branch: perl
3735            ! regcomp.c
3736 ____________________________________________________________________________
3737 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
3738         Log: Forgotten file.
3739      Branch: perl
3740            ! MANIFEST
3741 ____________________________________________________________________________
3742 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
3743         Log: Subject: Re: Cygwin: one down one to go 
3744              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3745              Date: Mon, 31 Dec 2001 18:34:36 +0100
3746              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
3747      Branch: perl
3748            ! cygwin/Makefile.SHs
3749 ____________________________________________________________________________
3750 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
3751         Log: Add some comments to the recent Unicode case-folding saga.
3752      Branch: perl
3753            ! regcomp.c regexec.c
3754 ____________________________________________________________________________
3755 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
3756         Log: Slight comment tweakage.
3757      Branch: perl
3758            ! ext/I18N/Langinfo/Langinfo.t
3759 ____________________________________________________________________________
3760 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
3761         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
3762      Branch: perl
3763            ! perl.h
3764 ____________________________________________________________________________
3765 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
3766         Log: Subject: [ PATCH] Cygwin: one down one to go
3767              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3768              Date: Mon, 31 Dec 2001 17:03:40 +0100
3769              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
3770      Branch: perl
3771            ! lib/Pod/t/basic.t
3772 ____________________________________________________________________________
3773 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
3774         Log: Tweak the dependencies not to recompile everytime,
3775              as suggested by NI-S.
3776      Branch: perl
3777            ! ext/Devel/PPPort/Makefile.PL
3778 ____________________________________________________________________________
3779 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
3780         Log: Planning still not right.
3781      Branch: perl
3782            ! lib/User/grent.t
3783 ____________________________________________________________________________
3784 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
3785         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
3786              From: Michael G Schwern <schwern@pobox.com>
3787              Date: Sun, 30 Dec 2001 18:07:55 -0500
3788              Message-ID: <20011230230755.GG12840@blackrider>
3789              
3790              (lib/User/grent, really)
3791      Branch: perl
3792            ! lib/User/grent.t
3793 ____________________________________________________________________________
3794 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
3795         Log: Integrate perlio; cleanup, in particular avoid accidental
3796              PerlIO_flush(NULL) if PerlIONext is NULL.
3797      Branch: perl
3798           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
3799 ____________________________________________________________________________
3800 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
3801         Log: Subject: typo in IO::Socket::INET.pm
3802              From: mjd@plover.com
3803              Date: 31 Dec 2001 14:31:10 -0000
3804              Message-ID: <20011231143110.4989.qmail@plover.com>
3805      Branch: perl
3806            ! ext/IO/lib/IO/Socket/INET.pm
3807 ____________________________________________________________________________
3808 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
3809         Log: Subject: Re: [PATCH] Basic bad prototype detection
3810              From: Sam Tregar <sam@tregar.com>
3811              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
3812              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
3813      Branch: perl
3814            ! t/comp/proto.t toke.c
3815 ____________________________________________________________________________
3816 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
3817         Log: Subject: [PATCH] configure.com / scriptdirexp
3818              From: "Craig A. Berry" <craigberry@mac.com>
3819              Date: Sun, 30 Dec 2001 15:47:28 -0600
3820              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
3821      Branch: perl
3822            ! configure.com
3823 ____________________________________________________________________________
3824 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
3825         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
3826              From: Abe Timmerman <abe@ztreet.demon.nl>
3827              Date: Mon, 31 Dec 2001 03:55:27 +0100
3828              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
3829      Branch: perl
3830            ! lib/ExtUtils/t/MM_Win32.t
3831 ____________________________________________________________________________
3832 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
3833         Log: Subject: [PATCH] Basic bad prototype detection
3834              From: Sam Tregar <sam@tregar.com> 
3835              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
3836              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
3837      Branch: perl
3838            ! pod/perldiag.pod t/comp/proto.t toke.c
3839 ____________________________________________________________________________
3840 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
3841         Log: Makefiles are sloppy about the exe suffix
3842              (from Paul Green)
3843      Branch: perl
3844            ! Makefile.SH x2p/Makefile.SH
3845 ____________________________________________________________________________
3846 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
3847         Log: Delay folding until necessary; start of handling
3848              folding into several characters.
3849      Branch: perl
3850            ! regcomp.c regexec.c
3851 ____________________________________________________________________________
3852 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
3853         Log: gcc -Wall dewhine.
3854      Branch: perl
3855            ! regexec.c
3856 ____________________________________________________________________________
3857 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
3858         Log: More Unicode folding tweaks, avoid potential false matches.
3859      Branch: perl
3860            ! regexec.c
3861 ____________________________________________________________________________
3862 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
3863         Log: Make that six wrongs.
3864      Branch: perl
3865            ! regexec.c utf8.c
3866 ____________________________________________________________________________
3867 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
3868         Log: Four wrongs can make a right.
3869      Branch: perl
3870            ! regexec.c utf8.c
3871 ____________________________________________________________________________
3872 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
3873         Log: Fix all the I case foldings as per CaseFold.txt.
3874      Branch: perl
3875            ! regcomp.c regexec.c
3876 ____________________________________________________________________________
3877 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
3878         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
3879      Branch: perl
3880            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
3881            ! regexec.c utf8.c
3882 ____________________________________________________________________________
3883 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
3884         Log: Integrate perlio; more win32 stuff:
3885              
3886              A. Use Perl_my_socketpair()
3887              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
3888              load winsock.
3889              C. (In passing) work round fact that $$ is now SvREADONLY
3890              so we need to take special measures to set it during
3891              pseudo-fork.
3892      Branch: perl
3893           !> util.c win32/perlhost.h
3894 ____________________________________________________________________________
3895 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
3896         Log: Fix ppport.h for Unix.
3897      Branch: perl
3898            + ext/Devel/PPPort/ppport_h.PL
3899            - ext/Devel/PPPort/ppport.h.PL
3900            ! MANIFEST ext/Devel/PPPort/Makefile.PL
3901 ____________________________________________________________________________
3902 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
3903         Log: Integrate perlio; win32 kicking.
3904      Branch: perl
3905           +> ext/Devel/PPPort/ppport.h.PL
3906           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
3907           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
3908           !> proto.h
3909 ____________________________________________________________________________
3910 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
3911         Log: Must look for cat also in $PATH (noticed by Philip Newton).
3912      Branch: perl
3913            ! Configure
3914 ____________________________________________________________________________
3915 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
3916         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
3917              From: Blair Zajac <blair@orcaware.com>
3918              Date: Sat, 29 Dec 2001 22:37:03 -0800
3919              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
3920      Branch: perl
3921            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
3922 ____________________________________________________________________________
3923 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
3924         Log: Regen files.
3925      Branch: perl
3926            ! embed.h global.sym pod/perlapi.pod uconfig.h
3927 ____________________________________________________________________________
3928 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
3929         Log: Subject: [PATCH] -t without -w 
3930              From: Michael G Schwern <schwern@pobox.com>
3931              Date: Sat, 29 Dec 2001 23:46:25 -0500
3932              Message-ID: <20011230044625.GA14386@blackrider>
3933      Branch: perl
3934            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
3935            ! warnings.pl
3936 ____________________________________________________________________________
3937 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
3938         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
3939              From: Dave Rolsky <autarch@urth.org>               
3940              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
3941              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
3942              
3943              $^O is NetWare, not Netware.
3944      Branch: perl
3945            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
3946 ____________________________________________________________________________
3947 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
3948         Log: Sarathy thinks undoing C++ comments from C++ files
3949              is a bit too zealous.
3950      Branch: perl
3951            ! win32/perlhost.h win32/vmem.h
3952 ____________________________________________________________________________
3953 [ 13947] By: nick                                  on 2001/12/30  11:35:51
3954         Log: More Cwd tidy up
3955      Branch: perl
3956            ! MANIFEST installperl
3957 ____________________________________________________________________________
3958 [ 13946] By: nick                                  on 2001/12/30  11:12:42
3959         Log: Undo a mess trying Cwd.pm in its ext directory
3960      Branch: perl
3961            + lib/Cwd.pm
3962            - ext/Cwd/Cwd.pm
3963 ____________________________________________________________________________
3964 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
3965         Log: Update Changes.
3966      Branch: perl
3967            ! Changes patchlevel.h
3968 ____________________________________________________________________________
3969 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
3970         Log: Subject: [PATCH] cleaner close on tests, take 2
3971              From: andreas.koenig@anima.de (Andreas J. Koenig)
3972              Date: 29 Dec 2001 21:42:37 +0100
3973              Message-ID: <m33d1tvjuq.fsf@anima.de>
3974              
3975              (the DB_File patches)
3976      Branch: perl
3977            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
3978            ! ext/DB_File/t/db-recno.t
3979 ____________________________________________________________________________
3980 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
3981         Log: Integrate perlio; regen'ed config_H.?c
3982      Branch: perl
3983           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3984 ____________________________________________________________________________
3985 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
3986         Log: Subject: [PATCH] cleaner close on tests, take 2             
3987              From: andreas.koenig@anima.de (Andreas J. Koenig)
3988              Date: 29 Dec 2001 21:42:37 +0100
3989              Message-ID: <m33d1tvjuq.fsf@anima.de>
3990              
3991              (except for the three DB_File patch fragments)
3992      Branch: perl
3993            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
3994            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
3995            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
3996            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
3997            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
3998            ! t/op/runlevel.t t/op/write.t t/run/switches.t
3999 ____________________________________________________________________________
4000 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
4001         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
4002              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4003              Date: Sat, 29 Dec 2001 20:38:59 +0100
4004              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
4005              
4006              (NetWare tree not touched because it's very //)
4007      Branch: perl
4008            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
4009            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
4010            ! wince/include/errno.h wince/include/netdb.h
4011            ! wince/include/sys/socket.h wince/include/sys/stat.h
4012            ! wince/perllib.c wince/perlmain.c wince/win32.h
4013            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
4014            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
4015 ____________________________________________________________________________
4016 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
4017         Log: Give up on serious testing of langinfo().  Leave the old
4018              code in place, though.
4019      Branch: perl
4020            ! ext/I18N/Langinfo/Langinfo.t
4021 ____________________________________________________________________________
4022 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
4023         Log: Integrate perlio;
4024              
4025              Define the two socket error numbers in terms of WSAEXXXXX equivalents
4026              
4027              Fudge Config.pm so File::Spec does not croak.
4028      Branch: perl
4029           !> win32/FindExt.pm win32/win32.h
4030 ____________________________________________________________________________
4031 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
4032         Log: VOS tweaks from Paul Green.
4033              
4034              The Configure tweaks: the _exe needs to be
4035              set after the init; VOS has fd 3 hardwired to /dev/tty;
4036              the grep/ln/make substitutions really need to stick.
4037      Branch: perl
4038            ! Configure hints/vos.sh perl.h util.c vos/build.cm
4039            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4040            ! vos/config.ga.h vos/vosish.h
4041 ____________________________________________________________________________
4042 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
4043         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
4044              From: coral@eekeek.org
4045              Date: Fri, 28 Dec 2001 19:58:22 -0500      
4046              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
4047      Branch: perl
4048            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
4049            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
4050            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
4051            ! pod/perlunicode.pod pod/perlxs.pod util.c
4052 ____________________________________________________________________________
4053 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
4054         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
4055      Branch: perl
4056            ! t/op/exec.t
4057 ____________________________________________________________________________
4058 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
4059         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
4060              From: Abe Timmerman <abe@ztreet.demon.nl>
4061              Date: Sat, 29 Dec 2001 13:10:06 +0100
4062              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
4063      Branch: perl
4064            + lib/Pod/t/InputObjects.t
4065 ____________________________________________________________________________
4066 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
4067         Log: Integrate perlio;
4068              
4069              Quick fix (after couple of clever fixes failed) for
4070              "accept leaks memory" fail [ID 20011223.001]
4071              
4072              Nick Clark's embed.pl fix for my_socketpair
4073      Branch: perl
4074           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
4075 ____________________________________________________________________________
4076 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
4077         Log: Slight tweaks on the MM_Win32.t.
4078      Branch: perl
4079            ! lib/ExtUtils/t/MM_Win32.t
4080 ____________________________________________________________________________
4081 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
4082         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
4083              From: Abe Timmerman <abe@ztreet.demon.nl>
4084              Date: Sat, 29 Dec 2001 12:51:36 +0100
4085              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
4086      Branch: perl
4087            + lib/ExtUtils/t/MM_Win32.t
4088            ! MANIFEST
4089 ____________________________________________________________________________
4090 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
4091         Log: Subject: [PATCH] Module names and other nits
4092              From: Autrijus Tang <autrijus@autrijus.org>                 
4093              Date: Sat, 29 Dec 2001 01:59:28 +0800
4094              Message-ID: <20011229015928.A29712@geb.elixus.org>              
4095      Branch: perl
4096            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
4097            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
4098            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
4099            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
4100            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
4101 ____________________________________________________________________________
4102 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
4103         Log: socketpair tweaks from Nicholas Clark.
4104      Branch: perl
4105            ! ext/Socket/socketpair.t util.c
4106 ____________________________________________________________________________
4107 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
4108         Log: Retract #13917.
4109      Branch: perl
4110            ! doop.c
4111 ____________________________________________________________________________
4112 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
4113         Log: Subject: provisional MakeMaker patch for VMS
4114              From: "Craig A. Berry" <craigberry@mac.com> 
4115              Date: Thu, 27 Dec 2001 22:29:37 -0600
4116              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
4117      Branch: perl
4118            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4119 ____________________________________________________________________________
4120 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
4121         Log: (retracted by #13919)
4122      Branch: perl
4123            ! doop.c
4124 ____________________________________________________________________________
4125 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
4126         Log: Remove debris in any case.
4127      Branch: perl
4128            ! Configure
4129 ____________________________________________________________________________
4130 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
4131         Log: Subject: [PATCH] Re: B::walksymtable oddness
4132              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4133              Date: Thu, 27 Dec 2001 19:14:24 +0100
4134              Message-ID: <3C2B7310.861.18820D0@localhost>
4135      Branch: perl
4136            ! ext/B/B.pm
4137 ____________________________________________________________________________
4138 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
4139         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
4140              From: Nicholas Clark <nick@unfortu.net> 
4141              Date: Fri, 28 Dec 2001 00:43:02 +0000
4142              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
4143      Branch: perl
4144            ! ext/Socket/socketpair.t
4145 ____________________________________________________________________________
4146 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
4147         Log: Fast Latin1<->UTF-8 conversion for older Perls.
4148      Branch: perl
4149            ! pod/perluniintro.pod
4150 ____________________________________________________________________________
4151 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
4152         Log: Update Changes.
4153      Branch: perl
4154            ! Changes patchlevel.h
4155 ____________________________________________________________________________
4156 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
4157         Log: More wait status trickery for BeOS.
4158      Branch: perl
4159            ! ext/POSIX/POSIX.xs
4160 ____________________________________________________________________________
4161 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
4162         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
4163      Branch: perl
4164            ! Configure
4165 ____________________________________________________________________________
4166 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
4167         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
4168              From: gbarr@monty.mutatus.co.uk
4169              Date: 27 Dec 2001 14:41:36 -0000
4170              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
4171      Branch: perl
4172            ! lib/ExtUtils/t/Embed.t
4173 ____________________________________________________________________________
4174 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
4175         Log: Subject: [PATCH] Re: socketpair emulation
4176              From: Nicholas Clark <nick@unfortu.net> 
4177              Date: Wed, 26 Dec 2001 20:08:14 +0000
4178              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
4179      Branch: perl
4180            ! ext/Socket/socketpair.t
4181 ____________________________________________________________________________
4182 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
4183         Log: Subject: [DOC PATCH] left is right and right is left
4184              From: Philip Newton <Philip.Newton@gmx.net>
4185              Date: Thu, 27 Dec 2001 10:04:17 +0100
4186              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
4187      Branch: perl
4188            ! pod/perlfunc.pod pod/perlport.pod
4189 ____________________________________________________________________________
4190 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
4191         Log: Subject: [PATCH] check return of close
4192              From: andreas.koenig@anima.de (Andreas J. Koenig)            
4193              Date: 27 Dec 2001 09:47:30 +0100
4194              Message-ID: <m3ellhgicd.fsf@anima.de> 
4195              
4196              Subject: [PATCH] improve error reporting
4197              From: andreas.koenig@anima.de (Andreas J. Koenig)            
4198              Date: 27 Dec 2001 09:54:55 +0100
4199              Message-ID: <m3adw5gi00.fsf@anima.de> 
4200              
4201              Subject: [PATCH] check return value of close
4202              From: andreas.koenig@anima.de (Andreas J. Koenig)            
4203              Date: 27 Dec 2001 10:03:55 +0100
4204              Message-ID: <m3666tghl0.fsf@anima.de> 
4205              
4206              Subject: [PATCH] return of close
4207              From: andreas.koenig@anima.de (Andreas J. Koenig)            
4208              Date: 27 Dec 2001 10:22:15 +0100
4209              Message-ID: <m31yhhggqg.fsf@anima.de> 
4210      Branch: perl
4211            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
4212            ! t/io/fflush.t
4213 ____________________________________________________________________________
4214 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
4215         Log: Subject: [PATCH] check return of close
4216              From: andreas.koenig@anima.de (Andreas J. Koenig)            
4217              Date: 27 Dec 2001 09:47:30 +0100
4218              Message-ID: <m3ellhgicd.fsf@anima.de> 
4219      Branch: perl
4220            ! t/base/rs.t
4221 ____________________________________________________________________________
4222 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
4223         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
4224              From: andreas.koenig@anima.de (Andreas J. Koenig)
4225              Date: 27 Dec 2001 09:21:16 +0100
4226              Message-ID: <m3n105gjk3.fsf@anima.de>
4227      Branch: perl
4228            ! t/op/sysio.t
4229 ____________________________________________________________________________
4230 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
4231         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
4232              From: "Gerrit P. Haase" <gp@familiehaase.de>
4233              Date: Thu, 27 Dec 2001 09:23:55 +0100 
4234              Message-ID: <98211521662.20011227092355@familiehaase.de>
4235      Branch: perl
4236            ! lib/ExtUtils/t/MM_Cygwin.t
4237 ____________________________________________________________________________
4238 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
4239         Log: Replace the awful (most likely generated and not very persistent)
4240              URL with something tangible.
4241      Branch: perl
4242            ! README.hpux
4243 ____________________________________________________________________________
4244 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
4245         Log: Naughty /dev/printer (ls -l, really) of IRIX.
4246      Branch: perl
4247            ! t/op/stat.t
4248 ____________________________________________________________________________
4249 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
4250         Log: Upgrade to Net::Ping 2.10.
4251      Branch: perl
4252            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
4253            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
4254            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
4255            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
4256 ____________________________________________________________________________
4257 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
4258         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
4259              (this showed up in Benchmark.t)
4260      Branch: perl
4261            ! pp_sys.c
4262 ____________________________________________________________________________
4263 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
4264         Log: BeOS updates.
4265      Branch: perl
4266            ! README.beos beos/beos.c
4267 ____________________________________________________________________________
4268 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
4269         Log: Subject: Re: bleadperl doesn't compile
4270              From: "Gerrit P. Haase" <gp@familiehaase.de>
4271              Date: Wed, 26 Dec 2001 21:29:08 +0100
4272              Message-ID: <22168634623.20011226212908@familiehaase.de>
4273              
4274              Cygwin with multiplicity.
4275      Branch: perl
4276            ! perlio.c
4277 ____________________________________________________________________________
4278 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
4279         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
4280              From: Nicholas Clark <nick@ccl4.org>
4281              Date: Wed, 26 Dec 2001 19:07:33 +0000
4282              Message-ID: <20011226190732.J48842@plum.flirble.org>            
4283              
4284              socketpair() (un)signedness nit.
4285      Branch: perl
4286            ! util.c
4287 ____________________________________________________________________________
4288 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
4289         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
4290              From: Nicholas Clark <nick@ccl4.org>
4291              Date: Wed, 26 Dec 2001 19:19:47 +0000
4292              Message-ID: <20011226191946.K48842@plum.flirble.org>
4293              
4294              Use report_evil_fh().
4295      Branch: perl
4296            ! doio.c
4297 ____________________________________________________________________________
4298 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
4299         Log: Bad $? assumptions.
4300      Branch: perl
4301            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
4302 ____________________________________________________________________________
4303 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
4304         Log: Net::Ping isn't going to work much without
4305              the Socket extension; fail more gracefully.
4306      Branch: perl
4307            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
4308            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
4309            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
4310            ! lib/Net/Ping/t/300_ping_stream.t
4311 ____________________________________________________________________________
4312 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
4313         Log: test -d /system is a bit too generic test for VOS
4314              (false hit in BeOS)
4315      Branch: perl
4316            ! Configure
4317 ____________________________________________________________________________
4318 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
4319         Log: No AF_UNIX in BeOS.
4320      Branch: perl
4321            ! util.c
4322 ____________________________________________________________________________
4323 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
4324         Log: FAQ sync.
4325      Branch: perl
4326            ! pod/perlfaq5.pod
4327 ____________________________________________________________________________
4328 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
4329         Log: Update Changes.
4330      Branch: perl
4331            ! Changes patchlevel.h
4332 ____________________________________________________________________________
4333 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
4334         Log: Make -t equal -tw.
4335      Branch: perl
4336            ! perl.c pod/perlrun.pod
4337 ____________________________________________________________________________
4338 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
4339         Log: Subject: Re: Not OK 13881
4340              From: John Peacock <jpeacock@rowman.com>
4341              Date: Tue, 25 Dec 2001 06:02:12 -0500
4342              Message-ID: <3C285CB4.8040006@rowman.com>
4343      Branch: perl
4344            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
4345 ____________________________________________________________________________
4346 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
4347         Log: Subject: Re: Not OK 13881
4348              From: andreas.koenig@anima.de (Andreas J. Koenig)
4349              Date: 25 Dec 2001 07:33:23 +0100
4350              Message-ID: <m3bsgnajws.fsf@anima.de>
4351      Branch: perl
4352            ! op.c
4353 ____________________________________________________________________________
4354 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
4355         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
4356              From: Mark-Jason Dominus <mjd@plover.com>    
4357              Date: Mon, 24 Dec 2001 18:14:48 -0500
4358              Message-ID: <20011224231448.25826.qmail@plover.com>
4359      Branch: perl
4360            ! op.c t/op/eval.t
4361 ____________________________________________________________________________
4362 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
4363         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
4364              From: Dave Rolsky <autarch@urth.org>
4365              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
4366              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
4367      Branch: perl
4368            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
4369            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
4370            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
4371            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
4372            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
4373 ____________________________________________________________________________
4374 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
4375         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
4376              From: Jeffrey Friedl <jfriedl@yahoo.com>
4377              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
4378              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
4379              
4380              The rest of the tests for plus few extras.
4381      Branch: perl
4382            ! t/op/pat.t
4383 ____________________________________________________________________________
4384 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
4385         Log: No-op.
4386      Branch: perl
4387            ! Configure
4388 ____________________________________________________________________________
4389 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
4390         Log: More constant casting.
4391      Branch: perl
4392            ! regexec.c
4393 ____________________________________________________________________________
4394 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
4395         Log: Subject: perlhack.pod 
4396              From: "John P. Linderman" <jpl@research.att.com>
4397              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
4398              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
4399      Branch: perl
4400            ! pod/perlhack.pod
4401 ____________________________________________________________________________
4402 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
4403         Log: File::Find patch patches from Thomas Wegner.
4404      Branch: perl
4405            ! lib/File/Find.pm
4406 ____________________________________________________________________________
4407 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
4408         Log: Subject: Re: socketpair emulation 
4409              From: Nicholas Clark <nick@unfortu.net>                 
4410              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
4411              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
4412      Branch: perl
4413            ! ext/Socket/socketpair.t
4414 ____________________________________________________________________________
4415 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
4416         Log: Must cast constants if they can be quads.
4417      Branch: perl
4418            ! regcomp.c
4419 ____________________________________________________________________________
4420 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
4421         Log: Promote the e/uid to wide enough un/signed integers
4422              and printf them as such.
4423      Branch: perl
4424            ! taint.c
4425 ____________________________________________________________________________
4426 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
4427         Log: The U32 alignment test wasn't really working, noticed
4428              by Paul Green.  Now the test works, but this means that
4429              we may see coredumps from the test.   I sure hope MMUless
4430              places don't crash on the test.
4431      Branch: perl
4432            ! Configure
4433 ____________________________________________________________________________
4434 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
4435         Log: More VOS tweaks.
4436      Branch: perl
4437            ! Configure
4438 ____________________________________________________________________________
4439 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
4440         Log: The funky final sigma casefolding.
4441      Branch: perl
4442            ! regcomp.c regexec.c t/op/pat.t utf8.h
4443 ____________________________________________________________________________
4444 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
4445         Log: Update Changes.
4446      Branch: perl
4447            ! Changes patchlevel.h
4448 ____________________________________________________________________________
4449 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
4450         Log: Move the \C and \X to pat.t.
4451      Branch: perl
4452            ! t/op/pat.t t/op/re_tests
4453 ____________________________________________________________________________
4454 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
4455         Log: More logical test ordering.
4456      Branch: perl
4457            ! perl.h
4458 ____________________________________________________________________________
4459 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
4460         Log: Integrate perlio;
4461              
4462              Add at least the "important" PerlIO_xxxx functions to embed.pl
4463              so that they get implicit pTHX_ and we can avoid slow dTHX.
4464              
4465              Put PerlIO stuff inside EXTERN C
4466              
4467              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
4468      Branch: perl
4469           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
4470           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
4471           !> win32/win32.c
4472 ____________________________________________________________________________
4473 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
4474         Log: Even more \X fixing.
4475      Branch: perl
4476            ! regexec.c t/op/pat.t
4477 ____________________________________________________________________________
4478 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
4479         Log: More \X fixing.
4480      Branch: perl
4481            ! regexec.c t/op/pat.t
4482 ____________________________________________________________________________
4483 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
4484         Log: Fix encoding pragma.
4485      Branch: perl
4486            ! regcomp.c
4487 ____________________________________________________________________________
4488 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
4489         Log: Subject: socketpair emulation
4490              From: Nicholas Clark <nick@unfortu.net>
4491              Date: Sat, 22 Dec 2001 18:38:18 +0000
4492              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
4493      Branch: perl
4494            + ext/Socket/socketpair.t
4495            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
4496            ! pp_sys.c proto.h util.c
4497 ____________________________________________________________________________
4498 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
4499         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
4500              From: Jeffrey Friedl <jfriedl@yahoo.com>
4501              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
4502              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
4503              
4504              (partially applied, most of the new tests need to be rethought)
4505      Branch: perl
4506            ! regcomp.c t/op/re_tests
4507 ____________________________________________________________________________
4508 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
4509         Log: Small tweaks.
4510      Branch: perl
4511            ! handy.h regexec.c
4512 ____________________________________________________________________________
4513 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
4514         Log: Unicode casefolding continues.
4515              (lib/encoding.t still failing.)
4516      Branch: perl
4517            ! regexec.c t/op/pat.t
4518 ____________________________________________________________________________
4519 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
4520         Log: Rework the make logic (again).
4521      Branch: perl
4522            ! Configure
4523 ____________________________________________________________________________
4524 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
4525         Log: Integrate perlio;
4526              Fix mis-parse of autoloaded usage code by declaring the sub
4527              Correct checking code which Ilya spotted was tripped by CR at EOF.
4528              The CR at EOF fix earlier broke CR at end-of-buffer.
4529      Branch: perl
4530            ! regexec.c
4531           !> ext/POSIX/POSIX.pm perlio.c sv.c
4532 ____________________________________________________________________________
4533 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
4534         Log: More Unicode casing fixes.
4535      Branch: perl
4536            ! regexec.c t/op/pat.t
4537 ____________________________________________________________________________
4538 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
4539         Log: Unicode casefolding fixes.
4540      Branch: perl
4541            ! op.c regcomp.c regexec.c t/op/pat.t
4542 ____________________________________________________________________________
4543 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
4544         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
4545              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
4546              Date: Sat, 22 Dec 2001 00:01:29 +0100
4547              Message-ID: <20011222000129.A713@rafael>
4548      Branch: perl
4549            ! ext/B/B/Deparse.pm
4550 ____________________________________________________________________________
4551 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
4552         Log: VOS config from Paul Green.
4553      Branch: perl
4554            ! hints/vos.sh
4555 ____________________________________________________________________________
4556 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
4557         Log: Subject: [PATCH @13746] CreateTTY on OS/2
4558              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4559              Date: Fri, 21 Dec 2001 15:59:45 -0500
4560              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
4561      Branch: perl
4562            ! lib/perl5db.pl
4563 ____________________________________________________________________________
4564 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
4565         Log: Subject: [PATCH @13746] uninstalled build of modules broken
4566              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4567              Date: Fri, 21 Dec 2001 15:49:09 -0500
4568              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
4569      Branch: perl
4570            ! lib/ExtUtils/MM_Unix.pm
4571 ____________________________________________________________________________
4572 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
4573         Log: Subject: [PATCH @13746] OS/2 File::* modules
4574              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4575              Date: Fri, 21 Dec 2001 15:43:24 -0500
4576              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
4577      Branch: perl
4578            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
4579 ____________________________________________________________________________
4580 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
4581         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
4582              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4583              Date: Fri, 21 Dec 2001 17:29:07 +0100
4584              Message-ID: <3C236353.6625C4C0@alcatel.at>
4585      Branch: perl
4586            ! pod/perltie.pod
4587 ____________________________________________________________________________
4588 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
4589         Log: Further VOS tweaks: the _exe needs to be introduced
4590              in the very beginning, and the make/gmake needs special
4591              VOS logic.
4592      Branch: perl
4593            ! Configure Makefile.SH
4594 ____________________________________________________________________________
4595 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
4596         Log: Update Changes.
4597      Branch: perl
4598            ! Changes patchlevel.h
4599 ____________________________________________________________________________
4600 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
4601         Log: Also the search for cat needs to be _exe-aware.
4602      Branch: perl
4603            ! Configure
4604 ____________________________________________________________________________
4605 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
4606         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
4607              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4608              Date: Fri, 21 Dec 2001 14:02:01 +0100
4609              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
4610      Branch: perl
4611            ! ext/B/B/Xref.pm
4612 ____________________________________________________________________________
4613 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
4614         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
4615      Branch: perl
4616            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
4617            ! ext/B/t/assembler.t
4618 ____________________________________________________________________________
4619 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
4620         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
4621              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4622              Date: Fri, 21 Dec 2001 11:15:38 +0100
4623              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
4624      Branch: perl
4625            ! hv.c
4626 ____________________________________________________________________________
4627 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
4628         Log: A plan is good.
4629      Branch: perl
4630            ! ext/re/re.t
4631 ____________________________________________________________________________
4632 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
4633         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
4634              From: chromatic <chromatic@rmci.net>
4635              Date: Thu, 20 Dec 2001 16:16:48 -0700
4636              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
4637      Branch: perl
4638            + ext/re/re.t
4639            ! MANIFEST
4640 ____________________________________________________________________________
4641 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
4642         Log: Synchronize the skippage message.
4643      Branch: perl
4644            ! lib/ExtUtils/t/MM_OS2.t
4645 ____________________________________________________________________________
4646 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
4647         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
4648              From: chromatic <chromatic@rmci.net>
4649              Date: Thu, 20 Dec 2001 16:09:10 -0700
4650              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
4651      Branch: perl
4652            + lib/ExtUtils/t/MM_OS2.t
4653            ! MANIFEST
4654 ____________________________________________________________________________
4655 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
4656         Log: Subject: perlfunc.pod patch re flock via fcntl
4657              From: "Tye McQueen" <tye@metronet.com>
4658              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
4659              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
4660      Branch: perl
4661            ! pod/perlfunc.pod
4662 ____________________________________________________________________________
4663 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
4664         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
4665              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
4666              (the Unicode maximum code point) warnable offenses.
4667      Branch: perl
4668            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
4669            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
4670 ____________________________________________________________________________
4671 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
4672         Log: Sterner admonishment on -t.
4673      Branch: perl
4674            ! pod/perlrun.pod
4675 ____________________________________________________________________________
4676 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
4677         Log: Subject: [PATCH B::Dpparse] minor qr// fix
4678              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4679              Date: Thu, 20 Dec 2001 22:53:34 +0100
4680              Message-ID: <20011220225334.A735@rafael>
4681      Branch: perl
4682            ! ext/B/B/Deparse.pm
4683 ____________________________________________________________________________
4684 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
4685         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
4686              From: Robert Spier <rspier@pobox.com>
4687              Date: Thu, 20 Dec 2001 08:10:00 -0800
4688              Message-ID: <15394.3416.693353.107334@rls.cx>
4689      Branch: perl
4690            ! lib/Carp/Heavy.pm
4691 ____________________________________________________________________________
4692 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
4693         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
4694      Branch: perl
4695           !> win32/win32io.c
4696 ____________________________________________________________________________
4697 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
4698         Log: Subject: Re: [PATCH pod/perliol.pod] resend
4699              From: Stas Bekman <stas@stason.org>
4700              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
4701              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
4702      Branch: perl
4703            ! pod/perliol.pod
4704 ____________________________________________________________________________
4705 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
4706         Log: Fix up the APIs noone hopefully uses.
4707      Branch: perl
4708            ! utf8.c
4709 ____________________________________________________________________________
4710 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
4711         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
4712              Date: Wed, 19 Dec 2001 14:13:38 -0800
4713              From: Robert Spier <rspier@pobox.com>
4714              Message-ID: <15393.4370.605214.548582@rls.cx>
4715      Branch: perl
4716            ! lib/Carp.t lib/Carp/Heavy.pm
4717 ____________________________________________________________________________
4718 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
4719         Log: Some bincompat clawbacks.
4720      Branch: perl
4721            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
4722            ! wince/perldll.def
4723 ____________________________________________________________________________
4724 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
4725         Log: gcc pacifying (RH 7.1/ia64).
4726      Branch: perl
4727            ! pp.c
4728 ____________________________________________________________________________
4729 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
4730         Log: Update Changes.
4731      Branch: perl
4732            ! Changes patchlevel.h
4733 ____________________________________________________________________________
4734 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
4735         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
4736              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4737              Date: Wed, 19 Dec 2001 12:35:07 +0100
4738              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
4739              
4740              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
4741              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4742              Date: Wed, 19 Dec 2001 17:34:51 +0000
4743              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
4744      Branch: perl
4745            ! pod/perlre.pod
4746 ____________________________________________________________________________
4747 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
4748         Log: Integrate perlio.
4749      Branch: perl
4750           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
4751           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
4752 ____________________________________________________________________________
4753 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
4754         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
4755      Branch: perl
4756            ! ext/B/B/Assembler.pm
4757 ____________________________________________________________________________
4758 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
4759         Log: Reword the alarm explanation.
4760      Branch: perl
4761            ! pod/perlfunc.pod
4762 ____________________________________________________________________________
4763 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
4764         Log: Subject: [PATCH @13746] OS/2 build
4765              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
4766              Date: Wed, 19 Dec 2001 02:45:41 -0500
4767              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
4768              
4769              (skipped the t/TEST change)
4770      Branch: perl
4771            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
4772            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
4773            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
4774 ____________________________________________________________________________
4775 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
4776         Log: Upgrade to Net::Ping 2.09.
4777      Branch: perl
4778            + lib/Net/Ping/CHANGES lib/Net/Ping/README
4779            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
4780            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
4781            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
4782            + lib/Net/Ping/t/300_ping_stream.t
4783            ! MANIFEST lib/Net/Ping.pm
4784 ____________________________________________________________________________
4785 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
4786         Log: B::Assembler/B::Disassembler patches and test;
4787              from Wolfgang Laun.
4788              
4789              TODO: getting perlcc working.
4790      Branch: perl
4791            + ext/B/t/assembler.t
4792            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
4793 ____________________________________________________________________________
4794 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
4795         Log: Can't printf U8s as UVs.
4796      Branch: perl
4797            ! utf8.c
4798 ____________________________________________________________________________
4799 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
4800         Log: Subject: Re: [PATCH] ...while $var = glob(...)
4801              From: Robin Houston <robin@kitsite.com> 
4802              Date: Wed, 19 Dec 2001 13:48:55 +0000
4803              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
4804              
4805              Not exactly a glob test but internal-logically correct.
4806      Branch: perl
4807            ! t/op/glob.t
4808 ____________________________________________________________________________
4809 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
4810         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
4811              From: Michael G Schwern <schwern@pobox.com> 
4812              Date: Wed, 19 Dec 2001 07:42:54 -0500
4813              Message-ID: <20011219124254.GF8630@blackrider>
4814      Branch: perl
4815            + lib/lib.t
4816            ! MANIFEST lib/lib_pm.PL
4817 ____________________________________________________________________________
4818 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
4819         Log: Integrate with perlio.
4820      Branch: perl
4821           !> hv.c hv.h scope.c util.c
4822 ____________________________________________________________________________
4823 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
4824         Log: Regen toc.
4825      Branch: perl
4826            ! pod/perltoc.pod
4827 ____________________________________________________________________________
4828 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
4829         Log: FAQ sync.
4830      Branch: perl
4831            ! pod/perlfaq5.pod
4832 ____________________________________________________________________________
4833 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
4834         Log: Reformat round.
4835      Branch: perl
4836            ! pod/perlunicode.pod
4837 ____________________________________________________________________________
4838 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
4839         Log: Subject: [PATCH] pod/perlunicode.pod
4840              From: Jeffrey Friedl <jfriedl@yahoo.com>
4841              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
4842              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
4843      Branch: perl
4844            ! pod/perlunicode.pod
4845 ____________________________________________________________________________
4846 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
4847         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
4848              From: Jeffrey Friedl <jfriedl@yahoo.com>
4849              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
4850              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
4851      Branch: perl
4852            ! pod/perluniintro.pod
4853 ____________________________________________________________________________
4854 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
4855         Log: Slight pod reformatting.
4856      Branch: perl
4857            ! pod/perluniintro.pod
4858 ____________________________________________________________________________
4859 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
4860         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
4861              From: Jeffrey Friedl <jfriedl@yahoo.com>    
4862              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
4863              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
4864      Branch: perl
4865            ! pod/perluniintro.pod
4866 ____________________________________________________________________________
4867 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
4868         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
4869              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4870              Date: Wed, 19 Dec 2001 01:45:23 +0000
4871              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
4872      Branch: perl
4873            ! sv.c
4874 ____________________________________________________________________________
4875 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
4876         Log: Subject: Porting/checkURL.pl
4877              From: abigail@foad.org
4878              Date: Tue, 18 Dec 2001 19:03:22 +0100          
4879              Message-ID: <20011218180322.8278.qmail@foad.org> 
4880      Branch: perl
4881            ! Porting/checkURL.pl
4882 ____________________________________________________________________________
4883 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
4884         Log: A bit too oversweeping matching in #13778.
4885      Branch: perl
4886            ! Configure
4887 ____________________________________________________________________________
4888 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
4889         Log: Re-gen Configure based on #13778..13781.
4890      Branch: perl
4891            ! Configure config_h.SH
4892 ____________________________________________________________________________
4893 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
4894         Log: Subject: Re: Benchmark.t failure on Linux
4895              From: Nicholas Clark <nick@ccl4.org>
4896              Date: Tue, 18 Dec 2001 22:51:25 +0000
4897              Message-ID: <20011218225124.N21702@plum.flirble.org>
4898      Branch: perl
4899            ! lib/Benchmark.t
4900 ____________________________________________________________________________
4901 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
4902         Log: Re-applying #13752 until a better solution can be found.
4903      Branch: perl
4904            ! lib/ExtUtils/t/MM_Unix.t
4905 ____________________________________________________________________________
4906 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
4907         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
4908              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
4909              Date: Tue, 18 Dec 2001 12:05:40 -0500
4910              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
4911      Branch: perl
4912            ! lib/Exporter.pm
4913 ____________________________________________________________________________
4914 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
4915         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
4916              findings -- some of the warnings I can't explain except
4917              by NVgf being detected wrong, though.
4918      Branch: perl
4919            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
4920 ____________________________________________________________________________
4921 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
4922         Log: Subject: [PATCH] pod/perluniintro.pod
4923              From: Jeffrey Friedl <jfriedl@yahoo.com>
4924              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
4925              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
4926      Branch: perl
4927            ! pod/perluniintro.pod
4928 ____________________________________________________________________________
4929 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
4930         Log: ".pm" is the native executable suffix in VOS.
4931      Branch: perl
4932            ! hints/vos.sh
4933 ____________________________________________________________________________
4934 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
4935         Log: Integrate perlio;
4936              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
4937      Branch: perl
4938           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
4939 ____________________________________________________________________________
4940 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
4941         Log: (Undone by #13766.)
4942              Retract #13752.
4943      Branch: perl
4944            ! lib/ExtUtils/t/MM_Unix.t
4945 ____________________________________________________________________________
4946 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
4947         Log: Echoes of #13757.
4948      Branch: perl
4949            ! t/lib/warnings/utf8
4950 ____________________________________________________________________________
4951 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
4952         Log: Make the utf8 malformedness messages more verbose.
4953      Branch: perl
4954            ! lib/utf8.t utf8.c
4955 ____________________________________________________________________________
4956 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
4957         Log: README.aix updates from Jens-Uwe Mager.
4958      Branch: perl
4959            ! README.aix
4960 ____________________________________________________________________________
4961 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
4962         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
4963              From: Michael G Schwern <schwern@pobox.com>
4964              Date: Tue, 18 Dec 2001 00:58:18 -0500
4965              Message-ID: <20011218055818.GC4362@blackrider>
4966      Branch: perl
4967            ! lib/Benchmark.t
4968 ____________________________________________________________________________
4969 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
4970         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
4971              From: Michael G Schwern <schwern@pobox.com>
4972              Date: Tue, 18 Dec 2001 00:40:38 -0500
4973              Message-ID: <20011218054038.GB4362@blackrider>
4974      Branch: perl
4975            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
4976 ____________________________________________________________________________
4977 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
4978         Log: (reintroduced by #13766)
4979              (retracted by #13759)
4980              
4981              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
4982              From: Michael G Schwern <schwern@pobox.com>  
4983              Date: Tue, 18 Dec 2001 00:00:23 -0500
4984              Message-ID: <20011218050023.GA27893@blackrider>
4985      Branch: perl
4986            ! lib/ExtUtils/t/MM_Unix.t
4987 ____________________________________________________________________________
4988 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
4989         Log: Re-patch #13749.
4990      Branch: perl
4991            ! t/op/glob.t
4992 ____________________________________________________________________________
4993 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
4994         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
4995              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4996              Date: Tue, 18 Dec 2001 12:55:43 +0000
4997              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
4998      Branch: perl
4999            ! ext/Devel/Peek/Peek.pm
5000 ____________________________________________________________________________
5001 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
5002         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
5003              From: Robin Houston <robin@kitsite.com> 
5004              Date: Tue, 18 Dec 2001 14:54:33 +0000
5005              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
5006      Branch: perl
5007            ! t/op/glob.t
5008 ____________________________________________________________________________
5009 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
5010         Log: Subject: [PATCH] slightly more for Exporter.pm
5011              From: Nicholas Clark <nick@ccl4.org>
5012              Date: Tue, 18 Dec 2001 00:22:03 +0000
5013              Message-ID: <20011218002203.M21702@plum.flirble.org>
5014      Branch: perl
5015            ! lib/Exporter.pm
5016 ____________________________________________________________________________
5017 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
5018         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
5019              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5020              Date: Mon, 17 Dec 2001 16:37:18 +0100
5021              Message-ID: <20011217163718.A2292@rafael>
5022              
5023              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
5024              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5025              Date: Mon, 17 Dec 2001 23:17:06 +0100
5026              Message-ID: <20011217231706.A730@rafael>
5027      Branch: perl
5028            ! pod/perlsub.pod pp.c toke.c
5029 ____________________________________________________________________________
5030 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
5031         Log: Update Changes.
5032      Branch: perl
5033            ! Changes patchlevel.h
5034 ____________________________________________________________________________
5035 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
5036         Log: New test warrants a MANIFEST entry.
5037      Branch: perl
5038            ! MANIFEST
5039 ____________________________________________________________________________
5040 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
5041         Log: Subject: Re: [PATCH] ...while $var = glob(...)
5042              From: Robin Houston <robin@kitsite.com>
5043              Date: Mon, 17 Dec 2001 20:27:30 +0000
5044              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
5045              
5046              Can't portably unlink open files.
5047      Branch: perl
5048            ! t/op/glob.t
5049 ____________________________________________________________________________
5050 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
5051         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
5052      Branch: perl
5053            ! pod/perluniintro.pod
5054 ____________________________________________________________________________
5055 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
5056         Log: Move typeglob test from glob.t to gv.t.
5057      Branch: perl
5058            ! t/op/glob.t t/op/gv.t
5059 ____________________________________________________________________________
5060 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
5061         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
5062              From: Robin Houston <robin@kitsite.com> 
5063              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
5064              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
5065      Branch: perl
5066            ! t/op/glob.t
5067 ____________________________________________________________________________
5068 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
5069         Log: Demote the surrogate and non-character errors to warnings.
5070      Branch: perl
5071            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
5072 ____________________________________________________________________________
5073 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
5074         Log: Subject: [PATCH] more POSIX tests, and more autoloading
5075              From: Nicholas Clark <nick@ccl4.org>
5076              Date: Mon, 17 Dec 2001 18:27:47 +0000
5077              Message-ID: <20011217182747.D21702@plum.flirble.org>
5078      Branch: perl
5079            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
5080 ____________________________________________________________________________
5081 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
5082         Log: Subject: [PATCH] ...while $var = glob(...)
5083              From: Robin Houston <robin@kitsite.com> 
5084              Date: Mon, 17 Dec 2001 15:51:54 +0000
5085              Message-ID: <20011217155153.A311@robin.kitsite.com>
5086      Branch: perl
5087            ! op.c
5088 ____________________________________________________________________________
5089 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
5090         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
5091              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5092              Date: Mon, 17 Dec 2001 15:23:01 +0100
5093              Message-ID: <20011217152301.A704@rafael>
5094      Branch: perl
5095            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
5096 ____________________________________________________________________________
5097 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
5098         Log: The system() vs $SIG{ARLM} is no more a todo.
5099      Branch: perl
5100            ! t/op/alarm.t
5101 ____________________________________________________________________________
5102 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
5103         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
5104              From: Michael G Schwern <schwern@pobox.com>
5105              Date: Sun, 16 Dec 2001 23:59:01 -0500
5106              Message-ID: <20011217045901.GL17232@blackrider>
5107      Branch: perl
5108            + t/op/alarm.t
5109            ! MANIFEST
5110 ____________________________________________________________________________
5111 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
5112         Log: s/UNIX/Unix/
5113      Branch: perl
5114            ! MANIFEST
5115 ____________________________________________________________________________
5116 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
5117         Log: Move ExtUtils tests to lib/ExtUtils/t.
5118      Branch: perl
5119            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
5120            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
5121            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
5122            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
5123            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
5124            + lib/ExtUtils/t/testlib.t
5125            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
5126            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
5127            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
5128            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
5129            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
5130            ! MANIFEST
5131 ____________________________________________________________________________
5132 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
5133         Log: Subject: [PATCH] MM_Unix tests, and some questions
5134              From: Tels <perl_dummy@bloodgate.com>
5135              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
5136              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
5137              
5138              Subject: Re: [PATCH] MM_Unix tests, and some questions
5139              From: Tels <perl_dummy@bloodgate.com>
5140              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
5141              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
5142      Branch: perl
5143            + lib/ExtUtils/MM_Unix.t
5144            ! MANIFEST lib/ExtUtils/MM_Unix.pm
5145 ____________________________________________________________________________
5146 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
5147         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
5148              From: Michael G Schwern <schwern@pobox.com>
5149              Date: Sun, 16 Dec 2001 17:53:55 -0500
5150              Message-ID: <20011216225354.GE8900@blackrider>
5151      Branch: perl
5152            ! lib/ExtUtils/MM_Unix.pm
5153 ____________________________________________________________________________
5154 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
5155         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
5156              From: Michael G Schwern <schwern@pobox.com>                
5157              Date: Sun, 16 Dec 2001 16:12:55 -0500
5158              Message-ID: <20011216211255.GV8900@blackrider>
5159      Branch: perl
5160            ! ext/B/B/Deparse.pm
5161 ____________________________________________________________________________
5162 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
5163         Log: Subject: [PATCH] Exporter.pm
5164              From: Nicholas Clark <nick@ccl4.org>
5165              Date: Sun, 16 Dec 2001 19:24:25 +0000
5166              Message-ID: <20011216192425.R21702@plum.flirble.org>
5167      Branch: perl
5168            ! lib/Exporter.pm
5169 ____________________________________________________________________________
5170 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
5171         Log: Subject: [PATCH] Exporter.t (and question)
5172              From: Nicholas Clark <nick@ccl4.org>
5173              Date: Sun, 16 Dec 2001 17:24:55 +0000
5174              Message-ID: <20011216172455.P21702@plum.flirble.org>
5175      Branch: perl
5176            ! lib/Exporter.t
5177 ____________________________________________________________________________
5178 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
5179         Log: Subject: Re: perl@13661
5180              From: "John P. Linderman" <jpl@research.att.com>              
5181              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
5182              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
5183      Branch: perl
5184            ! pp_sort.c
5185 ____________________________________________________________________________
5186 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
5187         Log: Subject: Will the real Unicode encoding please stand up?
5188              From: Jeffrey Friedl <jfriedl@yahoo.com>
5189              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
5190              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
5191      Branch: perl
5192            ! pod/perluniintro.pod
5193 ____________________________________________________________________________
5194 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
5195         Log: Integrate perlio; interruptable system().
5196      Branch: perl
5197           !> util.c
5198 ____________________________________________________________________________
5199 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
5200         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
5201              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
5202              and characters beyond 0x10FFF should be disallowed, too,
5203              but some tests would need changing, but more importantly some
5204              APIs would need remodeling since one can easily generate such
5205              characters either by bitwise complements, tr complements, or
5206              v-strings.
5207      Branch: perl
5208            ! pod/perldiag.pod utf8.c
5209 ____________________________________________________________________________
5210 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
5211         Log: Make surrogates illegal also on EBCDIC.
5212      Branch: perl
5213            ! utf8.c
5214 ____________________________________________________________________________
5215 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
5216         Log: Subject: [patch @13687] Unicode::Collate 0.10
5217              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
5218              Date: Sun, 16 Dec 2001 21:22:12 +0900
5219              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
5220      Branch: perl
5221            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
5222            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
5223 ____________________________________________________________________________
5224 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
5225         Log: More documentation for the encoding pragma.
5226      Branch: perl
5227            ! lib/encoding.pm
5228 ____________________________________________________________________________
5229 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
5230         Log: Subject: [PATCH] lib/open.pm 
5231              From: Jeffrey Friedl <jfriedl@yahoo.com>
5232              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
5233              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
5234      Branch: perl
5235            ! lib/open.pm
5236 ____________________________________________________________________________
5237 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
5238         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
5239              From: chromatic <chromatic@rmci.net>
5240              Date: Sat, 15 Dec 2001 23:24:40 -0700
5241              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
5242      Branch: perl
5243            + lib/ExtUtils/Installed.t
5244            ! MANIFEST
5245 ____________________________________________________________________________
5246 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
5247         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
5248              From: Michael G Schwern <schwern@pobox.com>
5249              Date: Sun, 16 Dec 2001 01:14:00 -0500
5250              Message-ID: <20011216061400.GC8900@blackrider>
5251      Branch: perl
5252            ! lib/diagnostics.pm
5253 ____________________________________________________________________________
5254 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
5255         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
5256              From: Michael G Schwern <schwern@pobox.com>
5257              Date: Sun, 16 Dec 2001 01:12:42 -0500
5258              Message-ID: <20011216061242.GB8900@blackrider>
5259      Branch: perl
5260            ! t/test.pl
5261 ____________________________________________________________________________
5262 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
5263         Log: I sometimes outsmart myself.
5264      Branch: perl
5265            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
5266 ____________________________________________________________________________
5267 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
5268         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
5269              From: Michael G Schwern <schwern@pobox.com>
5270              Date: Sat, 15 Dec 2001 15:08:29 -0500
5271              Message-ID: <20011215200829.GK1548@blackrider>
5272      Branch: perl
5273            ! lib/AutoSplit.pm
5274 ____________________________________________________________________________
5275 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
5276         Log: perlunicode enchancements suggested by Jeffrey Friedl.
5277      Branch: perl
5278            ! pod/perlunicode.pod
5279 ____________________________________________________________________________
5280 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
5281         Log: Subject: [PATCH] perlunicode.pod
5282              From: Jeffrey Friedl <jfriedl@yahoo.com>
5283              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
5284              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
5285      Branch: perl
5286            ! pod/perlunicode.pod
5287 ____________________________________________________________________________
5288 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
5289         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
5290              From: Jeffrey Friedl <jfriedl@yahoo.com>
5291              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
5292              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
5293      Branch: perl
5294            ! lib/utf8_heavy.pl
5295 ____________________________________________________________________________
5296 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
5297         Log: Can't create surrogates; so can't match them, either.
5298      Branch: perl
5299            ! pod/perlunicode.pod
5300 ____________________________________________________________________________
5301 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
5302         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
5303              From: Michael G Schwern <schwern@pobox.com>
5304              Date: Sat, 15 Dec 2001 21:20:35 -0500
5305              Message-ID: <20011216022035.GE5672@blackrider>
5306      Branch: perl
5307            ! t/test.pl
5308 ____________________________________________________________________________
5309 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
5310         Log: Make creating UTF-8 surrogates a punishable act.
5311      Branch: perl
5312            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
5313 ____________________________________________________________________________
5314 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
5315         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
5316      Branch: perl
5317            + lib/unicore/In/172.pl lib/unicore/In/173.pl
5318            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
5319            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
5320            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
5321            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
5322            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
5323 ____________________________________________________________________________
5324 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
5325         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
5326              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5327              Date: Sat, 15 Dec 2001 23:21:43 +0100
5328              Message-ID: <20011215232143.A11790@rafael>
5329      Branch: perl
5330            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
5331 ____________________________________________________________________________
5332 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
5333         Log: Make charnames more robust.
5334      Branch: perl
5335            ! lib/charnames.pm
5336 ____________________________________________________________________________
5337 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
5338         Log: The hoops one has to jump through.
5339      Branch: perl
5340            ! ext/I18N/Langinfo/Langinfo.pm
5341 ____________________________________________________________________________
5342 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
5343         Log: Subject: [PATCH] perlstyle.pod nit on warnings
5344              From: Autrijus Tang <autrijus@egb.elixus.org>
5345              Date: Sat, 15 Dec 2001 04:24:34 -0800
5346              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
5347      Branch: perl
5348            ! pod/perlstyle.pod
5349 ____________________________________________________________________________
5350 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
5351         Log: I don't think we are in FooOS, Toto.
5352      Branch: perl
5353            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
5354 ____________________________________________________________________________
5355 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
5356         Log: Subject: Re: Untested modules update:  There's more than we thought
5357              From: chromatic <chromatic@rmci.net>
5358              Date: Fri, 14 Dec 2001 17:20:24 -0700
5359              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
5360      Branch: perl
5361            + lib/ExtUtils/MM_Cygwin.t
5362            ! MANIFEST
5363 ____________________________________________________________________________
5364 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
5365         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
5366              From: Michael G Schwern <schwern@pobox.com> 
5367              Date: Fri, 14 Dec 2001 20:59:42 -0500
5368              Message-ID: <20011215015942.GF28596@blackrider>
5369      Branch: perl
5370            ! t/TEST
5371 ____________________________________________________________________________
5372 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
5373         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
5374              From: Michael G Schwern <schwern@pobox.com> 
5375              Date: Fri, 14 Dec 2001 20:03:46 -0500
5376              Message-ID: <20011215010346.GD28596@blackrider>
5377      Branch: perl
5378            + ext/B/t/bblock.t
5379            ! MANIFEST
5380 ____________________________________________________________________________
5381 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
5382         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
5383              From: Michael G Schwern <schwern@pobox.com> 
5384              Date: Fri, 14 Dec 2001 19:59:13 -0500
5385              Message-ID: <20011215005913.GC28596@blackrider>
5386      Branch: perl
5387            ! ext/B/B/Bblock.pm
5388 ____________________________________________________________________________
5389 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
5390         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
5391              From: Michael G Schwern <schwern@pobox.com> 
5392              Date: Fri, 14 Dec 2001 19:36:12 -0500
5393              Message-ID: <20011215003611.GA28596@blackrider>
5394      Branch: perl
5395            + ext/B/t/asmdata.t
5396            ! MANIFEST
5397 ____________________________________________________________________________
5398 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
5399         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
5400              From: Michael G Schwern <schwern@pobox.com> 
5401              Date: Fri, 14 Dec 2001 19:14:14 -0500
5402              Message-ID: <20011215001414.GA25077@blackrider>
5403      Branch: perl
5404            ! bytecode.pl ext/B/B/Asmdata.pm
5405 ____________________________________________________________________________
5406 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
5407         Log: Permissions.
5408      Branch: perl
5409            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
5410            ! ext/Devel/PPPort/module3.c
5411 ____________________________________________________________________________
5412 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
5413         Log: Benchmark test from Nicholas Clark.
5414      Branch: perl
5415            + lib/Benchmark.t
5416            ! MANIFEST lib/Benchmark.pm
5417 ____________________________________________________________________________
5418 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
5419         Log: Mithing.
5420      Branch: perl
5421            + lib/Attribute/Handlers/demo/demo2.pl
5422            + lib/Attribute/Handlers/demo/demo3.pl
5423            + lib/Attribute/Handlers/demo/demo4.pl
5424 ____________________________________________________________________________
5425 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
5426         Log: Silence compiler worries found by Schwern/Digital cc.
5427      Branch: perl
5428            ! perlio.c sv.c x2p/str.c
5429 ____________________________________________________________________________
5430 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
5431         Log: User may not have a valid home directory even if
5432              getpwuid() succedds.
5433      Branch: perl
5434            ! ext/File/Glob/t/basic.t
5435 ____________________________________________________________________________
5436 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
5437         Log: Integrate with perlio.  (No changes, but that's okay.)
5438      Branch: perl
5439           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
5440 ____________________________________________________________________________
5441 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
5442         Log: Add a Configure hints file for VOS: the POSIX support
5443              of VOS is getting close to the point where it can run
5444              Configure (some Configure tweaks will be required).
5445      Branch: perl
5446            + hints/vos.sh
5447            ! MANIFEST
5448 ____________________________________________________________________________
5449 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
5450         Log: Update Changes.
5451      Branch: perl
5452            ! Changes patchlevel.h
5453 ____________________________________________________________________________
5454 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
5455         Log: Reintroduce Attribute::Handlers with Spider's fixes.
5456      Branch: perl
5457            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
5458            + lib/Attribute/Handlers/README
5459            + lib/Attribute/Handlers/demo/Demo.pm
5460            + lib/Attribute/Handlers/demo/Descriptions.pm
5461            + lib/Attribute/Handlers/demo/MyClass.pm
5462            + lib/Attribute/Handlers/demo/demo.pl
5463            + lib/Attribute/Handlers/demo/demo_call.pl
5464            + lib/Attribute/Handlers/demo/demo_chain.pl
5465            + lib/Attribute/Handlers/demo/demo_cycle.pl
5466            + lib/Attribute/Handlers/demo/demo_hashdir.pl
5467            + lib/Attribute/Handlers/demo/demo_phases.pl
5468            + lib/Attribute/Handlers/demo/demo_range.pl
5469            + lib/Attribute/Handlers/demo/demo_rawdata.pl
5470            + lib/Attribute/Handlers/t/multi.t
5471            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
5472 ____________________________________________________________________________
5473 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
5474         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
5475              From: Michael G Schwern <schwern@pobox.com> 
5476              Date: Thu, 13 Dec 2001 19:27:08 -0500
5477              Message-ID: <20011214002707.GA10532@blackrider>
5478              
5479              (reword the perlrun -t description a bit,
5480              and move the Itaint_warn to the bottom of
5481              the intrpvar.h for binary compatibility)
5482      Branch: perl
5483            + t/run/switcht.t
5484            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
5485            ! perlapi.h pod/perlrun.pod t/TEST taint.c
5486 ____________________________________________________________________________
5487 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
5488         Log: Detypo.
5489      Branch: perl
5490            ! utf8.c
5491 ____________________________________________________________________________
5492 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
5493         Log: Buffer overflow checks.
5494      Branch: perl
5495            ! utf8.c
5496 ____________________________________________________________________________
5497 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
5498         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
5499              From: Spider Boardman <spider@leggy.zk3.dec.com>
5500              Date: Thu, 13 Dec 2001 15:32:51 -0500
5501              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
5502      Branch: perl
5503            ! lib/ExtUtils/Embed.t
5504 ____________________________________________________________________________
5505 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
5506         Log: More on the Unicode "line" definition.
5507      Branch: perl
5508            ! pod/perlunicode.pod
5509 ____________________________________________________________________________
5510 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
5511         Log: Open-ended VERSION?
5512      Branch: perl
5513            ! lib/ExtUtils/Install.pm
5514 ____________________________________________________________________________
5515 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
5516         Log: Subject: [PATCH] Better make distclean
5517              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5518              Date: Thu, 13 Dec 2001 21:10:18 +0100
5519              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
5520      Branch: perl
5521            ! Makefile.SH
5522 ____________________________________________________________________________
5523 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
5524         Log: Remove Memoize::Saves as requested by mjd.
5525      Branch: perl
5526            - lib/Memoize/Saves.pm
5527            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
5528 ____________________________________________________________________________
5529 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
5530         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
5531              From: Michael G Schwern <schwern@pobox.com>
5532              Date: Tue, 11 Dec 2001 23:17:32 -0500
5533              Message-ID: <20011212041732.GS17250@blackrider>
5534      Branch: perl
5535            ! lib/ExtUtils/Install.pm
5536 ____________________________________________________________________________
5537 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
5538         Log: Subject: [PATCH] Re: use utf8; with bad utf8
5539              From: Nicholas Clark <nick@ccl4.org>
5540              Date: Thu, 13 Dec 2001 17:09:39 +0000
5541              Message-ID: <20011213170939.L21702@plum.flirble.org>
5542      Branch: perl
5543            ! t/lib/1_compile.t
5544 ____________________________________________________________________________
5545 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
5546         Log: Subject: (LONG!) Sort benchmarks and patch
5547              From: "John P. Linderman" <jpl@research.att.com>
5548              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
5549              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
5550      Branch: perl
5551            ! pp_sort.c
5552 ____________________________________________________________________________
5553 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
5554         Log: Unadorned numbers evil.
5555      Branch: perl
5556            ! pp.c regcomp.c regexec.c utf8.c utf8.h
5557 ____________________________________________________________________________
5558 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
5559         Log: "preprocessing directive not recognized within macro arg"
5560      Branch: perl
5561            ! ext/Data/Dumper/Dumper.xs
5562 ____________________________________________________________________________
5563 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
5564         Log: Subject: Clarifying the documentation of goto            
5565              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
5566              Date: Thu, 13 Dec 2001 08:57:38 -0500
5567              Message-ID: <3C18BD8B@operamail.com>
5568      Branch: perl
5569            ! pod/perlfunc.pod
5570 ____________________________________________________________________________
5571 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
5572         Log: It could be possible for the case-insensitive
5573              Unicode-aware string comparison to wander off
5574              to the la-la land.
5575      Branch: perl
5576            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
5577            ! regexec.c utf8.c
5578 ____________________________________________________________________________
5579 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
5580         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
5581              From: Michael G Schwern <schwern@pobox.com> 
5582              Date: Wed, 12 Dec 2001 21:53:46 -0500
5583              Message-ID: <20011213025346.GH25129@blackrider>
5584      Branch: perl
5585            ! lib/Net/hostent.t t/op/stat.t t/test.pl
5586 ____________________________________________________________________________
5587 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
5588         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
5589              From: Michael G Schwern <schwern@pobox.com> 
5590              Date: Wed, 12 Dec 2001 20:33:42 -0500
5591              Message-ID: <20011213013342.GX25129@blackrider>
5592      Branch: perl
5593            ! t/io/fs.t
5594 ____________________________________________________________________________
5595 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
5596         Log: Subject: Re: [PATCH] use utf8; tests
5597              From: Nicholas Clark <nick@ccl4.org>
5598              Date: Thu, 13 Dec 2001 00:16:58 +0000
5599              Message-ID: <20011213001658.I21702@plum.flirble.org>
5600      Branch: perl
5601            ! lib/utf8.t
5602 ____________________________________________________________________________
5603 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
5604         Log: EPOC fixes from Olaf Flebbe.
5605      Branch: perl
5606            ! README.epoc epoc/config.sh epoc/createpkg.pl
5607            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
5608 ____________________________________________________________________________
5609 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
5610         Log: Subject: [PATCH perl@13661] VMS test fix-ups
5611              From: "Craig A. Berry" <craigberry@mac.com>
5612              Date: Wed, 12 Dec 2001 16:27:48 -0600
5613              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
5614      Branch: perl
5615            ! lib/Net/hostent.t t/io/fs.t
5616 ____________________________________________________________________________
5617 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
5618         Log: Subject: Re: Next cygwin round.
5619              From: "Gerrit P. Haase" <gp@familiehaase.de>
5620              Date: Wed, 12 Dec 2001 21:59:00 +0100
5621              Message-ID: <122343874595.20011212215900@familiehaase.de>
5622      Branch: perl
5623            ! t/io/fs.t
5624 ____________________________________________________________________________
5625 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
5626         Log: Subject: [PATCH] use utf8; tests
5627              From: Nicholas Clark <nick@ccl4.org>
5628              Date: Wed, 12 Dec 2001 20:07:04 +0000
5629              Message-ID: <20011212200704.E21702@plum.flirble.org>
5630      Branch: perl
5631            ! lib/utf8.t t/test.pl
5632 ____________________________________________________________________________
5633 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
5634         Log: Update Changes.
5635      Branch: perl
5636            ! Changes patchlevel.h
5637 ____________________________________________________________________________
5638 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
5639         Log: Subject: [PATCH] Passing in env to perl_parse did not work
5640              From: Gisle Aas <gisle@ActiveState.com>
5641              Date: 11 Dec 2001 20:52:57 -0800
5642              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
5643      Branch: perl
5644            ! perl.c perl.h
5645 ____________________________________________________________________________
5646 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
5647         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
5648              mostly gcc -Wall complaining about the argument of %p not
5649              being a void *.
5650      Branch: perl
5651            ! perlio.c regcomp.c taint.c toke.c
5652 ____________________________________________________________________________
5653 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
5654         Log: Try YP/NIS also from /usr/lib/yp.
5655      Branch: perl
5656            ! Configure
5657 ____________________________________________________________________________
5658 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
5659         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
5660              From: Michael G Schwern <schwern@pobox.com>                
5661              Date: Wed, 12 Dec 2001 05:27:02 -0500      
5662              Message-ID: <20011212102702.GW17250@blackrider>
5663              
5664              (the op/grent part)
5665      Branch: perl
5666            ! t/op/grent.t
5667 ____________________________________________________________________________
5668 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
5669         Log: Weed out .files from ls and readdir() results.
5670      Branch: perl
5671            ! t/op/stat.t
5672 ____________________________________________________________________________
5673 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
5674         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
5675              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
5676              Date: Wed, 12 Dec 2001 10:52:21 +0100
5677              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
5678      Branch: perl
5679            ! lib/File/Find.pm
5680 ____________________________________________________________________________
5681 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
5682         Log: Subject: [PATCH] doio fatal on cygwin for 13651
5683              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
5684              Date: Wed, 12 Dec 2001 11:28:13 +0100      
5685              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
5686      Branch: perl
5687            ! doio.c
5688 ____________________________________________________________________________
5689 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
5690         Log: Get the whole line of ls, makes debugging easier
5691              (from Schwern)
5692      Branch: perl
5693            ! t/op/stat.t
5694 ____________________________________________________________________________
5695 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
5696         Log: rename() must be tested even without link()
5697              or the utime() and rename-directory tests fail.
5698              (Also got the BeOS utime atime/time the wrong way round.)
5699      Branch: perl
5700            ! t/io/fs.t
5701 ____________________________________________________________________________
5702 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
5703         Log: Now that the beos.c is compiled at the main level
5704              the header is in the beos/
5705      Branch: perl
5706            ! beos/beos.c
5707 ____________________________________________________________________________
5708 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
5709         Log: Must remember to require Socket.
5710      Branch: perl
5711            ! ext/Sys/Syslog/syslog.t
5712 ____________________________________________________________________________
5713 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
5714         Log: In BeOS Errno must resort to actual compilation
5715              and execution for some of the error constants.
5716      Branch: perl
5717            ! ext/Errno/Errno_pm.PL
5718 ____________________________________________________________________________
5719 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
5720         Log: BeOS still has no good sockets.
5721      Branch: perl
5722            ! ext/IO/lib/IO/t/io_sel.t
5723 ____________________________________________________________________________
5724 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
5725         Log: BeOS sockets are not true sockets.
5726      Branch: perl
5727            ! ext/IO/lib/IO/t/io_poll.t
5728 ____________________________________________________________________________
5729 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
5730         Log: No Socket, no Syslog.
5731      Branch: perl
5732            ! ext/Sys/Syslog/syslog.t
5733 ____________________________________________________________________________
5734 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
5735         Log: (On some platforms) missing truncate FH.
5736      Branch: perl
5737            ! pod/perltodo.pod
5738 ____________________________________________________________________________
5739 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
5740         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
5741              and vms would be muchly appreciated.
5742      Branch: perl
5743            ! t/io/fs.t
5744 ____________________________________________________________________________
5745 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
5746         Log: utime() updates only the mtime in BeOS. 
5747      Branch: perl
5748            ! pod/perlport.pod
5749 ____________________________________________________________________________
5750 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
5751         Log: No link(), no need to dSP.
5752      Branch: perl
5753            ! pp_sys.c
5754 ____________________________________________________________________________
5755 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
5756         Log: Missing argument.
5757      Branch: perl
5758            ! utf8.c
5759 ____________________________________________________________________________
5760 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
5761         Log: (1) To assume any setuid programs is silly.
5762              (2) Chaining tests with booleans means that some
5763              of them may not get run which means getting out
5764              of test count sync.
5765      Branch: perl
5766            ! t/op/stat.t
5767 ____________________________________________________________________________
5768 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
5769         Log: The beos.c needs to be in the main directory.
5770      Branch: perl
5771            ! hints/beos.sh
5772 ____________________________________________________________________________
5773 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
5774         Log: Detypo and rename.
5775      Branch: perl
5776            ! doio.c perl.h perlio.c perliol.h
5777 ____________________________________________________________________________
5778 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
5779         Log: This time I test compiled.  Honest.
5780      Branch: perl
5781            ! beos/beos.c
5782 ____________________________________________________________________________
5783 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
5784         Log: Subject: [PATCH] slightly more pack tests
5785              From: Nicholas Clark <nick@ccl4.org>
5786              Date: Tue, 11 Dec 2001 23:41:23 +0000
5787              Message-ID: <20011211234123.Y21702@plum.flirble.org>
5788      Branch: perl
5789            ! t/op/pack.t
5790 ____________________________________________________________________________
5791 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
5792         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
5793              From: "Craig A. Berry" <craigberry@mac.com>
5794              Date: Tue, 11 Dec 2001 16:39:13 -0600
5795              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
5796      Branch: perl
5797            ! configure.com
5798 ____________________________________________________________________________
5799 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
5800         Log: Subject: $Config{perlpath} and -Dversiononly
5801              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5802              Date: Tue, 11 Dec 2001 23:32:33 +0100
5803              Message-ID: <20011211233233.A11587@rafael>
5804      Branch: perl
5805            ! Configure
5806 ____________________________________________________________________________
5807 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
5808         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
5809              From: Nicholas Clark <nick@ccl4.org>
5810              Date: Tue, 11 Dec 2001 21:59:36 +0000
5811              Message-ID: <20011211215935.W21702@plum.flirble.org>
5812      Branch: perl
5813            ! t/op/pack.t
5814 ____________________________________________________________________________
5815 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
5816         Log: More UTF-8 API docs.
5817      Branch: perl
5818            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
5819 ____________________________________________________________________________
5820 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
5821         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
5822              From: Nicholas Clark <nick@ccl4.org>
5823              Date: Tue, 11 Dec 2001 20:08:59 +0000
5824              Message-ID: <20011211200859.S21702@plum.flirble.org>
5825      Branch: perl
5826            ! t/op/pack.t
5827 ____________________________________________________________________________
5828 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
5829         Log: Subject: Re: use utf8; with bad utf8
5830              From: Nicholas Clark <nick@ccl4.org>
5831              Date: Tue, 11 Dec 2001 19:49:21 +0000
5832              Message-ID: <20011211194921.R21702@plum.flirble.org>
5833      Branch: perl
5834            ! lib/utf8.t
5835 ____________________________________________________________________________
5836 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
5837         Log: Can't spell worth a dam.  (Try Three Gorges.)
5838      Branch: perl
5839            ! beos/beos.c
5840 ____________________________________________________________________________
5841 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
5842         Log: We need DWIM cpps.
5843      Branch: perl
5844            ! perlio.c
5845 ____________________________________________________________________________
5846 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
5847         Log: The unixish.h needs to be found and the waitpid wrapper
5848              could use a proto.
5849      Branch: perl
5850            ! beos/beosish.h
5851 ____________________________________________________________________________
5852 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
5853         Log: The BeOS waitpid() seems to be broken,
5854              have a wrapper for it.
5855      Branch: perl
5856            + beos/beos.c beos/beosish.h
5857            ! MANIFEST hints/beos.sh perl.h
5858 ____________________________________________________________________________
5859 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
5860         Log: Unlean the leaning tower of Babel.
5861      Branch: perl
5862            ! perl.h
5863 ____________________________________________________________________________
5864 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
5865         Log: Retract #13607 until we figure out what to do with autouse.
5866      Branch: perl
5867            ! lib/Carp.pm
5868 ____________________________________________________________________________
5869 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
5870         Log: Try to handle platforms that have O_TEXT != O_BINARY but
5871              which are not DOSish, BeOS being one of such platforms.
5872              Ideally this should be a Configure test, not a hardwired
5873              cpp symbol test... 
5874      Branch: perl
5875            ! doio.c perl.h perlio.c perliol.h
5876 ____________________________________________________________________________
5877 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
5878         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
5879              From: Jonathan Stowe <gellyfish@gellyfish.com>
5880              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
5881              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
5882      Branch: perl
5883            ! lib/Term/Cap.pm lib/Term/Cap.t
5884 ____________________________________________________________________________
5885 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
5886         Log: Subject: [patch perlio.c] test for NULL before derefencing
5887              From: Stas Bekman <stas@stason.org>
5888              Date: Tue, 11 Dec 2001 16:17:55 +0800
5889              Message-ID: <3C15C133.8@stason.org>
5890      Branch: perl
5891            ! perlio.c
5892 ____________________________________________________________________________
5893 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
5894         Log: BeOS has socket() but not enough to build a working Socket.
5895              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
5896              new networking implementation, which is rumored to fix the
5897              non-standardness of sockets, but it's apparently not publicly
5898              available, and anything to do with BeOS has become quite
5899              complicated with the sale of the Be assets to Palm.)
5900      Branch: perl
5901            ! Configure
5902 ____________________________________________________________________________
5903 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
5904         Log: Subject: Exporter's documentation shouldn't lie               
5905              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
5906              Date: Mon, 10 Dec 2001 21:30:20 -0500
5907              Message-ID: <3C4AA201@operamail.com>
5908      Branch: perl
5909            ! lib/Exporter.pm
5910 ____________________________________________________________________________
5911 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
5912         Log: Make Errno better in BeOS (the second hunk is
5913              good on any platform).  Still not working in BeOS
5914              are the E constants that refer BeOS native error
5915              constants (B_...) which are enums (*groan*).
5916      Branch: perl
5917            ! ext/Errno/Errno_pm.PL
5918 ____________________________________________________________________________
5919 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
5920         Log: The BeOS linker seems to link the last seen symbol,
5921              not the first (so the symbols of op.o from libperl.so
5922              would get linked to miniperl instead of the symbols of
5923              opmini.o)-- use the same trick as for NeXT4 for linking
5924              miniperl.
5925      Branch: perl
5926            ! Makefile.SH
5927 ____________________________________________________________________________
5928 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
5929         Log: Subject: Re: [PATCH] tests for hash assignment
5930              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5931              Date: Tue, 11 Dec 2001 01:48:55 +0000
5932              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
5933      Branch: perl
5934            ! utf8.c
5935 ____________________________________________________________________________
5936 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
5937         Log: (retracted by #13622)
5938              
5939              Subject: RE: More verbose POD for Carp
5940              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
5941              Date: Mon, 10 Dec 2001 20:23:20 -0500
5942              Message-ID: <3C4A3566@operamail.com>
5943      Branch: perl
5944            ! lib/Carp.pm
5945 ____________________________________________________________________________
5946 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
5947         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
5948              From: "Craig A. Berry" <craigberry@mac.com>
5949              Date: Mon, 10 Dec 2001 18:25:37 -0600
5950              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
5951      Branch: perl
5952            ! t/op/write.t t/test.pl
5953 ____________________________________________________________________________
5954 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
5955         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
5956              From: Michael G Schwern <schwern@pobox.com>
5957              Date: Mon, 10 Dec 2001 08:00:01 -0500
5958              Message-ID: <20011210130000.GK1770@blackrider>
5959      Branch: perl
5960            ! t/comp/multiline.t
5961 ____________________________________________________________________________
5962 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
5963         Log: Subject: Re: [PATCH] tests for hash assignment
5964              From: Nicholas Clark <nick@ccl4.org>
5965              Date: Mon, 10 Dec 2001 23:22:28 +0000
5966              Message-ID: <20011210232228.M21702@plum.flirble.org>
5967      Branch: perl
5968            + t/op/hashassign.t
5969            ! MANIFEST t/op/each.t t/test.pl
5970 ____________________________________________________________________________
5971 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
5972         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
5973              From: "Craig A. Berry" <craigberry@mac.com>
5974              Date: Mon, 10 Dec 2001 16:38:14 -0600
5975              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
5976      Branch: perl
5977            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
5978 ____________________________________________________________________________
5979 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
5980         Log: Subject: [PATCH perl@13600] configure.com fixes
5981              From: "Craig A. Berry" <craigberry@mac.com>
5982              Date: Mon, 10 Dec 2001 14:40:20 -0600
5983              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
5984      Branch: perl
5985            ! configure.com
5986 ____________________________________________________________________________
5987 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
5988         Log: Silence BeOS compilation moaning.
5989      Branch: perl
5990            ! perl.h
5991 ____________________________________________________________________________
5992 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
5993         Log: Update Changes.
5994      Branch: perl
5995            ! Changes patchlevel.h
5996 ____________________________________________________________________________
5997 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
5998         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
5999              From: Michael G Schwern <schwern@pobox.com>
6000              Date: Mon, 10 Dec 2001 01:21:03 -0500
6001              Message-ID: <20011210062103.GC1770@blackrider>
6002      Branch: perl
6003            ! lib/ExtUtils/Command.t
6004 ____________________________________________________________________________
6005 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
6006         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
6007              From: Michael G Schwern <schwern@pobox.com>
6008              Date: Mon, 10 Dec 2001 01:10:57 -0500
6009              Message-ID: <20011210061057.GB1770@blackrider>
6010      Branch: perl
6011            ! t/op/groups.t
6012 ____________________________________________________________________________
6013 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
6014         Log: Retract #13596, #13593 should do the trick.
6015      Branch: perl
6016            ! t/op/stat.t
6017 ____________________________________________________________________________
6018 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
6019         Log: (retracted by #13597, #13593 does the job better)
6020              
6021              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
6022              From: Michael G Schwern <schwern@pobox.com>
6023              Date: Mon, 10 Dec 2001 00:53:16 -0500
6024              Message-ID: <20011210055316.GA1770@blackrider>
6025      Branch: perl
6026            ! t/op/stat.t
6027 ____________________________________________________________________________
6028 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
6029         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
6030              From: Michael G Schwern <schwern@pobox.com> 
6031              Date: Mon, 10 Dec 2001 02:19:14 -0500
6032              Message-ID: <20011210071914.GF1770@blackrider>
6033      Branch: perl
6034            ! lib/AutoSplit.t
6035 ____________________________________________________________________________
6036 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
6037         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
6038              From: Michael G Schwern <schwern@pobox.com>
6039              Date: Mon, 10 Dec 2001 02:47:40 -0500
6040              Message-ID: <20011210074739.GH1770@blackrider>
6041      Branch: perl
6042            ! t/op/pack.t
6043 ____________________________________________________________________________
6044 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
6045         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
6046              From: Michael G Schwern <schwern@pobox.com>
6047              Date: Mon, 10 Dec 2001 02:54:22 -0500
6048              Message-ID: <20011210075422.GI1770@blackrider>
6049      Branch: perl
6050            ! t/test.pl
6051 ____________________________________________________________________________
6052 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
6053         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
6054              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
6055              Date: Mon, 10 Dec 2001 08:45:20 +0100
6056              Message-ID: <3C146810.60B5B7C0@alcatel.at>
6057      Branch: perl
6058            ! pp_pack.c
6059 ____________________________________________________________________________
6060 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
6061         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
6062              From: Michael G Schwern <schwern@pobox.com>
6063              Date: Mon, 10 Dec 2001 03:27:02 -0500
6064              Message-ID: <20011210082702.GN1770@blackrider>
6065      Branch: perl
6066            ! t/io/openpid.t
6067 ____________________________________________________________________________
6068 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
6069         Log: More chmod +w.
6070      Branch: perl
6071            ! Porting/makerel
6072 ____________________________________________________________________________
6073 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
6074         Log: Just skip the readability test if running as root.
6075      Branch: perl
6076            ! lib/Net/t/netrc.t
6077 ____________________________________________________________________________
6078 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
6079         Log: Tell about the downside of safe signals.
6080      Branch: perl
6081            ! pod/perldelta.pod
6082 ____________________________________________________________________________
6083 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
6084         Log: Make the whole -lperl thing NetBSD only until we
6085              find some other platform that needs the same.
6086      Branch: perl
6087            ! lib/ExtUtils/MM_Unix.pm
6088 ____________________________________________________________________________
6089 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
6090         Log: Subject: [PATCH t/op/pack.t] Cleanup
6091              From: Michael G Schwern <schwern@pobox.com> 
6092              Date: Sun, 9 Dec 2001 23:08:26 -0500
6093              Message-ID: <20011210040826.GD660@blackrider>
6094      Branch: perl
6095            ! t/op/pack.t
6096 ____________________________________________________________________________
6097 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
6098         Log: Add threads support for NetBSD.
6099              
6100              This is also the first (I think) Perl threads build with
6101              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
6102              NetBSD does not as of yet have true kernel POSIX threads,
6103              but the user-level pth seems to be doing pretty well--
6104              the only failure is that threads/t/basic okays 6 and 7
6105              consistently seem be arriving in the reverse order.
6106              Well, gdbm.t is also failing: 'Undefined PLT symbol
6107              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
6108              guessing that GDBM would need a threaded rebuild.
6109      Branch: perl
6110            ! hints/netbsd.sh
6111 ____________________________________________________________________________
6112 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
6113         Log: Update the ithreads selection info in Configure,
6114              as suggested by Michael Schwern.
6115      Branch: perl
6116            ! Configure
6117 ____________________________________________________________________________
6118 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
6119         Log: Clearing locale environment simply doesn't seem to
6120              guarantee that (nl_)langinfo(CODESET) would return nil.
6121              (I for example get "ISO8859-1", so <guess>maybe there can
6122              be per-system default settings at work</guess>.)
6123      Branch: perl
6124            ! lib/open.t
6125 ____________________________________________________________________________
6126 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
6127         Log: Subject: RE: Exporter fixes reversed in 13540?
6128              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
6129              Date: Sun, 9 Dec 2001 12:55:15 -0500
6130              Message-ID: <3C13F455@operamail.com>
6131      Branch: perl
6132            ! lib/open.pm
6133 ____________________________________________________________________________
6134 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
6135         Log: Root is the lizard king.
6136      Branch: perl
6137            ! lib/Net/t/netrc.t
6138 ____________________________________________________________________________
6139 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
6140         Log: Telling how many tests we are expecting helps.
6141      Branch: perl
6142            ! ext/POSIX/t/waitpid.t
6143 ____________________________________________________________________________
6144 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
6145         Log: Add a test case for waitpid(): from Rocco Caputo.
6146      Branch: perl
6147            + ext/POSIX/t/waitpid.t
6148            ! MANIFEST
6149 ____________________________________________________________________________
6150 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
6151         Log: Subject: [PATCH] Term::ReadLine tweaks and test
6152              From: Richard Clamp <richardc@unixbeard.net>
6153              Date: Mon, 10 Dec 2001 00:51:47 +0000
6154              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
6155      Branch: perl
6156            + lib/Term/ReadLine.t
6157            ! MANIFEST lib/Term/ReadLine.pm
6158 ____________________________________________________________________________
6159 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
6160         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
6161              From: Rocco Caputo <troc@netrus.net>
6162              Date: Sun, 9 Dec 2001 18:12:38 -0500
6163              Message-ID: <20011209181238.A803@eyrie.homenet>
6164      Branch: perl
6165            ! win32/win32.c
6166 ____________________________________________________________________________
6167 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
6168         Log: make sure that va_start() has matching va_end();
6169              from OpenBSD 3.0.
6170      Branch: perl
6171            ! x2p/util.c
6172 ____________________________________________________________________________
6173 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
6174         Log: h2ph updates from OpenBSD 3.0.
6175      Branch: perl
6176            ! utils/h2ph.PL
6177 ____________________________________________________________________________
6178 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
6179         Log: OpenBSD hints update from OpenBSD 3.0.
6180      Branch: perl
6181            ! hints/openbsd.sh
6182 ____________________________________________________________________________
6183 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
6184         Log: DJGPP tweaks from Laszlo Molnar.
6185      Branch: perl
6186            ! djgpp/config.over lib/File/Find/t/find.t
6187            ! lib/File/Find/t/taint.t t/pod/find.t
6188 ____________________________________________________________________________
6189 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
6190         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
6191              From: Michael G Schwern <schwern@pobox.com> 
6192              Date: Sun, 9 Dec 2001 19:28:12 -0500
6193              Message-ID: <20011210002812.GF13586@blackrider>
6194      Branch: perl
6195            ! README.cygwin
6196 ____________________________________________________________________________
6197 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
6198         Log: README.cygwin update from Gerrit P. Haase.
6199      Branch: perl
6200            ! README.cygwin
6201 ____________________________________________________________________________
6202 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
6203         Log: Apply NetBSD patch-ag: shared/static linking,
6204              but make the change less intrusive on non-NetBSD.
6205      Branch: perl
6206            ! lib/ExtUtils/MM_Unix.pm
6207 ____________________________________________________________________________
6208 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
6209         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
6210      Branch: perl
6211            ! lib/ExtUtils/Liblist.pm
6212 ____________________________________________________________________________
6213 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
6214         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
6215      Branch: perl
6216            ! regcomp.c
6217 ____________________________________________________________________________
6218 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
6219         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
6220      Branch: perl
6221            ! pp.c
6222 ____________________________________________________________________________
6223 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
6224         Log: Apply NetBSD patch-ac.
6225              (the fix has already been done: change #9706, fully qualified
6226              pathnames in packlists)
6227      Branch: perl
6228            ! lib/ExtUtils/Install.pm
6229 ____________________________________________________________________________
6230 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
6231         Log: Apply NetBSD patch-ab: NetBSD hints update.
6232      Branch: perl
6233            ! hints/netbsd.sh
6234 ____________________________________________________________________________
6235 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
6236         Log: NetBSD has <ieeefp.h> but hidden.
6237      Branch: perl
6238            ! hints/netbsd.sh
6239 ____________________________________________________________________________
6240 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
6241         Log: Implement NetBSD patch-aa.
6242      Branch: perl
6243            ! Configure
6244 ____________________________________________________________________________
6245 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
6246         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
6247              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
6248              Date: Sun, 09 Dec 2001 13:40:58 +0100
6249              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
6250              
6251              (The lstat()s were there in 5.6.1: what happened to them?)
6252      Branch: perl
6253            ! lib/File/Find.pm
6254 ____________________________________________________________________________
6255 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
6256         Log: Quickie documentation of the C UTF-8 API.
6257      Branch: perl
6258            ! pod/perlunicode.pod
6259 ____________________________________________________________________________
6260 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
6261         Log: Subject: bleadperl on cygwin weirdness...
6262              From: "Gerrit P. Haase" <gp@familiehaase.de>
6263              Date: Sun, 9 Dec 2001 20:31:28 +0100
6264              Message-ID: <13779422183.20011209203128@familiehaase.de>          
6265              
6266              (plus libperl*.dll version portability tweaks)
6267      Branch: perl
6268            ! lib/ExtUtils/Embed.t
6269 ____________________________________________________________________________
6270 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
6271         Log: Instead of muting symbol export error if under eval,
6272              delay the errors until the croak().
6273              
6274              (replaces #13408)
6275      Branch: perl
6276            ! lib/Exporter/Heavy.pm
6277 ____________________________________________________________________________
6278 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
6279         Log: Basegroup 0 is a cygwin_nt thing.
6280      Branch: perl
6281            ! t/op/groups.t
6282 ____________________________________________________________________________
6283 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
6284         Log: Also WinME is LoseLink.
6285      Branch: perl
6286            ! t/op/stat.t
6287 ____________________________________________________________________________
6288 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
6289         Log: Forgotten checkin.
6290      Branch: perl
6291            ! lib/User/grent.t
6292 ____________________________________________________________________________
6293 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
6294         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
6295              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
6296              Date: Sun, 09 Dec 2001 13:45:06 +0100
6297              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
6298      Branch: perl
6299            ! lib/File/Find.pm
6300 ____________________________________________________________________________
6301 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
6302         Log: Tweakback.
6303      Branch: perl
6304            ! lib/Net/hostent.t
6305 ____________________________________________________________________________
6306 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
6307         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
6308              From: Michael G Schwern <schwern@pobox.com>
6309              Date: Sat, 8 Dec 2001 14:48:38 -0500
6310              Message-ID: <20011208194838.GA8650@blackrider>
6311      Branch: perl
6312            ! t/op/grent.t
6313 ____________________________________________________________________________
6314 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
6315         Log: Subject: [README.cygwin] Removing old expected test failures
6316              From: Michael G Schwern <schwern@pobox.com>
6317              Date: Sat, 8 Dec 2001 15:38:28 -0500
6318              Message-ID: <20011208203828.GB9017@blackrider>
6319      Branch: perl
6320            ! README.cygwin
6321 ____________________________________________________________________________
6322 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
6323         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
6324              From: Michael G Schwern <schwern@pobox.com>                
6325              Date: Sat, 8 Dec 2001 15:26:59 -0500
6326              Message-ID: <20011208202659.GA9017@blackrider> 
6327      Branch: perl
6328            ! lib/Net/hostent.t
6329 ____________________________________________________________________________
6330 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
6331         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
6332              From: Michael G Schwern <schwern@pobox.com> 
6333              Date: Sat, 8 Dec 2001 15:06:16 -0500
6334              Message-ID: <20011208200616.GA8915@blackrider>
6335      Branch: perl
6336            ! t/op/stat.t
6337 ____________________________________________________________________________
6338 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
6339         Log: Developer deprecations and an incompatibility.
6340      Branch: perl
6341            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
6342 ____________________________________________________________________________
6343 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
6344         Log: Shoo.
6345      Branch: perl
6346            - lib/Attribute/Handlers.pm
6347 ____________________________________________________________________________
6348 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
6349         Log: Remove Attribute::Handlers, as per Damian's request.
6350              (Because of fixing the my variables to be now handled
6351              in run-time, the whole internals of the A::H needs to
6352              be rewritten and Damian will not have time for that
6353              for months.)
6354      Branch: perl
6355            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
6356            - lib/Attribute/Handlers/demo/Demo.pm
6357            - lib/Attribute/Handlers/demo/Descriptions.pm
6358            - lib/Attribute/Handlers/demo/MyClass.pm
6359            - lib/Attribute/Handlers/demo/demo.pl
6360            - lib/Attribute/Handlers/demo/demo2.pl
6361            - lib/Attribute/Handlers/demo/demo3.pl
6362            - lib/Attribute/Handlers/demo/demo4.pl
6363            - lib/Attribute/Handlers/demo/demo_call.pl
6364            - lib/Attribute/Handlers/demo/demo_chain.pl
6365            - lib/Attribute/Handlers/demo/demo_cycle.pl
6366            - lib/Attribute/Handlers/demo/demo_hashdir.pl
6367            - lib/Attribute/Handlers/demo/demo_phases.pl
6368            - lib/Attribute/Handlers/demo/demo_range.pl
6369            - lib/Attribute/Handlers/demo/demo_rawdata.pl
6370            - lib/Attribute/Handlers/t/multi.t
6371            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
6372            ! pod/perlmodlib.pod pod/perltoc.pod
6373 ____________________________________________________________________________
6374 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
6375         Log: Subject: Re: attributes are broken
6376              From: Spider Boardman <spider@Orb.Nashua.NH.US>
6377              Date: Sun, 09 Dec 2001 00:09:23 -0500
6378              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
6379      Branch: perl
6380            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
6381            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
6382            ! xsutils.c
6383 ____________________________________________________________________________
6384 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
6385         Log: Forgotten checkin.
6386      Branch: perl
6387            ! lib/Pod/Text.pm
6388 ____________________________________________________________________________
6389 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
6390         Log: uconfig.h update.
6391      Branch: perl
6392            ! uconfig.h
6393 ____________________________________________________________________________
6394 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
6395         Log: Update Changes.
6396      Branch: perl
6397            ! Changes patchlevel.h
6398 ____________________________________________________________________________
6399 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
6400         Log: Note that some of the Unicode features are
6401              dependent on perlio.
6402      Branch: perl
6403            ! pod/perluniintro.pod
6404 ____________________________________________________________________________
6405 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
6406         Log: Regen perlapi, regen toc.
6407      Branch: perl
6408            ! pod/perlapi.pod pod/perltoc.pod
6409 ____________________________________________________________________________
6410 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
6411         Log: FAQ sync.
6412      Branch: perl
6413            ! pod/perlfaq4.pod pod/perlfaq6.pod
6414 ____________________________________________________________________________
6415 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
6416         Log: Subject: [PATCH] Fix odd language in an sv.c comment
6417              From: coral@eekeek.org
6418              Date: Sat, 8 Dec 2001 12:19:39 -0500
6419              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
6420      Branch: perl
6421            ! sv.c
6422 ____________________________________________________________________________
6423 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
6424         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
6425              From: Michael G Schwern <schwern@pobox.com>
6426              Date: Fri, 7 Dec 2001 20:03:45 -0500
6427              Message-ID: <20011208010345.GD642@blackrider>
6428              
6429              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
6430              From: Michael G Schwern <schwern@pobox.com>
6431              Date: Fri, 7 Dec 2001 20:13:54 -0500
6432              Message-ID: <20011208011354.GE642@blackrider>
6433              
6434              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
6435              From: Michael G Schwern <schwern@pobox.com>
6436              Date: Fri, 7 Dec 2001 21:47:36 -0500
6437              Message-ID: <20011208024736.GH642@blackrider>
6438              
6439              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
6440              From: Michael G Schwern <schwern@pobox.com>
6441              Date: Fri, 7 Dec 2001 23:09:43 -0500
6442              Message-ID: <20011208040943.GK642@blackrider>
6443              
6444              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
6445              Message-Id: <a05101004b83754903506@[172.16.52.1]>
6446              Date: Fri, 7 Dec 2001 23:28:15 -0600
6447              From: "Craig A. Berry" <craigberry@mac.com>
6448      Branch: perl
6449            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
6450 ____________________________________________________________________________
6451 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
6452         Log: Integrate perlio.
6453      Branch: perl
6454           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
6455           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
6456 ____________________________________________________________________________
6457 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
6458         Log: Retract #11156 since Sarathy has found that it breaks code:
6459              http://bugs.ActiveState.com/show_bug.cgi?id=18457
6460              http://bugs.ActiveState.com/show_bug.cgi?id=18858
6461      Branch: perl
6462            ! op.c sv.c t/op/pos.t
6463 ____________________________________________________________________________
6464 [ 13532] By: nick                                  on 2001/12/08  14:11:12
6465         Log: Integrate mainline
6466      Branch: perlio
6467           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
6468           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
6469 ____________________________________________________________________________
6470 [ 13531] By: nick                                  on 2001/12/08  13:48:21
6471         Log: Tweak multi-arg open error messages
6472      Branch: perlio
6473            ! perlio.c
6474 ____________________________________________________________________________
6475 [ 13530] By: nick                                  on 2001/12/08  10:20:06
6476         Log: Allow multi-arg open() if opening layer declares this legal.
6477      Branch: perlio
6478            ! doio.c perlio.c perliol.h
6479 ____________________________________________________________________________
6480 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
6481         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
6482              From: Michael G Schwern <schwern@pobox.com>       
6483              Date: Fri, 7 Dec 2001 19:41:31 -0500
6484              Message-ID: <20011208004131.GC642@blackrider>
6485      Branch: perl
6486            ! t/run/switches.t t/test.pl
6487 ____________________________________________________________________________
6488 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
6489         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
6490              From: Michael G Schwern <schwern@pobox.com>       
6491              Date: Fri, 7 Dec 2001 19:12:44 -0500
6492              Message-ID: <20011208001244.GB642@blackrider>
6493      Branch: perl
6494            ! t/op/stat.t
6495 ____________________________________________________________________________
6496 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
6497         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
6498              From: Michael G Schwern <schwern@pobox.com>
6499              Date: Fri, 7 Dec 2001 17:28:57 -0500
6500              Message-ID: <20011207222857.GI23210@blackrider>
6501      Branch: perl
6502            ! t/op/magic.t
6503 ____________________________________________________________________________
6504 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
6505         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
6506      Branch: perl
6507            ! t/test.pl
6508 ____________________________________________________________________________
6509 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
6510         Log: which_perl: delay as much a possible till runtime.
6511      Branch: perl
6512            ! t/test.pl
6513 ____________________________________________________________________________
6514 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
6515         Log: Further tweakage to which_perl().
6516      Branch: perl
6517            ! t/test.pl
6518 ____________________________________________________________________________
6519 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
6520         Log: perluniintro tweaks.
6521      Branch: perl
6522            ! pod/perluniintro.pod
6523 ____________________________________________________________________________
6524 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
6525         Log: Tweak the $Perl computation.
6526      Branch: perl
6527            ! t/test.pl
6528 ____________________________________________________________________________
6529 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
6530         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
6531              From: Nicholas Clark <nick@ccl4.org>
6532              Date: Fri, 7 Dec 2001 17:06:56 +0000
6533              Message-ID: <20011207170656.G21702@plum.flirble.org>
6534      Branch: perl
6535            ! doop.c t/op/chop.t
6536 ____________________________________________________________________________
6537 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
6538         Log: Update Changes.
6539      Branch: perl
6540            ! Changes patchlevel.h
6541 ____________________________________________________________________________
6542 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
6543         Log: Missing ).
6544      Branch: perl
6545            ! t/test.pl
6546 ____________________________________________________________________________
6547 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
6548         Log: Allow several arguments to display().
6549      Branch: perl
6550            ! t/test.pl
6551 ____________________________________________________________________________
6552 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
6553         Log: /dev/stdout could be either a character special file
6554              or a named pipe, so let's pretend it doesn't exist.
6555      Branch: perl
6556            ! t/op/stat.t
6557 ____________________________________________________________________________
6558 [ 13516] By: nick                                  on 2001/12/07  15:09:23
6559         Log: Integrate again - can I catch up ?
6560      Branch: perlio
6561           !> t/test.pl
6562 ____________________________________________________________________________
6563 [ 13515] By: nick                                  on 2001/12/07  15:08:17
6564         Log: Integrate mainline some more
6565      Branch: perlio
6566           !> README.hpux hints/linux.sh pod/perlfunc.pod
6567 ____________________________________________________________________________
6568 [ 13514] By: nick                                  on 2001/12/07  15:07:15
6569         Log: Integrate mainline
6570      Branch: perlio
6571           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
6572           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
6573           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
6574           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
6575           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
6576           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
6577           +> t/lib/Math/BigInt/BareCalc.pm
6578            - ext/Devel/PPPort/harness/Harness.pm
6579            - ext/Devel/PPPort/harness/Harness.xs
6580            - ext/Devel/PPPort/harness/Makefile.PL
6581            - ext/Devel/PPPort/harness/module2.c
6582            - ext/Devel/PPPort/harness/module3.c
6583            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
6584            - lib/File/Spec/Functions.t
6585           !> (integrate 103 files)
6586 ____________________________________________________________________________
6587 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
6588         Log: Add display() for displaying icky scalars.
6589      Branch: perl
6590            ! t/test.pl
6591 ____________________________________________________________________________
6592 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
6593         Log: Subject: [ID 20011207.001] documentation bug for waitpid
6594              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
6595              Date: Fri, 7 Dec 2001 12:44:56 +0100
6596              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
6597      Branch: perl
6598            ! pod/perlfunc.pod
6599 ____________________________________________________________________________
6600 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
6601         Log: gcc version matching didn't.
6602      Branch: perl
6603            ! hints/linux.sh
6604 ____________________________________________________________________________
6605 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
6606         Log: Subject: HP renamed their servers              
6607              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6608              Date: Fri, 07 Dec 2001 12:07:22 +0100
6609              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
6610      Branch: perl
6611            ! README.hpux
6612 ____________________________________________________________________________
6613 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
6614         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
6615              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6616              Date: Fri, 7 Dec 2001 00:24:55 -0500
6617              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
6618      Branch: perl
6619            ! pod/perlport.pod
6620 ____________________________________________________________________________
6621 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
6622         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
6623              From: Michael G Schwern <schwern@pobox.com> 
6624              Date: Thu, 6 Dec 2001 22:56:34 -0500
6625              Message-ID: <20011207035634.GO22648@blackrider>
6626      Branch: perl
6627            ! t/base/lex.t t/op/exec.t
6628 ____________________________________________________________________________
6629 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
6630         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
6631              From: Michael G Schwern <schwern@pobox.com>
6632              Date: Thu, 6 Dec 2001 22:45:44 -0500
6633              Message-ID: <20011207034544.GN22648@blackrider>
6634              
6635              (plus op/ref tweak)
6636      Branch: perl
6637            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
6638            ! t/run/kill_perl.t t/test.pl
6639 ____________________________________________________________________________
6640 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
6641         Log: Upgrade to Math::BigInt 1.48.
6642      Branch: perl
6643            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
6644            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
6645            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
6646            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
6647            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
6648            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
6649            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
6650 ____________________________________________________________________________
6651 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
6652         Log: Mention also perl56delta in case somone is upgrading from
6653              Perl 5.005_03.
6654      Branch: perl
6655            ! pod/perldelta.pod
6656 ____________________________________________________________________________
6657 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
6658         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
6659              From: Michael G Schwern <schwern@pobox.com>
6660              Date: Thu, 6 Dec 2001 15:15:28 -0500
6661              Message-ID: <20011206201528.GF16414@blackrider>
6662              
6663              (just the term.t, not the lex.t)
6664              
6665              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
6666              From: Michael G Schwern <schwern@pobox.com>
6667              Date: Thu, 6 Dec 2001 15:22:22 -0500
6668              Message-ID: <20011206202222.GG16414@blackrider>
6669              
6670              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
6671              From: Michael G Schwern <schwern@pobox.com>
6672              Date: Thu, 6 Dec 2001 15:31:58 -0500
6673              Message-ID: <20011206203158.GI16414@blackrider>
6674              
6675              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
6676              From: Michael G Schwern <schwern@pobox.com>
6677              Date: Thu, 6 Dec 2001 17:38:55 -0500
6678              Message-ID: <20011206223855.GC22648@blackrider>
6679      Branch: perl
6680            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
6681            ! t/test.pl
6682 ____________________________________________________________________________
6683 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
6684         Log: Update the thr5005 situation.
6685      Branch: perl
6686            ! pod/perldelta.pod
6687 ____________________________________________________________________________
6688 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
6689         Log: perldelta borrowings from perl561delta.
6690      Branch: perl
6691            ! pod/perldelta.pod
6692 ____________________________________________________________________________
6693 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
6694         Log: Add the 5.6.1 perldelta as perl561delta.
6695              (Makes it easier to steal stuff for perldelta :-)
6696      Branch: perl
6697            + pod/perl561delta.pod
6698            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6699 ____________________________________________________________________________
6700 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
6701         Log: Retract #13496 for now.
6702      Branch: perl
6703            ! t/base/lex.t t/base/term.t
6704 ____________________________________________________________________________
6705 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
6706         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
6707              From: "Craig A. Berry" <craigberry@mac.com>
6708              Date: Thu, 6 Dec 2001 14:54:36 -0600
6709              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
6710      Branch: perl
6711            ! vms/ext/filespec.t
6712 ____________________________________________________________________________
6713 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
6714         Log: (retracted by #13499)
6715              
6716              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
6717              From: Michael G Schwern <schwern@pobox.com>
6718              Date: Thu, 6 Dec 2001 15:15:28 -0500
6719              Message-ID: <20011206201528.GF16414@blackrider>
6720      Branch: perl
6721            ! t/base/lex.t t/base/term.t
6722 ____________________________________________________________________________
6723 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
6724         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
6725              From: Michael G Schwern <schwern@pobox.com>
6726              Date: Thu, 6 Dec 2001 13:54:48 -0500
6727              Message-ID: <20011206185448.GC16414@blackrider>
6728      Branch: perl
6729            ! t/op/stat.t
6730 ____________________________________________________________________________
6731 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
6732         Log: The #4 has nothing to do with Unicode.
6733      Branch: perl
6734            ! t/op/tr.t
6735 ____________________________________________________________________________
6736 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
6737         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
6738              From: Michael G Schwern <schwern@pobox.com>
6739              Date: Thu, 6 Dec 2001 13:45:48 -0500
6740              Message-ID: <20011206184548.GB16414@blackrider>
6741      Branch: perl
6742            ! t/op/tr.t
6743 ____________________________________________________________________________
6744 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
6745         Log: Update Changes.
6746      Branch: perl
6747            ! Changes patchlevel.h
6748 ____________________________________________________________________________
6749 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
6750         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
6751              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6752              Date: Thu, 6 Dec 2001 11:41:25 EST
6753              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
6754      Branch: perl
6755            ! vms/vms.c vms/vmsish.h
6756 ____________________________________________________________________________
6757 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
6758         Log: Subject: [PATCH] Re: weirdness in regexps
6759              From: Robin Houston <robin@kitsite.com> 
6760              Date: Thu, 6 Dec 2001 14:44:01 +0000
6761              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
6762      Branch: perl
6763            ! op.c t/lib/strict/subs
6764 ____________________________________________________________________________
6765 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
6766         Log: Make the -b -c -S tests count all of the /dev, not just
6767              check the first one, as suggested by Benjamin Goldberg.
6768      Branch: perl
6769            ! t/op/stat.t
6770 ____________________________________________________________________________
6771 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
6772         Log: Subject: Re: [PATCH: bleadperl] casefold backref
6773              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
6774              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
6775              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
6776      Branch: perl
6777            ! regexec.c
6778 ____________________________________________________________________________
6779 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
6780         Log: Nits noticed by Philip Newton, and de-tab DB.t.
6781      Branch: perl
6782            ! lib/DB.t
6783 ____________________________________________________________________________
6784 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
6785         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
6786              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6787              Date: 6 Dec 2001 11:06:01 -0000
6788              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
6789      Branch: perl
6790            ! op.c t/op/tr.t
6791 ____________________________________________________________________________
6792 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
6793         Log: Subject: [PATCH: bleadperl] casefold backref
6794              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
6795              Date: Wed, 05 Dec 2001 17:27:05 +0000
6796              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
6797      Branch: perl
6798            ! regexec.c t/op/re_tests
6799 ____________________________________________________________________________
6800 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
6801         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
6802              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6803              Date: Wed, 5 Dec 2001 22:34:53 EST
6804              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
6805      Branch: perl
6806            ! mg.c vms/vms.c vms/vmsish.h
6807 ____________________________________________________________________________
6808 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
6809         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
6810              From: Michael G Schwern <schwern@pobox.com>
6811              Date: Wed, 5 Dec 2001 19:52:58 -0500
6812              Message-ID: <20011205195257.A903@blackrider>
6813      Branch: perl
6814            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
6815            + lib/File/Spec/t/rel2abs2rel.t
6816            - lib/File/Spec.t lib/File/Spec/Functions.t
6817            ! MANIFEST
6818 ____________________________________________________________________________
6819 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
6820         Log: Subject: Re: Silly stat() portability questions                
6821              From: Benjamin Goldberg <goldbb2@earthlink.net>
6822              Date: Wed, 05 Dec 2001 22:52:35 -0500
6823              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
6824      Branch: perl
6825            ! pod/perlport.pod
6826 ____________________________________________________________________________
6827 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
6828         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
6829              From: "Craig A. Berry" <craigberry@mac.com>
6830              Date: Wed, 05 Dec 2001 16:41:59 -0600
6831              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
6832      Branch: perl
6833            ! README.vms configure.com lib/File/Spec/VMS.pm
6834            ! vms/ext/filespec.t
6835 ____________________________________________________________________________
6836 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
6837         Log: $apply->('club', $glibc_maintainers);
6838              
6839              (Nick Clark just reported that <langinfo.h> YESSTR
6840              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
6841      Branch: perl
6842            ! ext/I18N/Langinfo/Langinfo.t
6843 ____________________________________________________________________________
6844 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
6845         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
6846      Branch: perl
6847            ! pod/perlport.pod
6848 ____________________________________________________________________________
6849 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
6850         Log: tweak change#13474 (pad entries can apparently be null in some
6851              situations)
6852      Branch: maint-5.6/perl
6853            ! op.c
6854 ____________________________________________________________________________
6855 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
6856         Log: Restore the /dev -b -c -S part of the test.
6857      Branch: perl
6858            ! t/op/stat.t
6859 ____________________________________________________________________________
6860 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
6861         Log: Retract #13475 until Arthur gets back to the mine.
6862      Branch: perl
6863            ! op.c t/run/kill_perl.t
6864 ____________________________________________________________________________
6865 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
6866         Log: (retracted by #13476)
6867              
6868              Manually apply #13474; fixes stale reference to dead
6869              CvOUTSIDE(); this can happen when anonymous subroutines
6870              that aren't closures are returned from an eval""
6871              
6872              (threads/shared/sv_refs.t is coredump-unhappy about this change)
6873      Branch: perl
6874            ! op.c t/run/kill_perl.t
6875 ____________________________________________________________________________
6876 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
6877         Log: replacement for change#10451
6878              
6879              fixes stale reference to dead CvOUTSIDE(); this can happen when
6880              anonymous subroutines that aren't closures are returned from an
6881              eval""
6882      Branch: maint-5.6/perl
6883            ! op.c t/op/misc.t
6884 ____________________________________________________________________________
6885 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
6886         Log: revert change#10451,10472; it was a naive fix that simply
6887              reintroduced the memory leak!
6888      Branch: maint-5.6/perl
6889            ! op.c t/op/misc.t
6890 ____________________________________________________________________________
6891 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
6892         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
6893              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
6894              Date: Wed, 05 Dec 2001 10:49:20 +0100
6895              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
6896      Branch: perl
6897            ! lib/File/Basename.pm lib/File/Basename.t
6898 ____________________________________________________________________________
6899 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
6900         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
6901              From: Michael G Schwern <schwern@pobox.com> 
6902              Date: Wed, 5 Dec 2001 02:47:59 -0500
6903              Message-ID: <20011205024759.H14333@blackrider>
6904      Branch: perl
6905            ! t/op/magic.t
6906 ____________________________________________________________________________
6907 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
6908         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
6909              From: Michael G Schwern <schwern@pobox.com>              
6910              Date: Wed, 5 Dec 2001 02:22:05 -0500
6911              Message-ID: <20011205022205.F14333@blackrider>
6912      Branch: perl
6913            ! t/op/stat.t vms/test.com
6914 ____________________________________________________________________________
6915 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
6916         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
6917              From: Michael G Schwern <schwern@pobox.com> 
6918              Date: Tue, 4 Dec 2001 23:40:10 -0500
6919              Message-ID: <20011204234010.B14333@blackrider>
6920      Branch: perl
6921            ! t/op/stat.t
6922 ____________________________________________________________________________
6923 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
6924         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
6925              From: Michael G Schwern <schwern@pobox.com> 
6926              Date: Tue, 4 Dec 2001 21:09:18 -0500           
6927              Message-ID: <20011204210918.D13279@blackrider>
6928              
6929              t/test.
6930      Branch: perl
6931            ! t/test.pl
6932 ____________________________________________________________________________
6933 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
6934         Log: (accidentally empty check-in)
6935      Branch: perl
6936            ! t/op/stat.t
6937 ____________________________________________________________________________
6938 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
6939         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
6940              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6941              Date: Tue, 04 Dec 2001 23:40:27 +0100
6942              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
6943      Branch: perl
6944            ! mg.c
6945 ____________________________________________________________________________
6946 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
6947         Log: Subject: [PATCH] minor pod fix in Safe.pm
6948              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6949              Date: Tue, 4 Dec 2001 22:02:34 +0100
6950              Message-ID: <20011204220234.A17293@rafael>
6951      Branch: perl
6952            ! ext/Opcode/Safe.pm
6953 ____________________________________________________________________________
6954 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
6955         Log: CRLF GRRR.
6956      Branch: perl
6957            ! djgpp/configure.bat
6958 ____________________________________________________________________________
6959 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
6960         Log: DJGPP fixes from Laszlo Molnar.
6961      Branch: perl
6962            ! djgpp/configure.bat djgpp/djgpp.h
6963 ____________________________________________________________________________
6964 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
6965         Log: Update Changes.
6966      Branch: perl
6967            ! Changes patchlevel.h
6968 ____________________________________________________________________________
6969 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
6970         Log: Must wipe out the memory of real Socket before starting
6971              to use the new fake one.
6972      Branch: perl
6973            ! lib/Net/t/config.t
6974 ____________________________________________________________________________
6975 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
6976         Log: LC_ALL might trump LANG.
6977      Branch: perl
6978            ! lib/open.t
6979 ____________________________________________________________________________
6980 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
6981         Log: Make the eval runtime.
6982      Branch: perl
6983            ! lib/open.pm
6984 ____________________________________________________________________________
6985 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
6986         Log: Make the Langinfo test both more lenient (allow
6987              for any symbol not to exists) and stricter (add
6988              more symbols).
6989      Branch: perl
6990            ! ext/I18N/Langinfo/Langinfo.t
6991 ____________________________________________________________________________
6992 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
6993         Log: integrate change#13453 from maint-5.6
6994              
6995              tweak change#11399 to use an explicit flag rather than
6996              ass_u_ming w32_pseudo_id will only be zero for the real
6997              toplevel interpreter; avoids multiple hosts from diddling
6998              the environment at the same time
6999      Branch: perl
7000           !> win32/perlhost.h
7001 ____________________________________________________________________________
7002 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
7003         Log: Subject: [PATCH] VMS update for perldelta.pod
7004              From: "Craig A. Berry" <craigberry@mac.com> 
7005              Date: Tue, 4 Dec 2001 00:23:12 -0600
7006              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
7007      Branch: perl
7008            ! pod/perldelta.pod
7009 ____________________________________________________________________________
7010 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
7011         Log: NetWare tweak from Ananth Kesari.
7012      Branch: perl
7013            ! NetWare/Makefile
7014 ____________________________________________________________________________
7015 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
7016         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
7017              Not adding the test suite because of its many assumptions.
7018      Branch: perl
7019            ! lib/Net/Ping.pm
7020 ____________________________________________________________________________
7021 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
7022         Log: tweak change#11399 to use an explicit flag rather than
7023              ass_u_ming w32_pseudo_id will only be zero for the real
7024              toplevel interpreter; avoids multiple hosts from diddling
7025              the environment at the same time
7026      Branch: maint-5.6/perl
7027            ! win32/perlhost.h
7028 ____________________________________________________________________________
7029 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
7030         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
7031              from Len Makin.
7032      Branch: perl
7033            + hints/super-ux.sh
7034            ! MANIFEST
7035 ____________________________________________________________________________
7036 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
7037         Log: Add Mac OS X known failures to perldelta.
7038      Branch: perl
7039            ! pod/perldelta.pod
7040 ____________________________________________________________________________
7041 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
7042         Log: I think it's time to call the utf8 code non-test.
7043      Branch: perl
7044            ! utf8.c
7045 ____________________________________________________________________________
7046 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
7047         Log: Retract #13303, need rethink.
7048      Branch: perl
7049            ! utf8.c
7050 ____________________________________________________________________________
7051 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
7052         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
7053              From: "Craig A. Berry" <craigberry@mac.com>
7054              Date: Mon, 03 Dec 2001 16:28:06 -0600
7055              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
7056      Branch: perl
7057            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
7058 ____________________________________________________________________________
7059 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
7060         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
7061              From: Andy Dougherty <doughera@lafayette.edu>
7062              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
7063              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
7064      Branch: perl
7065            ! hints/solaris_2.sh
7066 ____________________________________________________________________________
7067 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
7068         Log: This test is not very robust on 8.3-constrained systems:
7069              all the "with truncated name" lines between "Autosplitting ..."
7070              and "some names are not unique" lines are unexpected,
7071              and the truncation message becomes:
7072              testtest.al, testtest.al truncate to testtest 
7073      Branch: perl
7074            ! lib/AutoSplit.t
7075 ____________________________________________________________________________
7076 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
7077         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
7078      Branch: perl
7079            ! ext/I18N/Langinfo/Langinfo.t
7080 ____________________________________________________________________________
7081 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
7082         Log: Test::Morify UCD.t
7083      Branch: perl
7084            ! lib/Unicode/UCD.t
7085 ____________________________________________________________________________
7086 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
7087         Log: If Socket has not been built (e.g. DJGPP) the libnet
7088              tests fall over with (too) much noise.
7089      Branch: perl
7090            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
7091            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
7092            ! lib/Net/t/smtp.t lib/Net/t/time.t
7093 ____________________________________________________________________________
7094 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
7095         Log: Subject: [PATCH] shared hash keys and ++/--
7096              From: Nicholas Clark <nick@ccl4.org>
7097              Date: Mon, 3 Dec 2001 16:37:16 +0000
7098              Message-ID: <20011203163716.C21702@plum.flirble.org>
7099      Branch: perl
7100            ! pp.c pp_hot.c sv.c t/op/inc.t
7101 ____________________________________________________________________________
7102 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
7103         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
7104              From: Jonathan Stowe <jns@gellyfish.com>
7105              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
7106              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
7107      Branch: perl
7108            ! lib/Term/Cap.pm
7109 ____________________________________________________________________________
7110 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
7111         Log: Update Changes.
7112      Branch: perl
7113            ! Changes patchlevel.h
7114 ____________________________________________________________________________
7115 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
7116         Log: perldelta tweaks.
7117      Branch: perl
7118            ! pod/perldelta.pod
7119 ____________________________________________________________________________
7120 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
7121         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
7122              From: Sam Tregar <sam@tregar.com> 
7123              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
7124              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
7125      Branch: perl
7126            ! pod/perlnewmod.pod
7127 ____________________________________________________________________________
7128 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
7129         Log: microperl casting nit.
7130      Branch: perl
7131            ! utf8.c
7132 ____________________________________________________________________________
7133 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
7134         Log: Make sharepvn a macro since all it does is a deref.
7135      Branch: perl
7136            ! embed.h embed.pl global.sym hv.c hv.h proto.h
7137 ____________________________________________________________________________
7138 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
7139         Log: perldelta updates.
7140      Branch: perl
7141            ! pod/perldelta.pod
7142 ____________________________________________________________________________
7143 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
7144         Log: PPPort update from Paul Marquess.
7145      Branch: perl
7146            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
7147            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
7148            + ext/Devel/PPPort/t/test.t
7149            - ext/Devel/PPPort/harness/Harness.pm
7150            - ext/Devel/PPPort/harness/Harness.xs
7151            - ext/Devel/PPPort/harness/Makefile.PL
7152            - ext/Devel/PPPort/harness/module2.c
7153            - ext/Devel/PPPort/harness/module3.c
7154            - ext/Devel/PPPort/harness/t/test.t
7155            ! MANIFEST ext/Devel/PPPort/MANIFEST
7156            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
7157            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
7158            ! ext/Devel/PPPort/soak
7159 ____________________________________________________________________________
7160 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
7161         Log: No use talking about dynamic library search patch
7162              unless we are having a dynamic build.
7163      Branch: perl
7164            ! t/TEST
7165 ____________________________________________________________________________
7166 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
7167         Log: Be more explicit on the List::Util build trick,
7168              should also stop unneeded rebuilds on static builds.
7169      Branch: perl
7170            ! ext/List/Util/Makefile.PL
7171 ____________________________________________________________________________
7172 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
7173         Log: We need to replace the optimize (-O1) with
7174              the -h scalar0 -h vector0, not append them
7175              to the ccflags.
7176      Branch: perl
7177            ! hints/unicos.sh hints/unicosmk.sh
7178 ____________________________________________________________________________
7179 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
7180         Log: Subject: [PATCH] Shared hash keys 
7181              From: Nicholas Clark <nick@ccl4.org>
7182              Date: Sun, 2 Dec 2001 20:52:32 +0000
7183              Message-ID: <20011202205232.U21702@plum.flirble.org>
7184      Branch: perl
7185            ! doop.c t/op/tr.t
7186 ____________________________________________________________________________
7187 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
7188         Log: Better add new files to MANIFEST, too.
7189      Branch: perl
7190            ! MANIFEST
7191 ____________________________________________________________________________
7192 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
7193         Log: Subject: {PATCH] perlpacktut.pod
7194              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
7195              Date: Sun, 02 Dec 2001 19:55:06 +0100
7196              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
7197      Branch: perl
7198            ! pod/perlpacktut.pod
7199 ____________________________________________________________________________
7200 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
7201         Log: Various small nits found by DJGPP build.
7202      Branch: perl
7203            ! doio.c mg.c pp.c util.c
7204 ____________________________________________________________________________
7205 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
7206         Log: Subject: RE: More verbose POD for Carp
7207              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
7208              Date: Sun, 2 Dec 2001 11:32:51 -0500
7209              Message-ID: <3C0A9748@operamail.com>
7210      Branch: perl
7211            ! lib/Carp.pm
7212 ____________________________________________________________________________
7213 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
7214         Log: Add a header for DJGPP with the function prototypes.
7215      Branch: perl
7216            + djgpp/djgpp.h
7217            ! MANIFEST djgpp/djgpp.c
7218 ____________________________________________________________________________
7219 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
7220         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
7221              From: Abe Timmerman <abe@ztreet.demon.nl>
7222              Date: Sun, 02 Dec 2001 02:41:25 +0100
7223              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
7224      Branch: perl
7225            ! pp_sys.c
7226 ____________________________________________________________________________
7227 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
7228         Log: There isn't PTR2INT(), there's PTR2IV().
7229      Branch: perl
7230            ! ext/Time/HiRes/HiRes.xs
7231 ____________________________________________________________________________
7232 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
7233         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
7234              From: Marc Lehmann <root@schmorp.de>
7235              Date: Sun, 02 Dec 2001 02:44:53 +0100
7236              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
7237      Branch: perl
7238            ! ext/Time/HiRes/HiRes.xs
7239 ____________________________________________________________________________
7240 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
7241         Log: encode()/decode() examples.
7242      Branch: perl
7243            ! ext/Encode/Encode.pm
7244 ____________________________________________________________________________
7245 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
7246         Log: DJGPP tweaks from Laszlo Molnar.
7247      Branch: perl
7248            ! djgpp/config.over djgpp/djgppsed.sh
7249 ____________________________________________________________________________
7250 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
7251         Log: Update Changes.
7252      Branch: perl
7253            ! Changes patchlevel.h
7254 ____________________________________________________________________________
7255 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
7256         Log: Integrate perlio;
7257              
7258              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
7259              which do not have file descriptors. Noticed a possibly
7260              worse problem in the process ...
7261      Branch: perl
7262           !> doio.c
7263 ____________________________________________________________________________
7264 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
7265         Log: Non-VMS-fixed and Win32-skipped version of
7266              
7267              Subject: [PATCH t/op/exec.t] Portabilty fix 
7268              From: Michael G Schwern <schwern@pobox.com> 
7269              Date: Fri, 30 Nov 2001 16:09:27 -0500
7270              Message-ID: <20011130160927.A10406@blackrider>
7271      Branch: perl
7272            ! t/op/exec.t
7273 ____________________________________________________________________________
7274 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
7275         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
7276              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
7277              Date: Sat, 1 Dec 2001 07:01:09 -0500
7278              Message-ID: <3C0D2E39@operamail.com>
7279              
7280              Subject: More verbose POD for Carp
7281              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
7282              Date: Sat, 1 Dec 2001 08:04:16 -0500
7283              Message-ID: <3C285C2B@operamail.com>
7284      Branch: perl
7285            ! lib/Carp.pm lib/Carp/Heavy.pm
7286 ____________________________________________________________________________
7287 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
7288         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
7289              From: chromatic <chromatic@rmci.net>
7290              Date: Sat, 01 Dec 2001 12:41:58 -0700
7291              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
7292      Branch: perl
7293            ! lib/DB.t
7294 ____________________________________________________________________________
7295 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
7296         Log: Try to make a missing RADIXCHAR a softer kinder error.
7297      Branch: perl
7298            ! ext/I18N/Langinfo/Langinfo.t
7299 ____________________________________________________________________________
7300 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
7301         Log: Have a little faith on nl_langinfo() itself.
7302      Branch: perl
7303            ! ext/I18N/Langinfo/Langinfo.xs
7304 ____________________________________________________________________________
7305 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
7306         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
7307              the max, not max plus one)
7308      Branch: perl
7309            ! ext/I18N/Langinfo/Langinfo.xs
7310 ____________________________________________________________________________
7311 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
7312         Log: Make reality agree with the comment.
7313      Branch: perl
7314            ! ext/I18N/Langinfo/Langinfo.xs
7315 ____________________________________________________________________________
7316 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
7317         Log: Try to protect against wild langinfo() arguments.
7318      Branch: perl
7319            ! ext/I18N/Langinfo/Langinfo.xs
7320 ____________________________________________________________________________
7321 [ 13409] By: nick                                  on 2001/12/01  18:19:59
7322         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
7323              have file descriptors. Noticed a possibly worse problem in the process ...
7324      Branch: perlio
7325            ! doio.c
7326 ____________________________________________________________________________
7327 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
7328         Log: If we are inside an eval, let's be silent about
7329              separate symbols and just croak() in the end.
7330      Branch: perl
7331            ! lib/Exporter/Heavy.pm
7332 ____________________________________________________________________________
7333 [ 13407] By: nick                                  on 2001/12/01  17:14:05
7334         Log: Integrate mainline
7335      Branch: perlio
7336           !> (integrate 26 files)
7337 ____________________________________________________________________________
7338 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
7339         Log: Subject: Fix for Exporter error reporting behaviour
7340              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
7341              Date: Sat, 1 Dec 2001 06:34:48 -0500
7342              Message-ID: <3C0D1B9A@operamail.com>
7343      Branch: perl
7344            ! lib/Exporter.pm lib/Exporter/Heavy.pm
7345 ____________________________________________________________________________
7346 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
7347         Log: Need to hide behind an eval to avoid a warning
7348              about :utf8 on non-perlio configs.
7349      Branch: perl
7350            ! lib/open.t
7351 ____________________________________________________________________________
7352 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
7353         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
7354              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7355              Date: Fri, 30 Nov 2001 23:46:58 +0100
7356              Message-ID: <20011130234658.A717@rafael>
7357      Branch: perl
7358            ! op.c t/op/method.t
7359 ____________________________________________________________________________
7360 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
7361         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
7362              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7363              Date: Thu, 29 Nov 2001 22:46:12 +0100
7364              Message-ID: <20011129224612.A699@rafael>
7365      Branch: perl
7366            ! ext/B/B/Xref.pm
7367 ____________________________________________________________________________
7368 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
7369         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
7370              From: Tels <perl_dummy@bloodgate.com>
7371              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
7372              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
7373      Branch: perl
7374            ! pod/perlfunc.pod
7375 ____________________________________________________________________________
7376 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
7377         Log: Subject: [REPATCH] reference pointer comparison
7378              From: Nicholas Clark <nick@ccl4.org>
7379              Date: Sat, 1 Dec 2001 13:00:17 +0000
7380              Message-ID: <20011201130017.I21702@plum.flirble.org>
7381      Branch: perl
7382            ! pp.c
7383 ____________________________________________________________________________
7384 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
7385         Log: Upgrade to Storable 1.0.14.
7386      Branch: perl
7387            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
7388 ____________________________________________________________________________
7389 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
7390         Log: Add simple caches for ::viacode() and ::vianame().
7391      Branch: perl
7392            ! lib/charnames.pm lib/charnames.t
7393 ____________________________________________________________________________
7394 [ 13398] By: nick                                  on 2001/12/01  10:36:24
7395         Log: Integrate mainline.
7396      Branch: perlio
7397           +> (branch 44 files)
7398            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
7399            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
7400            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
7401           !> (integrate 250 files)
7402 ____________________________________________________________________________
7403 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
7404         Log: Regen toc and modlib.
7405      Branch: perl
7406            ! pod/perlmodlib.pod pod/perltoc.pod
7407 ____________________________________________________________________________
7408 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
7409         Log: Upgrade to podlators-1.18.
7410      Branch: perl
7411            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
7412 ____________________________________________________________________________
7413 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
7414         Log: -h scalar0 -h vector0 seems to help for both
7415              UNICOS and UNICOS/mk on the unpack %65c problems.
7416              
7417              (replaces #13393)
7418      Branch: perl
7419            ! hints/unicos.sh hints/unicosmk.sh
7420 ____________________________________________________________________________
7421 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
7422         Log: More Socket constants.
7423      Branch: perl
7424            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
7425 ____________________________________________________________________________
7426 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
7427         Log: (replaced by #13395)
7428      Branch: perl
7429            ! hints/unicosmk.sh
7430 ____________________________________________________________________________
7431 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
7432         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
7433              From: Andy Dougherty <doughera@lafayette.edu>
7434              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
7435              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
7436              
7437              Simplify the test skippage criterion now that we are
7438              no more dependent on sed.
7439      Branch: perl
7440            ! t/comp/cpp.t t/run/switchPx.t
7441 ____________________________________________________________________________
7442 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
7443         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
7444              From: Michael G Schwern <schwern@pobox.com>
7445              Date: Fri, 30 Nov 2001 11:48:44 -0500
7446              Message-ID: <20011130114844.C1303@blackrider>
7447              
7448              (replaces #13381)
7449      Branch: perl
7450            ! t/op/stat.t
7451 ____________________________________________________________________________
7452 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
7453         Log: Let's not assume how much memory has been allocated
7454              to PVs.
7455      Branch: perl
7456            ! ext/Devel/Peek/Peek.t
7457 ____________________________________________________________________________
7458 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
7459         Log: VOS needs to know the modules, including pp_sort.
7460      Branch: perl
7461            ! vos/perl.bind
7462 ____________________________________________________________________________
7463 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
7464         Log: Unused variables.
7465      Branch: perl
7466            ! ext/Unicode/Normalize/Normalize.xs
7467 ____________________________________________________________________________
7468 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
7469         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
7470              From: John Peacock <jpeacock@rowman.com>     
7471              Date: Fri, 30 Nov 2001 10:24:00 -0500        
7472              Message-ID: <3C07A490.A22A76B0@rowman.com>   
7473      Branch: perl
7474            ! lib/ExtUtils/Embed.t
7475 ____________________________________________________________________________
7476 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
7477         Log: Tweak for the VOS building script from Paul Green.
7478      Branch: perl
7479            ! vos/configure_perl.cm
7480 ____________________________________________________________________________
7481 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
7482         Log: Update Changes.
7483      Branch: perl
7484            ! Changes patchlevel.h
7485 ____________________________________________________________________________
7486 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
7487         Log: Cannot test if cppstdin has not yet been installed.
7488      Branch: perl
7489            ! t/run/switchPx.t
7490 ____________________________________________________________________________
7491 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
7492         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
7493              From: Michael G Schwern <schwern@pobox.com> 
7494              Date: Thu, 29 Nov 2001 22:05:11 -0500
7495              Message-ID: <20011129220510.A18869@blackrider>
7496              
7497              TODO 1: if cppstdin is used and not yet installed,
7498              the Px.t will fail (must do the same as in cpp.t)
7499              
7500              TODO 2: does this work if no Perl whatsoever has
7501              yet been installed?  That is, we should be using
7502              the Perl we are building to execute the one-liner.
7503      Branch: perl
7504            + t/run/switchPx.aux t/run/switchPx.t
7505            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
7506            ! vms/test.com
7507 ____________________________________________________________________________
7508 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
7509         Log: Upgrade to Unicode::Normalize 0.12.
7510      Branch: perl
7511            ! ext/Unicode/Normalize/Changes
7512            ! ext/Unicode/Normalize/Normalize.pm
7513            ! ext/Unicode/Normalize/Normalize.xs
7514            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
7515            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
7516            ! ext/Unicode/Normalize/t/test.t
7517 ____________________________________________________________________________
7518 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
7519         Log: (replaced by #13391)
7520              
7521              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
7522              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
7523              Date: 30 Nov 2001 11:41:53 -0000             
7524              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
7525              
7526              No need to die if we have high-paranoia (non-chdirable)
7527              system directories.
7528      Branch: perl
7529            ! t/op/stat.t
7530 ____________________________________________________________________________
7531 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
7532         Log: Paragraph rewrapping.
7533      Branch: perl
7534            ! pod/perliol.pod
7535 ____________________________________________________________________________
7536 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
7537         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
7538              From: Stas Bekman <stas@stason.org>
7539              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
7540              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
7541      Branch: perl
7542            ! pod/perliol.pod
7543 ____________________________________________________________________________
7544 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
7545         Log: Whether select() gets restarted on signals is
7546              implementation dependent.
7547      Branch: perl
7548            ! ext/Time/HiRes/HiRes.t
7549 ____________________________________________________________________________
7550 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
7551         Log: More forgotten checkins.
7552      Branch: perl
7553            ! embed.h embed.pl proto.h
7554 ____________________________________________________________________________
7555 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
7556         Log: Add a note about folding vs lowercase.
7557      Branch: perl
7558            ! regexec.c
7559 ____________________________________________________________________________
7560 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
7561         Log: Use to_uni_fold (and add changed global.sym)
7562      Branch: perl
7563            ! global.sym utf8.c
7564 ____________________________________________________________________________
7565 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
7566         Log: Make to Unicode character functions to use UVs
7567              instead of U32s and add to_uni_fold().
7568      Branch: perl
7569            ! embed.pl proto.h utf8.c
7570 ____________________________________________________________________________
7571 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
7572         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
7573              From: Nicholas Clark <nick@ccl4.org>
7574              Date: Thu, 29 Nov 2001 22:47:32 +0000
7575              Message-ID: <20011129224732.W37621@plum.flirble.org>
7576      Branch: perl
7577            ! pod/perlpacktut.pod
7578 ____________________________________________________________________________
7579 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
7580         Log: README.vos updates from Paul Green.
7581      Branch: perl
7582            ! README.vos
7583 ____________________________________________________________________________
7584 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
7585         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
7586              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7587              Date: Thu, 29 Nov 2001 14:18:51 EST
7588              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
7589      Branch: perl
7590            ! mg.c vms/vms.c vms/vmsish.h
7591 ____________________________________________________________________________
7592 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
7593         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
7594              From: Michael G Schwern <schwern@pobox.com>
7595              Date: Thu, 29 Nov 2001 13:12:31 -0500
7596              Message-ID: <20011129131231.E11300@blackrider>
7597      Branch: perl
7598            ! README.vms
7599 ____________________________________________________________________________
7600 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
7601         Log: BGET_IV was missing.
7602      Branch: perl
7603            ! ext/ByteLoader/bytecode.h
7604 ____________________________________________________________________________
7605 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
7606         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
7607              From: Jonathan Stowe <gellyfish@gellyfish.com>
7608              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
7609              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
7610      Branch: perl
7611            ! lib/Term/Cap.pm
7612 ____________________________________________________________________________
7613 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
7614         Log: Porting/checkURL.pl was missing.
7615      Branch: perl
7616            ! MANIFEST
7617 ____________________________________________________________________________
7618 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
7619         Log: Subject: INSTALL and READMEs should be reviewed
7620              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7621              Date: Thu, 29 Nov 2001 16:49:36 +0100
7622              Message-ID: <20011129164936.A17492@rafael>         
7623      Branch: perl
7624            ! README.cygwin
7625 ____________________________________________________________________________
7626 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
7627         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
7628              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
7629              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
7630              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
7631      Branch: perl
7632            ! README.os390
7633 ____________________________________________________________________________
7634 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
7635         Log: Update Changes.
7636      Branch: perl
7637            ! Changes patchlevel.h
7638 ____________________________________________________________________________
7639 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
7640         Log: The changes to the curliffed files didn't stick in #13348.
7641      Branch: perl
7642            ! README.dos README.win32
7643 ____________________________________________________________________________
7644 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
7645         Log: Subject: Re: Found the rev where File::Glob broke
7646              From: Andy Dougherty <doughera@lafayette.edu>
7647              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
7648              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
7649      Branch: perl
7650            ! lib/ExtUtils/MM_Unix.pm
7651 ____________________________________________________________________________
7652 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
7653         Log: Use __DATA__ instead of __END__.
7654      Branch: perl
7655            ! lib/Term/Cap.pm
7656 ____________________________________________________________________________
7657 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
7658         Log: Subject: [PATCH toke.c] autosplit into @F fix
7659              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7660              Date: Thu, 29 Nov 2001 14:52:23 +0100
7661              Message-ID: <20011129145223.A25817@rafael>         
7662      Branch: perl
7663            ! toke.c
7664 ____________________________________________________________________________
7665 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
7666         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
7667              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7668              Date: Thu, 29 Nov 2001 15:48:15 +0100
7669              Message-ID: <20011129154815.C25817@rafael>         
7670      Branch: perl
7671            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
7672 ____________________________________________________________________________
7673 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
7674         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
7675              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
7676              Date: Wed, 28 Nov 2001 20:35:29 +0100
7677              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
7678      Branch: perl
7679            ! pod/perlpacktut.pod
7680 ____________________________________________________________________________
7681 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
7682         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
7683              From: Stas Bekman <stas@stason.org>
7684              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
7685              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
7686              
7687              (with tweaks)
7688      Branch: perl
7689            ! pod/perlapio.pod
7690 ____________________________________________________________________________
7691 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
7692         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
7693              From: Tels <perl_dummy@bloodgate.com>
7694              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
7695              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
7696              
7697              (plus paragraph rewrapping)
7698      Branch: perl
7699            ! lib/Exporter.pm
7700 ____________________________________________________________________________
7701 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
7702         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
7703              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
7704              Date: Wed, 28 Nov 2001 21:47:59 +0000
7705              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
7706      Branch: perl
7707            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
7708 ____________________________________________________________________________
7709 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
7710         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
7711              From: Andy Dougherty <doughera@lafayette.edu>
7712              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
7713              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
7714      Branch: perl
7715            ! INSTALL ext/Time/HiRes/HiRes.t
7716 ____________________________________________________________________________
7717 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
7718         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
7719              From: Michael G Schwern <schwern@pobox.com> 
7720              Date: Wed, 28 Nov 2001 16:37:01 -0500
7721              Message-ID: <20011128163701.H676@blackrider>
7722      Branch: perl
7723            ! t/run/kill_perl.t
7724 ____________________________________________________________________________
7725 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
7726         Log: @INC tweak.
7727      Branch: perl
7728            ! t/op/ref.t
7729 ____________________________________________________________________________
7730 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
7731         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
7732              From: Nicholas Clark <nick@ccl4.org>
7733              Date: Wed, 28 Nov 2001 23:38:43 +0000
7734              Message-ID: <20011128233843.N37621@plum.flirble.org>  
7735      Branch: perl
7736            ! installman
7737 ____________________________________________________________________________
7738 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
7739         Log: Tweak the forking logic.
7740      Branch: perl
7741            ! Porting/checkURL.pl
7742 ____________________________________________________________________________
7743 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
7744         Log: Update perlmodlib.PL as per #13348.  The L<> got
7745              changed back because that is coming from ParseLink.pm.
7746      Branch: perl
7747            ! pod/perlmodlib.PL pod/perlmodlib.pod
7748 ____________________________________________________________________________
7749 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
7750         Log: URL fixups from Michael Schwern.
7751      Branch: perl
7752            ! README.cygwin README.dos README.hpux README.mint README.mpeix
7753            ! README.os390 README.qnx README.solaris README.vos README.win32
7754            ! pod/perlmodlib.pod
7755 ____________________________________________________________________________
7756 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
7757         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
7758              From: Barrie Slaymaker <barries@slaysys.com>
7759              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
7760              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
7761      Branch: perl
7762            ! lib/Exporter.pm
7763 ____________________________________________________________________________
7764 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
7765         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
7766      Branch: perl
7767            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
7768 ____________________________________________________________________________
7769 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
7770         Log: Subject: [PATCH] Re: $\ very broken
7771              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7772              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
7773              Message-ID: <20011128223308.E732@rafael>   
7774              
7775              Subject: Re: [PATCH] Re: $\ very broken     
7776              From: Nicholas Clark <nick@ccl4.org>
7777              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
7778              Message-ID: <20011128222859.K37621@plum.flirble.org>
7779      Branch: perl
7780            ! mg.c t/op/ref.t
7781 ____________________________________________________________________________
7782 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
7783         Log: Add Abigail's link checker with the following tweaks:
7784              - known dummy URLs (Peter Prymmer)
7785              - do also READMEs and INSTALL (Michael Schwern)
7786              - do also ftp URLs
7787              - add fork retry loop in case the allowed number
7788              of processes per user is low
7789      Branch: perl
7790            + Porting/checkURL.pl
7791            ! MANIFEST
7792 ____________________________________________________________________________
7793 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
7794         Log: Update Changes.
7795      Branch: perl
7796            ! Changes patchlevel.h
7797 ____________________________________________________________________________
7798 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
7799         Log: In Linux if we have modern enough gcc and supported
7800              enough CPU, crank up the optimization level to -O3.
7801      Branch: perl
7802            ! hints/linux.sh
7803 ____________________________________________________________________________
7804 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
7805         Log: Add perlpacktut from Wolfgang Laun; regen toc.
7806      Branch: perl
7807            + pod/perlpacktut.pod
7808            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
7809            ! pod/perltoc.pod
7810 ____________________________________________________________________________
7811 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
7812         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
7813              From: PPrymmer@factset.com
7814              Date: Wed, 28 Nov 2001 07:51:26 -0500
7815              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
7816      Branch: perl
7817            ! vms/test.com
7818 ____________________________________________________________________________
7819 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
7820         Log: Test cases for the first half of #13338.
7821      Branch: perl
7822            ! t/lib/h2ph.h t/lib/h2ph.pht
7823 ____________________________________________________________________________
7824 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
7825         Log: Subject: Re: h2ph confused by comments in an enum.
7826              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
7827              Date: Wed, 28 Nov 2001 04:19:21 +0000
7828              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
7829              
7830              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
7831              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
7832              Date: Wed, 28 Nov 2001 13:36:35 +0000
7833              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
7834      Branch: perl
7835            ! utils/h2ph.PL
7836 ____________________________________________________________________________
7837 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
7838         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
7839              From: Jonathan Stowe <gellyfish@gellyfish.com>
7840              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
7841              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
7842              
7843              (replace #13327)
7844      Branch: perl
7845            ! lib/Term/Cap.pm
7846 ____________________________________________________________________________
7847 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
7848         Log: Replace #13335 with
7849              
7850              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
7851              From: Russ Allbery <rra@stanford.edu>
7852              Date: 27 Nov 2001 20:42:49 -0800
7853              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
7854      Branch: perl
7855            ! lib/Pod/Text/Termcap.pm
7856 ____________________________________________________________________________
7857 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
7858         Log: (replaced by #13336)
7859              
7860              Subject: [PATCH perl@13323] Termcap.pm with no termios
7861              From: "Craig A. Berry" <craigberry@mac.com> 
7862              Date: Tue, 27 Nov 2001 22:28:50 -0600
7863              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
7864      Branch: perl
7865            ! lib/Pod/Text/Termcap.pm
7866 ____________________________________________________________________________
7867 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
7868         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
7869              From: "Craig A. Berry" <craigberry@mac.com> 
7870              Date: Tue, 27 Nov 2001 21:46:45 -0600
7871              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
7872      Branch: perl
7873            ! configure.com
7874 ____________________________________________________________________________
7875 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
7876         Log: Upgrade to podlators 1.17.
7877      Branch: perl
7878            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
7879            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
7880 ____________________________________________________________________________
7881 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
7882         Log: Fix for "a\x{100}" =~ /A/i.
7883      Branch: perl
7884            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
7885            ! utf8.c
7886 ____________________________________________________________________________
7887 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
7888         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
7889              From: "Craig A. Berry" <craigberry@mac.com>
7890              Date: Tue, 27 Nov 2001 17:11:49 -0600
7891              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
7892      Branch: perl
7893            ! lib/DB.t
7894 ____________________________________________________________________________
7895 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
7896         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
7897              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7898              Date: Tue, 27 Nov 2001 14:55:23 -0500
7899              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
7900              
7901              Subject: [PATCH: perl@13324] updates to perldelta.pod 
7902              From: PPrymmer@factset.com
7903              Date: Tue, 27 Nov 2001 18:06:04 -0500
7904              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
7905              
7906              plus added some known problems.
7907      Branch: perl
7908            ! pod/perldelta.pod
7909 ____________________________________________________________________________
7910 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
7911         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
7912              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7913              Date: Tue, 27 Nov 2001 15:38:02 EST 
7914              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
7915      Branch: perl
7916            ! configure.com vms/vms.c vms/vmsish.h
7917 ____________________________________________________________________________
7918 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
7919         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
7920              From: Michael G Schwern <schwern@pobox.com> 
7921              Date: Tue, 27 Nov 2001 15:31:12 -0500
7922              Message-ID: <20011127153112.G20929@blackrider>
7923      Branch: perl
7924            ! t/run/kill_perl.t
7925 ____________________________________________________________________________
7926 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
7927         Log: (replaced by #13337)
7928              
7929              VMS can safely hardcode a termcap entry for VT100.
7930      Branch: perl
7931            ! lib/Term/Cap.pm
7932 ____________________________________________________________________________
7933 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
7934         Log: VMS piping fixes from Charles Lane (perl -P should
7935              be working now).
7936      Branch: perl
7937            ! vms/vms.c
7938 ____________________________________________________________________________
7939 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
7940         Log: Subject: [PATCH] perlvar.pod fix
7941              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7942              Date: Tue, 27 Nov 2001 13:11:47 -0500
7943              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
7944      Branch: perl
7945            ! pod/perlvar.pod
7946 ____________________________________________________________________________
7947 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
7948         Log: Update Changes.
7949      Branch: perl
7950            ! Changes patchlevel.h
7951 ____________________________________________________________________________
7952 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
7953         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
7954              From: "Craig A. Berry" <craigberry@mac.com> 
7955              Date: Tue, 27 Nov 2001 10:21:18 -0600
7956              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
7957      Branch: perl
7958            ! lib/ExtUtils/MM_VMS.pm
7959 ____________________________________________________________________________
7960 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
7961         Log: Protect against accumulating -options -options -options.
7962      Branch: perl
7963            ! hints/hpux.sh
7964 ____________________________________________________________________________
7965 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
7966         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
7967              From: Barrie Slaymaker <barries@slaysys.com>
7968              Date: Tue, 27 Nov 2001 10:58:54 -0500
7969              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
7970      Branch: perl
7971            ! lib/Benchmark.pm
7972 ____________________________________________________________________________
7973 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
7974         Log: Tiny fix from John P. Linderman.
7975      Branch: perl
7976            ! lib/sort.pm
7977 ____________________________________________________________________________
7978 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
7979         Log: The Story of sort(), from John P. Linderman.
7980      Branch: perl
7981            ! pod/perldelta.pod
7982 ____________________________________________________________________________
7983 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
7984         Log: Add information what to do if you are reading
7985              perluniintro but using some older Perl.
7986      Branch: perl
7987            ! pod/perluniintro.pod
7988 ____________________________________________________________________________
7989 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
7990         Log: Update the 'wide characters' FAQ entry.
7991      Branch: perl
7992            ! pod/perlfaq6.pod
7993 ____________________________________________________________________________
7994 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
7995         Log: Fix for
7996              
7997              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
7998              From: Marc Lehmann <root@schmorp.de>
7999              Date: Tue, 27 Nov 2001 14:27:14 +0100
8000              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
8001      Branch: perl
8002            ! ext/Encode.t ext/Encode/Encode.xs
8003 ____________________________________________________________________________
8004 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
8005         Log: Subject: [PATCH] DB_File 1.801
8006              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8007              Date: Tue, 27 Nov 2001 15:06:45 -0000
8008              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
8009      Branch: perl
8010            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8011            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
8012 ____________________________________________________________________________
8013 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
8014         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
8015      Branch: perl
8016            ! pod/perlmodlib.pod
8017 ____________________________________________________________________________
8018 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
8019         Log: sort() doc tweaks from John P. Linderman.
8020      Branch: perl
8021            ! pod/perlfunc.pod
8022 ____________________________________________________________________________
8023 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
8024         Log: Subject: [PATCH] More perldelta.pod nits
8025              From: Simon Glover <scog@roe.ac.uk>
8026              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
8027              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
8028      Branch: perl
8029            ! pod/perldelta.pod
8030 ____________________________________________________________________________
8031 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
8032         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
8033              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8034              Date: Tue, 27 Nov 2001 11:52:31 -0000
8035              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
8036      Branch: perl
8037            ! ext/Devel/PPPort/harness/Makefile.PL
8038 ____________________________________________________________________________
8039 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
8040         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
8041              From: Michael G Schwern <schwern@pobox.com>
8042              Date: Tue, 27 Nov 2001 03:38:24 -0500
8043              Message-ID: <20011127033824.A17775@blackrider>
8044      Branch: perl
8045            ! t/TEST
8046 ____________________________________________________________________________
8047 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
8048         Log: Subject: Re: perlcc very broken
8049              From: John Peacock <jpeacock@rowman.com>
8050              Date: Tue, 27 Nov 2001 06:48:01 -0500
8051              Message-ID: <3C037D71.4030508@rowman.com>
8052      Branch: perl
8053            ! utils/perlcc.PL
8054 ____________________________________________________________________________
8055 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
8056         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
8057              From: David Dyck <dcd@tc.fluke.com>
8058              Date: Mon, 26 Nov 2001 22:04:38 -0800
8059              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
8060      Branch: perl
8061            ! t/op/pack.t
8062 ____________________________________________________________________________
8063 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
8064         Log: Subject: [ID 20011126.149] t/op/split fails step 37
8065              From: David Dyck <dcd@tc.fluke.com>
8066              Date: Mon, 26 Nov 2001 21:52:35 -0800
8067              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
8068      Branch: perl
8069            ! t/op/split.t
8070 ____________________________________________________________________________
8071 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
8072         Log: incorporate last minute change from libnet 1.0901-tobe
8073      Branch: perl
8074            ! lib/Net/SMTP.pm
8075 ____________________________________________________________________________
8076 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
8077         Log: Pass 7 at perldelta - random edits.
8078      Branch: perl
8079            ! pod/perldelta.pod
8080 ____________________________________________________________________________
8081 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
8082         Log: Portability and skippage tweaks.
8083      Branch: perl
8084            ! t/op/split.t
8085 ____________________________________________________________________________
8086 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
8087         Log: (retracted by #13449)
8088              Try to make Unicode casemapping to work for EBCDIC, too.
8089      Branch: perl
8090            ! utf8.c
8091 ____________________________________________________________________________
8092 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
8093         Log: Just printing 1..0 is not quite enough...
8094      Branch: perl
8095            ! lib/Dumpvalue.t
8096 ____________________________________________________________________________
8097 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
8098         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
8099              Delay the match until runtime.
8100      Branch: perl
8101            ! t/op/append.t
8102 ____________________________________________________________________________
8103 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
8104         Log: UTF-EBCDIC.
8105      Branch: perl
8106            ! ext/Devel/Peek/Peek.t
8107 ____________________________________________________________________________
8108 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
8109         Log: Be UTF-EBCDIC aware.
8110      Branch: perl
8111            ! lib/bytes.t
8112 ____________________________________________________________________________
8113 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
8114         Log: Bad assumption which way digits and letters sort.
8115      Branch: perl
8116            ! lib/English.t
8117 ____________________________________________________________________________
8118 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
8119         Log: If in EBCDIC but no Convert::EBCDIC
8120              the libnet tests will all fail.
8121      Branch: perl
8122            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
8123            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
8124            ! lib/Net/t/smtp.t lib/Net/t/time.t
8125 ____________________________________________________________________________
8126 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
8127         Log: Just sorting to guarantee order is not enough.
8128              (Think EBCDIC.) 
8129      Branch: perl
8130            ! lib/ExtUtils/Manifest.t
8131 ____________________________________________________________________________
8132 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
8133         Log: OS/390 cleanable gunk.
8134      Branch: perl
8135            ! lib/ExtUtils/MM_Unix.pm
8136 ____________________________________________________________________________
8137 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
8138         Log: Update the EBCDIC MD5 checksums.
8139      Branch: perl
8140            ! ext/Digest/MD5/t/files.t
8141 ____________________________________________________________________________
8142 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
8143         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
8144              From: Nicholas Clark <nick@ccl4.org>
8145              Date: Mon, 26 Nov 2001 23:06:34 +0000
8146              Message-ID: <20011126230633.Q37621@plum.flirble.org>
8147      Branch: perl
8148            ! installman
8149 ____________________________________________________________________________
8150 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
8151         Log: sort tweaks from John P. Linderman.
8152      Branch: perl
8153            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
8154 ____________________________________________________________________________
8155 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
8156         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
8157              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
8158              Date: Mon, 26 Nov 2001 18:47:25 -0600
8159              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
8160              
8161              Craig Berry submitted half of this patch just yesterday.
8162              Spooky cosmic resonance.
8163      Branch: perl
8164            ! ext/Socket/Socket.xs
8165 ____________________________________________________________________________
8166 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
8167         Log: Subject: [PATCH] doio slightly smaller
8168              From: Nicholas Clark <nick@ccl4.org>
8169              Date: Tue, 27 Nov 2001 00:40:23 +0000      
8170              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
8171      Branch: perl
8172            ! doio.c
8173 ____________________________________________________________________________
8174 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
8175         Log: perldelta nits from Autrijus Tang and Ron Kimball.
8176      Branch: perl
8177            ! pod/perldelta.pod
8178 ____________________________________________________________________________
8179 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
8180         Log: Subject: [PATCH] unpack P* uses random length for item
8181              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
8182              Date: Mon, 26 Nov 2001 19:56:32 +0100
8183              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
8184      Branch: perl
8185            ! pod/perldiag.pod pp_pack.c t/op/pack.t
8186 ____________________________________________________________________________
8187 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
8188         Log: Subject: [PATCH current] system and taintedness
8189              From: Radu Greab <radu@netsoft.ro>
8190              Date: Mon, 26 Nov 2001 18:42:29 +0200
8191              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
8192      Branch: perl
8193            ! pp_sys.c t/op/taint.t
8194 ____________________________________________________________________________
8195 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
8196         Log: Subject: [PATCH @ 13283] Devel::PPPort
8197              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8198              Date: Mon, 26 Nov 2001 14:37:17 -0000
8199              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
8200      Branch: perl
8201            + ext/Devel/PPPort/MANIFEST
8202            ! MANIFEST ext/Devel/PPPort/Makefile.PL
8203            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
8204            ! ext/Devel/PPPort/harness/Harness.xs
8205            ! ext/Devel/PPPort/harness/Makefile.PL
8206            ! ext/Devel/PPPort/harness/module2.c
8207            ! ext/Devel/PPPort/harness/module3.c
8208            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
8209 ____________________________________________________________________________
8210 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
8211         Log: Update the test list.
8212      Branch: perl
8213            ! t/lib/1_compile.t
8214 ____________________________________________________________________________
8215 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
8216         Log: Sync-up tests with libnet distribution
8217      Branch: perl
8218            + lib/Net/t/netrc.t
8219            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
8220 ____________________________________________________________________________
8221 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
8222         Log: Update Changes.
8223      Branch: perl
8224            ! Changes patchlevel.h
8225 ____________________________________________________________________________
8226 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
8227         Log: Upgrade to podlators 1.16.
8228      Branch: perl
8229            + lib/Pod/t/basic.cap
8230            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
8231            ! lib/Pod/t/basic.t pod/pod2man.PL
8232 ____________________________________________________________________________
8233 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
8234         Log: Pass 6 at perldelta - sort enhancements, generic and
8235              platform specific bug fixes.
8236      Branch: perl
8237            ! pod/perldelta.pod
8238 ____________________________________________________________________________
8239 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
8240         Log: PROPAGATE documentation from Tony Cook.
8241      Branch: perl
8242            ! pod/perlfunc.pod
8243 ____________________________________________________________________________
8244 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
8245         Log: DJGPP cannot do signals that well.
8246      Branch: perl
8247            ! ext/POSIX/t/sigaction.t
8248 ____________________________________________________________________________
8249 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
8250         Log: Can't do subsecond alarms without ualarm; and break out
8251              early if alarms do not seem to be coming in as expected.
8252      Branch: perl
8253            ! ext/Time/HiRes/HiRes.t
8254 ____________________________________________________________________________
8255 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
8256         Log: No Socket, little Net.
8257      Branch: perl
8258            ! t/lib/1_compile.t
8259 ____________________________________________________________________________
8260 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
8261         Log: Take the taint brush to the getcwds.
8262      Branch: perl
8263            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
8264 ____________________________________________________________________________
8265 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
8266         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
8267              From: "Craig A. Berry" <craigberry@mac.com>
8268              Date: Sun, 25 Nov 2001 16:20:45 -0600
8269              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
8270      Branch: perl
8271            ! ext/Socket/Socket.xs
8272 ____________________________________________________________________________
8273 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
8274         Log: Since in some DOS filesystems the timestamp granularity
8275              may be only two seconds, better sleep for three to play safe.
8276              (Helps CygWin, at least.)
8277      Branch: perl
8278            ! lib/Memoize/t/expire_file.t
8279 ____________________________________________________________________________
8280 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
8281         Log: For some reason CygWin wasn't collapsing multiple
8282              slashes into one, which made some Spec.t tests to fail.
8283              Either CygWin was being too prudish or the collapsing
8284              logic needs to be rethunk.
8285      Branch: perl
8286            ! lib/File/Spec/Unix.pm
8287 ____________________________________________________________________________
8288 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
8289         Log: Cygwin needs to have libperl.dll around if trying to link
8290              with -lperl.  Note: this change cures the test but whether
8291              it cures CygPerl installation, I don't know: hopefully the
8292              libperl5_7_2.dll, or the version equivalent, gets installed
8293              also as libperl.dll to the proper place(s).
8294      Branch: perl
8295            ! lib/ExtUtils/Embed.t
8296 ____________________________________________________________________________
8297 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
8298         Log: -I../lib/.. and -L../lib/..?  Strange.
8299      Branch: perl
8300            ! lib/ExtUtils/Embed.t
8301 ____________________________________________________________________________
8302 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
8303         Log: $MM?
8304      Branch: perl
8305            ! lib/ExtUtils/Embed.pm
8306 ____________________________________________________________________________
8307 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
8308         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
8309              From: Dave Rolsky <autarch@urth.org>
8310              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
8311              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
8312      Branch: perl
8313            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
8314            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
8315 ____________________________________________________________________________
8316 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
8317         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
8318              From: chromatic <chromatic@rmci.net>
8319              Date: Sat, 24 Nov 2001 14:56:57 -0700
8320              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
8321              
8322              plus a tweak for ithreads builds.
8323      Branch: perl
8324            + lib/DB.t
8325            ! MANIFEST lib/DB.pm
8326 ____________________________________________________________________________
8327 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
8328         Log: Win32 compilation tweaks for Blair Zajac.
8329      Branch: perl
8330            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
8331 ____________________________________________________________________________
8332 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
8333         Log: I don't think trying to bracket the hires time with lores
8334              times is going to be portable enough: Cygwin seems to be
8335              capable of getting hires ones rather consistently lower
8336              than the lores ones.  So let's try average difference instead.
8337      Branch: perl
8338            ! ext/Time/HiRes/HiRes.t
8339 ____________________________________________________________________________
8340 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
8341         Log: Subject: Re: benchmarks, sorts and reproducibility
8342              From: "John P. Linderman" <jpl@research.att.com>
8343              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
8344              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
8345              
8346              Randomize large partitions for quicksort to dodge the
8347              angry gods of quadratic.
8348      Branch: perl
8349            ! pp_sort.c
8350 ____________________________________________________________________________
8351 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
8352         Log: The joys of portable quoting.
8353      Branch: perl
8354            ! ext/Devel/PPPort/harness/Makefile.PL
8355 ____________________________________________________________________________
8356 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
8357         Log: sort pragma tweaks.
8358      Branch: perl
8359            ! lib/sort.pm
8360 ____________________________________________________________________________
8361 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
8362         Log: Skip the link= directives of utils.lst if no mandir
8363              (if no manpages).
8364      Branch: perl
8365            ! installman
8366 ____________________________________________________________________________
8367 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
8368         Log: integrate changes#8340,13260 from mainline
8369              
8370              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
8371              
8372              change#3373 introduced a handle leak in backticks and piped open()s
8373              that fail
8374      Branch: maint-5.6/perl
8375            ! t/io/pipe.t util.c
8376 ____________________________________________________________________________
8377 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
8378         Log: change#3373 introduced a handle leak in backticks and piped open()s
8379              that fail
8380      Branch: perl
8381            ! util.c
8382 ____________________________________________________________________________
8383 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
8384         Log: metaconfig unit change for #13258.
8385      Branch: metaconfig/U/perl
8386            ! d_procselfexe.U
8387 ____________________________________________________________________________
8388 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
8389         Log: Extraenous breaks noticed by David Dyck.
8390      Branch: perl
8391            ! Configure
8392 ____________________________________________________________________________
8393 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
8394         Log: Revert the /proc/self/auxv experiment for now.
8395      Branch: perl
8396            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
8397 ____________________________________________________________________________
8398 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
8399         Log: Also ExtUtils.t had $^X assumptions.
8400      Branch: perl
8401            ! lib/ExtUtils.t
8402 ____________________________________________________________________________
8403 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
8404         Log: Now is Solaris if you start the t/perl in the t/
8405              as "./perl", the $^X will be "../perl", not "./perl".
8406      Branch: perl
8407            ! t/lib/1_compile.t
8408 ____________________________________________________________________________
8409 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
8410         Log: The new way of finding out $^X in Solaris
8411              requires a little tweak if the executable
8412              pathname is *not* absolute: prepend "./"
8413              (otherwise `$^X ...` will start perl from PATH...)
8414      Branch: perl
8415            ! perl.c
8416 ____________________________________________________________________________
8417 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
8418         Log: Avoid "will not stay shared" warnings.
8419      Branch: perl
8420            ! lib/ExtUtils/MM_Unix.pm
8421 ____________________________________________________________________________
8422 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
8423         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
8424              From: Michael G Schwern <schwern@pobox.com>
8425              Date: Sat, 24 Nov 2001 19:56:18 -0500
8426              Message-ID: <20011124195618.A14614@blackrider>            
8427      Branch: perl
8428            ! perl.c pp_sys.c t/op/magic.t util.c
8429 ____________________________________________________________________________
8430 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
8431         Log: In the MakeMaker pm_to_blib target don't copy all
8432              the files in one fell swppo, deal with them hunkwise,
8433              helps for CLIs with limited line lengths.
8434              (This seems to help for DJGPP building Encode,
8435              where there are dozens of files to copy.)
8436      Branch: perl
8437            ! lib/ExtUtils/MM_Unix.pm
8438 ____________________________________________________________________________
8439 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
8440         Log: testsuite leaves stray files behind on windows
8441      Branch: perl
8442            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
8443 ____________________________________________________________________________
8444 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
8445         Log: xsubpp produces a spurious warning on directories called 'typemap'
8446      Branch: perl
8447            ! lib/ExtUtils/xsubpp
8448 ____________________________________________________________________________
8449 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
8450         Log: xsubpp treats invalid (indented) cpp directives as comments
8451      Branch: perl
8452            ! ext/IO/IO.xs
8453 ____________________________________________________________________________
8454 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
8455         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
8456      Branch: perl
8457            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
8458 ____________________________________________________________________________
8459 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
8460         Log: The debug_pag needs to be visible at all times
8461              because of the re extension.
8462      Branch: perl
8463            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
8464 ____________________________________________________________________________
8465 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
8466         Log: Subject: Re: [PATCH] Tests are good
8467              From: Philip Newton <Philip.Newton@gmx.net>
8468              Date: Sat, 24 Nov 2001 21:24:00 +0100
8469              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
8470      Branch: perl
8471            ! pod/perlhack.pod
8472 ____________________________________________________________________________
8473 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
8474         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
8475              From: "Craig A. Berry" <craigberry@mac.com> 
8476              Date: Sat, 24 Nov 2001 12:45:44 -0600
8477              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
8478              
8479              (with tweaks, and combined with Sarathy's #13242)
8480      Branch: perl
8481            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
8482 ____________________________________________________________________________
8483 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
8484         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
8485              From: John Peacock <jpeacock@rowman.com>
8486              Date: Sat, 24 Nov 2001 14:27:46 -0500
8487              Message-ID: <3BFFF4B2.40509@rowman.com> 
8488      Branch: perl
8489            ! lib/Exporter/Heavy.pm
8490 ____________________________________________________________________________
8491 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
8492         Log: use portable quotes
8493      Branch: perl
8494            ! ext/Devel/PPPort/harness/Makefile.PL
8495 ____________________________________________________________________________
8496 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
8497         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
8498              From: Nicholas Clark <nick@ccl4.org>
8499              Date: Sat, 24 Nov 2001 18:06:26 +0000
8500              Message-ID: <20011124180626.T37621@plum.flirble.org>
8501      Branch: perl
8502            ! installman
8503 ____________________________________________________________________________
8504 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
8505         Log: Subject: [PATCH] perl5005delta.pod L<>
8506              From: Nicholas Clark <nick@ccl4.org>
8507              Date: Sat, 24 Nov 2001 18:04:21 +0000
8508              Message-ID: <20011124180421.S37621@plum.flirble.org>
8509      Branch: perl
8510            ! pod/perl5005delta.pod
8511 ____________________________________________________________________________
8512 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
8513         Log: fix typo in config.vc; regenerate win32 config_H.* files
8514      Branch: perl
8515            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8516            ! win32/config_H.vc
8517 ____________________________________________________________________________
8518 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
8519         Log: Mention the charnames::vianame().
8520      Branch: perl
8521            ! pod/perluniintro.pod
8522 ____________________________________________________________________________
8523 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
8524         Log: Add charnames::vianame() in case people want to access
8525              the codes in run-time (as opposed to the compile-timeness
8526              of \N{...}).
8527      Branch: perl
8528            ! lib/charnames.pm lib/charnames.t
8529 ____________________________________________________________________________
8530 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
8531         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
8532              From: Nicholas Clark <nick@ccl4.org>
8533              Date: Sat, 24 Nov 2001 16:30:42 +0000
8534              Message-ID: <20011124163042.R37621@plum.flirble.org>
8535      Branch: perl
8536            ! regcomp.c regcomp.h
8537 ____________________________________________________________________________
8538 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
8539         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
8540              From: Nicholas Clark <nick@ccl4.org>
8541              Date: Sat, 24 Nov 2001 16:24:33 +0000
8542              Message-ID: <20011124162433.Q37621@plum.flirble.org>
8543              
8544              cmp fixes.
8545      Branch: perl
8546            ! pp.c
8547 ____________________________________________________________________________
8548 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
8549         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
8550              (It seems that "./perl" gets resolved to "perl" now.)
8551      Branch: perl
8552            ! perl.c
8553 ____________________________________________________________________________
8554 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
8555         Log: Subject: [PATCH] DB_File 1.800        
8556              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
8557              Date: Sat, 24 Nov 2001 11:41:41 -0000
8558              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
8559      Branch: perl
8560            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8561            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
8562            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
8563            ! ext/DB_File/t/db-recno.t
8564 ____________________________________________________________________________
8565 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
8566         Log: Tweak the PUSHED documentation.
8567      Branch: perl
8568            ! ext/PerlIO/Via/Via.pm
8569 ____________________________________________________________________________
8570 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
8571         Log: Update 1_compile for new known tests.
8572      Branch: perl
8573            ! t/lib/1_compile.t
8574 ____________________________________________________________________________
8575 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
8576         Log: Move the MBF/MBI test modules to t/lib.
8577      Branch: perl
8578            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
8579            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
8580            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
8581            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
8582            ! lib/Math/BigInt/t/sub_mbi.t
8583 ____________________________________________________________________________
8584 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
8585         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
8586              From: "Craig A. Berry" <craigberry@mac.com> 
8587              Date: Fri, 23 Nov 2001 18:05:35 -0600
8588              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
8589      Branch: perl
8590            ! configure.com
8591 ____________________________________________________________________________
8592 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
8593         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
8594              From: PPrymmer@factset.com 
8595              Date: Fri, 23 Nov 2001 17:03:07 -0500
8596              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
8597      Branch: perl
8598            ! ext/Unicode/Normalize/mkheader
8599 ____________________________________________________________________________
8600 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
8601         Log: Here are the right helper files.
8602      Branch: perl
8603            + t/lib/Filter/Simple/ExportTest.pm
8604            + t/lib/Filter/Simple/FilterOnlyTest.pm
8605            + t/lib/Filter/Simple/FilterTest.pm
8606            + t/lib/Filter/Simple/ImportTest.pm
8607            ! MANIFEST
8608 ____________________________________________________________________________
8609 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
8610         Log: Update Changes.
8611      Branch: perl
8612            ! Changes patchlevel.h
8613 ____________________________________________________________________________
8614 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
8615         Log: Never mind.
8616      Branch: perl
8617            - lib/Filter/Simple/lib/ExportTest.pm
8618            - lib/Filter/Simple/lib/ImportTest.pm
8619 ____________________________________________________________________________
8620 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
8621         Log: Mis-add.
8622      Branch: perl
8623            + lib/Filter/Simple/lib/ExportTest.pm
8624            + lib/Filter/Simple/lib/ImportTest.pm
8625 ____________________________________________________________________________
8626 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
8627         Log: Upgrade to Filter::Simple 0.77.
8628      Branch: perl
8629            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
8630            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
8631            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
8632            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
8633            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
8634 ____________________________________________________________________________
8635 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
8636         Log: Missing p4 add.
8637      Branch: perl
8638            + lib/ExtUtils/MM_VMS.t
8639 ____________________________________________________________________________
8640 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
8641         Log: Pass 5 at perldelta - module and utility updates cleanup.
8642      Branch: perl
8643            ! pod/perldelta.pod
8644 ____________________________________________________________________________
8645 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
8646         Log: metaconfig unit change for #13219.
8647      Branch: metaconfig/U/perl
8648            ! d_procselfexe.U
8649 ____________________________________________________________________________
8650 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
8651         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
8652      Branch: perl
8653            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8654            ! pod/buildtoc.PL pod/perltoc.pod
8655 ____________________________________________________________________________
8656 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
8657         Log: Add procselfexe and d_dirfd to strange lands.
8658      Branch: perl
8659            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
8660            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
8661            ! vos/config.ga.def vos/config.ga.h win32/config.bc
8662            ! win32/config.gc win32/config.vc win32/config.win64
8663            ! wince/config.ce
8664 ____________________________________________________________________________
8665 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
8666         Log: metaconfig unit change for #13216.
8667      Branch: metaconfig/U/perl
8668            ! d_procselfexe.U
8669 ____________________________________________________________________________
8670 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
8671         Log: Better to "quote" the pathname.
8672      Branch: perl
8673            ! Configure config_h.SH
8674 ____________________________________________________________________________
8675 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
8676         Log: Use PROCSELFEXE_PATH.
8677      Branch: perl
8678            ! perl.c
8679 ____________________________________________________________________________
8680 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
8681         Log: metaconfig unit change for #13213.
8682      Branch: metaconfig/U/perl
8683            ! d_procselfexe.U
8684 ____________________________________________________________________________
8685 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
8686         Log: Add probing for BSD-like /proc/curpoc/file.
8687      Branch: perl
8688            ! Configure config_h.SH
8689 ____________________________________________________________________________
8690 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
8691         Log: metaconfig unit change for 13211.
8692      Branch: metaconfig/U/perl
8693            + d_dirfd.U
8694 ____________________________________________________________________________
8695 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
8696         Log: Add probing for dirfd() so that it can be added it IO::Dir.
8697      Branch: perl
8698            ! Configure config_h.SH perl.h
8699 ____________________________________________________________________________
8700 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
8701         Log: ...and update the test count.
8702      Branch: perl
8703            ! lib/Pod/t/basic.t
8704 ____________________________________________________________________________
8705 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
8706         Log: Must remove the cap test also from the test script.
8707      Branch: perl
8708            ! lib/Pod/t/basic.t
8709 ____________________________________________________________________________
8710 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
8711         Log: Subject: [PATCH] Tests are good
8712              From: Nicholas Clark <nick@ccl4.org>
8713              Date: Fri, 23 Nov 2001 18:12:21 +0000
8714              Message-ID: <20011123181220.F37621@plum.flirble.org>
8715      Branch: perl
8716            ! pod/perlhack.pod
8717 ____________________________________________________________________________
8718 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
8719         Log: The basic.cap from podlators 1.14 is not very portable.
8720      Branch: perl
8721            - lib/Pod/t/basic.cap
8722            ! MANIFEST
8723 ____________________________________________________________________________
8724 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
8725         Log: Subject: Re: [DOC PATCHES] pod cleanups
8726              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
8727              Date: 22 Nov 2001 12:54:16 -0000
8728              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
8729      Branch: perl
8730            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
8731            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
8732 ____________________________________________________________________________
8733 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
8734         Log: FAQ sync.
8735      Branch: perl
8736            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
8737 ____________________________________________________________________________
8738 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
8739         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
8740              From: PPrymmer@factset.com
8741              Date: Fri, 23 Nov 2001 11:43:45 -0500
8742              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
8743      Branch: perl
8744            ! MANIFEST lib/ExtUtils/MM_VMS.pm
8745 ____________________________________________________________________________
8746 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
8747         Log: Corify podlators 1.14 test.
8748      Branch: perl
8749            ! lib/Pod/t/basic.t
8750 ____________________________________________________________________________
8751 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
8752         Log: Output tweak needed because of podlators 1.14.
8753      Branch: perl
8754            ! t/pod/multiline_items.xr
8755 ____________________________________________________________________________
8756 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
8757         Log: Upgrade to podlators 1.14.
8758      Branch: perl
8759            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
8760            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
8761            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
8762            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
8763            ! lib/Pod/Text/Overstrike.pm
8764 ____________________________________________________________________________
8765 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
8766         Log: perlmodinstall tweaks from Philip Newton.
8767      Branch: perl
8768            ! pod/perlmodinstall.pod
8769 ____________________________________________________________________________
8770 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
8771         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
8772              From: Autrijus Tang <autrijus@autrijus.org>           
8773              Date: Fri, 23 Nov 2001 23:55:53 +0800
8774              Message-ID: <20011123235553.A2310@not.autrijus.org>
8775      Branch: perl
8776            ! Porting/genlog
8777 ____________________________________________________________________________
8778 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
8779         Log: Subject: Re: regex oddness with \Z and $&
8780              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
8781              Date: Fri, 23 Nov 2001 15:15:24 +0000
8782              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
8783      Branch: perl
8784            ! regcomp.c t/op/re_tests
8785 ____________________________________________________________________________
8786 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
8787         Log: regen_headers.
8788      Branch: perl
8789            ! embed.h global.sym pod/perlapi.pod proto.h
8790 ____________________________________________________________________________
8791 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
8792         Log: Forgotten check-in.
8793      Branch: perl
8794            ! pod/perlapi.pod
8795 ____________________________________________________________________________
8796 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
8797         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
8798      Branch: perl
8799            ! lib/Test/Simple.pm
8800 ____________________________________________________________________________
8801 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
8802         Log: Retract #13173 (effectively retract Net::Ping 2.06,
8803              go back to 2.04, the 2.06 hasn't seen the patches
8804              that have gone to the blead version.)
8805      Branch: perl
8806            - lib/Net/Ping/CHANGES lib/Net/Ping/README
8807            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
8808            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
8809            - lib/Net/Ping/t/200_ping_tcp.t
8810            ! MANIFEST lib/Net/Ping.pm
8811 ____________________________________________________________________________
8812 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
8813         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
8814              From: Robin Barker <rmb1@cise.npl.co.uk>
8815              Date: Thu, 22 Nov 2001 11:00:38 GMT
8816              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
8817      Branch: perl
8818            ! utils/perldoc.PL
8819 ____________________________________________________________________________
8820 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
8821         Log: metaconfig unit change for #13191.
8822      Branch: metaconfig/U/perl
8823            ! d_procselfexe.U
8824 ____________________________________________________________________________
8825 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
8826         Log: procselfexe tweak: for some reason I had a ls in
8827              /proc/self/exe, not the ls Configure thought it
8828              would found.
8829      Branch: perl
8830            ! Configure
8831 ____________________________________________________________________________
8832 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
8833         Log: Corify the Net::Ping tests; skip the tests
8834              unless $ENV{PERL_TEST_Net_Ping} is true.
8835      Branch: perl
8836            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
8837            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
8838            ! lib/Net/Ping/t/200_ping_tcp.t
8839 ____________________________________________________________________________
8840 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
8841         Log: metaconfig units changes for #13188.
8842      Branch: metaconfig
8843            ! U/modified/Head.U
8844      Branch: metaconfig/U/perl
8845            ! issymlink.U
8846 ____________________________________________________________________________
8847 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
8848         Log: The #13182 didn't really help.  The real problem
8849              seems to be that 'sh' can in AIX mean at least three
8850              different things, and we can't know which one it is
8851              unless we export $newsh from an earlier run (and it's
8852              the 'bsh' aka 'sh' that has the the broken test -h).
8853      Branch: perl
8854            ! Configure
8855 ____________________________________________________________________________
8856 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
8857         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
8858      Branch: perl
8859            ! op.c t/op/override.t
8860 ____________________________________________________________________________
8861 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
8862         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
8863              From: PPrymmer@factset.com 
8864              Date: Wed, 21 Nov 2001 20:17:25 -0500
8865              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
8866      Branch: perl
8867            ! lib/Shell.t
8868 ____________________________________________________________________________
8869 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
8870         Log: Reapply perlmodinstall parts of #12897.
8871      Branch: perl
8872            ! pod/perlmodinstall.pod
8873 ____________________________________________________________________________
8874 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
8875         Log: perlmodinstall 2.01 from Jon Orwant.
8876      Branch: perl
8877            ! pod/perlmodinstall.pod
8878 ____________________________________________________________________________
8879 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
8880         Log: Subject: [PATCH @10907] REXX on OS/2
8881              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8882              Date: Wed, 21 Nov 2001 15:26:11 -0500
8883              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
8884      Branch: perl
8885            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
8886            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
8887 ____________________________________________________________________________
8888 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
8889         Log: metaconfig unit change for #13181.
8890      Branch: metaconfig/U/perl
8891            ! issymlink.U
8892 ____________________________________________________________________________
8893 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
8894         Log: AIX has broken builtin 'test'.
8895      Branch: perl
8896            ! Configure
8897 ____________________________________________________________________________
8898 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
8899         Log: Subject: [PATCH 5.7.x] INSTALL size update
8900              From: Andy Dougherty <doughera@lafayette.edu>
8901              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
8902              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
8903      Branch: perl
8904            ! INSTALL
8905 ____________________________________________________________________________
8906 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
8907         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
8908              to pp_sort.c.  Includes the quicksort stabilizing layer
8909              from John P. Linderman.  -Msort=qsort or -Msort=fast is
8910              faster than without (or with -Msort=mergesort or -Msort=safe)
8911              for short random inputs, but for some reason not quite as fast
8912              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
8913              optimizing definitely needed.
8914      Branch: perl
8915            + lib/sort.pm lib/sort.t pp_sort.c
8916            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
8917            ! embed.pl global.sym perl.h pp_ctl.c proto.h
8918            ! vms/descrip_mms.template vos/build.cm win32/Makefile
8919            ! win32/makefile.mk wince/Makefile.ce
8920 ____________________________________________________________________________
8921 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
8922         Log: Sync file with libnet-1.0901-tobe
8923      Branch: perl
8924            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
8925            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
8926            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
8927            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
8928            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
8929 ____________________________________________________________________________
8930 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
8931         Log: Subject: [PATCH perldoc] problems with pod2man
8932              From: Robin Barker <rmb1@cise.npl.co.uk>
8933              Date: Wed, 21 Nov 2001 17:48:51 GMT
8934              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
8935      Branch: perl
8936            ! utils/perldoc.PL
8937 ____________________________________________________________________________
8938 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
8939         Log: debug_pad only visible when debugging.
8940      Branch: perl
8941            ! makedef.pl
8942 ____________________________________________________________________________
8943 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
8944         Log: metaconfig units changes for #13174.
8945      Branch: metaconfig/U/perl
8946            + d_procselfexe.U
8947            - procselfexe.U
8948 ____________________________________________________________________________
8949 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
8950         Log: procselfexe tweaks.
8951      Branch: perl
8952            ! Configure config_h.SH
8953 ____________________________________________________________________________
8954 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
8955         Log: Upgrade to Net::Ping 2.06.
8956      Branch: perl
8957            + lib/Net/Ping/CHANGES lib/Net/Ping/README
8958            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
8959            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
8960            + lib/Net/Ping/t/200_ping_tcp.t
8961            ! MANIFEST lib/Net/Ping.pm
8962 ____________________________________________________________________________
8963 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
8964         Log: Upgrade to Math::BigInt 1.47.
8965      Branch: perl
8966            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8967            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
8968            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
8969            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
8970            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
8971            ! lib/Math/BigInt/t/sub_mbi.t
8972 ____________________________________________________________________________
8973 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
8974         Log: Dynaloading for POSIX-BC from Thomas Dorner.
8975      Branch: perl
8976            ! hints/posix-bc.sh
8977 ____________________________________________________________________________
8978 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
8979         Log: Strange: the same mysterious regex study bug
8980              seems to be present both in OS/390 and POSIX-BC.
8981              Deep EBCDIC magic that regex engine gets wrong,
8982              or a bug in some compiler/library shared by the
8983              two platforms?  From Thomas Dorner.
8984      Branch: perl
8985            ! t/op/study.t
8986 ____________________________________________________________________________
8987 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
8988         Log: More lost and found.
8989      Branch: perl
8990            + lib/Test/Simple/README
8991            ! MANIFEST
8992 ____________________________________________________________________________
8993 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
8994         Log: MANIFESTly missing.
8995      Branch: perl
8996            ! MANIFEST
8997 ____________________________________________________________________________
8998 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
8999         Log: Subject: Re: PERFORCE change 13162 for review               
9000              From: Philip Newton <Philip.Newton@gmx.net> 
9001              Date: Wed, 21 Nov 2001 16:44:30 +0100
9002              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
9003      Branch: perl
9004            ! ext/Devel/PPPort/PPPort.pm
9005 ____________________________________________________________________________
9006 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
9007         Log: Update Changes.
9008      Branch: perl
9009            ! Changes patchlevel.h
9010 ____________________________________________________________________________
9011 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
9012         Log: Small doc tweaks.
9013      Branch: perl
9014            ! ext/PerlIO/Via/Via.pm
9015 ____________________________________________________________________________
9016 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
9017         Log: Redundant return.
9018      Branch: perl
9019            ! ext/MIME/Base64/QuotedPrint.pm
9020 ____________________________________________________________________________
9021 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
9022         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
9023              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
9024              Date: Wed, 21 Nov 2001 10:23:16 +0100
9025              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
9026      Branch: perl
9027            ! pp_pack.c t/op/pack.t
9028 ____________________________________________________________________________
9029 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
9030         Log: Add Devel::PPPort originally from Kenneth Albanowski,
9031              revigorated by Paul Marquess: gives h2xs a Perl version
9032              portability boost.
9033      Branch: perl
9034            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
9035            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
9036            + ext/Devel/PPPort/harness/Harness.pm
9037            + ext/Devel/PPPort/harness/Harness.xs
9038            + ext/Devel/PPPort/harness/Makefile.PL
9039            + ext/Devel/PPPort/harness/module2.c
9040            + ext/Devel/PPPort/harness/module3.c
9041            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
9042            ! MANIFEST lib/h2xs.t utils/h2xs.PL
9043 ____________________________________________________________________________
9044 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
9045         Log: Oops.
9046      Branch: perl
9047            ! lib/Test/Simple/t/filehandles.t
9048 ____________________________________________________________________________
9049 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
9050         Log: Subject: Re: PERFORCE change 13152 for review               
9051              From: Philip Newton <Philip.Newton@gmx.net> 
9052              Date: Wed, 21 Nov 2001 09:04:05 +0100
9053              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
9054      Branch: perl
9055            ! lib/Test/Builder.pm
9056 ____________________________________________________________________________
9057 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
9058         Log: Subject: Re: PERFORCE change 13142 for review
9059              From: Philip Newton <Philip.Newton@gmx.net>
9060              Date: Wed, 21 Nov 2001 09:04:03 +0100
9061              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
9062              
9063              plus rewrap few paragraphs.
9064      Branch: perl
9065            ! lib/Pod/LaTeX.pm
9066 ____________________________________________________________________________
9067 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
9068         Log: Integrate #13154 from macperl; Remove comments.
9069      Branch: perl
9070           !> lib/File/Spec/Mac.pm
9071 ____________________________________________________________________________
9072 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
9073         Log: Update the list of modules having tests.
9074      Branch: perl
9075            ! t/lib/1_compile.t
9076 ____________________________________________________________________________
9077 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
9078         Log: Slight doc changes.
9079      Branch: maint-5.6/macperl
9080            ! macos/macperl/MacPerl.podhelp
9081 ____________________________________________________________________________
9082 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
9083         Log: Add UTF-16 coercion.
9084      Branch: maint-5.6/macperl
9085            ! macos/lib/Mac/AppleEvents/Simple.pm
9086 ____________________________________________________________________________
9087 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
9088         Log: Remove comments.
9089      Branch: maint-5.6/macperl
9090            ! lib/File/Spec/Mac.pm
9091 ____________________________________________________________________________
9092 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
9093         Log: Fix FSpGetCatInfo (and other functions) corrupting
9094              memory with bad filespecs (bug #471867)
9095      Branch: maint-5.6/macperl
9096            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
9097 ____________________________________________________________________________
9098 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
9099         Log: Upgrade to Test::Simple 0.33.
9100      Branch: perl
9101            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
9102            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
9103            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
9104 ____________________________________________________________________________
9105 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
9106         Log: Upgrade to Test::Harness 1.26.
9107      Branch: perl
9108            ! lib/Test/Harness.pm lib/Test/Harness/Changes
9109 ____________________________________________________________________________
9110 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
9111         Log: Integrate change #13145 from maintperl;
9112              another compatibility tweak to change#12559: avoid quoting
9113              arguments that already have quotes; add test case
9114      Branch: perl
9115           !> t/op/system_tests win32/win32.c
9116 ____________________________________________________________________________
9117 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
9118         Log: integrate change#13147 from mainline (fixes nit in change#10091)
9119              
9120              Subject: [PATCH] spaceship and refs
9121      Branch: maint-5.6/perl
9122            ! pp.c pp_hot.c t/op/cmp.t
9123 ____________________________________________________________________________
9124 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
9125         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
9126              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
9127              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
9128              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
9129      Branch: perl
9130            + lib/Pod/t/utils.t
9131            ! MANIFEST
9132 ____________________________________________________________________________
9133 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
9134         Log: Subject: [PATCH] spaceship and refs
9135              From: Nicholas Clark <nick@ccl4.org>
9136              Date: Tue, 20 Nov 2001 21:59:51 +0000
9137              Message-ID: <20011120215951.U62891@plum.flirble.org> 
9138      Branch: perl
9139            ! pp.c pp_hot.c t/op/cmp.t
9140 ____________________________________________________________________________
9141 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
9142         Log: Try to clarify which I/O call operates on bytes,
9143              which on characters, which on either.
9144      Branch: perl
9145            ! pod/perlfunc.pod
9146 ____________________________________________________________________________
9147 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
9148         Log: another compatibility tweak to change#12559: avoid quoting
9149              arguments that already have quotes; add test case
9150      Branch: maint-5.6/perl
9151            ! t/op/system_tests win32/win32.c
9152 ____________________________________________________________________________
9153 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
9154         Log: Give a simple example of writing PerlIO::Via handlers
9155              in Perl.
9156      Branch: perl
9157            ! ext/PerlIO/Via/Via.pm
9158 ____________________________________________________________________________
9159 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
9160         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
9161      Branch: perl
9162            + lib/Pod/t/latex.t
9163            ! MANIFEST
9164 ____________________________________________________________________________
9165 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
9166         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
9167              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9168              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
9169              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
9170      Branch: perl
9171            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
9172 ____________________________________________________________________________
9173 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
9174         Log: Spread d_procselfexe to far-off lands (undefined).
9175      Branch: perl
9176            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
9177            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
9178            ! vos/config.ga.def vos/config.ga.h win32/config.bc
9179            ! win32/config.gc win32/config.vc win32/config.win64
9180            ! wince/config.ce
9181 ____________________________________________________________________________
9182 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
9183         Log: Integrate perlio; add detection and use of /proc/self/exe
9184              (Linuxism for finding the absolute path of the executable)
9185      Branch: perl
9186           !> Configure config_h.SH perl.c t/op/magic.t
9187 ____________________________________________________________________________
9188 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
9189         Log: Really define do_report_used() only if DEBUGGING.
9190      Branch: perl
9191            ! sv.c
9192 ____________________________________________________________________________
9193 [ 13138] By: nick                                  on 2001/11/20  20:01:05
9194         Log: perl.c change to use HAS_PROCSELFEXE, also
9195              tweak to $^X test to comprehend full path to real executable
9196              being returned (like Cygwin as it happens...)
9197      Branch: perlio
9198            ! perl.c t/op/magic.t
9199 ____________________________________________________________________________
9200 [ 13137] By: nick                                  on 2001/11/20  19:46:00
9201         Log: Integrate mainline
9202      Branch: perlio
9203           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
9204           +> lib/NEXT/t/unseen.t
9205            - lib/NEXT/test.pl
9206           !> (integrate 34 files)
9207 ____________________________________________________________________________
9208 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
9209         Log: Subject: [?PATCH] terser pp_eq
9210              From: Nicholas Clark <nick@ccl4.org>
9211              Date: Mon, 19 Nov 2001 23:09:02 +0000
9212              Message-ID: <20011119230901.O62891@plum.flirble.org>
9213      Branch: perl
9214            ! pp_hot.c
9215 ____________________________________________________________________________
9216 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
9217         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
9218      Branch: perl
9219            ! pod/perldelta.pod
9220 ____________________________________________________________________________
9221 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
9222         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
9223              From: Andy Dougherty <doughera@lafayette.edu>
9224              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
9225              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
9226      Branch: perl
9227            ! ext/re/Makefile.PL ext/re/re.xs
9228 ____________________________________________________________________________
9229 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
9230         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
9231              From: Andy Dougherty <doughera@lafayette.edu>
9232              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
9233              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
9234      Branch: perl
9235            ! ext/re/re.xs
9236 ____________________________________________________________________________
9237 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
9238         Log: Integrate change #13119 from macperl.
9239              (No changes since already applied the patch,
9240              just keep perforce happy and well-fed.)
9241      Branch: perl
9242           !> lib/Pod/Html.pm
9243 ____________________________________________________________________________
9244 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
9245         Log: Subject: [PATCH] filter-util.pl for Mac OS
9246              From: Chris Nandor <pudge@pobox.com>
9247              Date: Tue, 20 Nov 2001 00:16:11 -0500
9248              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
9249      Branch: perl
9250            ! t/lib/filter-util.pl
9251 ____________________________________________________________________________
9252 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
9253         Log: Subject: [PATCH] Portability fix for Pod::Html
9254              From: Chris Nandor <pudge@pobox.com>
9255              Date: Tue, 20 Nov 2001 00:01:05 -0500
9256              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
9257      Branch: perl
9258            ! lib/Pod/Html.pm
9259 ____________________________________________________________________________
9260 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
9261         Log: Need to skip more tests if not perlio.
9262      Branch: perl
9263            ! lib/open.t
9264 ____________________________________________________________________________
9265 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
9266         Log: Pass 3 at perldelta - sort the lists of new modules,
9267              module improvements, and new platforms.
9268      Branch: perl
9269            ! pod/perldelta.pod
9270 ____________________________________________________________________________
9271 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
9272         Log: Document ${^OPEN}.
9273      Branch: perl
9274            ! pod/perlvar.pod
9275 ____________________________________________________________________________
9276 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
9277         Log: Make configpm work with extra keys
9278      Branch: maint-5.6/macperl
9279            ! macos/configpm
9280 ____________________________________________________________________________
9281 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
9282         Log: Version and doc updates
9283      Branch: maint-5.6/macperl
9284            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
9285 ____________________________________________________________________________
9286 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
9287         Log: More fixes for error message parsing (bug #470316)
9288      Branch: maint-5.6/macperl
9289            ! macos/macish.c
9290 ____________________________________________________________________________
9291 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
9292         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
9293              remove obsolete function (bug #465225)
9294      Branch: maint-5.6/macperl
9295            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
9296            ! macos/macperl/MPScript.c
9297 ____________________________________________________________________________
9298 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
9299         Log: Add p2as droplet to distribution.
9300      Branch: maint-5.6/macperl
9301            + macos/macperl/Droplets/p2as.plx
9302 ____________________________________________________________________________
9303 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
9304         Log: Bundle File::Sort.
9305      Branch: maint-5.6/macperl
9306            + macos/bundled_lib/blib/lib/File/Sort.pm
9307 ____________________________________________________________________________
9308 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
9309         Log: Various bundled module fixes.
9310      Branch: maint-5.6/macperl
9311            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
9312            ! macos/bundled_ext/Digest/MD5/t/files.t
9313            ! macos/bundled_ext/Filter/t/filter-util.pl
9314            ! macos/bundled_lib/blib/lib/Net/Config.pm
9315            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
9316 ____________________________________________________________________________
9317 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
9318         Log: Portability fix for Pod::Html.
9319      Branch: maint-5.6/macperl
9320            ! lib/Pod/Html.pm
9321 ____________________________________________________________________________
9322 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
9323         Log: Upgrade to Text::Balanced 1.89.
9324      Branch: perl
9325            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
9326            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
9327            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
9328            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
9329            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
9330            ! lib/Text/Balanced/t/gentag.t
9331 ____________________________________________________________________________
9332 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
9333         Log: Upgrade to NEXT 0.50.
9334      Branch: perl
9335            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
9336            + lib/NEXT/t/unseen.t
9337            - lib/NEXT/test.pl
9338            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
9339 ____________________________________________________________________________
9340 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
9341         Log: Integrate with maint-5.6/perl.
9342      Branch: maint-5.6/macperl
9343           !> win32/win32.c
9344 ____________________________________________________________________________
9345 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
9346         Log: Update the README.threads scary header a bit.
9347      Branch: perl
9348            ! README.threads
9349 ____________________________________________________________________________
9350 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
9351         Log: Pass 2 at perldelta: add some changes since 5.7.2.
9352      Branch: perl
9353            ! pod/perldelta.pod
9354 ____________________________________________________________________________
9355 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
9356         Log: Subject: [DOC PATCH] perlfaq4.pod 
9357              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9358              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
9359              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
9360      Branch: perl
9361            ! pod/perlfaq4.pod
9362 ____________________________________________________________________________
9363 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
9364         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
9365              From: Michael G Schwern <schwern@pobox.com> 
9366              Date: Mon, 19 Nov 2001 19:53:12 -0500
9367              Message-ID: <20011119195311.I11883@blackrider>
9368      Branch: perl
9369            ! perl.c
9370 ____________________________________________________________________________
9371 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
9372         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
9373              From: PPrymmer@factset.com
9374              Date: Mon, 19 Nov 2001 17:08:59 -0500
9375              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
9376      Branch: perl
9377            ! vms/descrip_mms.template
9378 ____________________________________________________________________________
9379 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
9380         Log: Create a per-interpeter debug scratchpad container
9381              and use that for the regexec debugging.
9382      Branch: perl
9383            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
9384 ____________________________________________________________________________
9385 [ 13109] By: nick                                  on 2001/11/19  22:01:45
9386         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
9387              Configure unit detects the feature).
9388      Branch: metaconfig/U/perl
9389            + procselfexe.U
9390      Branch: perlio
9391            ! Configure config_h.SH
9392 ____________________________________________________________________________
9393 [ 13108] By: nick                                  on 2001/11/19  20:39:17
9394         Log: Integrate mainline
9395      Branch: perlio
9396           +> t/op/or.t
9397           !> (integrate 44 files)
9398 ____________________________________________________________________________
9399 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
9400         Log: sysseek tweak.
9401      Branch: perl
9402            ! pod/perlfunc.pod
9403 ____________________________________________________________________________
9404 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
9405         Log: Move the sysio tests from io/utf8 to lib/open.
9406      Branch: perl
9407            ! lib/open.t t/io/utf8.t
9408 ____________________________________________________________________________
9409 [ 13105] By: nick                                  on 2001/11/19  20:15:39
9410         Log: Add a .package and a README to //depot/metaconfig
9411      Branch: metaconfig
9412            + .package README
9413 ____________________________________________________________________________
9414 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
9415         Log: Thou shalt not mix stdio and sysio.
9416      Branch: perl
9417            ! t/io/utf8.t
9418 ____________________________________________________________________________
9419 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
9420         Log: Update Changes.
9421      Branch: perl
9422            ! Changes patchlevel.h
9423 ____________________________________________________________________________
9424 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
9425         Log: The runops_debug needs to be present always, otherwise
9426              places like AIX which need an explicit symbol export list
9427              will croak when trying to build Devel::Peek (which uses
9428              the runops_debug).
9429      Branch: perl
9430            ! makedef.pl
9431 ____________________________________________________________________________
9432 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
9433         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
9434              From: PPrymmer@factset.com 
9435              Date: Mon, 19 Nov 2001 11:34:22 -0500
9436              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
9437      Branch: perl
9438            ! lib/Memoize/t/tie_sdbm.t
9439 ____________________________________________________________________________
9440 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
9441         Log: Retract #13088: it seems that unless dump.c is extensively
9442              reorganized as to what symbols it shows, when, and to whom,
9443              we are stuck with having the dump.o symbols in the libperl
9444              and thusly in the main Perl binary.
9445      Branch: perl
9446            ! embedvar.h perlapi.h perlvars.h
9447 ____________________________________________________________________________
9448 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
9449         Log: The _uni_display should not be in dump.c since they
9450              are used under normal operation (S_not_a_number()).
9451      Branch: perl
9452            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
9453 ____________________________________________________________________________
9454 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
9455         Log: Protect sv_dump() from being included unless DEBUGGING,
9456              as noticed by Ilya.
9457      Branch: perl
9458            ! sv.c
9459 ____________________________________________________________________________
9460 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
9461         Log: Pending further investigation skip the tell() tests.
9462              The tell() is okay on Solaris, HP-UX and Tru64, but fails
9463              (by returning too much) in Linux.
9464      Branch: perl
9465            ! t/io/utf8.t
9466 ____________________________________________________________________________
9467 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
9468         Log: Retract #13082 until a better solution is found:
9469              statics break ithreads.
9470      Branch: perl
9471            ! regexec.c
9472 ____________________________________________________________________________
9473 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
9474         Log: Figures 1 and 2 for UTF-8.
9475      Branch: perl
9476            ! pod/perlunicode.pod
9477 ____________________________________________________________________________
9478 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
9479         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
9480              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9481              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
9482              Message-ID: <20011119132645.A15034@rafael>
9483      Branch: perl
9484            ! op.c pod/perldiag.pod t/lib/warnings/op
9485 ____________________________________________________________________________
9486 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
9487         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
9488              From: Michael G Schwern <schwern@pobox.com> 
9489              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
9490              Message-ID: <20011119031112.E786@blackrider>
9491      Branch: perl
9492            ! t/op/closure.t
9493 ____________________________________________________________________________
9494 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
9495         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
9496              From: Michael G Schwern <schwern@pobox.com>
9497              Date: Mon, 19 Nov 2001 03:42:56 -0500
9498              Message-ID: <20011119034256.I786@blackrider>
9499      Branch: perl
9500            + t/op/or.t
9501            ! MANIFEST
9502 ____________________________________________________________________________
9503 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
9504         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
9505              From: "Craig A. Berry" <craigberry@mac.com>
9506              Date: Sun, 18 Nov 2001 14:33:48 -0600
9507              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
9508      Branch: perl
9509            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
9510 ____________________________________________________________________________
9511 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
9512         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
9513              From: Dave Rolsky <autarch@urth.org>
9514              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
9515              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
9516      Branch: perl
9517            ! lib/ExtUtils/Manifest.pm
9518 ____________________________________________________________________________
9519 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
9520         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
9521              From: Dave Rolsky <autarch@urth.org>
9522              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
9523              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
9524      Branch: perl
9525            ! lib/ExtUtils/Install.pm
9526 ____________________________________________________________________________
9527 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
9528         Log: The runops_dbg should not be needed.
9529      Branch: perl
9530            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
9531 ____________________________________________________________________________
9532 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
9533         Log: do_spawn() cleanup from Charles Lane.
9534      Branch: perl
9535            ! vms/vms.c
9536 ____________________________________________________________________________
9537 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
9538         Log: Update the list of tests.
9539      Branch: perl
9540            ! t/lib/1_compile.t
9541 ____________________________________________________________________________
9542 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
9543         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
9544              From: Michael G Schwern <schwern@pobox.com> 
9545              Date: Fri, 16 Nov 2001 17:37:04 -0500
9546              Message-ID: <20011116173703.L30160@blackrider>
9547      Branch: perl
9548            ! t/lib/warnings/sv
9549 ____________________________________________________________________________
9550 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
9551         Log: FAQ sync.
9552      Branch: perl
9553            ! pod/perlfaq4.pod
9554 ____________________________________________________________________________
9555 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
9556         Log: Integrate perlio; win32 sync.
9557      Branch: perl
9558           !> perlio.c win32/win32io.c
9559 ____________________________________________________________________________
9560 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
9561         Log: (retracted by #13096)
9562              Debugging would be badly skewed by a malloc per regex dump.
9563      Branch: perl
9564            ! regexec.c
9565 ____________________________________________________________________________
9566 [ 13081] By: nick                                  on 2001/11/18  19:08:40
9567         Log: Win32 layer has a dup which needs to match new prototype.
9568      Branch: perlio
9569            ! win32/win32io.c
9570 ____________________________________________________________________________
9571 [ 13080] By: nick                                  on 2001/11/18  19:05:02
9572         Log: Wrong way to get stdio mode used.
9573      Branch: perlio
9574            ! perlio.c
9575 ____________________________________________________________________________
9576 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
9577         Log: Retract #13048: that introduced a malloc() (through savepvn())
9578              to *every* m//, which killed the performance quite badly.
9579      Branch: perl
9580            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
9581 ____________________________________________________________________________
9582 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
9583         Log: Pass 1 at perldelta.pod: sort the section contents
9584              together, drop all but the 5.7.2 known problems,
9585              leave the 5.7.1 security note since that's the
9586              fullest explanation (update the date on that).
9587      Branch: perl
9588            ! pod/perldelta.pod
9589 ____________________________________________________________________________
9590 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
9591         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
9592              
9593              Tiny problem in the test for 20011113.110: I hope
9594              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
9595      Branch: perl
9596            ! pp.c t/op/repeat.t
9597 ____________________________________________________________________________
9598 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
9599         Log: All of syswrite/send/sendto need to return character counts,
9600              and character counts from the offset, not the beginning of
9601              the scalar.
9602      Branch: perl
9603            ! pp_sys.c
9604 ____________________________________________________________________________
9605 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
9606         Log: Integrate PerlIO: duping fixes.
9607      Branch: perl
9608           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
9609           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
9610           !> perliol.h sv.c
9611 ____________________________________________________________________________
9612 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
9613         Log: syswrite() was still returning byte counts, not character counts.
9614      Branch: perl
9615            ! pp_sys.c t/io/utf8.t
9616 ____________________________________________________________________________
9617 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
9618         Log: Add test for sysread().
9619      Branch: perl
9620            ! t/io/utf8.t
9621 ____________________________________________________________________________
9622 [ 13072] By: nick                                  on 2001/11/18  16:15:31
9623         Log: Allow dup'ing of PerlIO::Scalar etc.
9624      Branch: perlio
9625            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
9626            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
9627            ! perliol.h sv.c
9628 ____________________________________________________________________________
9629 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
9630         Log: Prepend a null byte to the test set.
9631      Branch: perl
9632            ! t/io/utf8.t
9633 ____________________________________________________________________________
9634 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
9635         Log: Document how "no utf8;" can become handy.
9636      Branch: perl
9637            ! lib/utf8.pm
9638 ____________________________________________________________________________
9639 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
9640         Log: Integrate perlio; force the inclusion of the PL_runops_*
9641      Branch: perl
9642           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
9643 ____________________________________________________________________________
9644 [ 13068] By: nick                                  on 2001/11/18  13:23:33
9645         Log: embed.pl generated changes I forgot to include
9646      Branch: perlio
9647            ! embedvar.h perlapi.h pod/perlapi.pod
9648 ____________________________________________________________________________
9649 [ 13067] By: nick                                  on 2001/11/18  12:50:19
9650         Log: Force inclusion of both Perl_runops_* in perl itself,
9651              so they are available for Peek.xs etc.
9652      Branch: perlio
9653            ! perlvars.h
9654 ____________________________________________________________________________
9655 [ 13066] By: nick                                  on 2001/11/18  11:00:34
9656         Log: Integrate mainline - a few Devel::Peak fails.
9657      Branch: perlio
9658           +> (branch 29 files)
9659            - ext/Thread/Thread.pm lib/Benchmark.t
9660            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
9661            - lib/Lingua/KO/Hangul/Util/README
9662            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
9663            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
9664            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
9665            - vms/ext/vmsish.pm vms/ext/vmsish.t
9666            ! hv.c
9667           !> (integrate 389 files)
9668 ____________________________________________________________________________
9669 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
9670         Log: Start working on perldelta.  This is not yet any sort of
9671              editing; just concatenating perl570delta, perl571delta,
9672              and perl572delta.  Any sorting not done, any duplicate
9673              removal not done, any removal or update of obsolete items
9674              not done, any changes since 5.7.2 not included.  So there.
9675      Branch: perl
9676            ! pod/perldelta.pod
9677 ____________________________________________________________________________
9678 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
9679         Log: Banish "use utf8".
9680      Branch: perl
9681            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
9682 ____________________________________________________________________________
9683 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
9684         Log: Tweak from Charles Lane.
9685      Branch: perl
9686            ! vms/vms.c
9687 ____________________________________________________________________________
9688 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
9689         Log: Integrate change #13058 from maintperl;
9690              change#12559 breaks things on Win9x because command.com doesn't
9691              grok dquotes at all; disable all the system() smarts for
9692              command.com
9693      Branch: perl
9694           !> win32/win32.c
9695 ____________________________________________________________________________
9696 [ 13061] By: ams                                   on 2001/11/17  13:46:11
9697         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
9698              From: Jonathan Stowe <gellyfish@gellyfish.com>
9699              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
9700              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
9701      Branch: perl
9702            ! lib/Term/Cap.pm
9703 ____________________________________________________________________________
9704 [ 13060] By: ams                                   on 2001/11/17  09:49:10
9705         Log: Subject: [PATCH9 File/Find.pm doc nits
9706              From: Tels <perl_dummy@bloodgate.com>
9707              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
9708      Branch: perl
9709            ! lib/File/Find.pm
9710 ____________________________________________________________________________
9711 [ 13059] By: ams                                   on 2001/11/17  09:38:38
9712         Log: Subject: [PATCH] Benchmark.pm nit
9713              From: Tels <perl_dummy@bloodgate.com>
9714              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
9715      Branch: perl
9716            ! lib/Benchmark.pm
9717 ____________________________________________________________________________
9718 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
9719         Log: change#12559 breaks things on Win9x because command.com doesn't
9720              grok dquotes at all; disable all the system() smarts for
9721              command.com
9722      Branch: maint-5.6/perl
9723            ! win32/win32.c
9724 ____________________________________________________________________________
9725 [ 13057] By: ams                                   on 2001/11/16  20:30:03
9726         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
9727              From: Andy Dougherty <doughera@lafayette.edu>
9728              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
9729              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
9730      Branch: perl
9731            ! lib/Unicode/UCD.t
9732 ____________________________________________________________________________
9733 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
9734         Log: Subject: [Patch Perl@13023] VMS system() warning
9735              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9736              Date: Fri, 16 Nov 2001 15:20:11 EST
9737              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
9738      Branch: perl
9739            ! vms/vms.c
9740 ____________________________________________________________________________
9741 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
9742         Log: It's neither-nor, and protect against the impossible.
9743      Branch: perl
9744            ! lib/Thread.pm
9745 ____________________________________________________________________________
9746 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
9747         Log: 5005threads didn't work because $Thread::VERSION wasn't
9748              visible.  Oops.
9749      Branch: perl
9750            ! ext/Thread/Makefile.PL lib/Thread.pm
9751 ____________________________________________________________________________
9752 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
9753         Log: Robustness against Linux using something else than gcc;
9754              based on
9755              
9756              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
9757              From: Charles Randall <cfriv@yahoo.com>
9758              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
9759              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
9760      Branch: perl
9761            ! ext/Errno/Errno_pm.PL
9762 ____________________________________________________________________________
9763 [ 13052] By: ams                                   on 2001/11/16  16:46:39
9764         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
9765              From: Russ Allbery <rra@stanford.edu>
9766              Date: 16 Nov 2001 09:44:21 -0800
9767              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
9768      Branch: perl
9769            ! lib/Pod/ParseLink.pm
9770 ____________________________________________________________________________
9771 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
9772         Log: Update perluniintro on the UTF-8 output matters
9773              (that -w will warn unless the stream is explicitly UTF-8-ified).
9774      Branch: perl
9775            ! pod/perluniintro.pod
9776 ____________________________________________________________________________
9777 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
9778         Log: Adding new files to MANIFEST is nice.
9779      Branch: perl
9780            ! MANIFEST
9781 ____________________________________________________________________________
9782 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
9783         Log: Update Changes.
9784      Branch: perl
9785            ! Changes patchlevel.h
9786 ____________________________________________________________________________
9787 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
9788         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
9789              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
9790              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
9791              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
9792      Branch: perl
9793            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
9794 ____________________________________________________________________________
9795 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
9796         Log: Rename perlunintro to perluniintro; regen toc.
9797      Branch: perl
9798            + pod/perluniintro.pod
9799            - pod/perlunintro.pod
9800            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
9801 ____________________________________________________________________________
9802 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
9803         Log: Document the negated lookeahead trick to emulate
9804              character class subtraction.
9805      Branch: perl
9806            ! pod/perlunicode.pod
9807 ____________________________________________________________________________
9808 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
9809         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
9810              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9811              Date: Fri, 16 Nov 2001 23:31:04 +0900
9812              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
9813              
9814              (with the tweak that Cntrl is not C, it's Cc)
9815      Branch: perl
9816            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
9817            ! lib/unicore/mktables
9818 ____________________________________________________________________________
9819 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
9820         Log: Subject: [PATCH current] runtime runops switch
9821              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9822              Date: Fri, 16 Nov 2001 00:48:09 -0500
9823              Message-ID: <20011116004809.A934@math.ohio-state.edu>
9824      Branch: perl
9825            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
9826            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
9827            ! pod/perlintern.pod proto.h run.c
9828 ____________________________________________________________________________
9829 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
9830         Log: Further discourage old Thread code; tell how to tell
9831              the difference.
9832      Branch: perl
9833            ! lib/Thread.pm
9834 ____________________________________________________________________________
9835 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
9836         Log: A missing return; from Charles Lane.
9837      Branch: perl
9838            ! vms/vms.c
9839 ____________________________________________________________________________
9840 [ 13041] By: ams                                   on 2001/11/16  12:11:14
9841         Log: Subject: [PATCH] Doc spellcheck + podcheck
9842              From: Autrijus Tang <autrijus@egb.elixus.org>
9843              Date: Thu, 15 Nov 2001 22:49:05 -0800
9844              Message-Id: <20011116064905.GA44092@egb.elixus.org>
9845              
9846              Subject: [PATCH] podcheck+spellcheck, the rest of the story
9847              From: Autrijus Tang <autrijus@egb.elixus.org>
9848              Date: Fri, 16 Nov 2001 00:42:20 -0800
9849              Message-Id: <20011116084220.GA44295@egb.elixus.org>
9850              
9851              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
9852              From: Nicholas Clark <nick@ccl4.org>
9853              Date: Fri, 16 Nov 2001 10:32:01 +0000
9854              Message-Id: <20011116103200.F62891@plum.flirble.org>
9855              (Applied after suitable de-mangling.)
9856      Branch: perl
9857            ! README.aix README.dgux README.dos README.epoc README.hpux
9858            ! README.mint README.mpeix README.netware README.os2
9859            ! README.os390 README.plan9 README.qnx README.solaris
9860            ! README.threads doio.c pod/perl571delta.pod
9861            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
9862            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
9863            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
9864            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
9865            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
9866            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
9867 ____________________________________________________________________________
9868 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
9869         Log: Avoid redefinedness warning for now.
9870      Branch: perl
9871            ! lib/Thread.pm
9872 ____________________________________________________________________________
9873 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
9874         Log: use strict.
9875      Branch: perl
9876            ! lib/Thread.pm
9877 ____________________________________________________________________________
9878 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
9879         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
9880              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
9881              Date: Thu, 15 Nov 2001 22:54:47 EST 
9882              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
9883      Branch: perl
9884            ! vms/vms.c vms/vmspipe.com
9885 ____________________________________________________________________________
9886 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
9887         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
9888              From: "chromatic" <chromatic@rmci.net>
9889              Date: Thu, 15 Nov 2001 19:54:23 -0700
9890              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
9891      Branch: perl
9892            ! lib/File/stat.t
9893 ____________________________________________________________________________
9894 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
9895         Log: Make Thread a wrapper for both ithreads and 5005threads.
9896              Needs a lot of work and Arthur's eyeballing (and finishing
9897              few missing odds and ends of threads.pm).  Now Thread
9898              is an extension without its own .pm.
9899              
9900              If there are people who have experience working with
9901              either the 5005threads or the ithreads: cleaning up
9902              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
9903              and porting the various Thread::* modules, like Thread::Queue,
9904              to work also with ithreads, is needed.
9905              
9906              Removed the 5005threads requirement from the 5005 tests
9907              for easier testing (not all of them work yet since
9908              they use the Thread::* modules that have not been made
9909              to work with ithreads).  Leave the 5005 tests named as
9910              *.tx so that they are not run by "make test".
9911      Branch: perl
9912            + lib/Thread.pm
9913            - ext/Thread/Thread.pm
9914            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
9915            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
9916            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
9917            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
9918            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
9919            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
9920            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
9921 ____________________________________________________________________________
9922 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
9923         Log: $VERSION "a5" doesn't quite work.
9924      Branch: perl
9925            ! ext/B/Makefile.PL
9926 ____________________________________________________________________________
9927 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
9928         Log: Add the fruits of Larry Shatzer's version verifying script.
9929              (There are some straddlers, but they will be fixed in the
9930              upcoming releases of the modules.)
9931      Branch: perl
9932            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
9933            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
9934            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
9935            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
9936            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
9937            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
9938            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
9939            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
9940            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
9941            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
9942            ! wince/FindExt.pm
9943 ____________________________________________________________________________
9944 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
9945         Log: Add Larry Shatzer's VERSION verifying script.
9946      Branch: perl
9947            + Porting/checkVERSION.pl
9948            ! MANIFEST Porting/pumpkin.pod
9949 ____________________________________________________________________________
9950 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
9951         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
9952              From: Michael G Schwern <schwern@pobox.com>
9953              Date: Thu, 15 Nov 2001 19:26:40 -0500
9954              Message-ID: <20011115192640.R31399@blackrider>
9955      Branch: perl
9956            ! t/test.pl
9957 ____________________________________________________________________________
9958 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
9959         Log: Document the MY_CXT business; from Paul Marquess.
9960      Branch: perl
9961            ! pod/perlxs.pod
9962 ____________________________________________________________________________
9963 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
9964         Log: VMSCMD synch attempt.
9965      Branch: perl
9966            ! vms/vms.c vms/vmsish.h
9967 ____________________________________________________________________________
9968 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
9969         Log: Advise against -P as instructed by Schwern.
9970      Branch: perl
9971            ! pod/perlrun.pod
9972 ____________________________________________________________________________
9973 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
9974         Log: Subject: [PATCH] v-strings as Objects Step 1
9975              From: John Peacock <jpeacock@rowman.com>
9976              Date: Thu, 15 Nov 2001 12:41:04 -0500
9977              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
9978      Branch: perl
9979            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
9980            ! util.c
9981 ____________________________________________________________________________
9982 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
9983         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
9984              From: Michael G Schwern <schwern@pobox.com>
9985              Date: Thu, 15 Nov 2001 12:47:59 -0500
9986              Message-ID: <20011115124759.E31399@blackrider>
9987      Branch: perl
9988            + t/run/switchx.aux t/run/switchx.t
9989            ! MANIFEST t/run/switches.t
9990 ____________________________________________________________________________
9991 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
9992         Log: Upgrade to Getopt::Long 2.26_03.
9993      Branch: perl
9994            ! lib/Getopt/Long.pm
9995 ____________________________________________________________________________
9996 [ 13025] By: ams                                   on 2001/11/15  20:46:22
9997         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
9998              From: Michael G Schwern <schwern@pobox.com>
9999              Date: Thu, 15 Nov 2001 16:24:11 -0500
10000              Message-Id: <20011115162411.M31399@blackrider>
10001      Branch: perl
10002            ! vms/vms.c
10003 ____________________________________________________________________________
10004 [ 13024] By: ams                                   on 2001/11/15  19:32:06
10005         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
10006              From: rspier@pobox.com (Robert Spier)
10007              Date: Thu, 15 Nov 2001 11:19:21 -0800
10008              Message-Id: <15348.5433.732364.963687@rls.cx>
10009      Branch: perl
10010            ! op.c
10011 ____________________________________________________________________________
10012 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
10013         Log: Update Changes.
10014      Branch: perl
10015            ! Changes patchlevel.h
10016 ____________________________________________________________________________
10017 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
10018         Log: Subject: [PATCH] new tests for command-line switches
10019              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10020              Date: Thu, 15 Nov 2001 17:00:30 +0100
10021              Message-ID: <20011115170030.A14193@rafael>
10022      Branch: perl
10023            + t/run/switches.t
10024            ! MANIFEST
10025 ____________________________________________________________________________
10026 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
10027         Log: Upgrade to podlators 1.13.
10028      Branch: perl
10029            + lib/Pod/ParseLink.pm
10030            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
10031            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
10032            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
10033            ! t/pod/pod2usage.xr t/pod/podselect.xr
10034 ____________________________________________________________________________
10035 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
10036         Log: skip "might be used uninitialized".
10037      Branch: perl
10038            ! pp_sys.c
10039 ____________________________________________________________________________
10040 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
10041         Log: Fix for "perlio bug in koi8-r encoding".  The problem
10042              seemed to be that binmode() always flushed the handle,
10043              which is not so good when switching encodings.  Fixed,
10044              added Matt Sergeant's testcase, documented in perlfunc/binmode,
10045              also added a pointer about disciplines to perlfunc/open,
10046              and in general cleaned up and reformatted the open entry.
10047      Branch: perl
10048            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
10049 ____________________________________________________________________________
10050 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
10051         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
10052              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
10053              Date: 15 Nov 2001 08:57:06 -0000
10054              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
10055              
10056              chop() and chomp() are not real list functions,
10057              so let's not have them overrideable.  (Casey will
10058              be confused since in #7071 he patched the other way.)
10059      Branch: perl
10060            ! pod/perlfunc.pod toke.c
10061 ____________________________________________________________________________
10062 [ 13017] By: ams                                   on 2001/11/15  12:56:49
10063         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
10064              From: Robin Barker <rmb1@cise.npl.co.uk>
10065              Date: Thu, 15 Nov 2001 13:48:34 GMT
10066              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
10067              (Applied with tweaks.)
10068      Branch: perl
10069            ! pod/perltrap.pod
10070 ____________________________________________________________________________
10071 [ 13016] By: ams                                   on 2001/11/15  09:12:48
10072         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
10073              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10074              Date: Thu, 15 Nov 2001 09:06:39 +0100
10075              Message-Id: <20011115090639.A13005@rafael>
10076      Branch: perl
10077            ! pod/perlrun.pod
10078 ____________________________________________________________________________
10079 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
10080         Log: "link =" from utils.lst was being processed oddly.
10081      Branch: perl
10082            ! installman
10083 ____________________________________________________________________________
10084 [ 13014] By: ams                                   on 2001/11/15  02:52:52
10085         Log: Subject: [PATCH current] CreateTTY in -d
10086              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10087              Date: Wed, 14 Nov 2001 21:26:31 -0500
10088              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
10089      Branch: perl
10090            ! lib/perl5db.pl
10091 ____________________________________________________________________________
10092 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
10093         Log: Corify the Filter::Simple tests. 
10094      Branch: perl
10095            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
10096            ! lib/Filter/Simple/t/filter_only.t
10097 ____________________________________________________________________________
10098 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
10099         Log: Upgrade to Filter::Simple 0.70.
10100      Branch: perl
10101            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
10102            + t/lib/FilterOnlyTest.pm
10103            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
10104            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
10105            ! t/lib/FilterTest.pm
10106 ____________________________________________________________________________
10107 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
10108         Log: Cleanliness inspired by Cygwin.
10109      Branch: perl
10110            ! Makefile.SH x2p/Makefile.SH
10111 ____________________________________________________________________________
10112 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
10113         Log: Add perlunintro (formerly known as perlunitut); regen toc.
10114      Branch: perl
10115            + pod/perlunintro.pod
10116            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
10117 ____________________________________________________________________________
10118 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
10119         Log: FAQ sync.
10120      Branch: perl
10121            ! pod/perlfaq6.pod
10122 ____________________________________________________________________________
10123 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
10124         Log: Quieten pgcc 2.91.66 worries.
10125      Branch: perl
10126            ! gv.c pp_ctl.c utf8.c
10127 ____________________________________________________________________________
10128 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
10129         Log: Upgrade to Switch 2.06.
10130      Branch: perl
10131            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
10132            ! lib/Switch/t/nested.t
10133 ____________________________________________________________________________
10134 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
10135         Log: Upgrade to Attribute::Handlers 0.76.
10136      Branch: perl
10137            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
10138            ! lib/Attribute/Handlers/README
10139            ! lib/Attribute/Handlers/demo/Demo.pm
10140            ! lib/Attribute/Handlers/demo/Descriptions.pm
10141            ! lib/Attribute/Handlers/demo/MyClass.pm
10142            ! lib/Attribute/Handlers/demo/demo_cycle.pl
10143            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
10144            ! lib/Attribute/Handlers/t/multi.t
10145 ____________________________________________________________________________
10146 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
10147         Log: Signedness nit.
10148      Branch: perl
10149            ! regexec.c
10150 ____________________________________________________________________________
10151 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
10152         Log: VERSIONize.
10153      Branch: perl
10154            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
10155            ! lib/integer.pm
10156 ____________________________________________________________________________
10157 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
10158         Log: No pod in internal Net::FTP classes.
10159      Branch: perl
10160            ! pod/buildtoc.PL
10161 ____________________________________________________________________________
10162 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
10163         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
10164              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
10165              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
10166              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
10167      Branch: perl
10168            ! regexec.c
10169 ____________________________________________________________________________
10170 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
10171         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
10172              Pudge correctly).
10173      Branch: perl
10174            ! t/test.pl
10175 ____________________________________________________________________________
10176 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
10177         Log: Add comments to mark where $^X is being handled.
10178      Branch: perl
10179            ! perl.c toke.c
10180 ____________________________________________________________________________
10181 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
10182         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
10183              From: Michael G Schwern <schwern@pobox.com>
10184              Date: Wed, 14 Nov 2001 16:38:25 -0500
10185              Message-ID: <20011114163825.D6519@blackrider>
10186      Branch: perl
10187            ! t/op/repeat.t
10188 ____________________________________________________________________________
10189 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
10190         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
10191              From: Michael G Schwern <schwern@pobox.com>
10192              Date: Wed, 14 Nov 2001 13:19:15 -0500
10193              Message-ID: <20011114131915.K5096@blackrider>
10194      Branch: perl
10195            ! t/op/die_exit.t
10196 ____________________________________________________________________________
10197 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
10198         Log: Subject: Re: [PATCH] new version of runperl()
10199              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10200              Date: Wed, 14 Nov 2001 15:39:12 EST
10201              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
10202              
10203              "VMS $^X pipes etc" patch.
10204      Branch: perl
10205            ! vms/vms.c
10206 ____________________________________________________________________________
10207 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
10208         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
10209              and add "verbose" option to show the final command.
10210      Branch: perl
10211            ! t/test.pl
10212 ____________________________________________________________________________
10213 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
10214         Log: Goof in some of the comment fields of #12994.
10215      Branch: perl
10216            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
10217            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
10218            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
10219            ! lib/unicore/In/9.pl
10220 ____________________________________________________________________________
10221 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
10222         Log: The First, Last ranges in the Unicode data weren't
10223              getting their general categories added properly;
10224              noticed by Jeffrey Friedl.
10225      Branch: perl
10226            ! lib/unicore/Category.pl lib/unicore/In/0.pl
10227            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
10228            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
10229            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
10230            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
10231            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
10232            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
10233            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
10234            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
10235            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
10236            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
10237            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
10238            ! lib/unicore/mktables
10239 ____________________________________________________________________________
10240 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
10241         Log: Subject: [PATCH] new version of runperl()
10242              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10243              Date: Wed, 14 Nov 2001 12:23:01 +0100
10244              Message-ID: <20011114122301.A29384@rafael>
10245      Branch: perl
10246            ! t/io/argv.t t/test.pl
10247 ____________________________________________________________________________
10248 [ 12992] By: ams                                   on 2001/11/14  13:40:39
10249         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
10250              From: Michael G Schwern <schwern@pobox.com>
10251              Date: Tue, 13 Nov 2001 23:17:54 -0500
10252              Message-Id: <20011113231754.S32567@blackrider>
10253      Branch: perl
10254            ! perl.c
10255 ____________________________________________________________________________
10256 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
10257         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
10258              From: Philip Newton <Philip.Newton@gmx.net>
10259              Date: Wed, 14 Nov 2001 10:59:53 +0100
10260              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
10261              
10262              plus a lot of paragraph reformatting because of long lines.
10263      Branch: perl
10264            ! pod/perlapio.pod
10265 ____________________________________________________________________________
10266 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
10267         Log: A bool is not a pointer.
10268      Branch: perl
10269            ! pp_sys.c
10270 ____________________________________________________________________________
10271 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
10272         Log: AUTHORS updates.
10273      Branch: perl
10274            ! AUTHORS
10275 ____________________________________________________________________________
10276 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
10277         Log: There are several MIME RFCs.
10278      Branch: perl
10279            ! ext/Encode/Encode.pm
10280 ____________________________________________________________________________
10281 [ 12987] By: ams                                   on 2001/11/14  01:09:28
10282         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
10283              From: Michael G Schwern <schwern@pobox.com>
10284              Date: Tue, 13 Nov 2001 20:59:13 -0500
10285              Message-Id: <20011113205913.H32567@blackrider>
10286      Branch: perl
10287            ! t/op/groups.t vms/test.com
10288 ____________________________________________________________________________
10289 [ 12986] By: ams                                   on 2001/11/14  01:07:06
10290         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
10291              From: Michael G Schwern <schwern@pobox.com>
10292              Date: Tue, 13 Nov 2001 20:51:34 -0500
10293              Message-Id: <20011113205134.F32567@blackrider>
10294      Branch: perl
10295            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
10296 ____________________________________________________________________________
10297 [ 12985] By: ams                                   on 2001/11/14  00:43:59
10298         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
10299              From: Michael G Schwern <schwern@pobox.com>
10300              Date: Tue, 13 Nov 2001 20:38:42 -0500
10301              Message-Id: <20011113203842.E32567@blackrider>
10302      Branch: perl
10303            ! pod/perlport.pod
10304 ____________________________________________________________________________
10305 [ 12984] By: ams                                   on 2001/11/14  00:32:15
10306         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
10307              From: Michael G Schwern <schwern@pobox.com>
10308              Date: Tue, 13 Nov 2001 20:27:02 -0500
10309              Message-Id: <20011113202702.D32567@blackrider>
10310      Branch: perl
10311            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
10312            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
10313            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
10314            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
10315 ____________________________________________________________________________
10316 [ 12983] By: ams                                   on 2001/11/14  00:00:27
10317         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
10318              From: Michael G Schwern <schwern@pobox.com>
10319              Date: Tue, 13 Nov 2001 19:51:59 -0500
10320              Message-Id: <20011113195159.B32567@blackrider>
10321      Branch: perl
10322            ! pod/perlport.pod
10323 ____________________________________________________________________________
10324 [ 12982] By: ams                                   on 2001/11/13  23:53:11
10325         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
10326              From: Larry Shatzer <fugazi@zippy.zyx.net>
10327              Date: Tue, 13 Nov 2001 17:27:59 -0700
10328              Message-Id: <20011113172759.E27768@zippy.zyx.net>
10329      Branch: perl
10330            ! pod/perlapio.pod
10331 ____________________________________________________________________________
10332 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
10333         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
10334              "large enough" Unicode characters returned more than one
10335              as their "Unicode size".
10336      Branch: perl
10337            ! pp_sys.c t/io/utf8.t
10338 ____________________________________________________________________________
10339 [ 12980] By: ams                                   on 2001/11/13  19:32:33
10340         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
10341              From: "Craig A. Berry" <craigberry@mac.com>
10342              Date: Tue, 13 Nov 2001 14:33:25 -0600
10343              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
10344      Branch: perl
10345            ! vms/gen_shrfls.pl
10346 ____________________________________________________________________________
10347 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
10348         Log: Subject: Minor patch to Encode.pm (detypo)
10349              From: "Philip Newton" <Philip.Newton@gmx.net>
10350              Date: Tue, 13 Nov 2001 20:11:01 +0100
10351              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
10352      Branch: perl
10353            ! ext/Encode/Encode.pm
10354 ____________________________________________________________________________
10355 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
10356         Log: Evil tabulators.
10357      Branch: perl
10358            ! ext/Encode/Encode.pm
10359 ____________________________________________________________________________
10360 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
10361         Log: Document the available encodings.
10362      Branch: perl
10363            ! ext/Encode/Encode.pm
10364 ____________________________________________________________________________
10365 [ 12976] By: ams                                   on 2001/11/13  17:14:07
10366         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
10367              From: Barrie Slaymaker <barries@slaysys.com>
10368              Date: Tue, 13 Nov 2001 12:41:36 -0500
10369              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
10370      Branch: perl
10371            ! t/op/universal.t
10372 ____________________________________________________________________________
10373 [ 12975] By: ams                                   on 2001/11/13  16:24:21
10374         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
10375              From: Barrie Slaymaker <barries@slaysys.com>
10376              Date: Tue, 13 Nov 2001 10:56:20 -0500
10377              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
10378              (Test applied with minor tweaks and ->isa("HASH") omission.)
10379      Branch: perl
10380            ! lib/UNIVERSAL.pm t/op/universal.t
10381 ____________________________________________________________________________
10382 [ 12974] By: ams                                   on 2001/11/13  15:46:07
10383         Log: Subject: [PATCH Benchmark.pm] docco tweaks
10384              From: Barrie Slaymaker <barries@slaysys.com>
10385              Date: Tue, 13 Nov 2001 11:34:45 -0500
10386              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
10387      Branch: perl
10388            ! lib/Benchmark.pm
10389 ____________________________________________________________________________
10390 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
10391         Log: Subject: [PATCH] Attack of the C loops, round 1
10392              From: Richard Soderberg <rs@oregonnet.com>
10393              Date: Mon, 12 Nov 2001 12:07:29 -0800
10394              Message-Id: <200111122007.MAA01994@oregonnet.com>
10395              
10396              Subject: [PATCH] bytecode.pl (tiny patch)
10397              From: Richard Soderberg <rs@oregonnet.com>
10398              Date: Mon, 12 Nov 2001 12:53:24 -0800
10399              Message-Id: <200111122053.MAA06272@oregonnet.com>
10400      Branch: perl
10401            ! bytecode.pl installhtml
10402 ____________________________________________________________________________
10403 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
10404         Log: Subject: [PATCH] Update to Filter::Util::Call
10405              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
10406              Date: Sun, 11 Nov 2001 22:33:33 -0000
10407              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
10408              
10409              Use the new CXT* macros.
10410      Branch: perl
10411            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
10412 ____________________________________________________________________________
10413 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
10414         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
10415              From: Michael G Schwern <schwern@pobox.com>
10416              Date: Mon, 12 Nov 2001 20:50:34 -0500
10417              Message-ID: <20011112205034.H2888@blackrider>
10418      Branch: perl
10419            + lib/vmsish.pm lib/vmsish.t
10420            - vms/ext/vmsish.pm vms/ext/vmsish.t
10421            ! MANIFEST vms/descrip_mms.template
10422 ____________________________________________________________________________
10423 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
10424         Log: :utf8 works only with perlio.
10425      Branch: perl
10426            ! lib/open.t
10427 ____________________________________________________________________________
10428 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
10429         Log: Subject: Re: @Config -"des" not quite working on VMS
10430              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10431              Date: Tue, 13 Nov 2001 08:35:13 EST 
10432              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
10433      Branch: perl
10434            ! configure.com
10435 ____________________________________________________________________________
10436 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
10437         Log: Subject: [PATCH] lib/charnames.pm 
10438              From: Jeffrey Friedl <jfriedl@yahoo.com>
10439              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
10440              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
10441      Branch: perl
10442            ! lib/charnames.pm
10443 ____________________________________________________________________________
10444 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
10445         Log: Docs for Mac::err.
10446      Branch: maint-5.6/macperl
10447            ! macos/ext/Mac/err/err.pm
10448 ____________________________________________________________________________
10449 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
10450         Log: Some cleanup; change some globals to references for
10451              possible persistence later.
10452      Branch: maint-5.6/macperl
10453            ! macos/lib/Mac/Glue.pm
10454 ____________________________________________________________________________
10455 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
10456         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
10457      Branch: maint-5.6/macperl
10458            ! macos/ext/Mac/Files/Files.pm
10459 ____________________________________________________________________________
10460 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
10461         Log: Get Mac::Navigation to compile (bug #464684).
10462      Branch: maint-5.6/macperl
10463            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
10464            ! macos/ext/Mac/Navigation/Makefile.PL
10465            ! macos/ext/Mac/Navigation/Navigation.xs
10466            ! macos/macperl/Makefile.mk
10467 ____________________________________________________________________________
10468 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
10469         Log: Add in modules and POD to help menu.
10470      Branch: maint-5.6/macperl
10471            ! macos/macperl/MacPerl.podhelp
10472 ____________________________________________________________________________
10473 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
10474         Log: Update bundled modules.
10475      Branch: maint-5.6/macperl
10476            + macos/bundled_ext/Filter/t/FilterTest.pm
10477            + macos/bundled_ext/List/Util/t/shuffle.t
10478            + macos/bundled_ext/Storable/t/compat06.t
10479            + macos/bundled_ext/Storable/t/st-dump.pl
10480            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
10481            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
10482            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
10483            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
10484            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
10485            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
10486            + macos/bundled_lib/blib/lib/lwpcook.pod
10487            + macos/bundled_lib/t/Filter/Simple/filter.t
10488            + macos/bundled_lib/t/Switch/t/given.t
10489            + macos/bundled_lib/t/Switch/t/nested.t
10490            + macos/bundled_lib/t/Switch/t/switch.t
10491            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
10492            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
10493            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
10494            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
10495            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
10496            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
10497            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
10498            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
10499            + macos/bundled_lib/t/URI/rfc2732.t
10500            + macos/bundled_lib/t/libnet/config.t
10501            + macos/bundled_lib/t/libnet/libnet_t.pl
10502            + macos/bundled_lib/t/libwww-perl/live/google.t
10503            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
10504            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
10505            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
10506            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
10507            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
10508            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
10509            + macos/bundled_lib/t/libwww-perl/live/validator.t
10510            - macos/bundled_ext/Filter/t/MyFilter.pm
10511            - macos/bundled_ext/Storable/t/compat-0.6.t
10512            - macos/bundled_ext/Storable/t/dump.pl
10513            - macos/bundled_ext/Time/Piece/Makefile.PL
10514            - macos/bundled_ext/Time/Piece/Piece.pm
10515            - macos/bundled_ext/Time/Piece/Piece.t
10516            - macos/bundled_ext/Time/Piece/Piece.xs
10517            - macos/bundled_ext/Time/Piece/README
10518            - macos/bundled_ext/Time/Piece/Seconds.pm
10519            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
10520            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
10521            - macos/bundled_lib/blib/lib/Net/PH.pm
10522            - macos/bundled_lib/blib/lib/Net/SNPP.pm
10523            - macos/bundled_lib/blib/lib/Text/Balanced.pod
10524            - macos/bundled_lib/t/Filter/Simple/test.pl
10525            - macos/bundled_lib/t/Switch/test.pl
10526            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
10527            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
10528            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
10529            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
10530            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
10531            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
10532            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
10533            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
10534            - macos/bundled_lib/t/libnet/ph.t
10535            ! (edit 125 files)
10536 ____________________________________________________________________________
10537 [ 12961] By: ams                                   on 2001/11/13  00:45:08
10538         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
10539              From: Michael G Schwern <schwern@pobox.com>
10540              Date: Mon, 12 Nov 2001 20:16:45 -0500
10541              Message-Id: <20011112201644.G2888@blackrider>
10542      Branch: perl
10543            ! pod/perlport.pod
10544 ____________________________________________________________________________
10545 [ 12960] By: ams                                   on 2001/11/12  23:54:00
10546         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
10547              Recoving dup tests for VMS
10548              From: Michael G Schwern <schwern@pobox.com>
10549              Date: Mon, 12 Nov 2001 19:35:33 -0500
10550              Message-Id: <20011112193533.D2888@blackrider>
10551      Branch: perl
10552            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
10553 ____________________________________________________________________________
10554 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
10555         Log: Update Changes.
10556      Branch: perl
10557            ! Changes patchlevel.h
10558 ____________________________________________________________________________
10559 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
10560         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
10561              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
10562              Date: Mon, 12 Nov 2001 12:35:18 EST 
10563              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
10564      Branch: perl
10565            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
10566            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
10567 ____________________________________________________________________________
10568 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
10569         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
10570              From: Barrie Slaymaker <barries@slaysys.com>
10571              Date: Mon, 12 Nov 2001 11:19:52 -0500
10572              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
10573      Branch: perl
10574            ! lib/File/Spec.t lib/File/Spec/Win32.pm
10575 ____________________________________________________________________________
10576 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
10577         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
10578              From: Barrie Slaymaker <barries@slaysys.com>
10579              Date: Mon, 12 Nov 2001 11:07:36 -0500
10580              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
10581      Branch: perl
10582            ! lib/Benchmark.pm
10583 ____________________________________________________________________________
10584 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
10585         Log: Misplaced test, noticed by Barrie Slaymaker.
10586              (We are missing Benchmark tests, then.)
10587      Branch: perl
10588            + ext/Devel/DProf/DProf.t
10589            - lib/Benchmark.t
10590            ! MANIFEST
10591 ____________________________________________________________________________
10592 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
10593         Log: Subject: [PATCH] a few typo fixes 
10594              From: Jeffrey Friedl <jfriedl@yahoo.com>
10595              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
10596              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
10597              
10598              Patching README.foo instead of pod/perlfoo.pod,
10599              not patching Math::BigInt (Tels will take care of that),
10600              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
10601              and perldoc.PL instead of libnetcfg and perldoc, patching
10602              ext/Digest/MD5/t/files.t since MD5.pm was changed.
10603      Branch: perl
10604            ! (edit 109 files)
10605 ____________________________________________________________________________
10606 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
10607         Log: Add a note about the dangers of bad UTF-8.
10608      Branch: perl
10609            ! pod/perlunicode.pod
10610 ____________________________________________________________________________
10611 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
10612         Log: NetWare Nit from Ananth Kesari.
10613      Branch: perl
10614            ! NetWare/config.wc
10615 ____________________________________________________________________________
10616 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
10617         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
10618      Branch: perl
10619            ! ext/Encode/Encode.pm
10620 ____________________________________________________________________________
10621 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
10622         Log: (retracted by #12951)
10623      Branch: perl
10624            ! ext/Encode/Encode.pm
10625 ____________________________________________________________________________
10626 [ 12949] By: ams                                   on 2001/11/12  06:40:18
10627         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
10628              From: Robert Spier <rspier@pobox.com>
10629              Date: Sun, 11 Nov 2001 18:50:18 -0800
10630              Message-Id: <15343.14570.121505.233336@rls.cx>
10631              
10632              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
10633              From: Rick Delaney <rick.delaney@home.com>
10634              Date: 12 Nov 2001 00:15:52 -0500
10635              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
10636      Branch: perl
10637            ! pp_hot.c t/op/taint.t
10638 ____________________________________________________________________________
10639 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
10640         Log: It seems that we actually have this detail implemented
10641              as for as Level 1 Support of Unicode regex support is
10642              concerned: at Level 1 only 1:1 support for loose
10643              (aka caseless, aka caseigoring ) matching is required.
10644      Branch: perl
10645            ! pod/perlunicode.pod
10646 ____________________________________________________________________________
10647 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
10648         Log: (retracted by #12951)
10649      Branch: perl
10650            ! ext/Encode/Encode.pm
10651 ____________________________________________________________________________
10652 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
10653         Log: BOM, bom, Bom.
10654      Branch: perl
10655            ! pod/perlunicode.pod
10656 ____________________________________________________________________________
10657 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
10658         Log: Upgrade to Math::BigInt 1.46.
10659      Branch: perl
10660            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10661            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
10662            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
10663            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
10664            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
10665 ____________________________________________________________________________
10666 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
10667         Log: Subject: Re: PERFORCE change 12943 for review
10668              From: "Philip Newton" <Philip.Newton@gmx.net>
10669              Date: Sun, 11 Nov 2001 20:53:36 +0100
10670              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
10671      Branch: perl
10672            ! pod/perlunicode.pod
10673 ____________________________________________________________________________
10674 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
10675         Log: Doc updates; make the Unicode discussions a little
10676              bit less alarming, and add information about encodings,
10677              surrogates, and BOMs.
10678      Branch: perl
10679            ! pod/perlunicode.pod
10680 ____________________________________________________________________________
10681 [ 12942] By: ams                                   on 2001/11/11  16:45:00
10682         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
10683              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
10684              Date: Mon, 12 Nov 2001 00:22:57 +0900
10685              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
10686      Branch: perl
10687            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
10688            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
10689 ____________________________________________________________________________
10690 [ 12941] By: ams                                   on 2001/11/11  13:01:40
10691         Log: Subject: Re: PERFORCE change 12929 for review
10692              From: "Philip Newton" <Philip.Newton@gmx.net>
10693              Date: Sun, 11 Nov 2001 14:27:44 +0100
10694              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
10695      Branch: perl
10696            ! MANIFEST
10697 ____________________________________________________________________________
10698 [ 12940] By: ams                                   on 2001/11/11  05:06:43
10699         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
10700              From: Michael G Schwern <schwern@pobox.com>
10701              Date: Thu, 8 Nov 2001 22:56:45 -0500
10702              Message-Id: <20011108225645.H5587@blackrider>
10703      Branch: perl
10704            ! t/op/chdir.t
10705 ____________________________________________________________________________
10706 [ 12939] By: ams                                   on 2001/11/11  05:01:00
10707         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
10708              From: Michael G Schwern <schwern@pobox.com>
10709              Date: Sun, 11 Nov 2001 00:54:43 -0500
10710              Message-Id: <20011111005443.A24450@blackrider>
10711      Branch: perl
10712            ! ext/Cwd/t/cwd.t
10713 ____________________________________________________________________________
10714 [ 12938] By: ams                                   on 2001/11/11  03:25:13
10715         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
10716              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
10717              From: "chromatic" <chromatic@rmci.net>
10718              Date: Sat, 10 Nov 2001 21:03:20 -0700
10719              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
10720      Branch: perl
10721            ! lib/File/stat.pm lib/File/stat.t
10722 ____________________________________________________________________________
10723 [ 12937] By: ams                                   on 2001/11/11  02:05:23
10724         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
10725              From: "Craig A. Berry" <craigberry@mac.com>
10726              Date: Sat, 10 Nov 2001 17:23:52 -0600
10727              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
10728      Branch: perl
10729            ! t/op/magic.t
10730 ____________________________________________________________________________
10731 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
10732         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
10733      Branch: perl
10734            ! lib/open.pm lib/open.t
10735 ____________________________________________________________________________
10736 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
10737         Log: The Official name of ASCII.
10738      Branch: perl
10739            ! ext/Encode/Encode.pm
10740 ____________________________________________________________________________
10741 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
10742         Log: The KOI8-R example wasn't quite right.
10743      Branch: perl
10744            ! lib/open.pm lib/open.t
10745 ____________________________________________________________________________
10746 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
10747         Log: Enhance the open pragma to support :utf8, :locale,
10748              and :encoding directly as special cases, and rename
10749              the INOUT to IO.
10750      Branch: perl
10751            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
10752 ____________________________________________________________________________
10753 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
10754         Log: Document the UTF-16 surrogate encoding and decoding.
10755      Branch: perl
10756            ! ext/Encode/Encode.pm
10757 ____________________________________________________________________________
10758 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
10759         Log: A potential recursion breaker.
10760      Branch: perl
10761            ! sv.c
10762 ____________________________________________________________________________
10763 [ 12930] By: ams                                   on 2001/11/10  07:46:53
10764         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
10765              (was Re: perl@12892)
10766              From: "chromatic" <chromatic@rmci.net>
10767              Date: Sat, 10 Nov 2001 01:28:09 -0700
10768              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
10769      Branch: perl
10770            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
10771            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
10772            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
10773            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
10774 ____________________________________________________________________________
10775 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
10776         Log: Add a test for the bytes pragma.
10777      Branch: perl
10778            + lib/bytes.t
10779            ! MANIFEST
10780 ____________________________________________________________________________
10781 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
10782         Log: Doc update.
10783      Branch: perl
10784            ! lib/bytes.pm
10785 ____________________________________________________________________________
10786 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
10787         Log: Cease to exist.
10788      Branch: perl
10789            - lib/Unicode/Normalize.pm
10790 ____________________________________________________________________________
10791 [ 12926] By: ams                                   on 2001/11/10  03:23:16
10792         Log: Subject: [patch] my_setenv speedup + fixes
10793              From: Doug MacEachern <dougm@covalent.net>
10794              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
10795              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
10796      Branch: perl
10797            ! util.c
10798 ____________________________________________________________________________
10799 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
10800         Log: Newline trouble.
10801      Branch: perl
10802            ! lib/ExtUtils/Embed.t
10803 ____________________________________________________________________________
10804 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
10805         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
10806              From: "Craig A. Berry" <craigberry@mac.com>
10807              Date: Fri, 09 Nov 2001 18:13:16 -0600
10808              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
10809      Branch: perl
10810            ! vms/munchconfig.c
10811 ____________________________________________________________________________
10812 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
10813         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
10814              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10815              Date: Sat, 10 Nov 2001 00:10:45 +0100
10816              Message-ID: <20011110001045.A11945@rafael>
10817      Branch: perl
10818            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
10819            + t/run/switchn.t t/run/switchp.t
10820            ! MANIFEST
10821 ____________________________________________________________________________
10822 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
10823         Log: Subject: [PATCH] some tests not cleaning up properly               
10824              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
10825              Date: Fri, 9 Nov 2001 22:13:10 +0100
10826              Message-ID: <20011109221310.A11115@rafael>
10827      Branch: perl
10828            ! ext/Cwd/t/cwd.t t/io/argv.t
10829 ____________________________________________________________________________
10830 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
10831         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
10832              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10833              Date: Fri, 9 Nov 2001 15:07:19 EST
10834              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
10835      Branch: perl
10836            ! lib/ExtUtils/Embed.t
10837 ____________________________________________________________________________
10838 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
10839         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
10840              have been copied so it shouldn't be freed in perl_destruct()
10841      Branch: perl
10842            ! perl.c
10843 ____________________________________________________________________________
10844 [ 12919] By: ams                                   on 2001/11/09  15:36:22
10845         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
10846              From: Michael G Schwern <schwern@pobox.com>
10847              Date: Fri, 9 Nov 2001 00:38:59 -0500
10848              Message-Id: <20011109003859.K5587@blackrider>
10849              (Applied with directory name changes suggested by Craig Berry.)
10850      Branch: perl
10851            ! ext/Cwd/t/cwd.t
10852 ____________________________________________________________________________
10853 [ 12918] By: ams                                   on 2001/11/09  15:29:15
10854         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
10855              From: Michael G Schwern <schwern@pobox.com>
10856              Date: Fri, 9 Nov 2001 01:44:14 -0500
10857              Message-Id: <20011109014414.N5587@blackrider>
10858      Branch: perl
10859            ! vms/ext/filespec.t
10860 ____________________________________________________________________________
10861 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
10862         Log: Update Changes.
10863      Branch: perl
10864            ! Changes patchlevel.h
10865 ____________________________________________________________________________
10866 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
10867         Log: Regen toc.
10868      Branch: perl
10869            ! pod/perltoc.pod
10870 ____________________________________________________________________________
10871 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
10872         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
10873              see http://www.jepstone.net/bjepson//jpl/cvs.html
10874      Branch: perl
10875            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
10876 ____________________________________________________________________________
10877 [ 12914] By: ams                                   on 2001/11/09  14:05:12
10878         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
10879              From: Michael G Schwern <schwern@pobox.com>
10880              Date: Thu, 8 Nov 2001 22:05:49 -0500
10881              Message-Id: <20011108220549.F5587@blackrider>
10882      Branch: perl
10883            ! vms/test.com
10884 ____________________________________________________________________________
10885 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
10886         Log: NetWare update from Ananth Kesari.
10887      Branch: perl
10888            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
10889 ____________________________________________________________________________
10890 [ 12912] By: ams                                   on 2001/11/09  13:40:26
10891         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
10892              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10893              Date: Fri, 9 Nov 2001 14:32:28 +0100
10894              Message-Id: <20011109143228.A18996@rafael>
10895      Branch: perl
10896            ! perl.c
10897 ____________________________________________________________________________
10898 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
10899         Log: FAQ sync.
10900      Branch: perl
10901            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
10902            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
10903            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
10904 ____________________________________________________________________________
10905 [ 12910] By: ams                                   on 2001/11/09  07:33:49
10906         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
10907              From: Michael G Schwern <schwern@pobox.com>
10908              Date: Fri, 9 Nov 2001 00:41:56 -0500
10909              Message-Id: <20011109004156.L5587@blackrider>
10910      Branch: perl
10911            ! lib/File/Find/t/find.t
10912 ____________________________________________________________________________
10913 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
10914         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
10915              The CPAN distribution has both pm and XS implementations,
10916              and for performance reasons we choose the XS.
10917              Another reason to choose the XS is that it doesn't
10918              require Lingua::KO::Hangul::Util, which means that
10919              we can delete that-- which in turn means that Unicode::UCD
10920              cannot expect that: support it, but don't expect.
10921              Ditto Unicode::Collate.
10922              
10923              Note that Unicode::Normalize Makefile.PL and
10924              Normalize.xs have been modified from the CPAN 0.10
10925              versions: the first one to be simpler (no pm) and
10926              clean up the generated unf*.h files, the second one
10927              to quench compiler grumblings.  Must notify Sadahiro
10928              about these changes.
10929      Branch: perl
10930            + ext/Unicode/Normalize/Changes
10931            + ext/Unicode/Normalize/Makefile.PL
10932            + ext/Unicode/Normalize/Normalize.pm
10933            + ext/Unicode/Normalize/Normalize.pod
10934            + ext/Unicode/Normalize/Normalize.xs
10935            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
10936            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
10937            + ext/Unicode/Normalize/t/test.t
10938            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
10939            - lib/Lingua/KO/Hangul/Util/README
10940            - lib/Lingua/KO/Hangul/Util/t/test.t
10941            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
10942            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
10943            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
10944            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
10945            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
10946            ! win32/makefile.mk
10947 ____________________________________________________________________________
10948 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
10949         Log: Test miscounting.
10950      Branch: perl
10951            ! ext/POSIX/t/posix.t
10952 ____________________________________________________________________________
10953 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
10954         Log: Quote the variables in failures messages more nicely.
10955      Branch: perl
10956            ! t/test.pl
10957 ____________________________________________________________________________
10958 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
10959         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
10960              From: Michael G Schwern <schwern@pobox.com>
10961              Date: Thu, 8 Nov 2001 17:24:49 -0500
10962              Message-ID: <20011108172449.A5587@blackrider>
10963              
10964              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
10965              From: "Craig A. Berry" <craigberry@mac.com>
10966              Date: Thu, 8 Nov 2001 16:35:00 -0600
10967              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
10968      Branch: perl
10969            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
10970 ____________________________________________________________________________
10971 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
10972         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
10973              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
10974              Date: Thu, 8 Nov 2001 22:52:50 -0000
10975              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
10976      Branch: perl
10977            ! ext/DB_File/t/db-recno.t
10978 ____________________________________________________________________________
10979 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
10980         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
10981              (Probably not an EBCDIC issue the way one would think
10982              since no chr() et alia are used in UCD.pm.)
10983      Branch: perl
10984            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
10985 ____________________________________________________________________________
10986 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
10987         Log: Whether overwriting the $self->{...} values (see #12902)
10988              is a good policy or not is debatable, but let's at least
10989              be consistent.
10990      Branch: perl
10991            ! lib/ExtUtils/MM_Unix.pm
10992 ____________________________________________________________________________
10993 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
10994         Log: The MakeMaker argument () quoting patch that sneaked
10995              in at #12883 didn't handle make macros like this $(...).
10996              Leaning toothpicks, we've got them.
10997      Branch: perl
10998            ! lib/ExtUtils/MM_Unix.pm
10999 ____________________________________________________________________________
11000 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
11001         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
11002              From: Michael G Schwern <schwern@pobox.com>
11003              Date: Wed, 7 Nov 2001 02:02:29 -0500
11004              Message-ID: <20011107020229.K2858@blackrider>
11005      Branch: perl
11006            ! t/io/argv.t t/test.pl vms/test.com
11007 ____________________________________________________________________________
11008 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
11009         Log: Subject: [PATCH 20011106.084] -s on #! line 
11010              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11011              Date: Wed, 7 Nov 2001 22:23:39 +0100
11012              Message-ID: <20011107222339.E729@rafael>
11013      Branch: perl
11014            ! embed.h embed.pl perl.c proto.h toke.c
11015 ____________________________________________________________________________
11016 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
11017         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
11018              From: Michael G Schwern <schwern@pobox.com>
11019              Date: Wed, 7 Nov 2001 16:52:49 -0500
11020              Message-ID: <20011107165249.I7346@blackrider>
11021      Branch: perl
11022            ! pod/perlhack.pod
11023 ____________________________________________________________________________
11024 [ 12898] By: ams                                   on 2001/11/08  13:02:19
11025         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
11026              From: Mark-Jason Dominus <mjd@plover.com>
11027              Date: Thu, 08 Nov 2001 08:59:02 -0500
11028              Message-Id: <20011108135902.2275.qmail@plover.com>
11029      Branch: perl
11030            ! INSTALL README README.amiga README.os2 README.vms
11031            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
11032            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
11033 ____________________________________________________________________________
11034 [ 12897] By: ams                                   on 2001/11/08  12:49:28
11035         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
11036              From: mjd@plover.com
11037              Date: 8 Nov 2001 13:33:18 -0000
11038              Message-Id: <20011108133318.1786.qmail@plover.com>
11039      Branch: perl
11040            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
11041            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
11042            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
11043            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
11044            ! pod/perlport.pod pod/perlvar.pod
11045 ____________________________________________________________________________
11046 [ 12896] By: ams                                   on 2001/11/08  11:22:12
11047         Log: open(FH, $file) should strip leading and trailing whitespace.
11048      Branch: perl
11049            ! doio.c
11050 ____________________________________________________________________________
11051 [ 12895] By: ams                                   on 2001/11/08  10:17:14
11052         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
11053              From: "Craig A. Berry" <craigberry@mac.com>
11054              Date: Wed, 07 Nov 2001 13:41:50 -0600
11055              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
11056      Branch: perl
11057            ! t/op/glob.t
11058 ____________________________________________________________________________
11059 [ 12894] By: ams                                   on 2001/11/08  08:32:20
11060         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
11061              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
11062              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
11063              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
11064      Branch: perl
11065            ! makedepend.SH
11066 ____________________________________________________________________________
11067 [ 12893] By: ams                                   on 2001/11/08  08:26:31
11068         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
11069              From: mjd@plover.com
11070              Date: 8 Nov 2001 08:08:07 -0000
11071              Message-Id: <20011108080807.30147.qmail@plover.com>
11072              
11073              Subject: bleadperl perl.pod
11074              From: mjd@plover.com
11075              Date: 8 Nov 2001 08:10:47 -0000
11076              Message-Id: <20011108081047.30178.qmail@plover.com>
11077              
11078              Subject: more bleadperl perl.pod
11079              From: mjd@plover.com
11080              Date: 8 Nov 2001 08:16:28 -0000
11081              Message-Id: <20011108081628.30229.qmail@plover.com>
11082      Branch: perl
11083            ! pod/perl.pod pod/perldebug.pod
11084 ____________________________________________________________________________
11085 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
11086         Log: Tweak for Cray-friendliness from Nicholas Clark.
11087      Branch: perl
11088            ! sv.c
11089 ____________________________________________________________________________
11090 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
11091         Log: VMS patch redo from Charles Lane.
11092      Branch: perl
11093            ! vms/gen_shrfls.pl
11094 ____________________________________________________________________________
11095 [ 12890] By: ams                                   on 2001/11/07  15:16:10
11096         Log: Subject: [ID 20011107.088] two perl pod nits
11097              From: lvirden@cas.org
11098              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
11099              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
11100      Branch: perl
11101            ! pod/perl.pod pod/perlfaq3.pod
11102 ____________________________________________________________________________
11103 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
11104         Log: Update Changes.
11105      Branch: perl
11106            ! Changes patchlevel.h
11107 ____________________________________________________________________________
11108 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
11109         Log: The (emulated) "no utf8" must be in a BEGIN block
11110              to be effective.
11111      Branch: perl
11112            ! lib/CGI/t/html.t
11113 ____________________________________________________________________________
11114 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
11115         Log: "v-strings" is the right term.
11116      Branch: perl
11117            ! pod/perltodo.pod
11118 ____________________________________________________________________________
11119 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
11120         Log: Add vstrings-as-objects need to perltodo.
11121      Branch: perl
11122            ! pod/perltodo.pod
11123 ____________________________________________________________________________
11124 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
11125         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
11126              From: Nicholas Clark <nick@ccl4.org>
11127              Date: Wed, 7 Nov 2001 14:36:32 +0000
11128              Message-ID: <20011107143631.I24980@plum.flirble.org>
11129      Branch: perl
11130            ! t/op/pack.t
11131 ____________________________________________________________________________
11132 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
11133         Log: The Embed test requires a major rewrite for VMS
11134              (plus it reveals a couple of annoying glitches
11135              in buffering), so skip the test for now; from
11136              Charles Lane.
11137      Branch: perl
11138            ! lib/ExtUtils/Embed.t
11139 ____________________________________________________________________________
11140 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
11141         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
11142              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11143              Date: Wed, 7 Nov 2001 09:23:28 EST
11144              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
11145              
11146              (Also i seems that an unrelated experimental patch
11147              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
11148      Branch: perl
11149            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
11150 ____________________________________________________________________________
11151 [ 12882] By: ams                                   on 2001/11/07  05:14:04
11152         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
11153              From: Mark-Jason Dominus <mjd@plover.com>
11154              Date: Wed, 07 Nov 2001 00:43:46 -0500
11155              Message-Id: <20011107054346.14428.qmail@plover.com>
11156      Branch: perl
11157            ! gv.c op.c toke.c
11158 ____________________________________________________________________________
11159 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
11160         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
11161              From: Michael G Schwern <schwern@pobox.com>             
11162              Date: Tue, 6 Nov 2001 22:04:39 -0500
11163              Message-ID: <20011106220439.D2858@blackrider>              
11164      Branch: perl
11165            ! lib/perl5db.pl
11166 ____________________________________________________________________________
11167 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
11168         Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under
11169              stress))
11170              From: Jonathan Stowe <gellyfish@gellyfish.com>
11171              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
11172              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
11173              
11174              (except for one hunk where indentation differs)
11175      Branch: perl
11176            ! lib/Term/Cap.t
11177 ____________________________________________________________________________
11178 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
11179         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
11180              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11181              Date: Tue, 6 Nov 2001 21:45:01 +0100
11182              Message-ID: <20011106214501.A704@rafael>
11183      Branch: perl
11184            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
11185            ! lib/File/Spec/Win32.pm
11186 ____________________________________________________________________________
11187 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
11188         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
11189              From: Michael G Schwern <schwern@pobox.com>              
11190              Date: Tue, 6 Nov 2001 20:58:45 -0500
11191              Message-ID: <20011106205845.G29411@blackrider>
11192      Branch: perl
11193            ! t/test.pl
11194 ____________________________________________________________________________
11195 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
11196         Log: Subject: making do_sprintf public       
11197              From: Doug MacEachern <dougm@covalent.net>    
11198              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
11199              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
11200      Branch: perl
11201            ! embed.h embed.pl global.sym
11202 ____________________________________________________________________________
11203 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
11204         Log: Update to CGI.pm 2.78.
11205              
11206              TODO: the test suite needs to be merged so that
11207              when in core, the core version is tested, and when
11208              using the CPAN version, testing the CPAN version.
11209              (the changes need to be sent to Lincoln, too...)
11210      Branch: perl
11211            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
11212            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
11213            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
11214            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
11215            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
11216            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
11217 ____________________________________________________________________________
11218 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
11219         Log: Integrate with perlio; (strictly) readonly hashes via XS.
11220      Branch: perl
11221           +> t/lib/access.t
11222           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
11223 ____________________________________________________________________________
11224 [ 12874] By: nick                                  on 2001/11/06  21:05:16
11225         Log: Keep It Simple and Stupid version of readonly hash support.
11226              - Test for SvREAONLY(hv) at a few spots in hv.c
11227              - add the error message to perldiag.pod
11228              - (dubious) add access::readonly() to univeral.c
11229              - add test using above
11230              - fixup ext/B/t/stash.t to account for access:: existing
11231      Branch: perlio
11232            + t/lib/access.t
11233            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
11234 ____________________________________________________________________________
11235 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
11236         Log: Fix incorrect warnings about broken globbing;
11237              from Andy Dougherty.
11238      Branch: perl
11239            ! hints/linux.sh
11240 ____________________________________________________________________________
11241 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
11242         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
11243              toggle-on from the encoding pragma.
11244      Branch: perl
11245            ! regcomp.c regexec.c
11246 ____________________________________________________________________________
11247 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
11248         Log: Retract #12824, doesn't help and is ignored
11249              by Configure anyway.
11250      Branch: perl
11251            ! hints/beos.sh
11252 ____________________________________________________________________________
11253 [ 12870] By: ams                                   on 2001/11/06  10:40:37
11254         Log: Subject: Cosmetic change
11255              From: H.Merijn Brand <h.m.brand@hccnet.nl>
11256              Date: Tue, 06 Nov 2001 12:30:52 +0100
11257              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
11258      Branch: perl
11259            ! README.hpux
11260 ____________________________________________________________________________
11261 [ 12869] By: nick                                  on 2001/11/06  08:26:40
11262         Log: Integrate mainline
11263      Branch: perlio
11264           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
11265           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
11266 ____________________________________________________________________________
11267 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
11268         Log: The parentheses are protected enough.
11269      Branch: perl
11270            ! hints/os390.sh
11271 ____________________________________________________________________________
11272 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
11273         Log: ccflags, not ldflags.
11274      Branch: perl
11275            ! hints/os390.sh
11276 ____________________________________________________________________________
11277 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
11278         Log: ... and the proto to go with #12865.
11279      Branch: perl
11280            ! proto.h
11281 ____________________________________________________________________________
11282 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
11283         Log: Oops.  Luckily nothing was using this symbol yet.
11284      Branch: perl
11285            ! global.sym
11286 ____________________________________________________________________________
11287 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
11288         Log: Implement the encoding pragma for regex literals.
11289      Branch: perl
11290            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
11291 ____________________________________________________________________________
11292 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
11293         Log: More UTF8 EXACT fixing.
11294      Branch: perl
11295            ! regexec.c
11296 ____________________________________________________________________________
11297 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
11298         Log: More re debugging.
11299      Branch: perl
11300            ! regexec.c
11301 ____________________________________________________________________________
11302 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
11303         Log: EXACT correction attempt.  Continued in #12863.
11304      Branch: perl
11305            ! regexec.c
11306 ____________________________________________________________________________
11307 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
11308         Log: Unterminated L<.
11309      Branch: perl
11310            ! ext/DB_File/DB_File.pm
11311 ____________________________________________________________________________
11312 [ 12859] By: nick                                  on 2001/11/05  19:15:17
11313         Log: Integrate mainline
11314      Branch: perlio
11315           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
11316           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
11317           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
11318           +> lib/Math/BigInt/t/sub_mbi.t
11319            - lib/Math/BigInt/t/Math/Subclass.pm
11320            - lib/Math/BigInt/t/subclass.t
11321           !> (integrate 30 files)
11322 ____________________________________________________________________________
11323 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
11324         Log: Regex debugging fixes from Hugo.
11325      Branch: perl
11326            ! regcomp.c regexec.c
11327 ____________________________________________________________________________
11328 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
11329         Log: IRIX: at some point the cc -version has started
11330              to output to stderr, not stdout any more.
11331      Branch: perl
11332            ! hints/irix_6.sh
11333 ____________________________________________________________________________
11334 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
11335         Log: Update Changes.
11336      Branch: perl
11337            ! Changes patchlevel.h
11338 ____________________________________________________________________________
11339 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
11340         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
11341      Branch: perl
11342            ! lib/File/Spec/Unix.pm
11343 ____________________________________________________________________________
11344 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
11345         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
11346              From: rgarciasuarez@free.fr
11347              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
11348              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
11349      Branch: perl
11350            ! lib/File/Spec/Unix.pm
11351 ____________________________________________________________________________
11352 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
11353         Log: Use config.arch in OS/390 where the combination of
11354              IEEE floats and ldflags is tricky.
11355      Branch: perl
11356            ! hints/os390.sh
11357 ____________________________________________________________________________
11358 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
11359         Log: Metaconfig unit change for #12851.
11360      Branch: metaconfig
11361            ! U/modified/Config_sh.U
11362 ____________________________________________________________________________
11363 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
11364         Log: Support a config.arch file, similar to config.over,
11365              but loaded just before it.
11366      Branch: perl
11367            ! Configure INSTALL
11368 ____________________________________________________________________________
11369 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
11370         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
11371              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11372              Date: Mon, 5 Nov 2001 14:26:24 +0100
11373              Message-ID: <20011105142624.C31977@rafael>
11374      Branch: perl
11375            ! lib/Symbol.pm lib/Symbol.t
11376 ____________________________________________________________________________
11377 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
11378         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
11379              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11380              Date: Sun, 4 Nov 2001 22:28:57 +0100
11381              Message-ID: <20011104222857.C696@rafael>
11382      Branch: perl
11383            ! pod/perldebug.pod pod/perlpodspec.pod
11384 ____________________________________________________________________________
11385 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
11386         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
11387      Branch: perl
11388            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
11389 ____________________________________________________________________________
11390 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
11391         Log: Math::Big* test tweaks to work better with core:
11392              but the coast still not clear.
11393      Branch: perl
11394            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
11395            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
11396 ____________________________________________________________________________
11397 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
11398         Log: Protect against high load: measure how much wall
11399              clock time went by while sleeping.  Avoids some
11400              false negatives, while may introduce some false
11401              positives.  Life is hard.
11402      Branch: perl
11403            ! ext/Time/HiRes/HiRes.t
11404 ____________________________________________________________________________
11405 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
11406         Log: More forgotten from #12843.
11407      Branch: perl
11408            ! lib/Math/BigInt/t/bigfltpm.inc
11409 ____________________________________________________________________________
11410 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
11411         Log: Forgot from #12843.
11412      Branch: perl
11413            + lib/Math/BigInt/t/bigintpm.inc
11414            ! MANIFEST
11415 ____________________________________________________________________________
11416 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
11417         Log: Upgrade to Math::BigInt 1.45; from Tels.
11418              NOTE: some of the tests are failing but that's because
11419              the core integration is not yet done.
11420      Branch: perl
11421            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
11422            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
11423            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
11424            - lib/Math/BigInt/t/Math/Subclass.pm
11425            - lib/Math/BigInt/t/subclass.t
11426            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
11427            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
11428            ! lib/Math/BigInt/t/mbimbf.t
11429 ____________________________________________________________________________
11430 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
11431         Log: VMS: adds capability to control more configuration stuff with
11432              -D and -U switches; parsing config.sh to extract previous config
11433              info in VMS-form, and a rewrite of the "prompt/response" routine;
11434              from Charles Lane.
11435      Branch: perl
11436            ! configure.com
11437 ____________________________________________________________________________
11438 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
11439         Log: Subject: Typo correction in perldebguts.pod
11440              From: mjd@plover.com
11441              Date: 4 Nov 2001 16:20:05 -0000
11442              Message-ID: <20011104162005.16699.qmail@plover.com>
11443      Branch: perl
11444            ! pod/perldebguts.pod
11445 ____________________________________________________________________________
11446 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
11447         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
11448              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11449              Date: Sun, 4 Nov 2001 11:47:30 +0100
11450              Message-ID: <20011104114730.A715@rafael>
11451              
11452              Remove -T from the test, wrong place for that.
11453      Branch: perl
11454            ! lib/File/Temp/t/mktemp.t
11455 ____________________________________________________________________________
11456 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
11457         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
11458              From: Nicholas Clark <nick@ccl4.org>
11459              Date: Sun, 4 Nov 2001 10:41:24 +0000
11460              Message-ID: <20011104104123.U20123@plum.flirble.org>
11461      Branch: perl
11462            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
11463 ____________________________________________________________________________
11464 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
11465         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
11466              From: Michael G Schwern <schwern@pobox.com>
11467              Date: Sat, 3 Nov 2001 15:41:47 -0500
11468              Message-ID: <20011103154147.C600@blackrider>
11469      Branch: perl
11470            ! lib/Term/Cap.t
11471 ____________________________________________________________________________
11472 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
11473         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
11474              From: "Craig A. Berry" <craigberry@mac.com>     
11475              Date: Sat, 03 Nov 2001 16:02:28 -0600
11476              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
11477      Branch: perl
11478            ! ext/Time/HiRes/HiRes.t
11479 ____________________________________________________________________________
11480 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
11481         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
11482              From: "chromatic" <chromatic@rmci.net>
11483              Date: Sat, 03 Nov 2001 12:28:17 -0700
11484              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
11485      Branch: perl
11486            ! lib/Term/Cap.t
11487 ____________________________________________________________________________
11488 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
11489         Log: Don't bother doing POSIX charclass parsing if it
11490              possibly cannot be so.  Prepares way for charclass
11491              syntax like [[abc]||[def]] (or just [[abc][def]])
11492              for union, [[\w]&&[$a]] for intersection,
11493              and [[a-z]&&[^def]] for subtraction.
11494              
11495              Currently /[[a]/ (or /[a[]/) parses as a character
11496              class containing two characters, "[" and "a",
11497              this may have to be broken for the syntax described
11498              above, otherwise we would have to scan the whole pattern
11499              to find out whether the square brackets match pairwise.
11500              Luckily, the special case of "[" doesn't seem to be
11501              documented (as opposed to "]" and "-"), so we may have
11502              better story for breaking it...  One can always use \[
11503              if one wants a literal "[", so there.
11504      Branch: perl
11505            ! regcomp.c
11506 ____________________________________________________________________________
11507 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
11508         Log: Comment correction.
11509      Branch: perl
11510            ! regcomp.c
11511 ____________________________________________________________________________
11512 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
11513         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
11514              The latter is a RedHatism.
11515      Branch: perl
11516            ! lib/ExtUtils/MakeMaker.pm
11517 ____________________________________________________________________________
11518 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
11519         Log: Integrate perlio.
11520      Branch: perl
11521           !> perlio.c
11522 ____________________________________________________________________________
11523 [ 12831] By: nick                                  on 2001/11/03  11:42:15
11524         Log: Integrate mainline
11525      Branch: perlio
11526           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
11527           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
11528           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
11529           !> sv.c t/test.pl
11530 ____________________________________________________________________________
11531 [ 12830] By: nick                                  on 2001/11/03  10:27:34
11532         Log: Fix clone_leak problem.
11533              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
11534              as vestige of calling PerlLIO_dup().
11535      Branch: perlio
11536            ! perlio.c
11537 ____________________________________________________________________________
11538 [ 12829] By: nick                                  on 2001/11/03  09:40:46
11539         Log: Tweaks attempting to locate Doug's clone_leak leak.
11540              - add some PerlIO_debug()
11541              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
11542              - Even if it closing stdout etc. do a fflush()
11543      Branch: perlio
11544            ! perlio.c
11545 ____________________________________________________________________________
11546 [ 12828] By: nick                                  on 2001/11/03  08:34:31
11547         Log: Integrate mainline
11548      Branch: perlio
11549           !> (integrate 54 files)
11550 ____________________________________________________________________________
11551 [ 12827] By: ams                                   on 2001/11/03  03:45:19
11552         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
11553              remove this later). Based on a patch from Robert Spier in
11554              <15330.61459.14452.795263@rls.cx>.
11555      Branch: perl
11556            ! sv.c
11557 ____________________________________________________________________________
11558 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
11559         Log: microperl sync.
11560      Branch: perl
11561            ! doio.c perl.c perl.h perlio.c regexec.c
11562 ____________________________________________________________________________
11563 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
11564         Log: Definitions for the Unicode Newline Guidelines.
11565      Branch: perl
11566            ! perl.h
11567 ____________________________________________________________________________
11568 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
11569         Log: (retracted by #12871)
11570              
11571              There is no csh of any kind in default BeOS.
11572              For the purposes of miniperl globbing, bash
11573              will do.
11574      Branch: perl
11575            ! hints/beos.sh
11576 ____________________________________________________________________________
11577 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
11578         Log: Integrate change #12820 from macperl to maint and blead;
11579              
11580              Fix up (dynaloading) to work properly with multiplicity
11581      Branch: maint-5.6/perl
11582           !> ext/DynaLoader/dl_mac.xs
11583      Branch: perl
11584           !> ext/DynaLoader/dl_mac.xs
11585 ____________________________________________________________________________
11586 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
11587         Log: Several fixes for various exit problems and clearing out
11588              task queue, as well as another (incomplete) go at
11589              fixing error message handling
11590      Branch: maint-5.6/macperl
11591            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
11592 ____________________________________________________________________________
11593 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
11594         Log: Add source files for bleadperl builds
11595      Branch: maint-5.6/macperl
11596            ! macos/Makefile.mk
11597 ____________________________________________________________________________
11598 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
11599         Log: Fix up to work properly with multiplicity
11600      Branch: maint-5.6/macperl
11601            ! ext/DynaLoader/dl_mac.xs
11602 ____________________________________________________________________________
11603 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
11604         Log: Integrate with maintperl.
11605      Branch: maint-5.6/macperl
11606           +> t/op/system.t t/op/system_tests
11607           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
11608           !> pod/perltodo.pod util.c win32/win32.c
11609 ____________________________________________________________________________
11610 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
11611         Log: Locate _PATH_LOG if it's a socket even if not #defined
11612              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
11613              via Nick Clark.
11614      Branch: perl
11615            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
11616 ____________________________________________________________________________
11617 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
11618         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
11619              From: Michael G Schwern <schwern@pobox.com>
11620              Date: Fri, 2 Nov 2001 15:36:41 -0500
11621              Message-ID: <20011102153641.E23234@blackrider>
11622      Branch: perl
11623            ! t/test.pl
11624 ____________________________________________________________________________
11625 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
11626         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
11627              From: merlyn@stonehenge.com (Randal L. Schwartz)
11628              Date: 02 Nov 2001 09:33:34 -0800
11629              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
11630              
11631              (two of the changes)
11632              
11633              Better coexistence with extensions.
11634      Branch: perl
11635            ! ext/Errno/Errno_pm.PL hints/darwin.sh
11636 ____________________________________________________________________________
11637 [ 12815] By: ams                                   on 2001/11/02  16:47:43
11638         Log: Subject: Re: [PATCH] the the double double word word fix fix
11639              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
11640              Date: Fri, 02 Nov 2001 19:43:07 +0100
11641              Message-Id: <3BE2E93B.627C198E@alcatel.at>
11642      Branch: perl
11643            ! pod/perldebug.pod
11644 ____________________________________________________________________________
11645 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
11646         Log: Update Changes.
11647      Branch: perl
11648            ! Changes patchlevel.h
11649 ____________________________________________________________________________
11650 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
11651         Log: More encoding testing.
11652      Branch: perl
11653            ! lib/encoding.pm lib/encoding.t
11654 ____________________________________________________________________________
11655 [ 12812] By: ams                                   on 2001/11/02  15:07:11
11656         Log: Slight modification of #12811.
11657      Branch: perl
11658            ! op.c
11659 ____________________________________________________________________________
11660 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
11661         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
11662              From: Radu Greab <radu@netsoft.ro>
11663              Date: Fri, 2 Nov 2001 15:28:58 +0200
11664              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
11665      Branch: perl
11666            ! op.c t/op/stat.t
11667 ____________________________________________________________________________
11668 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
11669         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
11670              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11671              Date: Thu, 1 Nov 2001 22:35:50 +0100
11672              Message-ID: <20011101223550.A10849@rafael>
11673      Branch: perl
11674            ! lib/ExtUtils/Embed.t
11675 ____________________________________________________________________________
11676 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
11677         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
11678              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
11679              Date: 2 Nov 2001 14:48:51 -0000
11680              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
11681      Branch: perl
11682            ! lib/File/Find.pm
11683 ____________________________________________________________________________
11684 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
11685         Log: Add documentation.
11686      Branch: perl
11687            ! embed.pl pod/perlapi.pod utf8.c
11688 ____________________________________________________________________________
11689 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
11690         Log: Unicode: add ToFold mapping.  Not used yet; but basically
11691              a more useful mapping for caseless aka case-ignoring than
11692              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
11693              algorithm for creating the foldings uses equivalence classes,
11694              see http://www.unicode.org/unicode/reports/tr21/
11695              Hopefully this feature will be used in //i.
11696              (The folding tables were introduced by #12689.)
11697      Branch: perl
11698            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
11699            ! utf8.c
11700 ____________________________________________________________________________
11701 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
11702         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
11703              From: "Craig A. Berry" <craigberry@mac.com>
11704              Date: Fri, 02 Nov 2001 00:03:52 -0600
11705              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
11706      Branch: perl
11707            ! lib/AutoSplit.t
11708 ____________________________________________________________________________
11709 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
11710         Log: Subject: Trivial doc patch
11711              From: andreas.koenig@anima.de (Andreas J. Koenig)
11712              Date: 02 Nov 2001 06:11:35 +0100
11713              Message-ID: <m37kt94v08.fsf@anima.de>
11714      Branch: perl
11715            ! pod/perlport.pod
11716 ____________________________________________________________________________
11717 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
11718         Log: Make encoding and charnames pragmas coexist.
11719      Branch: perl
11720            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
11721 ____________________________________________________________________________
11722 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
11723         Log: The basic character classes seem to go untested with Unicode.
11724      Branch: perl
11725            ! t/op/pat.t
11726 ____________________________________________________________________________
11727 [ 12802] By: ams                                   on 2001/11/02  00:39:36
11728         Log: Subject: [PATCH] the the double double word word fix fix
11729              From: Richard Soderberg <rs@oregonnet.com>
11730              Date: Thu, 1 Nov 2001 13:12:03 -0800
11731              Message-Id: <200111012112.NAA23288@oregonnet.com>
11732              
11733              Subject: Re: [PATCH] the the double double word word fix fix
11734              From: Mark-Jason Dominus <mjd@plover.com>
11735              Date: Thu, 01 Nov 2001 16:43:40 -0500
11736              Message-Id: <20011101214340.2044.qmail@plover.com>
11737              
11738              Subject: Re: [PATCH] the the double double word word fix fix
11739              From: Mark-Jason Dominus <mjd@plover.com>
11740              Date: Thu, 01 Nov 2001 16:51:39 -0500
11741              Message-Id: <20011101215139.2196.qmail@plover.com>
11742      Branch: perl
11743            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
11744            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
11745            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
11746            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
11747            ! pod/perltodo.pod pod/perlxstut.pod
11748 ____________________________________________________________________________
11749 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
11750         Log: Comment tweaks.
11751      Branch: perl
11752            ! toke.c
11753 ____________________________________________________________________________
11754 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
11755         Log: FAQ sync.
11756      Branch: perl
11757            ! pod/perlfaq9.pod
11758 ____________________________________________________________________________
11759 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
11760         Log: If an encoding is set by -M/-m, it must be in
11761              effect only for the actual script, not any other
11762              required/-M/-m'ed module, otherwise we enter a nasty
11763              recursion in regexec.c while trying to init the simple
11764              UTF-8 charclasses like PL_utf8_alnum.
11765      Branch: perl
11766            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
11767 ____________________________________________________________________________
11768 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
11769         Log: A bit more descriptive name.
11770      Branch: perl
11771            ! mg.c
11772 ____________________________________________________________________________
11773 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
11774         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
11775              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11776              Date: Wed, 31 Oct 2001 13:47:04 EST
11777              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
11778      Branch: perl
11779            ! ext/Time/HiRes/HiRes.t
11780 ____________________________________________________________________________
11781 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
11782         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
11783              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11784              Date: Wed, 31 Oct 2001 13:43:29 EST
11785              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
11786      Branch: perl
11787            ! mg.c
11788 ____________________________________________________________________________
11789 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
11790         Log: Subject: [PATCH] Various test cleanups
11791              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11792              Date: Tue, 30 Oct 2001 21:56:26 +0100
11793              Message-ID: <20011030215626.A28503@rafael>
11794      Branch: perl
11795            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
11796            ! ext/DB_File/t/db-recno.t ext/Encode.t
11797 ____________________________________________________________________________
11798 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
11799         Log: Update Changes.
11800      Branch: perl
11801            ! Changes patchlevel.h
11802 ____________________________________________________________________________
11803 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
11804         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
11805              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
11806              Date: Wed, 31 Oct 2001 17:16:39 +0100
11807              Message-ID: <20011031171639.A32511@rafael>
11808      Branch: perl
11809            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
11810 ____________________________________________________________________________
11811 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
11812         Log: Skip message nit.
11813      Branch: perl
11814            ! t/io/fs.t
11815 ____________________________________________________________________________
11816 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
11817         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
11818              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
11819              Date: 31 Oct 2001 14:49:37 -0000
11820              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
11821      Branch: perl
11822            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
11823 ____________________________________________________________________________
11824 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
11825         Log: Extend the effect of the encoding pragma to chr() and ord().
11826              
11827              TODO: regex literals, reentrancy problems with the utf8
11828              and charnames pragmas.
11829      Branch: perl
11830            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
11831 ____________________________________________________________________________
11832 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
11833         Log: Doc tweaks.
11834      Branch: perl
11835            ! lib/encoding.pm
11836 ____________________________________________________________________________
11837 [ 12788] By: nick                                  on 2001/10/31  08:59:56
11838         Log: Integrate mainline
11839      Branch: perlio
11840           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
11841           !> (integrate 49 files)
11842 ____________________________________________________________________________
11843 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
11844         Log: Forgot new proto.
11845      Branch: perl
11846            ! proto.h
11847 ____________________________________________________________________________
11848 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
11849         Log: Clarification: use encoding cannot be used to
11850              change the default encoding of "your whole script";
11851              only the default encoding of the *data*.  Also, it
11852              seems that "use encoding" does not mix with "use utf8"
11853              (a coredumping recursion ensues).  Should not be a huge
11854              problem since "use utf8" is pretty marginal nowadays.
11855      Branch: perl
11856            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
11857 ____________________________________________________________________________
11858 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
11859         Log: More documentation for the encode pragma.
11860      Branch: perl
11861            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
11862            ! pod/perlapi.pod pod/perlunicode.pod sv.c
11863 ____________________________________________________________________________
11864 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
11865         Log: Thinko in #12783.
11866      Branch: perl
11867            ! sv.c
11868 ____________________________________________________________________________
11869 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
11870         Log: Make sv_recode_to_utf8() a real API: the encoding
11871              is a parameter, instead of a global.  Document the
11872              PERL_ENCODING.
11873      Branch: perl
11874            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
11875            ! toke.c
11876 ____________________________________________________________________________
11877 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
11878         Log: Enable -Mencoding=foobar also for string literals.
11879      Branch: perl
11880            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
11881            ! pod/perlapi.pod proto.h sv.c toke.c
11882 ____________________________________________________________________________
11883 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
11884         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
11885              From: Andy Dougherty <doughera@lafayette.edu>
11886              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
11887              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
11888      Branch: perl
11889            ! ext/POSIX/hints/svr4.pl
11890 ____________________________________________________________________________
11891 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
11892         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
11893              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
11894              Date: Mon, 29 Oct 2001 23:11:58 -0000
11895              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
11896              
11897              Add compat.h.
11898      Branch: perl
11899            ! lib/h2xs.t utils/h2xs.PL
11900 ____________________________________________________________________________
11901 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
11902         Log: Subject: PerlIOBuf_dup
11903              From: Nicholas Clark <nick@ccl4.org>              
11904              Date: Mon, 29 Oct 2001 21:52:35 +0000             
11905              Message-ID: <20011029215235.K41204@plum.flirble.org>
11906              
11907              Add prototype.
11908      Branch: perl
11909            ! perliol.h
11910 ____________________________________________________________________________
11911 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
11912         Log: Subject: [PATCH] Make malloc.c errors more useful
11913              From: Richard Soderberg <rs@oregonnet.com>
11914              Date: Mon, 29 Oct 2001 22:28:02 -0800
11915              Message-Id: <200110300628.WAA11025@oregonnet.com>
11916      Branch: perl
11917            ! malloc.c
11918 ____________________________________________________________________________
11919 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
11920         Log: Retract #12776 - the bug 19990906.001 is still valid.
11921      Branch: perl
11922            ! t/run/kill_perl.t
11923 ____________________________________________________________________________
11924 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
11925         Log: (Retracted by #12777)
11926              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
11927              From: Michael G Schwern <schwern@pobox.com> 
11928              Date: Mon, 29 Oct 2001 23:01:08 -0500
11929              Message-ID: <20011029230108.G18053@blackrider>
11930      Branch: perl
11931            ! t/run/kill_perl.t
11932 ____________________________________________________________________________
11933 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
11934         Log: Comment nits.
11935      Branch: perl
11936            ! lib/encoding.t
11937 ____________________________________________________________________________
11938 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
11939         Log: integrate change#12772 from mainline
11940              
11941              Subject: [PATCH] Mommy, what's a pointer cast?
11942      Branch: maint-5.6/perl
11943            ! perl.h
11944 ____________________________________________________________________________
11945 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
11946         Log: Subject: [PATCH] Mommy, what's a pointer cast?
11947              From: Richard Soderberg <rs@oregonnet.com>
11948              Date: Mon, 29 Oct 2001 17:01:10 -0800
11949              Message-Id: <200110300101.RAA31561@oregonnet.com>
11950              
11951              (threads* parts)
11952      Branch: perl
11953            ! ext/threads/shared/shared.xs ext/threads/threads.xs
11954 ____________________________________________________________________________
11955 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
11956         Log: Subject: [PATCH] Mommy, what's a pointer cast?
11957              From: Richard Soderberg <rs@oregonnet.com>
11958              Date: Mon, 29 Oct 2001 17:01:10 -0800
11959              Message-Id: <200110300101.RAA31561@oregonnet.com>
11960              
11961              (the perl.h part)
11962      Branch: perl
11963            ! perl.h
11964 ____________________________________________________________________________
11965 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
11966         Log: Subject: [PATCH] OpenBSD likes signal.h 
11967              From: Richard Soderberg <rs@oregonnet.com>
11968              Date: Mon, 29 Oct 2001 17:00:31 -0800
11969              Message-Id: <200110300100.RAA31533@oregonnet.com>
11970      Branch: perl
11971            ! unixish.h
11972 ____________________________________________________________________________
11973 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
11974         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
11975              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
11976              Date: Mon, 29 Oct 2001 23:04:23 -0000
11977              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
11978      Branch: perl
11979            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
11980            ! ext/DB_File/t/db-recno.t
11981 ____________________________________________________________________________
11982 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
11983         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
11984              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
11985              Date: Mon, 29 Oct 2001 12:34:07 -0600
11986              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
11987      Branch: perl
11988            ! ext/Time/HiRes/HiRes.t
11989 ____________________________________________________________________________
11990 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
11991         Log: Update Changes.
11992      Branch: perl
11993            ! Changes patchlevel.h
11994 ____________________________________________________________________________
11995 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
11996         Log: AIX needs an explicit symbol export list.
11997      Branch: perl
11998            ! lib/ExtUtils/Embed.t
11999 ____________________________________________________________________________
12000 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
12001         Log: The test (and the module) would require some
12002              quality hacking time to work on EBCDIC.  Based on
12003              the test results nothing seems to be majorly broken,
12004              the module just seems to have strange assumptions:
12005              got: ''\226\225\205'
12006              expected: ''one'
12007              The \226\225\205 being, of course, 'one', in EBCDIC.
12008      Branch: perl
12009            ! lib/Dumpvalue.t
12010 ____________________________________________________________________________
12011 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
12012         Log: Mark the test known to be failing in EBCDIC.
12013      Branch: perl
12014            ! t/op/tr.t
12015 ____________________________________________________________________________
12016 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
12017         Log: None of the libnet modules are going to work in
12018              EBCDIC without the Convert::EBCDIC.
12019      Branch: perl
12020            ! t/lib/1_compile.t
12021 ____________________________________________________________________________
12022 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
12023         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
12024      Branch: perl
12025            ! t/op/pack.t
12026 ____________________________________________________________________________
12027 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
12028         Log: UTF-EBCDIC ain't UTF-8.
12029      Branch: perl
12030            ! t/op/pack.t
12031 ____________________________________________________________________________
12032 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
12033         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
12034      Branch: perl
12035            ! t/lib/1_compile.t
12036 ____________________________________________________________________________
12037 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
12038         Log: Let's not assume ASCII.
12039      Branch: perl
12040            ! t/op/lc.t
12041 ____________________________________________________________________________
12042 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
12043         Log: Call the new perlio symbols differently.
12044      Branch: perl
12045            ! makedef.pl
12046 ____________________________________________________________________________
12047 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
12048         Log: Don't expect ASCII ordering.
12049      Branch: perl
12050            ! lib/ExtUtils/Manifest.t
12051 ____________________________________________________________________________
12052 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
12053         Log: Forgot from #12756.
12054      Branch: perl
12055            ! perlio.h
12056 ____________________________________________________________________________
12057 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
12058         Log: BeOS tweaks:
12059              - fseeko and ftello can be found by Configure but
12060              we do not seem to have prototypes for them so
12061              let's make up some
12062              - BeOS didn't use to have real sockets (sockets as
12063              filedescriptors) but the BONE package is supposed
12064              to fix this.  I do not know how to detect BONEness,
12065              see hints/beos.sh for a spot that needs to fixed.
12066              - BeOS has O_TEXT != O_BINARY but has no setmode()
12067      Branch: perl
12068            ! hints/beos.sh perlio.c
12069 ____________________________________________________________________________
12070 [ 12755] By: sky                                   on 2001/10/29  12:56:12
12071         Log: Ugly fix to not die when a thread creator is holding locks.
12072      Branch: perl
12073            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12074            ! ext/threads/threads.xs
12075 ____________________________________________________________________________
12076 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
12077         Log: Integrate change #12752 from maintperl;
12078              
12079              croak(Nullch) wasn't printing the contents of ERRSV if there was
12080              no outer eval (bug in change#6125)
12081      Branch: perl
12082           !> util.c
12083 ____________________________________________________________________________
12084 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
12085         Log: Subject: [PATCH h2xs] Use of static data in XS modules
12086              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
12087              Date: Sun, 28 Oct 2001 21:19:07 -0000
12088              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
12089              
12090              with nits from Sarathy.
12091      Branch: perl
12092            ! utils/h2xs.PL
12093 ____________________________________________________________________________
12094 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
12095         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
12096              no outer eval (bug in change#6125)
12097      Branch: maint-5.6/perl
12098            ! util.c
12099 ____________________________________________________________________________
12100 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
12101         Log: More todo for the encoding pragma.
12102      Branch: perl
12103            ! lib/encoding.pm
12104 ____________________________________________________________________________
12105 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
12106         Log: Add the encoding pragma to control the "upgrade"
12107              from the native eight bit data to Unicode.
12108              
12109              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
12110      Branch: perl
12111            + lib/encoding.pm lib/encoding.t
12112            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
12113            ! pod/perlunicode.pod pod/perlvar.pod sv.c
12114 ____________________________________________________________________________
12115 [ 12749] By: sky                                   on 2001/10/28  21:02:33
12116         Log: Update documentation.
12117      Branch: perl
12118            ! ext/threads/shared/shared.pm
12119 ____________________________________________________________________________
12120 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
12121         Log: Integrate change #12747 from maintperl;
12122              
12123              finishing touches to system() fixes on windows:
12124              * detect cmd shell correctly even if it had full path in it
12125              * more quoting needed for single-arg system if the argument
12126              really had multiple quoted arguments within it
12127              * be smarter about not calling the shell when the executable
12128              has spaces, but otherwise does not need shell involvement
12129              * add a testsuite (windows-specific currently)
12130      Branch: perl
12131           +> t/op/system.t t/op/system_tests
12132            ! MANIFEST pod/perltodo.pod
12133           !> win32/win32.c
12134 ____________________________________________________________________________
12135 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
12136         Log: finishing touches to system() fixes on windows:
12137              * detect cmd shell correctly even if it had full path in it
12138              * more quoting needed for single-arg system if the argument
12139              really had multiple quoted arguments within it
12140              * be smarter about not calling the shell when the executable
12141              has spaces, but otherwise does not need shell involvement
12142              * add a testsuite (windows-specific currently)
12143      Branch: maint-5.6/perl
12144            + t/op/system.t t/op/system_tests
12145            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
12146 ____________________________________________________________________________
12147 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
12148         Log: Integrate perlio.
12149      Branch: perl
12150           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
12151 ____________________________________________________________________________
12152 [ 12745] By: nick                                  on 2001/10/28  16:08:14
12153         Log: Mingw32 fixup for Embed.t
12154      Branch: perlio
12155            ! lib/ExtUtils/Embed.t
12156 ____________________________________________________________________________
12157 [ 12744] By: nick                                  on 2001/10/28  15:54:14
12158         Log: GCC vs MS 64-bit constant syntax
12159      Branch: perlio
12160            ! ext/Time/HiRes/HiRes.xs
12161 ____________________________________________________________________________
12162 [ 12743] By: nick                                  on 2001/10/28  15:42:55
12163         Log: Integrate mainline
12164      Branch: perlio
12165           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
12166 ____________________________________________________________________________
12167 [ 12742] By: sky                                   on 2001/10/28  14:47:10
12168         Log: Manpage updates.
12169      Branch: perl
12170            ! ext/threads/threads.pm
12171 ____________________________________________________________________________
12172 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
12173         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
12174      Branch: perl
12175            ! lib/ExtUtils/Embed.t
12176 ____________________________________________________________________________
12177 [ 12740] By: nick                                  on 2001/10/28  14:14:24
12178         Log: Integrate mainline
12179      Branch: perlio
12180           !> lib/ExtUtils/Embed.t win32/win32.c
12181 ____________________________________________________________________________
12182 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
12183         Log: Need to be ./executed.
12184      Branch: perl
12185            ! lib/ExtUtils/Embed.t
12186 ____________________________________________________________________________
12187 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
12188         Log: Integrate perlio.
12189      Branch: perl
12190           !> perlio.c win32/win32.h
12191 ____________________________________________________________________________
12192 [ 12737] By: nick                                  on 2001/10/28  13:53:45
12193         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
12194              by gcc -xc++.
12195      Branch: perlio
12196            ! win32/win32.h
12197 ____________________________________________________________________________
12198 [ 12736] By: nick                                  on 2001/10/28  13:50:50
12199         Log: Have :stdio layer update an honour the fd refcnt table.
12200              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
12201      Branch: perlio
12202            ! perlio.c
12203 ____________________________________________________________________________
12204 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
12205         Log: Integrate changes #12724 and #12725 from maintperl;
12206              multiarg system now works.
12207      Branch: perl
12208           !> win32/win32.c
12209 ____________________________________________________________________________
12210 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
12211         Log: Integrate perlio.
12212      Branch: perl
12213           +> lib/ExtUtils/Embed.t
12214           !> MANIFEST perlio.c
12215 ____________________________________________________________________________
12216 [ 12733] By: nick                                  on 2001/10/28  13:07:16
12217         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
12218              least for PERLIO=perlio unthreaded case
12219      Branch: perlio
12220            ! perlio.c
12221 ____________________________________________________________________________
12222 [ 12732] By: nick                                  on 2001/10/28  11:10:24
12223         Log: Typo in exe name
12224      Branch: perlio
12225            ! lib/ExtUtils/Embed.t
12226 ____________________________________________________________________________
12227 [ 12731] By: nick                                  on 2001/10/28  11:09:59
12228         Log: Integrate Mainline
12229      Branch: perlio
12230           !> Changes configure.com ext/DB_File/DB_File.pm
12231           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
12232           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
12233           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
12234           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
12235           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
12236           !> t/TEST t/op/regexp.t win32/buildext.pl
12237 ____________________________________________________________________________
12238 [ 12730] By: nick                                  on 2001/10/28  11:05:35
12239         Log: Fixup Embed.t for Win32/VC++
12240      Branch: perlio
12241            ! lib/ExtUtils/Embed.t
12242 ____________________________________________________________________________
12243 [ 12729] By: nick                                  on 2001/10/28  09:36:20
12244         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
12245              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
12246              ExtUtils::Embed.
12247      Branch: perlio
12248            + lib/ExtUtils/Embed.t
12249            ! MANIFEST
12250 ____________________________________________________________________________
12251 [ 12728] By: sky                                   on 2001/10/28  08:12:53
12252         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
12253              line manually!
12254      Branch: perl
12255            ! lib/ExtUtils/xsubpp
12256 ____________________________________________________________________________
12257 [ 12727] By: sky                                   on 2001/10/28  08:02:09
12258         Log: And here we use the prototypes.
12259      Branch: perl
12260            ! ext/threads/shared/shared.xs
12261 ____________________________________________________________________________
12262 [ 12726] By: sky                                   on 2001/10/28  08:00:48
12263         Log: Support [] style prototypes.
12264      Branch: perl
12265            ! lib/ExtUtils/xsubpp
12266 ____________________________________________________________________________
12267 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
12268         Log: yet another multi-arg system() fix on windows: batch files as the
12269              first argument (i.e. directly executed by CreateProcess()) need
12270              extra quoting to escape shell-shock
12271      Branch: maint-5.6/perl
12272            ! win32/win32.c
12273 ____________________________________________________________________________
12274 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
12275         Log: another multi-arg system() fix on windows: passing empty arguments
12276              now works
12277      Branch: maint-5.6/perl
12278            ! win32/win32.c
12279 ____________________________________________________________________________
12280 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
12281         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
12282              No final #else #error because we do not seem to
12283              be using #error?
12284      Branch: perl
12285            ! op.h
12286 ____________________________________________________________________________
12287 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
12288         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
12289              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
12290              Date: Sat, 27 Oct 2001 23:28:44 EST 
12291              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
12292      Branch: perl
12293            ! ext/Time/HiRes/HiRes.xs
12294 ____________________________________________________________________________
12295 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
12296         Log: Regen perlapi, perltoc.
12297      Branch: perl
12298            ! pod/perlapi.pod pod/perltoc.pod
12299 ____________________________________________________________________________
12300 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
12301         Log: Subject: [PATCH] sv.h documentation
12302              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
12303              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
12304              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
12305      Branch: perl
12306            ! sv.h
12307 ____________________________________________________________________________
12308 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
12309         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
12310              system("nmake -nologo", "clean") and there is no executable
12311              called "nmake -nologo"; this used to "work" pre-change#12559 due
12312              to bugs in multiarg system() that have since been fixed
12313      Branch: perl
12314            ! win32/buildext.pl
12315 ____________________________________________________________________________
12316 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
12317         Log: Update Changes.
12318      Branch: perl
12319            ! Changes patchlevel.h
12320 ____________________________________________________________________________
12321 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
12322         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
12323              From: Richard.Foley@t-online.de (Richard Foley)            
12324              Date: Sun, 28 Oct 2001 00:48:32 +0200
12325              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
12326      Branch: perl
12327            ! pod/perlhack.pod
12328 ____________________________________________________________________________
12329 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
12330         Log: Must store pointers with the right width.
12331      Branch: perl
12332            ! op.h
12333 ____________________________________________________________________________
12334 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
12335         Log: Integrate change #12711 from perlio;
12336              
12337              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
12338              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
12339      Branch: perl
12340           !> perlio.c
12341 ____________________________________________________________________________
12342 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
12343         Log: Subject: [PATCH] make minitest
12344              From: Nicholas Clark <nick@ccl4.org>
12345              Date: Sat, 27 Oct 2001 22:56:16 +0100
12346              Message-ID: <20011027225616.L20275@plum.flirble.org>
12347      Branch: perl
12348            ! t/TEST
12349 ____________________________________________________________________________
12350 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
12351         Log: Patch #12661 missed this.
12352      Branch: perl
12353            ! ext/DB_File/DB_File.pm
12354 ____________________________________________________________________________
12355 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
12356         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
12357              From: "Craig A. Berry" <craigberry@mac.com>
12358              Date: Sat, 27 Oct 2001 16:07:47 -0500
12359              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
12360      Branch: perl
12361            ! configure.com perlio.c
12362 ____________________________________________________________________________
12363 [ 12711] By: nick                                  on 2001/10/27  19:49:25
12364         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
12365              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
12366      Branch: perlio
12367            ! perlio.c
12368 ____________________________________________________________________________
12369 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
12370         Log: Let's not replace reason if there's one already supplied.
12371      Branch: perl
12372            ! t/op/regexp.t
12373 ____________________________________________________________________________
12374 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
12375         Log: is not good.
12376      Branch: perl
12377            ! t/op/regexp.t
12378 ____________________________________________________________________________
12379 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
12380         Log: ldlibpth can exist but be unset.
12381      Branch: perl
12382            ! t/TEST
12383 ____________________________________________________________________________
12384 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
12385         Log: Unicode: property alias naming cleanup.
12386      Branch: perl
12387            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
12388 ____________________________________________________________________________
12389 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
12390         Log: FAQ sync.
12391      Branch: perl
12392            ! pod/perlfaq4.pod
12393 ____________________________________________________________________________
12394 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
12395         Log: Integrate change #12703 from maintperl;
12396              
12397              typemap stuff intervenes before declaration, move it to PREINIT
12398              section
12399              
12400              (an empty integrate, but now the files are in sync
12401              between the branches)
12402      Branch: perl
12403           !> ext/ODBM_File/ODBM_File.xs
12404 ____________________________________________________________________________
12405 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
12406         Log: More PerlIO symbols.
12407      Branch: perl
12408            ! makedef.pl
12409 ____________________________________________________________________________
12410 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
12411         Log: typemap stuff intervenes before declaration, move it to PREINIT
12412              section
12413      Branch: maint-5.6/perl
12414            ! ext/ODBM_File/ODBM_File.xs
12415 ____________________________________________________________________________
12416 [ 12702] By: nick                                  on 2001/10/27  14:09:35
12417         Log: Integrate mainline
12418      Branch: perlio
12419           +> ext/threads/shared/t/av_simple.t
12420           +> ext/threads/shared/t/hv_refs.t
12421           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
12422           !> (integrate 109 files)
12423 ____________________________________________________________________________
12424 [ 12700] By: ams                                   on 2001/10/26  21:22:23
12425         Log: Subject: [PATCH] tweak divide
12426              From: Nicholas Clark <nick@ccl4.org>
12427              Date: Fri, 26 Oct 2001 22:52:17 +0100
12428              Message-Id: <20011026225217.B20275@plum.flirble.org>
12429      Branch: perl
12430            ! pp.c
12431 ____________________________________________________________________________
12432 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
12433         Log: Integrate a buncha things from maintperl.
12434      Branch: maint-5.6/macperl
12435           !> (integrate 32 files)
12436 ____________________________________________________________________________
12437 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
12438         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
12439              From: Andy Dougherty <doughera@lafayette.edu>
12440              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
12441              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
12442      Branch: perl
12443            ! hints/svr4.sh
12444 ____________________________________________________________________________
12445 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
12446         Log: When you're root, many things become writable.
12447      Branch: perl
12448            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
12449 ____________________________________________________________________________
12450 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
12451         Log: Update Changes.
12452      Branch: perl
12453            ! Changes patchlevel.h
12454 ____________________________________________________________________________
12455 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
12456         Log: Term/Cap.t attempts to access the floppy drive for no good reason
12457              on dosish systems
12458      Branch: perl
12459            ! lib/Term/Cap.t
12460 ____________________________________________________________________________
12461 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
12462         Log: fix misleading comment on known inadequacy in B::Terse, and skip
12463              it correctly
12464      Branch: perl
12465            ! ext/B/t/terse.t
12466 ____________________________________________________________________________
12467 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
12468         Log: fix spurious AutoSplit.t failure under windows
12469      Branch: perl
12470            ! lib/AutoSplit.t
12471 ____________________________________________________________________________
12472 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
12473         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
12474      Branch: perl
12475            ! ext/Time/HiRes/HiRes.t
12476 ____________________________________________________________________________
12477 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
12478         Log: More logical to use %04"UVXf" than %"UVuf" since
12479              the Unicode standard prefers hex.
12480      Branch: perl
12481            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
12482            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
12483            ! lib/unicore/mktables utf8.c
12484 ____________________________________________________________________________
12485 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
12486         Log: change#12065 seems to have broken Encode build on windows; fix
12487      Branch: perl
12488            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
12489 ____________________________________________________________________________
12490 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
12491         Log: Unicode: add the case folding table.
12492      Branch: perl
12493            + lib/unicore/To/Fold.pl
12494            ! MANIFEST lib/unicore/mktables
12495 ____________________________________________________________________________
12496 [ 12688] By: sky                                   on 2001/10/26  13:51:29
12497         Log: Get the new functions right, do not export lock since we use builtin lock.
12498              TODO: fix xsubpp to support the new prototypes
12499      Branch: perl
12500            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12501 ____________________________________________________________________________
12502 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
12503         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
12504              as suggested by Sarathy.
12505      Branch: perl
12506            ! mg.c
12507 ____________________________________________________________________________
12508 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
12509         Log: avoid compiler warning
12510      Branch: perl
12511            ! win32/win32.c
12512 ____________________________________________________________________________
12513 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
12514         Log: WinCE update from Rainer Keuchel.
12515      Branch: perl
12516            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
12517            ! wince/wince.c
12518 ____________________________________________________________________________
12519 [ 12684] By: sky                                   on 2001/10/26  13:34:33
12520         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
12521      Branch: perl
12522            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12523 ____________________________________________________________________________
12524 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
12525         Log: More fixes that were made to the core and not in the libnet src
12526      Branch: perl
12527            ! lib/Net/Domain.pm
12528 ____________________________________________________________________________
12529 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
12530         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
12531              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
12532              Date: Fri, 26 Oct 2001 13:55:21 +0200
12533              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
12534              
12535              (plus make the db-recno.t#59 accept both \n and \r\n)
12536      Branch: perl
12537            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
12538            ! ext/DB_File/t/db-recno.t
12539 ____________________________________________________________________________
12540 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
12541         Log: Fix tests to be able to run in the core and the CPAN dist
12542      Branch: perl
12543            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
12544            ! lib/Net/t/require.t lib/Net/t/smtp.t
12545 ____________________________________________________________________________
12546 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
12547         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
12548              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12549              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
12550              Date: Fri, 26 Oct 2001 08:34:46 EDT
12551      Branch: perl
12552            ! ext/Time/HiRes/HiRes.t
12553 ____________________________________________________________________________
12554 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
12555         Log: Sync libnet modules with what will be libnet-1.08
12556      Branch: perl
12557            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
12558            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
12559            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
12560            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
12561 ____________________________________________________________________________
12562 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
12563         Log: Integrate maintperl changes #12268 and #12669;
12564              
12565              final touches to the audit for statics and thread-unsafe code
12566              * make DB_File, ODBM_File thread-safe 
12567              * remove unnecessary/dangerous statics and protect others
12568              from not getting accidentally enabled under threaded perls
12569              
12570              windows support functions get_childdir() et al aren't exported
12571              correctly under vanilla build
12572              
12573              Testing under win32 appreciated since changes there had
12574              to be manually merged and I cannot test how badly did I do.
12575      Branch: perl
12576           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
12577           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
12578           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
12579           !> win32/vmem.h win32/win32.c win32/win32iop.h
12580 ____________________________________________________________________________
12581 [ 12677] By: sky                                   on 2001/10/26  12:37:17
12582         Log: More Config::threads to threads::threads changes
12583      Branch: perl
12584            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
12585 ____________________________________________________________________________
12586 [ 12676] By: sky                                   on 2001/10/26  12:31:46
12587         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
12588      Branch: perl
12589            ! ext/threads/threads.pm ext/threads/threads.xs
12590 ____________________________________________________________________________
12591 [ 12675] By: sky                                   on 2001/10/26  12:06:30
12592         Log: Allocing a TLS in runtime is not too hot.
12593      Branch: perl
12594            ! ext/threads/threads.xs
12595 ____________________________________________________________________________
12596 [ 12674] By: sky                                   on 2001/10/26  11:59:09
12597         Log: Don't display debug data.
12598      Branch: perl
12599            ! ext/threads/threads.pm
12600 ____________________________________________________________________________
12601 [ 12673] By: sky                                   on 2001/10/26  11:35:47
12602         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
12603              complete bar support for blessed objects.
12604              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
12605      Branch: perl
12606            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
12607 ____________________________________________________________________________
12608 [ 12672] By: sky                                   on 2001/10/26  11:15:28
12609         Log: Fix case where shared reference does not exist in current thread.
12610      Branch: perl
12611            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
12612 ____________________________________________________________________________
12613 [ 12671] By: sky                                   on 2001/10/26  08:48:52
12614         Log: Support for references in shared arrays.
12615      Branch: perl
12616            ! ext/threads/shared/shared.xs
12617 ____________________________________________________________________________
12618 [ 12670] By: sky                                   on 2001/10/26  08:30:11
12619         Log: Add tests for references in hashes.
12620      Branch: perl
12621            + ext/threads/shared/t/hv_refs.t
12622            ! MANIFEST
12623 ____________________________________________________________________________
12624 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
12625         Log: windows support functions get_childdir() et al aren't exported
12626              correctly under vanilla build
12627      Branch: maint-5.6/perl
12628            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
12629 ____________________________________________________________________________
12630 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
12631         Log: final touches to the audit for statics and thread-unsafe code
12632              * make DB_File, ODBM_File thread-safe 
12633              * remove unnecessary/dangerous statics and protect others
12634              from not getting accidentally enabled under threaded perls
12635      Branch: maint-5.6/perl
12636            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
12637            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
12638            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
12639            ! win32/win32.c
12640 ____________________________________________________________________________
12641 [ 12667] By: ams                                   on 2001/10/26  03:48:36
12642         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
12643              From: "Richard Soderberg" <rs@crystalflame.net>
12644              Date: Thu, 25 Oct 2001 23:42:50 -0400
12645              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
12646      Branch: perl
12647            ! sharedsv.c
12648 ____________________________________________________________________________
12649 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
12650         Log: Integrate change #12664 from maintperl;
12651              
12652              the newest GCCs don't seem to like C<"string1"##STRING2>
12653              so keep it as C<"string1" STRING2> (latter appears to
12654              work everywhere)
12655      Branch: perl
12656           !> ext/DynaLoader/dlutils.c
12657 ____________________________________________________________________________
12658 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
12659         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
12660              From: Chris Nandor <pudge@pobox.com>
12661              Date: Thu, 25 Oct 2001 22:15:03 -0400
12662              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
12663      Branch: perl
12664            ! perl.h
12665 ____________________________________________________________________________
12666 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
12667         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
12668              C<"string1" STRING2> (latter appears to work everywhere)
12669      Branch: maint-5.6/perl
12670            ! ext/DynaLoader/dlutils.c
12671 ____________________________________________________________________________
12672 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
12673         Log: AUTHORS update.
12674      Branch: perl
12675            ! AUTHORS
12676 ____________________________________________________________________________
12677 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
12678         Log: Integrate change #12660 from maintperl;
12679              
12680              make the dMY_CXT stuff available under all of
12681              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
12682      Branch: perl
12683           !> perl.h
12684 ____________________________________________________________________________
12685 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
12686         Log: Subject: [PATCH] DB_File-1.79
12687              From: "Paul Marquess" <paul.marquess@openwave.com>
12688              Date: Fri, 26 Oct 2001 00:03:54 +0100
12689              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
12690      Branch: perl
12691            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
12692            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
12693 ____________________________________________________________________________
12694 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
12695         Log: make the dMY_CXT stuff available under all of
12696              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
12697      Branch: maint-5.6/perl
12698            ! perl.h
12699 ____________________________________________________________________________
12700 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
12701         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
12702              From: Michael G Schwern <schwern@pobox.com>
12703              Date: Thu, 25 Oct 2001 18:28:12 -0400
12704              Message-ID: <20011025182812.M4811@blackrider>
12705      Branch: perl
12706            ! t/run/kill_perl.t
12707 ____________________________________________________________________________
12708 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
12709         Log: STRLEN != int.
12710      Branch: perl
12711            ! regcomp.c regexec.c
12712 ____________________________________________________________________________
12713 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
12714         Log: Subject: [PATCH] remove small IVop redundancy
12715              From: Nicholas Clark <nick@ccl4.org>
12716              Date: Thu, 25 Oct 2001 22:48:28 +0100
12717              Message-ID: <20011025224827.M66471@plum.flirble.org>
12718      Branch: perl
12719            ! pp.c pp_hot.c
12720 ____________________________________________________________________________
12721 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
12722         Log: Metaconfig unit change for #12655.
12723      Branch: metaconfig/U/perl
12724            ! Extensions.U
12725 ____________________________________________________________________________
12726 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
12727         Log: Subject: Re: Not OK @12650
12728              From: Andy Dougherty <doughera@lafayette.edu>
12729              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
12730              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
12731      Branch: perl
12732            ! Configure
12733 ____________________________________________________________________________
12734 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
12735         Log: Integrate changes #12652 and #12653 from maintperl;
12736              
12737              more tweaks to change#12626
12738              * move the boilerplate code over to perl.h and make DynaLoader
12739              use it
12740              * make re, Opcode, File::Glob and B threadsafe
12741              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
12742              C<no re;> anywhere)
12743              
12744              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
12745              
12746              File::Glob required a bit more work in bleadperl
12747              because of ExtUtils::Constant (see the Makefile.PL change)
12748      Branch: perl
12749            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
12750           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
12751           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
12752 ____________________________________________________________________________
12753 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
12754         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
12755      Branch: maint-5.6/perl
12756            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
12757            ! ext/Opcode/Opcode.xs ext/re/re.xs
12758 ____________________________________________________________________________
12759 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
12760         Log: more tweaks to change#12626
12761              * move the boilerplate code over to perl.h and make DynaLoader
12762              use it
12763              * make re, Opcode, File::Glob and B threadsafe
12764              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
12765              C<no re;> anywhere)
12766      Branch: maint-5.6/perl
12767            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
12768            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
12769 ____________________________________________________________________________
12770 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
12771         Log: Metaconfig unit change for #12650.
12772      Branch: metaconfig/U/perl
12773            ! Extensions.U
12774 ____________________________________________________________________________
12775 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
12776         Log: Subject: Re: ithreads doesn't like usedl=n
12777              From: Andy Dougherty <doughera@lafayette.edu>
12778              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
12779              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
12780              
12781              Special-case threads::shared.
12782      Branch: perl
12783            ! Configure
12784 ____________________________________________________________________________
12785 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
12786         Log: Getting fancier...
12787      Branch: perl
12788            ! t/TEST
12789 ____________________________________________________________________________
12790 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
12791         Log: csh - what a pain.
12792      Branch: perl
12793            ! t/TEST
12794 ____________________________________________________________________________
12795 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
12796         Log: Update Changes.
12797      Branch: perl
12798            ! Changes patchlevel.h
12799 ____________________________________________________________________________
12800 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
12801         Log: Allow resetting the locale system for the duration
12802              of the build (Mac OS X default setting LANG=En_US
12803              ist kaputt)
12804      Branch: perl
12805            ! Makefile.SH
12806 ____________________________________________________________________________
12807 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
12808         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
12809      Branch: perl
12810            ! ext/Digest/MD5/t/files.t
12811 ____________________________________________________________________________
12812 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
12813         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
12814              From: Andy Dougherty <doughera@lafayette.edu>
12815              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
12816              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
12817      Branch: perl
12818            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
12819            ! ext/threads/shared/Makefile.PL
12820 ____________________________________________________________________________
12821 [ 12643] By: sky                                   on 2001/10/25  12:28:26
12822         Log: Add support for reference members of hashes.
12823      Branch: perl
12824            ! ext/threads/shared/shared.xs
12825 ____________________________________________________________________________
12826 [ 12642] By: ams                                   on 2001/10/25  12:21:13
12827         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
12828              From: "Norton Allen" <nort@qnx.com>
12829              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
12830              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
12831      Branch: perl
12832            ! ext/Digest/MD5/MD5.xs
12833 ____________________________________________________________________________
12834 [ 12641] By: sky                                   on 2001/10/25  10:27:39
12835         Log: Tests shared hashes.
12836      Branch: perl
12837            + ext/threads/shared/t/hv_simple.t
12838            ! MANIFEST
12839 ____________________________________________________________________________
12840 [ 12640] By: sky                                   on 2001/10/25  10:18:23
12841         Log: Fix threadcounts for arrays and hashes.
12842      Branch: perl
12843            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12844 ____________________________________________________________________________
12845 [ 12639] By: sky                                   on 2001/10/25  10:17:26
12846         Log: Note to self, doing *src_ary++ in a macro that evaluates
12847              the value more than once is a good way to dump core.
12848      Branch: perl
12849            ! sharedsv.c
12850 ____________________________________________________________________________
12851 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
12852         Log: Integrate change #12636 from maintperl; more dl fixups.
12853      Branch: perl
12854           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
12855           !> ext/DynaLoader/dl_vms.xs
12856 ____________________________________________________________________________
12857 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
12858         Log: Like dl_hpux, like dl_dld.
12859      Branch: perl
12860            ! ext/DynaLoader/dl_dld.xs
12861 ____________________________________________________________________________
12862 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
12863         Log: followups to change#12635
12864      Branch: maint-5.6/perl
12865            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
12866            ! ext/DynaLoader/dl_vms.xs
12867 ____________________________________________________________________________
12868 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
12869         Log: add part of change#12634 to the two files that need it; dl_aix.xs
12870              in maint-5.6 doesn't have the branch that had the problem in
12871              mainline
12872      Branch: maint-5.6/perl
12873            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
12874 ____________________________________________________________________________
12875 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
12876         Log: Fixes for #12627.
12877      Branch: perl
12878            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
12879 ____________________________________________________________________________
12880 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
12881         Log: Since pv_uni_display and sv_uni_display are now used
12882              in the re extension, their symbols have to be exported.
12883      Branch: perl
12884            ! embed.pl global.sym
12885 ____________________________________________________________________________
12886 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
12887         Log: Subject:  Re: [PATCH Perl@12567] debug /list
12888              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12889              Date: Tue, 23 Oct 2001 21:40:33 EDT
12890              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
12891      Branch: perl
12892            ! configure.com
12893 ____________________________________________________________________________
12894 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
12895         Log: This takes care of some of the re 'debug' cases but
12896              not all cases since the information whether the pattern
12897              or the target are utf8 seems to be either lost or not
12898              spread widely enough, sigh.
12899      Branch: perl
12900            ! regcomp.c
12901 ____________________________________________________________________________
12902 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
12903         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
12904              From: John Peacock <jpeacock@rowman.com>
12905              Date: Wed, 24 Oct 2001 16:53:29 -0400
12906              Message-ID: <3BD72A49.1508D152@rowman.com>
12907      Branch: perl
12908            ! configure.com
12909 ____________________________________________________________________________
12910 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
12911         Log: Upgrade NetWare and WinCE as in #12626.
12912      Branch: perl
12913            ! NetWare/dl_netware.xs wince/dl_win32.xs
12914 ____________________________________________________________________________
12915 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
12916         Log: Tru64 compiler nit.
12917      Branch: perl
12918            ! ext/threads/shared/shared.xs
12919 ____________________________________________________________________________
12920 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
12921         Log: Integrate change #12626 from maintperl;
12922              make DynaLoader threadsafe by moving all statics into
12923              interpreter-local space
12924              
12925              TODO: Netware, OS/2, WinCE
12926      Branch: perl
12927           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
12928           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
12929           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
12930           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
12931           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
12932           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
12933           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
12934 ____________________________________________________________________________
12935 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
12936         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
12937              space
12938      Branch: maint-5.6/perl
12939            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
12940            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
12941            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
12942            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
12943            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
12944            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
12945            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
12946 ____________________________________________________________________________
12947 [ 12625] By: sky                                   on 2001/10/24  20:05:26
12948         Log: Change #12623 inflicted an infinite hang. Fixed.
12949      Branch: perl
12950            ! ext/threads/shared/shared.xs
12951 ____________________________________________________________________________
12952 [ 12624] By: sky                                   on 2001/10/24  19:06:55
12953         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
12954      Branch: perl
12955            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12956 ____________________________________________________________________________
12957 [ 12623] By: sky                                   on 2001/10/24  18:06:34
12958         Log: We need to do sharedsv_find in the original perl context.
12959      Branch: perl
12960            ! ext/threads/shared/shared.xs
12961 ____________________________________________________________________________
12962 [ 12622] By: sky                                   on 2001/10/24  17:26:51
12963         Log: Add support for basic support for AVs, references not supported yet.
12964              Add test for AVs.
12965              Add more tests to sv_refs
12966              Fix documentation issues.  
12967      Branch: perl
12968            + ext/threads/shared/t/av_simple.t
12969            ! MANIFEST ext/threads/shared/shared.pm
12970            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
12971 ____________________________________________________________________________
12972 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
12973         Log: Dump Unicode better for re 'debug'.  The regprop()
12974              is unfinished since have to figure out how to detect
12975              Unicodeness in there.
12976      Branch: perl
12977            ! regcomp.c regexec.c
12978 ____________________________________________________________________________
12979 [ 12620] By: sky                                   on 2001/10/24  13:18:07
12980         Log: Add support for finding shared arrays and hashes.
12981      Branch: perl
12982            ! sharedsv.c
12983 ____________________________________________________________________________
12984 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
12985         Log: Rewrite sv_uni_display() as pv_uni_display() as
12986              reimplement sv_uni_display() using that.
12987      Branch: perl
12988            ! dump.c embed.h embed.pl proto.h
12989 ____________________________________________________________________________
12990 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
12991         Log: Integrate change #12615 from maintperl;
12992              on Windows, IO::File::new_tmpfile() fails after being called
12993              32767 times because MSVCRT thinks stdio's TMP_MAX is a
12994              process-wide limit
12995      Branch: perl
12996           !> win32/win32.c
12997 ____________________________________________________________________________
12998 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
12999         Log: Don't try to print ints as IVs.
13000      Branch: perl
13001            ! ext/Time/HiRes/HiRes.xs
13002 ____________________________________________________________________________
13003 [ 12616] By: sky                                   on 2001/10/24  11:06:35
13004         Log: We only need to fetch the SV from the backend if the index
13005              is not the same as mg_private.     In theory this could be
13006              a problem if there are an exact multiple of U16 changes
13007              of a shared variable between two access in a given thread,
13008              we choose to avoid theory for now.
13009      Branch: perl
13010            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
13011 ____________________________________________________________________________
13012 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
13013         Log: on Windows, IO::File::new_tmpfile() fails after being called
13014              32767 times because MSVCRT thinks stdio's TMP_MAX is a
13015              process-wide limit
13016      Branch: maint-5.6/perl
13017            ! win32/win32.c
13018 ____________________________________________________________________________
13019 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
13020         Log: Negation and Unicode: sort of solves 20010303.010,
13021              except not quite like reported in the Subject
13022              (Perl_warner is still utf8-ignorant).
13023      Branch: perl
13024            ! pp.c t/lib/warnings/sv
13025 ____________________________________________________________________________
13026 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
13027         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
13028      Branch: perl
13029            ! sv.c t/lib/warnings/sv
13030 ____________________________________________________________________________
13031 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
13032         Log: sv_uni_display(): do not add the "...", let the caller
13033              do it if wanted, and be prepared for more display options.
13034      Branch: perl
13035            ! dump.c embed.h embed.pl proto.h
13036 ____________________________________________________________________________
13037 [ 12611] By: nick                                  on 2001/10/23  20:28:07
13038         Log: Integrate mainline
13039      Branch: perlio
13040           !> Changes configure.com cygwin/cygwin.c
13041           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
13042           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
13043           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
13044           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
13045           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
13046           !> utils/h2xs.PL utils/perldoc.PL
13047 ____________________________________________________________________________
13048 [ 12610] By: sky                                   on 2001/10/23  19:39:24
13049         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
13050              don't call themselves READONLY but still die with modification
13051              attempt. We only call bless for ext and umagic.
13052      Branch: perl
13053            ! sv.c
13054 ____________________________________________________________________________
13055 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
13056         Log: Croak() on negative time; doc tweaks.
13057      Branch: perl
13058            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
13059            ! ext/Time/HiRes/HiRes.xs
13060 ____________________________________________________________________________
13061 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
13062         Log: FAQ sync.
13063      Branch: perl
13064            ! pod/perlfaq4.pod pod/perlfaq7.pod
13065 ____________________________________________________________________________
13066 [ 12607] By: sky                                   on 2001/10/23  18:27:27
13067         Log: Call setmagic on the referent we are blessing.
13068      Branch: perl
13069            ! sv.c
13070 ____________________________________________________________________________
13071 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
13072         Log: Small test nits.
13073      Branch: perl
13074            ! t/op/lc.t
13075 ____________________________________________________________________________
13076 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
13077         Log: Update Changes.
13078      Branch: perl
13079            ! Changes patchlevel.h
13080 ____________________________________________________________________________
13081 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
13082         Log: Make the PerlIO_init() prototypes consistent.
13083      Branch: perl
13084            ! perlio.c
13085 ____________________________________________________________________________
13086 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
13087         Log: Upping the test count is a good idea.
13088      Branch: perl
13089            ! t/op/lc.t
13090 ____________________________________________________________________________
13091 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
13092         Log: Document the final sigma spot.
13093      Branch: perl
13094            ! pp.c
13095 ____________________________________________________________________________
13096 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
13097         Log: Fix multicharacter titlecase (ucfirst).
13098      Branch: perl
13099            ! pod/perlunicode.pod pp.c t/op/lc.t
13100 ____________________________________________________________________________
13101 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
13102         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
13103              From: Mikhail Zabaluev <mhz@alt-linux.org>
13104              Date: Tue, 23 Oct 2001 10:40:37 +0400
13105              Message-ID: <20011023104037.A12761@localhost.localdomain>
13106              
13107              (#12406 replaced with this)
13108      Branch: perl
13109            ! utils/perldoc.PL
13110 ____________________________________________________________________________
13111 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
13112         Log: MacOS Classic updates from Pudge.
13113      Branch: perl
13114            ! lib/File/Spec.t lib/File/Spec/Mac.pm
13115 ____________________________________________________________________________
13116 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
13117         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
13118              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13119              Date: Sun, 14 Oct 2001 23:14:46 +0200
13120              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
13121              
13122              except for the 2->4 changes.
13123      Branch: perl
13124            ! lib/AutoSplit.t
13125 ____________________________________________________________________________
13126 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
13127         Log: integrate macperl contents into maint-5.6
13128      Branch: maint-5.6/perl
13129            ! mg.c
13130           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
13131           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
13132           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
13133           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
13134           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
13135           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
13136           !> t/lib/filefind.t t/lib/filespec.t
13137 ____________________________________________________________________________
13138 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
13139         Log: At some point the #6234 has been lost from the mainline
13140              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
13141      Branch: perl
13142            ! lib/File/Spec/Win32.pm
13143 ____________________________________________________________________________
13144 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
13145         Log: Cygwin seems to round up (or closest, but not down)
13146              for time(), so half of the time (bad pun intended)
13147              Time::HiRes::time() is less than time(), half of
13148              the time it's more.  So let's try harder in the loop.
13149      Branch: perl
13150            ! ext/Time/HiRes/HiRes.t
13151 ____________________________________________________________________________
13152 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
13153         Log: MacOS Classic timeofday(), from Chris Nandor. 
13154      Branch: perl
13155            ! ext/Time/HiRes/HiRes.xs
13156 ____________________________________________________________________________
13157 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
13158         Log: Integrate changes #12580 and #12581 from macperl;
13159              
13160              Fix path construction.
13161              
13162              (Copyright) Nit.
13163      Branch: perl
13164           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
13165 ____________________________________________________________________________
13166 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
13167         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
13168              doesn't seem to help (the error being output to console, maybe?)
13169      Branch: perl
13170            ! lib/Net/Domain.pm
13171 ____________________________________________________________________________
13172 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
13173         Log: Taint the getcwd() result also in Cygwin.
13174              (TODO: which other platforms need the same thing?)
13175      Branch: perl
13176            ! cygwin/cygwin.c
13177 ____________________________________________________________________________
13178 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
13179         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
13180      Branch: perl
13181            ! t/op/taint.t
13182 ____________________________________________________________________________
13183 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
13184         Log: getpwuid() fragility continues.
13185      Branch: perl
13186            ! utils/h2xs.PL
13187 ____________________________________________________________________________
13188 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
13189         Log: getpwuid() might succeed but that's no guarantee
13190              that the $home will be defined.
13191      Branch: perl
13192            ! ext/File/Glob/t/basic.t
13193 ____________________________________________________________________________
13194 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
13195         Log: It's safer to to expand the variable, too... (see #12571)
13196      Branch: perl
13197            ! t/TEST
13198 ____________________________________________________________________________
13199 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
13200         Log: Integrate with maintperl.
13201      Branch: maint-5.6/macperl
13202           !> win32/bin/pl2bat.pl win32/win32.c
13203 ____________________________________________________________________________
13204 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
13205         Log: Oops, forgot to include Win32 ... just as well, since it
13206              seems in bleadperl, change #7764 was not included
13207              (adding C:\temp).  Re-added.  Rip it back out if it
13208              doesn't belong.  :-)
13209      Branch: maint-5.6/macperl
13210            ! lib/File/Spec/Win32.pm
13211 ____________________________________________________________________________
13212 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
13213         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
13214              From: "Craig A. Berry" <craigberry@mac.com>
13215              Date: Mon, 22 Oct 2001 15:25:19 -0500
13216              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
13217      Branch: perl
13218            ! configure.com
13219 ____________________________________________________________________________
13220 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
13221         Log: Add in lots of File::Spec changes, from Thomas Wegner,
13222              and sync with changes from bleadperl.
13223      Branch: maint-5.6/macperl
13224            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
13225            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
13226            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
13227            ! lib/File/Spec/Win32.pm t/lib/filespec.t
13228 ____________________________________________________________________________
13229 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
13230         Log: Sync with latest File::Find and tests from bleadperl.
13231      Branch: maint-5.6/macperl
13232            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
13233 ____________________________________________________________________________
13234 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
13235         Log: Nit.
13236      Branch: maint-5.6/macperl
13237            ! perl.c
13238 ____________________________________________________________________________
13239 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
13240         Log: Fix path construction.
13241      Branch: maint-5.6/macperl
13242            ! ext/DynaLoader/DynaLoader_pm.PL
13243 ____________________________________________________________________________
13244 [ 12579] By: nick                                  on 2001/10/22  19:08:35
13245         Log: Integrate mainline (for Arthurs thread.xs fix)
13246      Branch: perlio
13247           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
13248 ____________________________________________________________________________
13249 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
13250         Log: Fix up exported symbols, move relevant docs
13251              over from macperl.pod.
13252      Branch: maint-5.6/macperl
13253            ! macos/ext/MacPerl/MacPerl.pm
13254 ____________________________________________________________________________
13255 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
13256         Log: Make ADDRESS called optionally as a method.
13257      Branch: maint-5.6/macperl
13258            ! macos/lib/Mac/Glue.pm
13259 ____________________________________________________________________________
13260 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
13261         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
13262              Apple event.
13263      Branch: maint-5.6/macperl
13264            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
13265            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
13266            ! macos/macperl/MPTerminology.aete
13267 ____________________________________________________________________________
13268 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
13269         Log: Clean up some build utilities. Change Entab to Duplicate;
13270              fix docs and error reporting; improve macify() of paths;
13271              remove requirement for Exporter.pm presence.
13272      Branch: maint-5.6/macperl
13273            ! macos/InstallBLIB macos/MacPerlTests.cmd
13274            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
13275 ____________________________________________________________________________
13276 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
13277         Log: Sync Time::HiRes with bleadperl
13278      Branch: maint-5.6/macperl
13279            ! macos/bundled_ext/Time/HiRes/HiRes.pm
13280            ! macos/bundled_ext/Time/HiRes/HiRes.t
13281            ! macos/bundled_ext/Time/HiRes/HiRes.xs
13282 ____________________________________________________________________________
13283 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
13284         Log: Fix up Changes
13285      Branch: maint-5.6/macperl
13286            ! macos/Changes
13287 ____________________________________________________________________________
13288 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
13289         Log: A user might belong to only a single group
13290              (the group equal to the group id).
13291      Branch: perl
13292            ! t/op/groups.t
13293 ____________________________________________________________________________
13294 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
13295         Log: Prepending (instead of replacing with) the pwd is safer. 
13296      Branch: perl
13297            ! t/TEST
13298 ____________________________________________________________________________
13299 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
13300         Log: Be more robust if no hostname or domainname
13301              (especially the latter)
13302      Branch: perl
13303            ! lib/Net/Domain.pm
13304 ____________________________________________________________________________
13305 [ 12569] By: sky                                   on 2001/10/22  17:41:07
13306         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
13307      Branch: perl
13308            ! ext/threads/threads.xs
13309 ____________________________________________________________________________
13310 [ 12568] By: nick                                  on 2001/10/22  16:31:24
13311         Log: Integrate mainline
13312      Branch: perlio
13313           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
13314           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
13315           +> ext/threads/shared/t/sv_refs.t
13316           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
13317            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
13318            - lib/unicore/To/SpecUpper.pl
13319           !> (integrate 42 files)
13320 ____________________________________________________________________________
13321 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
13322         Log: Update Changes.
13323      Branch: perl
13324            ! Changes patchlevel.h
13325 ____________________________________________________________________________
13326 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
13327         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
13328              From: Michael G Schwern <schwern@pobox.com>
13329              Date: Mon, 22 Oct 2001 03:48:38 -0400
13330              Message-ID: <20011022034838.B1676@blackrider>
13331      Branch: perl
13332            ! pod/perlvar.pod
13333 ____________________________________________________________________________
13334 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
13335         Log: Pod nits, as suggested by Stas Bekman.
13336      Branch: perl
13337            ! ext/threads/shared/shared.pm ext/threads/threads.pm
13338 ____________________________________________________________________________
13339 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
13340         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
13341              From: "Paul Marquess" <paul.marquess@openwave.com> 
13342              Date: Sun, 21 Oct 2001 21:11:15 +0100
13343              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
13344      Branch: perl
13345            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
13346            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
13347            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
13348            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
13349            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
13350            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
13351            ! ext/SDBM_File/sdbm.t
13352 ____________________________________________________________________________
13353 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
13354         Log: Integrate change #12559 from maintperl;
13355              various fixes for system() and backticks under windows
13356      Branch: perl
13357           !> win32/win32.c
13358 ____________________________________________________________________________
13359 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
13360         Log: Integrate change #12560 from maintperl;
13361              make pl2bat use %0 rather than "%0" (the latter fails to work
13362              in a lot of common cases)
13363      Branch: perl
13364           !> win32/bin/pl2bat.pl
13365 ____________________________________________________________________________
13366 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
13367         Log: Integrate changes #12549 and #12550 from maintperl;
13368              
13369              readline() doesn't work with our variables; it confuses them with
13370              my variables (change#4227 was incomplete)
13371      Branch: perl
13372            ! t/lib/strict/vars
13373           !> t/base/rs.t toke.c
13374 ____________________________________________________________________________
13375 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
13376         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
13377              in a lot of common cases)
13378      Branch: maint-5.6/perl
13379            ! win32/bin/pl2bat.pl
13380 ____________________________________________________________________________
13381 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
13382         Log: various fixes for system() and backticks under windows:
13383              
13384              * avoid munging whitespace that is passed within quotes
13385              * work around a cmd.exe misfeature that made multi-arg
13386              system() unreliable when there is more than one quoted
13387              argument
13388              * make multi-arg system() autoquote arguments as needed
13389              before passing them to the shell (this avoids having to
13390              second guess the shell quoting)
13391              * perl's -Dp switch can be used to trace the innards
13392      Branch: maint-5.6/perl
13393            ! win32/win32.c
13394 ____________________________________________________________________________
13395 [ 12558] By: nick                                  on 2001/10/22  08:58:42
13396         Log: Integrate ithreads buffer flush fix from perlio
13397      Branch: perl
13398           !> ext/threads/t/basic.t perl.c
13399 ____________________________________________________________________________
13400 [ 12557] By: nick                                  on 2001/10/22  08:35:09
13401         Log: All tests pass (legitimately) on ithreads
13402      Branch: perlio
13403            ! ext/threads/t/basic.t perl.c
13404 ____________________________________________________________________________
13405 [ 12556] By: nick                                  on 2001/10/22  06:51:22
13406         Log: Integrate non-ithreads fix to mainline
13407      Branch: perl
13408           !> perlio.c
13409 ____________________________________________________________________________
13410 [ 12555] By: nick                                  on 2001/10/22  06:48:33
13411         Log: Restore non-ithreads build. Interestingly binmode test passes
13412              non-ithreads - so crlf layer is not damaged and ithreads fail
13413              is a symptom ...
13414      Branch: perlio
13415            ! perlio.c
13416 ____________________________________________________________________________
13417 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
13418         Log: Integrate from perlio; restructuring.
13419      Branch: perl
13420           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
13421           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
13422           !> win32/perlhost.h
13423 ____________________________________________________________________________
13424 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
13425         Log: Integrate from maintperl
13426              (Changes 12350, 12496, 12548, 12549, 12550)
13427      Branch: maint-5.6/macperl
13428           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
13429           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
13430 ____________________________________________________________________________
13431 [ 12552] By: nick                                  on 2001/10/21  19:18:12
13432         Log: Win32 PerlIO_cleanup special cases should no longer be required.
13433      Branch: perlio
13434            ! perl.c
13435 ____________________________________________________________________________
13436 [ 12551] By: nick                                  on 2001/10/21  19:16:56
13437         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
13438      Branch: perlio
13439            ! win32/makefile.mk
13440 ____________________________________________________________________________
13441 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
13442         Log: change#12549 wasn't aware of strictures
13443      Branch: maint-5.6/perl
13444            ! t/pragma/strict-vars toke.c
13445 ____________________________________________________________________________
13446 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
13447         Log: readline() doesn't work with our variables; it confuses them with
13448              my variables (change#4227 was incomplete)
13449      Branch: maint-5.6/perl
13450            ! t/base/rs.t toke.c
13451 ____________________________________________________________________________
13452 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
13453         Log: change#12220 appears to have pulled in a mainline change that
13454              isn't applicable to maint-5.6 (some platforms don't taint
13455              cwd)
13456      Branch: maint-5.6/perl
13457            ! t/lib/filefind-taint.t
13458 ____________________________________________________________________________
13459 [ 12547] By: nick                                  on 2001/10/21  17:15:54
13460         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
13461              for them. Call explicit cleanup during destruct process.
13462              - one binmode test is failing
13463              - also ext/threads/t/basic.t fails under make test, and is noisy under
13464              harness. (Threads results are intermingled and don't match order expected.)
13465      Branch: perlio
13466            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
13467            ! perlio.h perliol.h pod/perlapi.pod sv.c
13468 ____________________________________________________________________________
13469 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
13470         Log: Implement multicharacter case mappings where a single
13471              Unicode character can be mapped into several.
13472      Branch: perl
13473            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
13474            - lib/unicore/To/SpecUpper.pl
13475            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
13476            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
13477            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
13478            ! proto.h t/op/lc.t utf8.c
13479 ____________________________________________________________________________
13480 [ 12545] By: sky                                   on 2001/10/21  15:25:16
13481         Log: First support of threads::shared, support shared svs and references.
13482      Branch: perl
13483            + ext/threads/shared/Makefile.PL ext/threads/shared/README
13484            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
13485            + ext/threads/shared/t/sv_refs.t
13486            + ext/threads/shared/t/sv_simple.t
13487            ! MANIFEST sharedsv.c
13488 ____________________________________________________________________________
13489 [ 12544] By: nick                                  on 2001/10/21  14:52:35
13490         Log: PerlIO layer table as PL_perlio (per-interpreter)
13491      Branch: perlio
13492            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
13493            ! pod/perlapi.pod sv.c
13494 ____________________________________________________________________________
13495 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
13496         Log: Prettyprinting.
13497      Branch: perl
13498            ! pod/perlunicode.pod
13499 ____________________________________________________________________________
13500 [ 12542] By: ams                                   on 2001/10/21  03:50:25
13501         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
13502              From: "Sean M. Burke" <sburke@cpan.org>
13503              Date: Sat, 20 Oct 2001 17:51:09 -0600
13504              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
13505      Branch: perl
13506            + pod/perlpodspec.pod
13507            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
13508            ! pod/perltoc.pod
13509 ____________________________________________________________________________
13510 [ 12541] By: nick                                  on 2001/10/20  22:23:53
13511         Log: Fix typos in new locking on MemShared
13512              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
13513              - seems to make segfaults more deterministic - suspect they are 
13514              attempt to free() after Interp and Host have gone.
13515      Branch: perlio
13516            ! perlio.c win32/perlhost.h
13517 ____________________________________________________________________________
13518 [ 12540] By: nick                                  on 2001/10/20  21:50:46
13519         Log: Remove the MemShared re-#define (again)
13520      Branch: perlio
13521            ! perlio.c
13522 ____________________________________________________________________________
13523 [ 12539] By: nick                                  on 2001/10/20  21:49:06
13524         Log: Use locks on MemShared
13525      Branch: perlio
13526            ! win32/perlhost.h
13527 ____________________________________________________________________________
13528 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
13529         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
13530              From: "chromatic" <chromatic@rmci.net>
13531              Date: Sat, 20 Oct 2001 11:13:47 -0600
13532              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
13533      Branch: perl
13534            ! installhtml
13535 ____________________________________________________________________________
13536 [ 12537] By: nick                                  on 2001/10/20  16:44:03
13537         Log: Integrate mainline
13538      Branch: perlio
13539           !> (integrate 48 files)
13540 ____________________________________________________________________________
13541 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
13542         Log: Update Changes.
13543      Branch: perl
13544            ! Changes patchlevel.h
13545 ____________________________________________________________________________
13546 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
13547         Log: Upgrade to podlators 1.11, from Russ Allbery.
13548      Branch: perl
13549            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
13550            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
13551            ! pod/pod2man.PL pod/pod2text.PL
13552 ____________________________________________________________________________
13553 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
13554         Log: Integrate perlio change #12532:
13555              introduce and use PerlIO_intmod2str().
13556      Branch: perl
13557           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
13558 ____________________________________________________________________________
13559 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
13560         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
13561      Branch: perl
13562            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
13563 ____________________________________________________________________________
13564 [ 12532] By: nick                                  on 2001/10/20  14:25:37
13565         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
13566              Use for non-PERLIO fdupopen().
13567      Branch: perlio
13568            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
13569 ____________________________________________________________________________
13570 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
13571         Log: Integrate perlio: PerlIO win32 fixes.
13572      Branch: perl
13573           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
13574           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
13575           !> proto.h sv.h win32/win32io.c
13576 ____________________________________________________________________________
13577 [ 12530] By: nick                                  on 2001/10/20  12:53:30
13578         Log: Fixed in two places - p4 resolve
13579      Branch: perlio
13580            ! perlsdio.h
13581 ____________________________________________________________________________
13582 [ 12529] By: nick                                  on 2001/10/20  12:51:05
13583         Log: Fix for ithreads/stdio build
13584      Branch: perlio
13585            ! perlio.c perlsdio.h
13586 ____________________________________________________________________________
13587 [ 12528] By: ams                                   on 2001/10/20  12:13:25
13588         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
13589              From: Michael G Schwern <schwern@pobox.com>
13590              Date: Sat, 20 Oct 2001 01:41:21 -0400
13591              Message-Id: <20011020014121.I3681@blackrider>
13592      Branch: perl
13593            ! installman
13594 ____________________________________________________________________________
13595 [ 12527] By: ams                                   on 2001/10/20  12:09:41
13596         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
13597              From: Michael G Schwern <schwern@pobox.com>
13598              Date: Sat, 20 Oct 2001 02:04:21 -0400
13599              Message-Id: <20011020020421.A11732@blackrider>
13600      Branch: perl
13601            ! lib/Pod/Checker.pm
13602 ____________________________________________________________________________
13603 [ 12526] By: ams                                   on 2001/10/20  11:59:41
13604         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
13605              From: "chromatic" <chromatic@rmci.net>
13606              Date: Fri, 19 Oct 2001 22:46:39 -0600
13607              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
13608      Branch: perl
13609            ! lib/Net/Config.pm
13610 ____________________________________________________________________________
13611 [ 12525] By: nick                                  on 2001/10/20  11:16:18
13612         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
13613              Perl_sv_setsv_flags directly.
13614      Branch: perlio
13615            ! ext/threads/threads.xs
13616 ____________________________________________________________________________
13617 [ 12524] By: nick                                  on 2001/10/20  10:28:17
13618         Log: Add a new flag character 'm' to embed.pl set to represent
13619              "functions" which are really macros. Use it foe the troublesome
13620              sv_setsv() etc. macros in sv.h - changing latter to define
13621              sv_setsv rather than sv_setsv_macro etc.
13622      Branch: perlio
13623            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
13624            ! pod/perlapi.pod proto.h sv.h
13625 ____________________________________________________________________________
13626 [ 12523] By: nick                                  on 2001/10/20  09:17:17
13627         Log: Add comments explaining why win32.h/embed.h are included where they are
13628              in perl.h 
13629      Branch: perlio
13630            ! perl.h
13631 ____________________________________________________________________________
13632 [ 12522] By: nick                                  on 2001/10/20  08:27:44
13633         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
13634              being used yet.
13635      Branch: perlio
13636            ! win32/win32io.c
13637 ____________________________________________________________________________
13638 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
13639         Log: Wording tweaks.
13640      Branch: perl
13641            ! t/TEST
13642 ____________________________________________________________________________
13643 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
13644         Log: Subject: IO module with nonblocking socket connect patch 
13645              From: Raul Dias <raul@dias.com.br>
13646              Date: Fri, 19 Oct 2001 22:45:32 -0300
13647              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
13648      Branch: perl
13649            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
13650 ____________________________________________________________________________
13651 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
13652         Log: Test vertical whitespace combined with /x in \p{}.
13653      Branch: perl
13654            ! t/op/pat.t
13655 ____________________________________________________________________________
13656 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
13657         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
13658              From: Gisle Aas <gisle@ActiveState.com> 
13659              Date: 19 Oct 2001 16:46:02 -0700
13660              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
13661      Branch: perl
13662            ! lib/ExtUtils/MakeMaker.pm
13663 ____________________________________________________________________________
13664 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
13665         Log: No more this symbol.
13666      Branch: perl
13667            ! makedef.pl
13668 ____________________________________________________________________________
13669 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
13670         Log: Integrate change #12511; fix gross win32 build issues.
13671      Branch: perl
13672           !> makedef.pl sv.c
13673 ____________________________________________________________________________
13674 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
13675         Log: Unpack in scalar context should return the first value
13676              returned in list context, as pointed out by Ton Hospel
13677              in 2001-05-21 (this is how it works already in blead,
13678              just adding the test).
13679      Branch: perl
13680            ! t/op/pack.t
13681 ____________________________________________________________________________
13682 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
13683         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
13684              From: "Craig A. Berry" <craigberry@mac.com>
13685              Date: Fri, 19 Oct 2001 16:59:30 -0500
13686              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
13687      Branch: perl
13688            ! utils/perldoc.PL
13689 ____________________________________________________________________________
13690 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
13691         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
13692              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13693              Date: Fri, 19 Oct 2001 17:45:23 EDT
13694              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
13695      Branch: perl
13696            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
13697            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
13698            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
13699            ! vms/vmsish.h
13700 ____________________________________________________________________________
13701 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
13702         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
13703              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13704              Date: Fri, 19 Oct 2001 17:26:35 EDT
13705              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
13706      Branch: perl
13707            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
13708 ____________________________________________________________________________
13709 [ 12511] By: nick                                  on 2001/10/19  19:55:36
13710         Log: Fix gross win32 build issues
13711      Branch: perlio
13712            ! makedef.pl sv.c
13713 ____________________________________________________________________________
13714 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
13715         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
13716              From: David Dyck <dcd@tc.fluke.com>
13717              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
13718              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
13719      Branch: perl
13720            ! lib/File/Find.pm
13721 ____________________________________________________________________________
13722 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
13723         Log: Subject: Re: PerlIO and Encode
13724              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13725              Date: Tue, 16 Oct 2001 01:50:16 +0900
13726              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
13727      Branch: perl
13728            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
13729            ! ext/Encode/Encode/Tcl.t
13730 ____________________________________________________________________________
13731 [ 12508] By: ams                                   on 2001/10/19  17:59:16
13732         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
13733              (See #12499)
13734      Branch: perl
13735            ! pod/perlintro.pod
13736 ____________________________________________________________________________
13737 [ 12507] By: nick                                  on 2001/10/19  16:30:43
13738         Log: Integrate mainline
13739      Branch: perlio
13740           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
13741           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
13742           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
13743           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
13744           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
13745           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
13746           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
13747           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
13748           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
13749           +> win32/config_H.win64
13750            - lib/Test/Utils.pm lib/unicore/mktables.PL
13751            - t/lib/Test/Simple/Catch/More.pm
13752           !> (integrate 84 files)
13753 ____________________________________________________________________________
13754 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
13755         Log: Retract the #10451 which seems to be the cause
13756              of the major leakage from while(){eval"sub{}"}
13757      Branch: perl
13758            ! op.c t/run/kill_perl.t
13759 ____________________________________________________________________________
13760 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
13761         Log: Regen toc.
13762      Branch: perl
13763            ! pod/perltoc.pod
13764 ____________________________________________________________________________
13765 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
13766         Log: Tiny tweaks.
13767      Branch: perl
13768            ! pod/perl.pod
13769 ____________________________________________________________________________
13770 [ 12503] By: ams                                   on 2001/10/19  13:34:24
13771         Log: Subject: Re: perlintro.pod
13772              From: Abe Timmerman <abe@ztreet.demon.nl>
13773              Date: Fri, 19 Oct 2001 14:12:40 +0200
13774              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
13775      Branch: perl
13776            ! pod/perlintro.pod
13777 ____________________________________________________________________________
13778 [ 12502] By: ams                                   on 2001/10/19  13:24:12
13779         Log: Slight reorganisation of references.
13780      Branch: perl
13781            ! pod/perl.pod
13782 ____________________________________________________________________________
13783 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
13784         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
13785              From: Kay Röpke <kroepke@dolphin-services.de>
13786              Date: Fri, 19 Oct 2001 14:04:01 +0200 
13787              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
13788      Branch: perl
13789            ! lib/ExtUtils/MakeMaker.pm
13790 ____________________________________________________________________________
13791 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
13792         Log: Unicode categories continue:
13793              implement Category=, Script=, Block=
13794              (these are based on an upcoming update of TR#18)
13795              Fix a bug where we got two In categories named "old italic",
13796              and another where shortcut for the Is categories wasn't taken.
13797      Branch: perl
13798            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
13799            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
13800            ! pod/perlunicode.pod t/op/pat.t
13801 ____________________________________________________________________________
13802 [ 12499] By: ams                                   on 2001/10/19  01:42:29
13803         Log: Subject: a small patch to perlintro.pod.
13804              From: Autrijus Tang <autrijus@autrijus.org>
13805              Date: Fri, 19 Oct 2001 01:45:51 +0800
13806              Message-Id: <20011019014551.A35625@not.autrijus.org>
13807              (Applied by hand with nits.)
13808      Branch: perl
13809            ! pod/perlintro.pod
13810 ____________________________________________________________________________
13811 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
13812         Log: Subject: [PATCH] OpenBSD hints for ithreads
13813              From: Andy Dougherty <doughera@lafayette.edu>
13814              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
13815              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
13816      Branch: perl
13817            ! hints/openbsd.sh
13818 ____________________________________________________________________________
13819 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
13820         Log: Retract #12446; the problem solved by #12474.
13821      Branch: perl
13822            ! hints/aix.sh
13823 ____________________________________________________________________________
13824 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
13825         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
13826              message and suppress line number info (from Steve Hay
13827              <Steve.Hay@uk.radan.com>)
13828      Branch: maint-5.6/perl
13829            ! lib/Carp/Heavy.pm
13830 ____________________________________________________________________________
13831 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
13832         Log: More documented In categories.
13833      Branch: perl
13834            ! pod/perlunicode.pod
13835 ____________________________________________________________________________
13836 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
13837         Log: Update Changes.
13838      Branch: perl
13839            ! Changes patchlevel.h
13840 ____________________________________________________________________________
13841 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
13842         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
13843      Branch: perl
13844            ! MANIFEST
13845 ____________________________________________________________________________
13846 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
13847         Log: Wrong skip() arguments.
13848      Branch: perl
13849            ! ext/B/t/terse.t
13850 ____________________________________________________________________________
13851 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
13852         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
13853              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13854              Date: Wed, 17 Oct 2001 09:10:53 EDT 
13855              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
13856      Branch: perl
13857            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
13858            ! pod/perlapi.pod vms/vms.c
13859 ____________________________________________________________________________
13860 [ 12490] By: ams                                   on 2001/10/18  09:31:00
13861         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
13862              From: Mark-Jason Dominus <mjd@plover.com>
13863              Date: Thu, 18 Oct 2001 06:25:35 -0400
13864              Message-Id: <20011018102535.19264.qmail@plover.com>
13865      Branch: perl
13866            ! pod/perl.pod
13867 ____________________________________________________________________________
13868 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
13869         Log: Prettyprinting.
13870      Branch: perl
13871            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
13872 ____________________________________________________________________________
13873 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
13874         Log: Regen toc.
13875      Branch: perl
13876            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13877 ____________________________________________________________________________
13878 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
13879         Log: Add perlintro, from Skud.
13880      Branch: perl
13881            + pod/perlintro.pod
13882            ! MANIFEST
13883 ____________________________________________________________________________
13884 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
13885         Log: FAQ sync.
13886      Branch: perl
13887            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
13888            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
13889            ! pod/perlfaq8.pod pod/perlfaq9.pod
13890 ____________________________________________________________________________
13891 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
13892         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
13893              in speed (upto 20% speedup in certain operations) but meanwhile
13894              regexps and arithmetics got slower (5-10%) (according to
13895              perlbench average speedup is negligible, and within measuring
13896              flutter, 1%).  Therefore retracting all the changes
13897              aimed at getting -std1 to compile cleanly:  #12475, #12476,
13898              #12479, #12480, #12481, #12482, #12483, #12484.
13899      Branch: perl
13900            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
13901            ! pp_hot.c pp_sys.c toke.c
13902 ____________________________________________________________________________
13903 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
13904         Log: (retracted by #12485)
13905              Strict ANSI doesn't like the third argument of main()
13906              so enable ignoring it if using ultra picky compiler.
13907      Branch: perl
13908            ! miniperlmain.c
13909 ____________________________________________________________________________
13910 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
13911         Log: (retracted by #12485)
13912              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
13913      Branch: perl
13914            ! perl.h
13915 ____________________________________________________________________________
13916 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
13917         Log: (retracted by #12485)
13918              Add explanatory comment.
13919      Branch: perl
13920            ! mg.c
13921 ____________________________________________________________________________
13922 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
13923         Log: (retracted by #12485)
13924              More dollar$hiding.
13925      Branch: perl
13926            ! doio.c perl.h pp_sys.c
13927 ____________________________________________________________________________
13928 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
13929         Log: (retracted by #12485)
13930              KISS.
13931      Branch: perl
13932            ! mg.c
13933 ____________________________________________________________________________
13934 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
13935         Log: (retracted by #12485)
13936              Thou shalt not #ifdef inside macro invocations,
13937              noticed by Rafael Garcia-Suarez.
13938      Branch: perl
13939            ! mg.c
13940 ____________________________________________________________________________
13941 [ 12478] By: ams                                   on 2001/10/17  18:50:55
13942         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
13943              From: Anton Berezin <tobez@tobez.org>
13944              Date: Wed, 17 Oct 2001 18:25:48 +0200
13945              Message-Id: <20011017182548.A12082@heechee.tobez.org>
13946      Branch: perl
13947            ! pp_sys.c
13948 ____________________________________________________________________________
13949 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
13950         Log: (retracted by #12485)
13951              Unterminated #ifdef.
13952      Branch: perl
13953            ! mg.c
13954 ____________________________________________________________________________
13955 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
13956         Log: (retracted by #12485)
13957              Avoid dollar signs in identifiers (in non-VMS) to
13958              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
13959      Branch: perl
13960            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
13961            ! toke.c
13962 ____________________________________________________________________________
13963 [ 12474] By: ams                                   on 2001/10/17  15:14:50
13964         Log: Subject: Two AIX patches
13965              From: H.Merijn Brand <h.m.brand@hccnet.nl>
13966              Date: Wed, 17 Oct 2001 18:04:35 +0200
13967              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
13968      Branch: perl
13969            ! hints/aix.sh makedef.pl
13970 ____________________________________________________________________________
13971 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
13972         Log: Limiting the Time::HiRes::sleep and usleep to
13973              one second is not a good policy if drop-in
13974              replacement is still a goal.
13975      Branch: perl
13976            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
13977            ! ext/Time/HiRes/HiRes.xs
13978 ____________________________________________________________________________
13979 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
13980         Log: Subject: [PATCH] Test::Simple 0.32
13981              From: Michael G Schwern <schwern@pobox.com> 
13982              Date: Wed, 17 Oct 2001 03:42:41 -0400
13983              Message-ID: <20011017034241.A25038@blackrider>
13984      Branch: perl
13985            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
13986            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
13987            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
13988            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
13989            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
13990            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
13991            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
13992            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
13993            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
13994            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
13995            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
13996            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
13997            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
13998            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
13999            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
14000            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
14001            ! t/lib/Test/Simple/Catch.pm
14002            ! t/lib/Test/Simple/sample_tests/five_fail.plx
14003 ____________________________________________________________________________
14004 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
14005         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
14006              From: Michael G Schwern <schwern@pobox.com> 
14007              Date: Wed, 17 Oct 2001 04:04:13 -0400
14008              Message-ID: <20011017040413.C25550@blackrider>
14009      Branch: perl
14010            ! t/TEST t/harness vms/test.com
14011 ____________________________________________________________________________
14012 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
14013         Log: Regen doc with perlmodstyle added.
14014      Branch: perl
14015            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14016 ____________________________________________________________________________
14017 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
14018         Log: Pod cleanup.
14019      Branch: perl
14020            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
14021 ____________________________________________________________________________
14022 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
14023         Log: Subject: perlmodstyle as a patch
14024              From: Kirrily Robert <skud@infotrope.net>
14025              Date: Tue, 16 Oct 2001 22:47:23 -0400
14026              Message-ID: <20011016224723.A20673@infotrope.net>
14027      Branch: perl
14028            + pod/perlmodstyle.pod
14029            ! MANIFEST
14030 ____________________________________________________________________________
14031 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
14032         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
14033              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
14034              Date: Thu, 6 Sep 2001 11:09:40 +0100
14035              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
14036              
14037              Mention also the develooper p5p archive.
14038      Branch: perl
14039            ! pod/perlhack.pod
14040 ____________________________________________________________________________
14041 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
14042         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
14043              From: Kay Röpke <kroepke@dolphin-services.de>
14044              Date: Tue, 16 Oct 2001 17:23:52 +0200
14045              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
14046      Branch: perl
14047            ! lib/ExtUtils/MakeMaker.pm
14048 ____________________________________________________________________________
14049 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
14050         Log: Add the special casing mappings (from SpecCase.txt)
14051              (except for the hyper special case mappings that have
14052              the condition list); the special casing mappings are
14053              unused for now.  Small tidying up on mktables.
14054      Branch: perl
14055            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
14056            + lib/unicore/To/SpecUpper.pl
14057            ! lib/unicore/mktables
14058 ____________________________________________________________________________
14059 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
14060         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
14061              From: "David H. Adler" <dha@panix.com>       
14062              Date: Tue, 16 Oct 2001 11:59:35 -0400
14063              Message-ID: <20011016115935.A13078@panix.com>
14064              
14065              Subject: [ PATCH ] perldata patch, revised
14066              From: "David H. Adler" <dha@panix.com>     
14067              Date: Tue, 16 Oct 2001 18:26:49 -0400
14068              Message-ID: <20011016182649.C23970@panix.com>
14069      Branch: perl
14070            ! pod/perldata.pod pod/perlop.pod
14071 ____________________________________________________________________________
14072 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
14073         Log: Integrate perlio: PerlIO_dup (for all but Win32).
14074      Branch: perl
14075           !> embed.h embed.pl ext/Encode/Encode.xs
14076           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
14077           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
14078           !> win32/win32io.c
14079 ____________________________________________________________________________
14080 [ 12462] By: nick                                  on 2001/10/16  19:11:30
14081         Log: PerlIOXxxx_dups for all but Win32
14082      Branch: perlio
14083            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
14084            ! ext/PerlIO/Via/Via.xs
14085 ____________________________________________________________________________
14086 [ 12461] By: nick                                  on 2001/10/16  18:28:48
14087         Log: Implement PerlIOStdio_dup (explains core dumps - dup
14088              was not setting up a FILE * to be fclosed()).
14089      Branch: perlio
14090            ! perlio.c
14091 ____________________________________________________________________________
14092 [ 12460] By: nick                                  on 2001/10/16  17:31:47
14093         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
14094              overflow.
14095      Branch: perlio
14096            ! perlio.c
14097 ____________________________________________________________________________
14098 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
14099         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
14100              From: "Craig A. Berry" <craigberry@mac.com>
14101              Date: Tue, 16 Oct 2001 13:08:38 -0500
14102              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
14103      Branch: perl
14104            ! configure.com
14105 ____________________________________________________________________________
14106 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
14107         Log: Can't expect too much accuracy from a sleep of one second.
14108              (I think this will also fail with high load.)
14109      Branch: perl
14110            ! ext/Time/HiRes/HiRes.t
14111 ____________________________________________________________________________
14112 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
14113         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
14114              From: "Werner, Randolf" <randolf.werner@sap.com>
14115              Date: Tue, 16 Oct 2001 18:33:02 +0200
14116              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
14117      Branch: perl
14118            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
14119            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
14120 ____________________________________________________________________________
14121 [ 12456] By: nick                                  on 2001/10/16  14:08:16
14122         Log: Builds under ithreads (but fails all threads tests)
14123      Branch: perlio
14124            ! hv.c perlio.c sv.c
14125 ____________________________________________________________________________
14126 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
14127         Log: I think the Perl_sortsv needs *not* be skipped?
14128      Branch: perl
14129            ! makedef.pl
14130 ____________________________________________________________________________
14131 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
14132         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
14133              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
14134              Date: Tue, 16 Oct 2001 15:32:44 +0200
14135              Message-ID: <3BCC531C.11494.3E433F@localhost>
14136      Branch: perl
14137            ! t/op/groups.t
14138 ____________________________________________________________________________
14139 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
14140         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
14141              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
14142              Date: Tue, 16 Oct 2001 15:01:04 +0200
14143              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
14144      Branch: perl
14145            ! t/io/fs.t
14146 ____________________________________________________________________________
14147 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
14148         Log: A forgotten deletion.
14149      Branch: perl
14150            - lib/unicore/mktables.PL
14151 ____________________________________________________________________________
14152 [ 12451] By: nick                                  on 2001/10/16  11:32:48
14153         Log: Skeleton of "PerlIO_dup" coded.
14154              Still-passes all tests non-threaded (well it would wouldn't it!)
14155      Branch: perlio
14156            ! embed.h embed.pl ext/Encode/Encode.xs
14157            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
14158            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
14159            ! win32/win32io.c
14160 ____________________________________________________________________________
14161 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
14162         Log: Document the problem with the swash_fetch() API that affects
14163              more complex case conversions.
14164      Branch: perl
14165            ! lib/utf8_heavy.pl utf8.c
14166 ____________________________________________________________________________
14167 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
14168         Log: Make Time::HiRes::sleep() and usleep() to return
14169              the number of seconds (a floating point value) and 
14170              microseconds (an integer) actually slept (well,
14171              modulo the time spent in measuring the time actually
14172              slept...), to be a better drop-in replacement for
14173              the builtin sleep().  Noticed by Chris Nandor.
14174              
14175              Also make usleep() to croak if fed illegal number
14176              of useconds (anything greater than 1_000_000).
14177      Branch: perl
14178            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
14179            ! ext/Time/HiRes/HiRes.xs
14180 ____________________________________________________________________________
14181 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
14182         Log: A missing SvREFCNT_dec.
14183      Branch: perl
14184            ! perl.c
14185 ____________________________________________________________________________
14186 [ 12447] By: nick                                  on 2001/10/15  20:27:53
14187         Log: Beginings of PerlIO_dup support (unstable)
14188      Branch: perlio
14189            ! perlio.c perliol.h
14190 ____________________________________________________________________________
14191 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
14192         Log: (retracted by #12497)
14193              In AIX vac 5 just can't seem to get regcomp right.
14194      Branch: perl
14195            ! hints/aix.sh
14196 ____________________________________________________________________________
14197 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
14198         Log: Bump the version number to agree with the maintperl one.
14199      Branch: perl
14200            ! lib/Tie/RefHash.pm
14201 ____________________________________________________________________________
14202 [ 12444] By: nick                                  on 2001/10/15  15:59:57
14203         Log: Integrate mainline
14204      Branch: perlio
14205           +> lib/Math/BigInt/t/Math/Subclass.pm
14206           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
14207           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
14208           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
14209           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
14210           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
14211           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
14212           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
14213           +> lib/unicore/mktables
14214            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
14215            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
14216            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
14217            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
14218            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
14219            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
14220            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
14221            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
14222            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
14223            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
14224            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
14225            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
14226            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
14227            - lib/unicore/syllables.txt
14228           !> (integrate 344 files)
14229 ____________________________________________________________________________
14230 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
14231         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
14232      Branch: perl
14233            ! ext/DB_File/DB_File.xs
14234 ____________________________________________________________________________
14235 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
14236         Log: Sync the skip() amounts with the number of tests.
14237      Branch: perl
14238            ! lib/Term/Complete.t
14239 ____________________________________________________________________________
14240 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
14241         Log: Update Changes.
14242      Branch: perl
14243            ! Changes patchlevel.h
14244 ____________________________________________________________________________
14245 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
14246         Log: MacOS Classic catdir() rewrite from Thomas Wegner
14247              (backward incompatibility, but a deliberate one,
14248              the old version simply is broken in its logic),
14249              also documentation updates, and as suggested replicated
14250              the File::Spec::Unix documentation updates also on the
14251              File::Spec documentation.
14252              
14253              TODO: there seems to be duplication of documentation
14254              between File::Spec and File::Spec::Unix.  I think
14255              the ::Unix should be left only with specific UNIXisms,
14256              and all the generic documentation should be in ::Spec.
14257      Branch: perl
14258            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
14259            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
14260            ! lib/File/Spec/Unix.pm
14261 ____________________________________________________________________________
14262 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
14263         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
14264              From: Blair Zajac <blair@orcaware.com>
14265              Date: Mon, 24 Sep 2001 11:48:58 -0700
14266              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
14267              
14268              (the skip() messages)
14269      Branch: perl
14270            ! t/op/magic.t
14271 ____________________________________________________________________________
14272 [ 12438] By: ams                                   on 2001/10/14  23:43:59
14273         Log: Subject: [PATCH] make PerlIO default on VMS
14274              From: "Craig A. Berry" <craigberry@mac.com>
14275              Date: Sun, 14 Oct 2001 15:27:18 -0500
14276              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
14277      Branch: perl
14278            ! configure.com
14279 ____________________________________________________________________________
14280 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
14281         Log: Retract #12436 (Abhijit already did this at #12426)
14282      Branch: perl
14283            ! lib/ExtUtils/MM_Unix.pm
14284 ____________________________________________________________________________
14285 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
14286         Log: (retracted by #12437)
14287              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
14288              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
14289              Date: Sat, 13 Oct 2001 20:33:55 +0200
14290              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
14291      Branch: perl
14292            ! lib/ExtUtils/MM_Unix.pm
14293 ____________________________________________________________________________
14294 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
14295         Log: Subject: h2xs grammar nit
14296              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14297              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
14298              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
14299      Branch: perl
14300            ! utils/h2xs.PL
14301 ____________________________________________________________________________
14302 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
14303         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
14304              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
14305              Date: Sun, 14 Oct 2001 11:25:08 +0100
14306              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
14307      Branch: perl
14308            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
14309            ! warnings.pl
14310 ____________________________________________________________________________
14311 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
14312         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
14313              for File::Spec::Mac::catfile)
14314      Branch: perl
14315            ! lib/h2xs.t
14316 ____________________________________________________________________________
14317 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
14318         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
14319              From: Nicholas Clark <nick@ccl4.org>
14320              Date: Sat, 13 Oct 2001 00:07:31 +0100
14321              Message-ID: <20011013000731.D67535@plum.flirble.org>
14322      Branch: perl
14323            ! lib/h2xs.t utils/h2xs.PL
14324 ____________________________________________________________________________
14325 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
14326         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
14327              before DEFINE and INC), and repent by taking DEFINE and
14328              INC away from PASTHRU.
14329      Branch: perl
14330            ! lib/ExtUtils/MM_Unix.pm
14331 ____________________________________________________________________________
14332 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
14333         Log: More MANIFEST anomalies.
14334      Branch: perl
14335            ! MANIFEST
14336 ____________________________________________________________________________
14337 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
14338         Log: Not that many.
14339      Branch: perl
14340            ! MANIFEST
14341 ____________________________________________________________________________
14342 [ 12428] By: sky                                   on 2001/10/13  20:59:27
14343         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
14344              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14345              Date: Sat, 13 Oct 2001 23:15:55 +0200
14346              Message-ID: <20011013231555.A18071@rafael>
14347      Branch: perl
14348            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
14349            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
14350 ____________________________________________________________________________
14351 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
14352         Log: Rewrite mktables from scratch.
14353              - Cleaner.
14354              - Faster: 15-20 seconds as opposed to several minutes.
14355              - More dynamic: the names of the various categories
14356              such as the linebreak ones are dynamic, not static.
14357              - Is.pl: long names for the general category properties
14358              are now available.
14359              - Ranges (<... ,First>, <..., Last>) from the general
14360              categories work now.
14361              - No more mktables.PL because the mktables.PL is not
14362              and never has been run to create a mktables.
14363              - syllables.txt and Is/Syl*.pl removed: non-standard
14364              (not part of the Unicode), and the whole concept is
14365              being reworked (http://syllabary.sourceforge.net/),
14366              the old way wouldn't even work with the new Syllables.txt
14367              (it would result in 1000+ new categories)
14368      Branch: perl
14369            + lib/unicore/In/163.pl lib/unicore/In/164.pl
14370            + lib/unicore/In/165.pl lib/unicore/In/166.pl
14371            + lib/unicore/In/167.pl lib/unicore/In/168.pl
14372            + lib/unicore/In/169.pl lib/unicore/In/170.pl
14373            + lib/unicore/In/171.pl lib/unicore/Is.pl
14374            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
14375            + lib/unicore/mktables
14376            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
14377            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
14378            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
14379            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
14380            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
14381            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
14382            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
14383            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
14384            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
14385            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
14386            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
14387            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
14388            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
14389            - lib/unicore/syllables.txt
14390            ! (edit 304 files)
14391 ____________________________________________________________________________
14392 [ 12426] By: ams                                   on 2001/10/13  18:05:36
14393         Log: ExtUtils::MM_Unix should ignore comments when searching for
14394              $VERSION.
14395      Branch: perl
14396            ! lib/ExtUtils/MM_Unix.pm
14397 ____________________________________________________________________________
14398 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
14399         Log: Subject: Re: New module XML::Clean
14400              From: andreas.koenig@anima.de (Andreas J. Koenig)
14401              Date: 13 Oct 2001 10:17:09 +0200
14402              Message-ID: <m37ku0t0my.fsf@anima.de>
14403      Branch: perl
14404            ! pod/perlnewmod.pod
14405 ____________________________________________________________________________
14406 [ 12424] By: sky                                   on 2001/10/13  09:39:59
14407         Log: Set thread stack size if needed.
14408      Branch: perl
14409            ! ext/threads/threads.xs
14410 ____________________________________________________________________________
14411 [ 12423] By: sky                                   on 2001/10/13  09:36:49
14412         Log: We do want to set the attribute to joinable even on modern posix
14413              platforms.
14414      Branch: perl
14415            ! ext/threads/threads.xs
14416 ____________________________________________________________________________
14417 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
14418         Log: Subject: [PATCH ext/Data/Dumper.xs]
14419              From: Brian Ingerson <ingy@ttul.org>
14420              Date: Fri, 12 Oct 2001 19:32:35 -0700
14421              Message-ID: <20011012193235.B889@ttul.org>
14422      Branch: perl
14423            ! ext/Data/Dumper/Dumper.xs
14424 ____________________________________________________________________________
14425 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
14426         Log: Update Changes.
14427      Branch: perl
14428            ! Changes patchlevel.h
14429 ____________________________________________________________________________
14430 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
14431         Log: FAQ sync.
14432      Branch: perl
14433            ! pod/perlfaq3.pod pod/perlfaq4.pod
14434 ____________________________________________________________________________
14435 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
14436         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
14437              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
14438              Date: Fri, 12 Oct 2001 11:51:05 -0700
14439              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
14440      Branch: perl
14441            ! lib/File/Copy.pm
14442 ____________________________________________________________________________
14443 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
14444         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
14445              From: "chromatic" <chromatic@rmci.net>     
14446              Date: Thu, 11 Oct 2001 10:57:55 -0600
14447              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
14448              
14449              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
14450              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14451              Date: Thu, 11 Oct 2001 22:34:21 +0200
14452              Message-ID: <20011011223421.A693@rafael>     
14453              
14454              plus undef $Term::Complete::stty as suggested by Rafael.
14455      Branch: perl
14456            ! lib/Term/Complete.pm lib/Term/Complete.t
14457 ____________________________________________________________________________
14458 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
14459         Log: UUnndduupplleexx..
14460      Branch: perl
14461            ! perl.h
14462 ____________________________________________________________________________
14463 [ 12416] By: sky                                   on 2001/10/12  20:16:19
14464         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
14465              From: Andy Dougherty <doughera@lafayette.edu>
14466              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
14467              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
14468              (Potentially only band-aid)
14469      Branch: perl
14470            ! sv.c
14471 ____________________________________________________________________________
14472 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
14473         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
14474              mishandles kill(), and therefore the sigaction test
14475              should be skipped, from Charles Lane.
14476      Branch: perl
14477            ! ext/POSIX/t/sigaction.t
14478 ____________________________________________________________________________
14479 [ 12414] By: sky                                   on 2001/10/12  18:47:49
14480         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
14481      Branch: perl
14482            ! op.h
14483 ____________________________________________________________________________
14484 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
14485         Log: Upgrade to Math::BigInt 1.44 from Tels and
14486              further fixes from John Peacock.
14487      Branch: perl
14488            + lib/Math/BigInt/t/Math/Subclass.pm
14489            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
14490            + lib/Math/BigInt/t/subclass.t
14491            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14492            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
14493            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
14494            ! lib/Math/BigInt/t/mbimbf.t
14495 ____________________________________________________________________________
14496 [ 12412] By: sky                                   on 2001/10/12  18:28:23
14497         Log: perhaps pthread_attr_t really needs to be set for the old api
14498      Branch: perl
14499            ! ext/threads/threads.xs
14500 ____________________________________________________________________________
14501 [ 12411] By: sky                                   on 2001/10/12  18:11:45
14502         Log: pthread_keycreate not pthread_key_create under the here be dragons API
14503      Branch: perl
14504            ! ext/threads/threads.h
14505 ____________________________________________________________________________
14506 [ 12410] By: sky                                   on 2001/10/12  18:07:37
14507         Log: Apperently OLD PTHREADS API is a bit retarded.
14508              This should fix another set of compile failures in HP-UX 10.20.
14509      Branch: perl
14510            ! ext/threads/threads.h ext/threads/threads.xs
14511 ____________________________________________________________________________
14512 [ 12409] By: nick                                  on 2001/10/12  15:30:01
14513         Log: Blind integrate of mainline
14514      Branch: perlio
14515           +> (branch 32 files)
14516            - lib/unicode/README
14517           !> (integrate 121 files)
14518 ____________________________________________________________________________
14519 [ 12408] By: sky                                   on 2001/10/12  14:55:08
14520         Log: Let us avoid being smart for now.
14521      Branch: perl
14522            ! ext/threads/threads.h
14523 ____________________________________________________________________________
14524 [ 12407] By: sky                                   on 2001/10/12  14:38:12
14525         Log: (void*) the argument to make sure we work with picky compilers
14526      Branch: perl
14527            ! ext/threads/threads.xs
14528 ____________________________________________________________________________
14529 [ 12406] By: ams                                   on 2001/10/12  13:26:04
14530         Log: (replaced with #12600)
14531              
14532              Subject: [PATCH 5.6.1 perldoc] use File::Temp
14533              From: Mikhail Zabaluev <mhz@alt-linux.org>
14534              Date: Fri, 12 Oct 2001 12:47:47 +0400
14535              Message-Id: <20011012124747.E13918@localhost.localdomain>
14536      Branch: perl
14537            ! utils/perldoc.PL
14538 ____________________________________________________________________________
14539 [ 12405] By: ams                                   on 2001/10/12  13:05:32
14540         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
14541              From: andreas.koenig@anima.de (Andreas J. Koenig)
14542              Date: 12 Oct 2001 11:12:07 +0200
14543              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
14544      Branch: perl
14545            ! lib/Memoize/t/speed.t
14546 ____________________________________________________________________________
14547 [ 12404] By: sky                                   on 2001/10/12  12:46:15
14548         Log: A) Support OLD_PTHREADS_API
14549              B) Change from using pthread_t to using a TLS to store the
14550              index of the thread in an hash, this is to avoid problems when
14551              in fact pthread_t was not a seralizable type.
14552              Both these changes are because of HP-UX 10.20
14553              This has not been tested on win32 but should work there.
14554              Need to add support for NetWare.
14555      Branch: perl
14556            ! ext/threads/threads.h ext/threads/threads.xs
14557 ____________________________________________________________________________
14558 [ 12403] By: ams                                   on 2001/10/12  07:34:19
14559         Log: Subject: Re: New module XML::Clean
14560              From: andreas.koenig@anima.de (Andreas J. Koenig)
14561              Date: 12 Oct 2001 10:20:35 +0200
14562              Message-Id: <m3elo9uv58.fsf@anima.de>
14563      Branch: perl
14564            ! pod/perlnewmod.pod
14565 ____________________________________________________________________________
14566 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
14567         Log: More HP model tweaks from Merijn.
14568      Branch: perl
14569            ! README.hpux
14570 ____________________________________________________________________________
14571 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
14572         Log: Update Changes.
14573      Branch: perl
14574            ! Changes patchlevel.h
14575 ____________________________________________________________________________
14576 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
14577         Log: HP-UX update from H.Merijn Brand.
14578      Branch: perl
14579            ! README.hpux
14580 ____________________________________________________________________________
14581 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
14582         Log: Subject: [PATCH] fix link rot in README.vms
14583              From: "Craig A. Berry" <craigberry@mac.com>
14584              Date: Wed, 10 Oct 2001 17:17:00 -0500
14585              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
14586      Branch: perl
14587            ! README.vms
14588 ____________________________________________________________________________
14589 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
14590         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
14591              From: "chromatic" <chromatic@rmci.net>
14592              Date: Wed, 10 Oct 2001 15:50:30 -0600
14593              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
14594      Branch: perl
14595            ! lib/Term/Complete.t
14596 ____________________________________________________________________________
14597 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
14598         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
14599              From: "chromatic" <chromatic@rmci.net>
14600              Date: Wed, 10 Oct 2001 15:45:42 -0600
14601              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
14602      Branch: perl
14603            + lib/ExtUtils/Packlist.t
14604            ! MANIFEST
14605 ____________________________________________________________________________
14606 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
14607         Log: VMS needs quotes around the -I option to keep it from
14608              being downcased, from Charles Lane.
14609      Branch: perl
14610            ! t/run/kill_perl.t
14611 ____________________________________________________________________________
14612 [ 12395] By: ams                                   on 2001/10/10  16:22:32
14613         Log: Subject: [PATCH lib/FindBin.pm]
14614              From: Stas Bekman <stas@stason.org>
14615              Date: Tue, 09 Oct 2001 23:57:10 +0800
14616              Message-Id: <3BC31E56.60805@stason.org>
14617      Branch: perl
14618            ! lib/FindBin.pm
14619 ____________________________________________________________________________
14620 [ 12394] By: ams                                   on 2001/10/10  16:09:53
14621         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
14622              From: Abhijit Menon-Sen <ams@wiw.org>
14623              Date: Wed, 10 Oct 2001 21:59:33 +0530
14624              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
14625      Branch: perl
14626            ! ext/Data/Dumper/Dumper.xs
14627 ____________________________________________________________________________
14628 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
14629         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
14630              from Charles Lane.
14631      Branch: perl
14632            ! lib/File/Spec/VMS.pm
14633 ____________________________________________________________________________
14634 [ 12392] By: ams                                   on 2001/10/10  14:49:43
14635         Log: Subject: [PATCH] two s/// bugfixes
14636              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14637              Date: Wed, 10 Oct 2001 17:23:44 +0200
14638              Message-Id: <20011010172344.C22440@rafael>
14639      Branch: perl
14640            ! pp_ctl.c regexec.c t/op/subst.t
14641 ____________________________________________________________________________
14642 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
14643         Log: Fix/improve handling of the [000000] special "root"
14644              directory, by putting cwd in canonical form when doing
14645              abs2rel, and prepending a 000000 to directory "chunks"
14646              if missing from base or path.  Also adjust test to
14647              reflect the (improved) output from abs2rel.
14648              From Charles Lane.
14649      Branch: perl
14650            ! lib/File/Spec.t lib/File/Spec/VMS.pm
14651 ____________________________________________________________________________
14652 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
14653         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
14654              all of the extra VMSish attributes (such as "treat this logical
14655              as a device name") that are necessary to make programs run.
14656              A tainted %ENV does not hinder VMS.  From Charles Lane.
14657      Branch: perl
14658            ! lib/File/Find/t/taint.t
14659 ____________________________________________________________________________
14660 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
14661         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
14662              
14663              o  VMS is case-insensitive, RTL downcases filenames read
14664              by perl... so need to re-upcase filenames like MANIFEST
14665              and MANIFEST.SKIP
14666              
14667              o  Need to convert VMS-style to Unix-style filenames when comparing
14668              names in MANIFEST to names in filesystem.
14669              
14670              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
14671              since VMS won't let you (easily) delete non-empty directories.
14672              
14673              From Charles Lane.
14674      Branch: perl
14675            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
14676 ____________________________________________________________________________
14677 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
14678         Log: Unix and VMS agree on "*" as a "match any number of any chars"
14679              wildcards, but differ ("?"  vs.  "%") for their "match any single
14680              char" wildcard.  This patch changes "?"  chars to "%" before doing a
14681              VMS glob...at no loss of functionality, since "?"  isn't a valid
14682              filename char on VMS.  From Charles Lane.
14683      Branch: perl
14684            ! doio.c
14685 ____________________________________________________________________________
14686 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
14687         Log: (accidentally empty submit; new life as #12390)
14688      Branch: perl
14689            ! lib/File/Find/t/taint.t
14690 ____________________________________________________________________________
14691 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
14692         Log: Even more VMS tweakage from Charles Lane:
14693              
14694              Tweak #1:  splitdir only works on directory part of filespec,
14695              split off volume first
14696              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
14697              (it's a horrible kludge in the run-time library,
14698              improved in later versions). Check the
14699              $Config{'d_setenv'} flag before attempting to set it.
14700      Branch: perl
14701            ! t/op/chdir.t
14702 ____________________________________________________________________________
14703 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
14704         Log: VMS tweakage from Charles Lane.
14705              
14706              . command.com doubles an output line when prompting for extensions
14707              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
14708              . perl5db doesn't clean up after itself
14709      Branch: perl
14710            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
14711 ____________________________________________________________________________
14712 [ 12384] By: sky                                   on 2001/10/09  19:16:11
14713         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
14714              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14715              Date: Tue, 9 Oct 2001 22:10:26 +0200
14716              Message-ID: <20011009221026.A8579@rafael>
14717      Branch: perl
14718            ! pod/perldata.pod
14719 ____________________________________________________________________________
14720 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
14721         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
14722              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
14723              Date: 9 Oct 2001 15:15:06 -0000
14724              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
14725      Branch: perl
14726            ! t/op/subst.t
14727 ____________________________________________________________________________
14728 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
14729         Log: Update Changes.
14730      Branch: perl
14731            ! Changes patchlevel.h
14732 ____________________________________________________________________________
14733 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
14734         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
14735              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
14736              when a NULL is passed for the filename string pointer.
14737              From Charles Lane.
14738      Branch: perl
14739            ! vms/vms.c
14740 ____________________________________________________________________________
14741 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
14742         Log: Subject: HP systems update
14743              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14744              Date: Tue, 09 Oct 2001 15:59:22 +0200
14745              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
14746      Branch: perl
14747            ! README.hpux
14748 ____________________________________________________________________________
14749 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
14750         Log: CPAN::Nox does now have a test.
14751      Branch: perl
14752            ! t/lib/1_compile.t
14753 ____________________________________________________________________________
14754 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
14755         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
14756              From: David Dyck <dcd@tc.fluke.com>
14757              Date: Mon, 1 Oct 2001 12:17:36 -0700
14758              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
14759      Branch: perl
14760            ! installperl
14761 ____________________________________________________________________________
14762 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
14763         Log: NetWare update from Ananth Kesari.
14764      Branch: perl
14765            ! NetWare/nwperlsys.h makedef.pl
14766 ____________________________________________________________________________
14767 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
14768         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
14769              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14770              Date: Tue, 9 Oct 2001 08:40:57 EDT
14771              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
14772      Branch: perl
14773            ! lib/File/Find/t/find.t
14774 ____________________________________________________________________________
14775 [ 12374] By: ams                                   on 2001/10/09  05:31:45
14776         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
14777              ExtUtils::Mkbootstrap
14778              From: "chromatic" <chromatic@rmci.net>
14779              Date: Tue, 09 Oct 2001 00:08:37 -0600
14780              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
14781      Branch: perl
14782            + lib/ExtUtils/Mkbootstrap.t
14783            ! MANIFEST
14784 ____________________________________________________________________________
14785 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
14786         Log: Enable more debugging.
14787      Branch: perl
14788            ! lib/utf8_heavy.pl
14789 ____________________________________________________________________________
14790 [ 12372] By: ams                                   on 2001/10/09  02:11:59
14791         Log: #12370 forgot to modify is_gv_magical().
14792      Branch: perl
14793            ! gv.c
14794 ____________________________________________________________________________
14795 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
14796         Log: Make the toupper/lower/title API for Unicode not right
14797              but at least less wrong: prepare for the mapping being
14798              more than just one-character-to-one-character.
14799      Branch: perl
14800            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
14801            ! regexec.c utf8.c
14802 ____________________________________________________________________________
14803 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
14804         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
14805              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14806              Date: Mon, 8 Oct 2001 22:18:23 -0400
14807              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
14808      Branch: perl
14809            ! pod/perlvar.pod t/op/taint.t
14810 ____________________________________________________________________________
14811 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
14812         Log: FAQ sync.
14813      Branch: perl
14814            ! pod/perlfaq3.pod pod/perlfaq4.pod
14815 ____________________________________________________________________________
14816 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
14817         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
14818              From: "chromatic" <chromatic@rmci.net>
14819              Date: Mon, 08 Oct 2001 14:05:32 -0600
14820              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
14821      Branch: perl
14822            ! lib/Term/Cap.t
14823 ____________________________________________________________________________
14824 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
14825         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
14826              From: Michael G Schwern <schwern@pobox.com>
14827              Date: Mon, 8 Oct 2001 17:00:14 -0400
14828              Message-ID: <20011008170014.L17083@blackrider>
14829      Branch: perl
14830            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
14831 ____________________________________________________________________________
14832 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
14833         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
14834              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14835              Date: Mon, 8 Oct 2001 16:01:33 EDT
14836              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
14837      Branch: perl
14838            ! ext/Time/HiRes/HiRes.xs
14839 ____________________________________________________________________________
14840 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
14841         Log: Subject: [PATCH] Autosplit patch for VMS
14842              From: "Craig A. Berry" <craigberry@mac.com>
14843              Date: Mon, 08 Oct 2001 15:40:43 -0500
14844              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
14845      Branch: perl
14846            ! lib/AutoSplit.pm lib/AutoSplit.t
14847 ____________________________________________________________________________
14848 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
14849         Log: Don't assume that everybody is running OS X 10.1 yet;
14850              from Kay Röpke.
14851      Branch: perl
14852            ! hints/darwin.sh
14853 ____________________________________________________________________________
14854 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
14855         Log: Update Changes.
14856      Branch: perl
14857            ! Changes patchlevel.h
14858 ____________________________________________________________________________
14859 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
14860         Log: Retract #12358 for now.
14861      Branch: perl
14862            ! lib/Term/Cap.t
14863 ____________________________________________________________________________
14864 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
14865         Log: Can't figure out what this is testing.
14866              (If it is trying to catch SIGKILL, it should stop
14867              trying because that is by definition impossible.)
14868      Branch: perl
14869            ! lib/sigtrap.t
14870 ____________________________________________________________________________
14871 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
14872         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
14873              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14874              Date: Sun, 30 Sep 2001 21:15:13 +0200
14875              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
14876      Branch: perl
14877            ! lib/ExtUtils/MM_Win32.pm
14878 ____________________________________________________________________________
14879 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
14880         Log: Clarify the ldlibpth part and condense the overall text.
14881      Branch: perl
14882            ! t/TEST
14883 ____________________________________________________________________________
14884 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
14885         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
14886              From: "chromatic" <chromatic@rmci.net>
14887              Date: Sun, 07 Oct 2001 16:59:26 -0600
14888              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
14889      Branch: perl
14890            ! lib/Term/Cap.t
14891 ____________________________________________________________________________
14892 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
14893         Log: Update the list because fo #12265.
14894      Branch: perl
14895            ! t/lib/1_compile.t
14896 ____________________________________________________________________________
14897 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
14898         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
14899              From: Nicholas Clark <nick@ccl4.org>
14900              Date: Sun, 7 Oct 2001 20:53:33 +0100
14901              Message-ID: <20011007205333.S38756@plum.flirble.org>   
14902      Branch: perl
14903            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
14904            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
14905            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
14906            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
14907            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
14908            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
14909            ! lib/Switch/t/switch.t lib/Term/Complete.t
14910            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
14911            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
14912            ! t/op/my_stash.t
14913 ____________________________________________________________________________
14914 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
14915         Log: Integrate patch #12350 from maintperl; typo in
14916              IO::Seekable doc.
14917      Branch: perl
14918           !> ext/IO/lib/IO/Seekable.pm
14919 ____________________________________________________________________________
14920 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
14921         Log: Detypo.
14922      Branch: perl
14923            ! hints/darwin.sh
14924 ____________________________________________________________________________
14925 [ 12353] By: sky                                   on 2001/10/07  17:16:14
14926         Log: Change 12349 didn't really get it right.
14927      Branch: perl
14928            ! lib/Unicode/README
14929 ____________________________________________________________________________
14930 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
14931         Log: If running the harness the dynamic library search path
14932              may need setting.
14933      Branch: perl
14934            ! t/TEST
14935 ____________________________________________________________________________
14936 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
14937         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
14938              in ldflags.
14939      Branch: perl
14940            ! hints/darwin.sh
14941 ____________________________________________________________________________
14942 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
14943         Log: typo in IO::Seekable doc
14944      Branch: maint-5.6/perl
14945            ! ext/IO/lib/IO/Seekable.pm
14946 ____________________________________________________________________________
14947 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
14948         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
14949              doesn't work on Mac OS X 10.1 (when unpacking the tar the
14950              latter gets renamed as lib/unicode:1, assumedly for security
14951              reasons not to overwrite stuff)
14952      Branch: perl
14953            + lib/Unicode/README
14954            - lib/unicode/README
14955            ! MANIFEST
14956 ____________________________________________________________________________
14957 [ 12348] By: ams                                   on 2001/10/07  05:33:40
14958         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
14959              From: "chromatic" <chromatic@rmci.net>
14960              Date: Sat, 06 Oct 2001 21:42:03 -0600
14961              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
14962      Branch: perl
14963            + lib/CPAN/t/Nox.t
14964            ! MANIFEST
14965 ____________________________________________________________________________
14966 [ 12347] By: ams                                   on 2001/10/07  00:48:10
14967         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
14968              From: "chromatic" <chromatic@rmci.net>
14969              Date: Sat, 06 Oct 2001 18:52:10 -0600
14970              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
14971      Branch: perl
14972            + lib/sigtrap.t
14973            ! MANIFEST
14974 ____________________________________________________________________________
14975 [ 12346] By: ams                                   on 2001/10/06  23:14:01
14976         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
14977              h2xs write?)
14978              From: Nicholas Clark <nick@ccl4.org>
14979              Date: Sat, 6 Oct 2001 21:46:43 +0100
14980              Message-Id: <20011006214643.L38756@plum.flirble.org>
14981      Branch: perl
14982            ! utils/h2xs.PL
14983 ____________________________________________________________________________
14984 [ 12345] By: ams                                   on 2001/10/06  17:39:53
14985         Log: Subject: [PATCH] Memoize tests
14986              From: Nicholas Clark <nick@ccl4.org>
14987              Date: Sat, 6 Oct 2001 18:04:21 +0100
14988              Message-Id: <20011006180421.J38756@plum.flirble.org>
14989      Branch: perl
14990            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
14991            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
14992            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
14993            ! lib/Memoize/t/expire_module_n.t
14994            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
14995            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
14996            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
14997            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
14998            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
14999            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
15000 ____________________________________________________________________________
15001 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
15002         Log: Retract the latter part of #12343.
15003      Branch: perl
15004            ! ext/IO/lib/IO/Socket/INET.pm
15005 ____________________________________________________________________________
15006 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
15007         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
15008              From: David Dyck <dcd@tc.fluke.com>
15009              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
15010              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
15011              
15012              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
15013              From: David Dyck <dcd@tc.fluke.com>
15014              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
15015              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
15016      Branch: perl
15017            ! ext/IO/lib/IO/Socket/INET.pm
15018 ____________________________________________________________________________
15019 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
15020         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
15021              From: Robin Barker <rmb1@cise.npl.co.uk>
15022              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
15023              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
15024      Branch: perl
15025            ! t/TEST
15026 ____________________________________________________________________________
15027 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
15028         Log: Don't assume that %x is good for displaying UVs.
15029      Branch: perl
15030            ! dump.c
15031 ____________________________________________________________________________
15032 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
15033         Log: Update Changes.
15034      Branch: perl
15035            ! Changes patchlevel.h
15036 ____________________________________________________________________________
15037 [ 12339] By: ams                                   on 2001/10/05  10:22:34
15038         Log: Subject: [PATCH] perlfunc/select
15039              From: Nicholas Clark <nick@ccl4.org>
15040              Date: Fri, 5 Oct 2001 11:33:58 +0100
15041              Message-Id: <20011005113358.Z38756@plum.flirble.org>
15042      Branch: perl
15043            ! pod/perlfunc.pod
15044 ____________________________________________________________________________
15045 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
15046         Log: Retract #12313 and #12249.
15047      Branch: perl
15048            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
15049            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
15050            ! pod/perlebcdic.pod
15051 ____________________________________________________________________________
15052 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
15053         Log: Subject: [PATCH] perlvms.pod update
15054              From: "Craig A. Berry" <craigberry@mac.com>
15055              Date: Thu, 04 Oct 2001 12:55:52 -0500
15056              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
15057      Branch: perl
15058            ! vms/perlvms.pod
15059 ____________________________________________________________________________
15060 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
15061         Log: Subject: PATCH: Tie::SubstrHash
15062              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15063              Date: Thu, 04 Oct 2001 12:12:41 +0100
15064              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
15065      Branch: perl
15066            ! lib/Tie/SubstrHash.pm
15067 ____________________________________________________________________________
15068 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
15069         Log: Unicode properties saga continues.
15070      Branch: perl
15071            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
15072            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
15073 ____________________________________________________________________________
15074 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
15075         Log: Yet more Unicode properties.
15076      Branch: perl
15077            + lib/unicore/In/137.pl lib/unicore/In/138.pl
15078            + lib/unicore/In/139.pl lib/unicore/In/140.pl
15079            + lib/unicore/In/141.pl lib/unicore/In/142.pl
15080            + lib/unicore/In/143.pl lib/unicore/In/144.pl
15081            + lib/unicore/In/145.pl lib/unicore/In/146.pl
15082            + lib/unicore/In/147.pl lib/unicore/In/148.pl
15083            + lib/unicore/In/149.pl lib/unicore/In/150.pl
15084            + lib/unicore/In/151.pl lib/unicore/In/152.pl
15085            + lib/unicore/In/153.pl lib/unicore/In/154.pl
15086            + lib/unicore/In/155.pl lib/unicore/In/156.pl
15087            + lib/unicore/In/157.pl lib/unicore/In/158.pl
15088            + lib/unicore/In/159.pl lib/unicore/In/160.pl
15089            + lib/unicore/In/161.pl lib/unicore/In/162.pl
15090            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
15091            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
15092            ! pod/perlunicode.pod
15093 ____________________________________________________________________________
15094 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
15095         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
15096              From: "Craig A. Berry" <craigberry@mac.com>
15097              Date: Wed, 03 Oct 2001 17:45:25 -0500
15098              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
15099              
15100              (the lib/Term/Complete.t patched differently by #12332)
15101      Branch: perl
15102            ! lib/ExtUtils/Command.t
15103 ____________________________________________________________________________
15104 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
15105         Log: Restore only if something to restore.
15106      Branch: perl
15107            ! lib/Term/Complete.t
15108 ____________________________________________________________________________
15109 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
15110         Log: Update various resources for credits,
15111              minor icons fixes, and versions.
15112      Branch: maint-5.6/macperl
15113            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
15114            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
15115            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
15116 ____________________________________________________________________________
15117 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
15118         Log: Quiet the warnings about using undef value
15119      Branch: maint-5.6/macperl
15120            ! lib/File/Temp.pm
15121 ____________________________________________________________________________
15122 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
15123         Log: Fix up Ballon Help and Help menu docs (first pass);
15124              remove balloon rez file, and autogenerate with
15125              Balloon2Rez instead.
15126      Branch: maint-5.6/macperl
15127            + macos/macperl/macscripts/Balloon2Rez
15128            - macos/macperl/MPBalloons.r
15129            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
15130 ____________________________________________________________________________
15131 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
15132         Log: Allow overriding of defaults, for change #12327.
15133      Branch: maint-5.6/macperl
15134            ! perl.h
15135 ____________________________________________________________________________
15136 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
15137         Log: Override PerlProc_exit.
15138      Branch: maint-5.6/macperl
15139            ! macos/macish.h
15140 ____________________________________________________________________________
15141 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
15142         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
15143      Branch: maint-5.6/macperl
15144            + macos/bundled_lib/blib/lib/MD5.pm
15145            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
15146            + macos/lib/Mac/AETE/Dialect.pm
15147            + macos/lib/Mac/AETE/Format/Converter.pm
15148            + macos/lib/Mac/AETE/Format/Dictionary.pm
15149            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
15150            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
15151            + macos/lib/Mac/Toolbox.pod
15152            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
15153 ____________________________________________________________________________
15154 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
15155         Log: Sync up silly CVS headers ... I should commit CVS
15156              first to avoid this ...
15157      Branch: maint-5.6/macperl
15158            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
15159            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
15160            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
15161            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
15162 ____________________________________________________________________________
15163 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
15164         Log: Fix Matthias' address, and attributions.
15165      Branch: maint-5.6/macperl
15166            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
15167            ! pod/perlport.pod
15168 ____________________________________________________________________________
15169 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
15170         Log: Fix Matthias' address, and attributions.
15171      Branch: maint-5.6/macperl
15172            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
15173            ! macos/ext/Mac/Components/Components.pm
15174            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
15175            ! macos/ext/Mac/Dialogs/Dialogs.pm
15176            ! macos/ext/Mac/Events/Events.pm
15177            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
15178            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
15179            ! macos/ext/Mac/Gestalt/Gestalt.pm
15180            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
15181            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
15182            ! macos/ext/Mac/Menus/Menus.pm
15183            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
15184            ! macos/ext/Mac/Movies/Movies.pm
15185            ! macos/ext/Mac/Navigation/Navigation.pm
15186            ! macos/ext/Mac/Notification/Notification.pm
15187            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
15188            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
15189            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
15190            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
15191            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
15192            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
15193            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
15194            ! macos/ext/Mac/StandardFile/StandardFile.pm
15195            ! macos/ext/Mac/TextEdit/TextEdit.pm
15196            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
15197            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
15198            ! macos/lib/Mac/LowMem.pm
15199 ____________________________________________________________________________
15200 [ 12322] By: sky                                   on 2001/10/03  18:41:07
15201         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
15202              From: "Craig A. Berry" <craigberry@mac.com>
15203              Date: Wed, 03 Oct 2001 14:30:55 -0500
15204              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
15205      Branch: perl
15206            ! vms/vms.c
15207 ____________________________________________________________________________
15208 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
15209         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
15210              From: "Craig A. Berry" <craigberry@mac.com>
15211              Date: Wed, 03 Oct 2001 14:30:55 -0500
15212              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
15213      Branch: perl
15214            ! vms/vms.c
15215 ____________________________________________________________________________
15216 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
15217         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
15218              only IsL&) and Inherited (negative lookahead good);
15219              add tests for Common, Inherited, and L&.
15220      Branch: perl
15221            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
15222 ____________________________________________________________________________
15223 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
15224         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
15225              (The Unicode standard uses L& quite often.)
15226      Branch: perl
15227            ! lib/utf8_heavy.pl
15228 ____________________________________________________________________________
15229 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
15230         Log: Add the 'Common' Unicode property (code points not
15231              explicitly assigned to any other script).
15232      Branch: perl
15233            + lib/unicore/In/136.pl
15234            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
15235 ____________________________________________________________________________
15236 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
15237         Log: Skip the RV printing test under threads until fixed.
15238      Branch: perl
15239            ! ext/B/t/terse.t
15240 ____________________________________________________________________________
15241 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
15242         Log: Subject: 12309 / cygwin / win2k
15243              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15244              Date: Wed, 03 Oct 2001 15:25:15 +0200
15245              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
15246      Branch: perl
15247            ! makedef.pl
15248 ____________________________________________________________________________
15249 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
15250         Log: Metaconfig unit change for #12314.
15251      Branch: metaconfig
15252            ! U/modified/Head.U
15253 ____________________________________________________________________________
15254 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
15255         Log: Subject: Both cygwin and djgpp on one machine
15256              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15257              Date: Wed, 03 Oct 2001 15:02:59 +0200
15258              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
15259      Branch: perl
15260            ! Configure
15261 ____________________________________________________________________________
15262 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
15263         Log: (retracted by #12338)
15264              
15265              Subject: [PATCH] Code clean up for perlboot.pod
15266              From: Casey West <casey@geeknest.com>
15267              Date: Tue, 2 Oct 2001 19:24:43 -0400
15268              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
15269              
15270              Subject: [PATCH] Code clean up for perlbot.diff
15271              From: Casey West <casey@geeknest.com>
15272              Date: Tue, 2 Oct 2001 19:25:22 -0400
15273              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
15274              
15275              Subject: [PATCH] Code clean up for perlcall.pod
15276              From: Casey West <casey@geeknest.com>
15277              Date: Tue, 2 Oct 2001 19:25:57 -0400
15278              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
15279              
15280              Subject: [PATCH] Code clean up for perldata.pod
15281              From: Casey West <casey@geeknest.com>
15282              Date: Tue, 2 Oct 2001 19:26:29 -0400
15283              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
15284              
15285              Subject: [PATCH] Code clean up for perldbmfilter.pod
15286              From: Casey West <casey@geeknest.com>
15287              Date: Tue, 2 Oct 2001 19:26:59 -0400
15288              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
15289              
15290              Subject: [PATCH] Code clean up for perlebcdic.pod
15291              From: Casey West <casey@geeknest.com>
15292              Date: Tue, 2 Oct 2001 19:27:37 -0400
15293              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
15294      Branch: perl
15295            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
15296            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
15297 ____________________________________________________________________________
15298 [ 12312] By: ams                                   on 2001/10/02  23:43:55
15299         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
15300              From: Michael G Schwern <schwern@pobox.com>
15301              Date: Tue, 2 Oct 2001 17:00:49 -0400
15302              Message-Id: <20011002170049.A9955@blackrider>
15303      Branch: perl
15304            ! lib/ExtUtils/MakeMaker.pm
15305 ____________________________________________________________________________
15306 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
15307         Log: FAQ sync.
15308      Branch: perl
15309            ! pod/perlfaq3.pod
15310 ____________________________________________________________________________
15311 [ 12310] By: nick                                  on 2001/10/02  16:09:49
15312         Log: Integrate mainline
15313      Branch: perlio
15314           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
15315           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
15316           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
15317           !> patchlevel.h t/op/pat.t
15318 ____________________________________________________________________________
15319 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
15320         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
15321              not just one single space.
15322      Branch: perl
15323            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
15324 ____________________________________________________________________________
15325 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
15326         Log: AUTHORS updates.
15327      Branch: perl
15328            ! AUTHORS
15329 ____________________________________________________________________________
15330 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
15331         Log: Update Changes.
15332      Branch: perl
15333            ! Changes patchlevel.h
15334 ____________________________________________________________________________
15335 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
15336         Log: Work around old buggy glibcs for langinfo constants,
15337              from Nicholas Clark and David Dyck.
15338      Branch: perl
15339            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
15340 ____________________________________________________________________________
15341 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
15342         Log: Eradicate Time::Piece; add an example.
15343      Branch: perl
15344            ! ext/I18N/Langinfo/Langinfo.pm
15345 ____________________________________________________________________________
15346 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
15347         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
15348              From: Robert Spier <rspier@pobox.com>
15349              Date: Mon, 1 Oct 2001 23:20:16 -0700
15350              Message-ID: <15289.23712.422087.878224@rls.cx>
15351      Branch: perl
15352            ! lib/Pod/Html.pm
15353 ____________________________________________________________________________
15354 [ 12303] By: sky                                   on 2001/10/02  10:40:57
15355         Log: Fixes obscure bug that manifests itself by.
15356              local $!=0;undef*STDOUT;#segfaults
15357              Has been around for a while. Possible other magic IO vars are
15358              possibly affected aswell. Reported by Jos Boumans.
15359      Branch: perl
15360            ! mg.c
15361 ____________________________________________________________________________
15362 [ 12302] By: nick                                  on 2001/10/02  09:00:52
15363         Log: Integrate mainline
15364      Branch: perlio
15365           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
15366           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
15367           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
15368 ____________________________________________________________________________
15369 [ 12301] By: nick                                  on 2001/10/02  08:40:57
15370         Log: Integrate mainline + lib/open.t patch from Chromatic
15371      Branch: perlio
15372           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
15373            ! lib/open.t
15374           !> (integrate 29 files)
15375 ____________________________________________________________________________
15376 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
15377         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
15378              Until it has, better stop early if someone requests threads.
15379      Branch: perl
15380            ! hints/darwin.sh
15381 ____________________________________________________________________________
15382 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
15383         Log: Subject: [ID 20011001.011] redundant code in t/TEST
15384              From: David Dyck <dcd@tc.fluke.com>
15385              Date: Mon, 1 Oct 2001 12:56:24 -0700
15386              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
15387      Branch: perl
15388            ! t/TEST
15389 ____________________________________________________________________________
15390 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
15391         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
15392              From: "chromatic" <chromatic@rmci.net>
15393              Date: Mon, 01 Oct 2001 12:27:12 -0600
15394              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
15395      Branch: perl
15396            ! lib/Term/Cap.t
15397 ____________________________________________________________________________
15398 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
15399         Log: UNICOS testing patches from Nicholas Clark.
15400      Branch: perl
15401            ! t/op/arith.t t/op/pack.t
15402 ____________________________________________________________________________
15403 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
15404         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
15405              From: "chromatic" <chromatic@rmci.net>
15406              Date: Mon, 01 Oct 2001 10:21:51 -0600
15407              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
15408      Branch: perl
15409            ! lib/open.t
15410 ____________________________________________________________________________
15411 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
15412         Log: Make missing the RADIXCHAR a softer, gentler error.
15413      Branch: perl
15414            ! ext/I18N/Langinfo/Langinfo.t
15415 ____________________________________________________________________________
15416 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
15417         Log: Nuke also the LANG because of glibc.
15418      Branch: perl
15419            ! lib/open.t
15420 ____________________________________________________________________________
15421 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
15422         Log: Also the ^Is is optional.
15423      Branch: perl
15424            ! pod/perlunicode.pod t/op/pat.t
15425 ____________________________________________________________________________
15426 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
15427         Log: Be careful to pull chars from the varargs stack when
15428              formatting chars.
15429      Branch: perl
15430            ! regcomp.c
15431 ____________________________________________________________________________
15432 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
15433         Log: sortsv not in place anymore, noticed by John P. Linderman.
15434      Branch: perl
15435            ! pod/perlapi.pod pp_ctl.c
15436 ____________________________________________________________________________
15437 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
15438         Log: Make the diagnostic messages more neutral.
15439      Branch: perl
15440            ! ext/B/t/terse.t
15441 ____________________________________________________________________________
15442 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
15443         Log: Forgotten from #12288.
15444      Branch: perl
15445            ! ext/Data/Dumper/Dumper.pm
15446 ____________________________________________________________________________
15447 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
15448         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
15449              From: Brian Ingerson <ingy@ttul.org>
15450              Date: Sun, 30 Sep 2001 21:45:56 -0700
15451              Message-ID: <20010930214556.D26392@ttul.org>
15452              
15453              (remember also the #12289)
15454      Branch: perl
15455            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
15456 ____________________________________________________________________________
15457 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
15458         Log: More Unicode property tests for the abbreviated
15459              general properties.
15460      Branch: perl
15461            ! t/op/pat.t
15462 ____________________________________________________________________________
15463 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
15464         Log: Further tweaks to the Unicode properties.
15465      Branch: perl
15466            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
15467 ____________________________________________________________________________
15468 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
15469         Log: Retract #12284.
15470      Branch: perl
15471            ! lib/Term/Cap.t
15472 ____________________________________________________________________________
15473 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
15474         Log: (Retracted by #12285)
15475      Branch: perl
15476            ! lib/Term/Cap.t
15477 ____________________________________________________________________________
15478 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
15479         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
15480              From: "chromatic" <chromatic@rmci.net>  
15481              Date: Sun, 30 Sep 2001 16:10:02 -0600
15482              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
15483      Branch: perl
15484            + lib/Term/Cap.t
15485            ! MANIFEST
15486 ____________________________________________________________________________
15487 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
15488         Log: Use stty -g to restore the terminal state, do not even
15489              try to run the tests if stty -g is not available.
15490      Branch: perl
15491            ! lib/Term/Complete.t
15492 ____________________________________________________________________________
15493 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
15494         Log: Cleanup utf8_heavy; allow dropping the In prefix from
15495              Unicode script/block properties.
15496      Branch: perl
15497            ! lib/utf8_heavy.pl
15498 ____________________________________________________________________________
15499 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
15500         Log: Retract the #12259 for now.
15501      Branch: perl
15502            ! embed.h embed.pl sv.h
15503 ____________________________________________________________________________
15504 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
15505         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
15506      Branch: perl
15507            + lib/Text/TabsWrap/CHANGELOG
15508            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
15509 ____________________________________________________________________________
15510 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
15511         Log: #12272 wasn't right, it introduced an extra ().
15512      Branch: perl
15513            ! lib/utf8_heavy.pl
15514 ____________________________________________________________________________
15515 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
15516         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
15517              From: Jonathan Stowe <gellyfish@gellyfish.com>
15518              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
15519              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
15520      Branch: perl
15521            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
15522 ____________________________________________________________________________
15523 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
15524         Log: Subject: Patch to put qsortsv in the public API
15525              From: Brian Ingerson <ingy@ttul.org>
15526              Date: Sat, 29 Sep 2001 17:41:13 -0700
15527              Message-ID: <20010929174113.A30223@ttul.org>
15528      Branch: perl
15529            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
15530 ____________________________________________________________________________
15531 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
15532         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
15533              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15534              Date: Sat, 29 Sep 2001 23:54:48 +0200
15535              Message-ID: <20010929235448.A5017@rafael>
15536      Branch: perl
15537            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
15538 ____________________________________________________________________________
15539 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
15540         Log: FAQ sync.
15541      Branch: perl
15542            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15543            ! pod/perlfaq9.pod
15544 ____________________________________________________________________________
15545 [ 12273] By: bailey                                on 2001/09/29  23:43:46
15546         Log: Resync with mainline
15547      Branch: vmsperl
15548           +> (branch 1207 files)
15549            - (delete 324 files)
15550           !> (integrate 866 files)
15551 ____________________________________________________________________________
15552 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
15553         Log: Nasty recursion trap if one would match Unicode.
15554      Branch: perl
15555            ! lib/utf8_heavy.pl
15556 ____________________________________________________________________________
15557 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
15558         Log: More Unicode todo.
15559      Branch: perl
15560            ! pod/perltodo.pod
15561 ____________________________________________________________________________
15562 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
15563         Log: Explain a bit the new more flexible \p\P syntax.
15564      Branch: perl
15565            ! pod/perlunicode.pod
15566 ____________________________________________________________________________
15567 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
15568         Log: More leniency to the \p and \P: now can have whitespace
15569              between the property definition and the curlies; now can
15570              invert the property by having a caret between the open
15571              curly and the property.
15572      Branch: perl
15573            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
15574 ____________________________________________________________________________
15575 [ 12268] By: nick                                  on 2001/09/29  17:39:26
15576         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
15577              one test (lib/open.t) fails
15578      Branch: perlio
15579           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
15580           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
15581           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
15582           +> lib/Tie/Scalar.t lib/open.t
15583            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
15584            - ext/B/Stash.t
15585           !> (integrate 62 files)
15586 ____________________________________________________________________________
15587 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
15588         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
15589      Branch: perl
15590            ! t/op/chdir.t
15591 ____________________________________________________________________________
15592 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
15593         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
15594              From: "Craig A. Berry" <craigberry@mac.com> 
15595              Date: Sat, 29 Sep 2001 09:35:33 -0500
15596              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
15597      Branch: perl
15598            ! t/op/chdir.t
15599 ____________________________________________________________________________
15600 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
15601         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
15602              From: "chromatic" <chromatic@rmci.net>
15603              Date: Fri, 28 Sep 2001 21:20:12 -0600
15604              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
15605      Branch: perl
15606            + lib/Tie/Scalar.t
15607            ! MANIFEST lib/Tie/Scalar.pm
15608 ____________________________________________________________________________
15609 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
15610         Log: Allow for more flexibility in the \p{In...} names, now
15611              case doesn't matter, and any space or dash can be
15612              matched by any space, dash, underbar, or empty.
15613              (may be going too far on leniency)
15614      Branch: perl
15615            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
15616            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
15617            ! t/op/pat.t
15618 ____________________________________________________________________________
15619 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
15620         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
15621              From: "chromatic" <chromatic@rmci.net>
15622              Date: Fri, 28 Sep 2001 17:39:50 -0600
15623              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
15624      Branch: perl
15625            + lib/open.t
15626            ! MANIFEST
15627 ____________________________________________________________________________
15628 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
15629         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
15630              From: "Craig A. Berry" <craigberry@mac.com>
15631              Date: Fri, 28 Sep 2001 16:24:51 -0500
15632              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
15633      Branch: perl
15634            ! ext/File/Glob/t/basic.t
15635 ____________________________________________________________________________
15636 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
15637         Log: Subject: [DOC PATCH] Carp.pm pod typo
15638              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15639              Date: Fri, 28 Sep 2001 23:14:51 +0200
15640              Message-ID: <20010928231451.E16889@rafael>
15641      Branch: perl
15642            ! lib/Carp.pm
15643 ____________________________________________________________________________
15644 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
15645         Log: Subject: [PATCH] Allow an @INC hook to set %INC
15646              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15647              Date: Fri, 28 Sep 2001 22:18:13 +0200
15648              Message-ID: <20010928221813.A16889@rafael>
15649      Branch: perl
15650            ! pp_ctl.c
15651 ____________________________________________________________________________
15652 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
15653         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
15654              From: Nicholas Clark <nick@ccl4.org>
15655              Date: Fri, 28 Sep 2001 23:39:33 +0100
15656              Message-ID: <20010928233933.C23673@plum.flirble.org>
15657      Branch: perl
15658            ! embed.h embed.pl sv.h
15659 ____________________________________________________________________________
15660 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
15661         Log: Update Changes.
15662      Branch: perl
15663            ! Changes patchlevel.h
15664 ____________________________________________________________________________
15665 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
15666         Log: Move the B tests to B/t.
15667      Branch: perl
15668            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
15669            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
15670            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
15671            - ext/B/Showlex.t ext/B/Stash.t
15672            ! MANIFEST
15673 ____________________________________________________________________________
15674 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
15675         Log: Forgot from #12254.
15676      Branch: perl
15677            + ext/B/B/Terse.t
15678 ____________________________________________________________________________
15679 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
15680         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
15681              From: "chromatic" <chromatic@rmci.net>
15682              Date: Thu, 27 Sep 2001 23:22:17 -0600
15683              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
15684      Branch: perl
15685            ! MANIFEST
15686 ____________________________________________________________________________
15687 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
15688         Log: Test numbering mismatch.
15689      Branch: perl
15690            ! t/op/chdir.t
15691 ____________________________________________________________________________
15692 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
15693         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
15694              From: "Craig A. Berry" <craigberry@mac.com>
15695              Date: Wed, 26 Sep 2001 17:43:14 -0500
15696              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
15697      Branch: perl
15698            ! iperlsys.h t/op/chdir.t
15699 ____________________________________________________________________________
15700 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
15701         Log: Subject: [PATCH gv.c] make __ANON__ global
15702              From: Robin Barker <rmb1@cise.npl.co.uk>
15703              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
15704              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
15705      Branch: perl
15706            ! gv.c t/op/anonsub.t t/op/runlevel.t
15707 ____________________________________________________________________________
15708 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
15709         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
15710              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15711              Date: Thu, 27 Sep 2001 22:34:32 +0200
15712              Message-ID: <20010927223432.A1485@rafael>
15713      Branch: perl
15714            ! ext/B/B/Terse.pm
15715 ____________________________________________________________________________
15716 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
15717         Log: (retracted by #12338)
15718              
15719              Subject: [PATCH] Cleanup of perldsc.pod      
15720              From: Casey West <casey@geeknest.com>
15721              Date: Thu, 27 Sep 2001 11:13:17 -0400
15722              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
15723      Branch: perl
15724            ! pod/perldsc.pod
15725 ____________________________________________________________________________
15726 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
15727         Log: Not everyone is using ithreads...
15728      Branch: perl
15729            ! ext/Devel/Peek/Peek.t
15730 ____________________________________________________________________________
15731 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
15732         Log: Document the nss_delete core dump workaround for HP-UX
15733              and Solaris, bug IDs 20010805.018 and 20010629.004.
15734      Branch: perl
15735            ! README.hpux README.solaris
15736 ____________________________________________________________________________
15737 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
15738         Log: Dump Unicode hash keys also as Unicode,
15739              not just as a byte string.
15740      Branch: perl
15741            ! dump.c ext/Devel/Peek/Peek.t
15742 ____________________________________________________________________________
15743 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
15744         Log: Integrate changes #12241 and #12242 from macperl:
15745              
15746              Remove unneeded disabling of umask() calls
15747              
15748              Note (get|set)sockopt are available.
15749      Branch: perl
15750           !> lib/File/Temp.pm pod/perlport.pod
15751 ____________________________________________________________________________
15752 [ 12244] By: sky                                   on 2001/09/27  08:53:00
15753         Log: Flush buffers on thread closedown.
15754      Branch: perl
15755            ! ext/threads/threads.xs
15756 ____________________________________________________________________________
15757 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
15758         Log: Dump SvUTF8(sv)s also as \x{...}.
15759              
15760              TODO: dump the SvUTF8() hash keys similarly. 
15761      Branch: perl
15762            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
15763 ____________________________________________________________________________
15764 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
15765         Log: Note (get|set)sockopt are available.
15766      Branch: maint-5.6/macperl
15767            ! pod/perlport.pod
15768 ____________________________________________________________________________
15769 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
15770         Log: Remove unneeded disabling of umask() calls
15771      Branch: maint-5.6/macperl
15772            ! lib/File/Temp.pm
15773 ____________________________________________________________________________
15774 [ 12240] By: sky                                   on 2001/09/26  18:44:56
15775         Log: Documention update
15776      Branch: perl
15777            ! ext/threads/threads.pm
15778 ____________________________________________________________________________
15779 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
15780         Log: Update Changes.
15781      Branch: perl
15782            ! Changes patchlevel.h
15783 ____________________________________________________________________________
15784 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
15785         Log: Check that all environment variables are tainted.
15786      Branch: perl
15787            ! t/op/taint.t
15788 ____________________________________________________________________________
15789 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
15790         Log: Manual integration error in #12235.
15791      Branch: perl
15792            ! lib/File/DosGlob.t
15793 ____________________________________________________________________________
15794 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
15795         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
15796              From: "chromatic" <chromatic@rmci.net>
15797              Date: Tue, 25 Sep 2001 23:57:07 -0600
15798              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
15799      Branch: perl
15800            ! perlio.c
15801 ____________________________________________________________________________
15802 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
15803         Log: Integrate macperl changes from Chris Nandor:
15804              12192 11817 11815 11813 11778 11775
15805              
15806              Update CPAN.pm to work with new Mac::BuildTools instead
15807              of ExtUtils::MM_MacOS "orphan" functions
15808              
15809              Fix test
15810              
15811              Make syntax check report in MPW style, fix tests
15812              to use Mac::err=unix to get normal-style error
15813              messages.
15814              
15815              More module and test ports from Thomas Wegner et al
15816              
15817              Fix open of /dev/null for Mac OS
15818              
15819              Allow for platforms to override formatting of errors
15820              on output from Matthias Neeracher (core files)
15821      Branch: perl
15822            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
15823            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
15824            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
15825           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
15826           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
15827           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
15828 ____________________________________________________________________________
15829 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
15830         Log: grrr.
15831      Branch: perl
15832            ! t/op/gv.t
15833 ____________________________________________________________________________
15834 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
15835         Log: Retract #12232.
15836      Branch: perl
15837            ! t/op/gv.t
15838 ____________________________________________________________________________
15839 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
15840         Log: (Retracted by #12233.)
15841      Branch: perl
15842            ! t/op/gv.t
15843 ____________________________________________________________________________
15844 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
15845         Log: Detypo.
15846      Branch: perl
15847            ! ext/Encode/Makefile.PL
15848 ____________________________________________________________________________
15849 [ 12230] By: sky                                   on 2001/09/26  11:36:23
15850         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
15851              We are using a "delay" here because we do not want to depend on thread synchronization issues.
15852      Branch: perl
15853            + ext/threads/t/stress_cv.t
15854            ! MANIFEST ext/threads/t/stress_string.t
15855 ____________________________________________________________________________
15856 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
15857         Log: NetWare tweak from Ananth Kesari.
15858      Branch: perl
15859            ! NetWare/t/Readme.txt
15860 ____________________________________________________________________________
15861 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
15862         Log: Trick to fool case-blind filesystems.
15863      Branch: perl
15864            ! ext/Encode/Makefile.PL
15865 ____________________________________________________________________________
15866 [ 12227] By: sky                                   on 2001/09/26  11:06:50
15867         Log: Threads can start executing in a different order than they were
15868              created.... so we cannot ok() inside the threadstarter.
15869      Branch: perl
15870            ! ext/threads/t/stress_string.t
15871 ____________________________________________________________________________
15872 [ 12226] By: sky                                   on 2001/09/26  07:41:45
15873         Log: Add in stress_string.t to stress test threads a bit more.
15874      Branch: perl
15875            + ext/threads/t/stress_string.t
15876            ! MANIFEST
15877 ____________________________________________________________________________
15878 [ 12225] By: sky                                   on 2001/09/26  07:04:21
15879         Log: Fix negative refcount introduced by #12223.
15880      Branch: perl
15881            ! ext/threads/threads.xs
15882 ____________________________________________________________________________
15883 [ 12224] By: sky                                   on 2001/09/26  06:57:58
15884         Log: Update documentation to match change #12223
15885      Branch: perl
15886            ! sharedsv.c
15887 ____________________________________________________________________________
15888 [ 12223] By: sky                                   on 2001/09/26  06:54:32
15889         Log: Use a separate interpreter for the sharedsv space. Another
15890              negative sv leak. Sigh.
15891      Branch: perl
15892            ! sharedsv.c
15893 ____________________________________________________________________________
15894 [ 12222] By: sky                                   on 2001/09/26  05:58:35
15895         Log: Do the environ assignment in perl_contruct to match perl_destruct.
15896              Now we don't need to perl_parse/perl_run. However environ is a
15897              global....
15898      Branch: perl
15899            ! perl.c
15900 ____________________________________________________________________________
15901 [ 12221] By: sky                                   on 2001/09/26  05:41:02
15902         Log: Move the creation of PL_strtab to perl_construct so we can work
15903              with HV and HEs without running perl_parse.
15904      Branch: perl
15905            ! perl.c
15906 ____________________________________________________________________________
15907 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
15908         Log: integrate macperl changes into maint-5.6
15909      Branch: maint-5.6/perl
15910           !> (integrate 26 files)
15911 ____________________________________________________________________________
15912 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
15913         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
15914              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
15915      Branch: maint-5.6/macperl
15916            ! macos/ext/Mac/Fonts/Fonts.xs
15917            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
15918 ____________________________________________________________________________
15919 [ 12218] By: ams                                   on 2001/09/25  23:31:33
15920         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
15921              From: Nicholas Clark <nick@ccl4.org>
15922              Date: Wed, 26 Sep 2001 01:20:20 +0100
15923              Message-Id: <20010926012020.B48092@plum.flirble.org>
15924      Branch: perl
15925            ! lib/AutoSplit.t
15926 ____________________________________________________________________________
15927 [ 12217] By: ams                                   on 2001/09/25  22:33:05
15928         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
15929              From: "Craig A. Berry" <craigberry@mac.com>
15930              Date: Tue, 25 Sep 2001 18:08:42 -0500
15931              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
15932      Branch: perl
15933            ! vms/vms.c
15934 ____________________________________________________________________________
15935 [ 12216] By: ams                                   on 2001/09/25  21:41:01
15936         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
15937              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
15938              From: Michael G Schwern <schwern@pobox.com>
15939              Date: Wed, 26 Sep 2001 00:38:21 -0400
15940              Message-Id: <20010926003821.A627@blackrider>
15941      Branch: perl
15942            ! lib/AutoSplit.t
15943 ____________________________________________________________________________
15944 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
15945         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
15946              From: Michael G Schwern <schwern@pobox.com>
15947              Date: Tue, 25 Sep 2001 17:43:49 -0400
15948              Message-ID: <20010925174349.B19534@blackrider>
15949      Branch: perl
15950            ! lib/Test/Simple.pm lib/Test/Utils.pm
15951 ____________________________________________________________________________
15952 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
15953         Log: Integrate changes from bleadperl.
15954      Branch: maint-5.6/macperl
15955           !> pod/perlport.pod
15956 ____________________________________________________________________________
15957 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
15958         Log: skip($mess) should result in one skip.
15959      Branch: perl
15960            ! t/test.pl
15961 ____________________________________________________________________________
15962 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
15963         Log: Integrate change #12200 from maintperl.
15964      Branch: maint-5.6/macperl
15965           !> win32/perlhost.h
15966 ____________________________________________________________________________
15967 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
15968         Log: Fix file types to "apple"
15969      Branch: maint-5.6/macperl
15970            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
15971            ! macos/ext/Mac/SAT/t/Collision.rsrc
15972 ____________________________________________________________________________
15973 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
15974         Log: Fix rsrc file as snd file; fix path in t file.
15975      Branch: maint-5.6/macperl
15976            ! macos/ext/Mac/Notification/t/Notification.rsrc
15977            ! macos/ext/Mac/Notification/t/Notification.t
15978 ____________________________________________________________________________
15979 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
15980         Log: Sync up with File::Find from bleadperl.
15981      Branch: maint-5.6/macperl
15982            ! lib/File/Find.pm t/lib/filefind-taint.t
15983 ____________________________________________________________________________
15984 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
15985         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
15986              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
15987              of hundreds)
15988      Branch: maint-5.6/macperl
15989            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
15990            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
15991            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
15992 ____________________________________________________________________________
15993 [ 12207] By: nick                                  on 2001/09/25  19:04:36
15994         Log: Integrate mainline (untested while modem is up)
15995      Branch: perlio
15996           +> lib/AutoSplit.t t/test.pl
15997            - lib/warnings/register.t
15998           !> (integrate 28 files)
15999 ____________________________________________________________________________
16000 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
16001         Log: perldiag entry for #12205.
16002      Branch: perl
16003            ! pod/perldiag.pod
16004 ____________________________________________________________________________
16005 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
16006         Log: Subject: [PATCH] warning on v-string in use/require
16007              From: John Peacock <jpeacock@rowman.com>
16008              Date: Mon, 24 Sep 2001 17:29:03 -0400
16009              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
16010      Branch: perl
16011            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
16012 ____________________________________________________________________________
16013 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
16014         Log: perltooc et al updates.
16015      Branch: perl
16016            ! plan9/mkfile pod/roffitall
16017 ____________________________________________________________________________
16018 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
16019         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
16020              From: Michael G Schwern <schwern@pobox.com>
16021              Date: Sun, 23 Sep 2001 00:07:12 -0400
16022              Message-ID: <20010923000712.A7005@blackrider>
16023      Branch: perl
16024            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
16025 ____________________________________________________________________________
16026 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
16027         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
16028              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16029              Date: Wed, 26 Sep 2001 01:25:10 +0900
16030              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
16031      Branch: perl
16032            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
16033            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
16034            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
16035 ____________________________________________________________________________
16036 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
16037         Log: Integrate change #12200 from maintperl;
16038              on windows, virtualized environment could propagate deleted variables
16039              into children if they happen to be at the very end of the table
16040      Branch: perl
16041           !> win32/perlhost.h
16042 ____________________________________________________________________________
16043 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
16044         Log: on windows, virtualized environment could propagate deleted variables
16045              into children if they happen to be at the very end of the table
16046              (thanks for succinct test case from Johan Holmberg, and fix from
16047              Doug Lankshear)
16048      Branch: maint-5.6/perl
16049            ! win32/perlhost.h
16050 ____________________________________________________________________________
16051 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
16052         Log: avoid the use of ftime() (it does a useless, potentially
16053              expensive call to GetTimeZoneInformation()); this potentially
16054              also results in three more digits of precision from
16055              Time::HiRes::time()
16056      Branch: perl
16057            ! ext/Time/HiRes/HiRes.xs
16058 ____________________________________________________________________________
16059 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
16060         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
16061              
16062              Note: io/binmode is failing, have to figure out why.
16063      Branch: perl
16064            + t/test.pl
16065            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
16066            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
16067            ! t/run/exit.t
16068 ____________________________________________________________________________
16069 [ 12197] By: ams                                   on 2001/09/25  13:48:55
16070         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
16071              From: Nicholas Clark <nick@ccl4.org>
16072              Date: Tue, 25 Sep 2001 00:37:40 +0100
16073              Message-Id: <20010925003740.S4971@plum.flirble.org>
16074              (Further changes expected.)
16075      Branch: perl
16076            + lib/AutoSplit.t
16077            ! MANIFEST
16078 ____________________________________________________________________________
16079 [ 12196] By: sky                                   on 2001/09/25  13:37:12
16080         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
16081              _ftime to try and be more robust.
16082      Branch: perl
16083            ! ext/Time/HiRes/HiRes.xs
16084 ____________________________________________________________________________
16085 [ 12194] By: ams                                   on 2001/09/25  11:40:00
16086         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
16087              From: "Craig A. Berry" <craigberry@mac.com>
16088              Date: Mon, 24 Sep 2001 17:54:20 -0500
16089              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
16090      Branch: perl
16091            ! vms/descrip_mms.template
16092 ____________________________________________________________________________
16093 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
16094         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
16095              not working, cursor not spinning (Bug #422129); external
16096              editor problems (Bug #456329); escape/cmd-. not activating
16097              "Cancel" in Save dialog box (Bug #446960); Runtimes not
16098              executing on launch (Bug #464441).
16099      Branch: maint-5.6/macperl
16100            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
16101            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
16102            ! macos/macperl/MacPerl.r
16103 ____________________________________________________________________________
16104 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
16105         Log: Update CPAN.pm to work with new Mac::BuildTools instead
16106              of ExtUtils::MM_MacOS "orphan" functions
16107      Branch: maint-5.6/macperl
16108            ! lib/CPAN.pm
16109 ____________________________________________________________________________
16110 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
16111         Log: Fix up another xsubpp problem (Matthias Neeracher)
16112      Branch: maint-5.6/macperl
16113            ! macos/xsubpp
16114 ____________________________________________________________________________
16115 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
16116         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
16117      Branch: maint-5.6/macperl
16118            ! macos/lib/ExtUtils/MM_MacOS.pm
16119 ____________________________________________________________________________
16120 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
16121         Log: Fix up Makefiles for more Mac:: modules (and prepare for
16122              static build ...?)
16123      Branch: maint-5.6/macperl
16124            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
16125            ! macos/macperl/Makefile.mk
16126 ____________________________________________________________________________
16127 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
16128         Log: Fix up tests
16129      Branch: maint-5.6/macperl
16130            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
16131 ____________________________________________________________________________
16132 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
16133         Log: Make malloc smarter, fix bugs.  (Bug #404030)
16134      Branch: maint-5.6/macperl
16135            ! macos/icemalloc.c macos/icemalloc.h
16136 ____________________________________________________________________________
16137 [ 12186] By: nick                                  on 2001/09/24  19:18:17
16138         Log: Integrate mainline
16139      Branch: perlio
16140           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
16141           +> lib/filetest.t
16142           !> (integrate 30 files)
16143 ____________________________________________________________________________
16144 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
16145         Log: Retract #12136, the warnings::register is already
16146              tested by t/lib/warnings/9enabled, as pointed out
16147              by Paul Marquess.
16148      Branch: perl
16149            - lib/warnings/register.t
16150            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
16151 ____________________________________________________________________________
16152 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
16153         Log: fix Time::HiRes implementation of gettimeofday() on windows
16154              (HiRes.t#14 now passes)
16155      Branch: perl
16156            ! ext/Time/HiRes/HiRes.xs
16157 ____________________________________________________________________________
16158 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
16159         Log: File::Spec::catfile() canonifies everything to blackslashes on
16160              windows :-(
16161      Branch: perl
16162            ! lib/ExtUtils/Manifest.t
16163 ____________________________________________________________________________
16164 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
16165         Log: test number mismatch
16166      Branch: perl
16167            ! t/op/magic.t
16168 ____________________________________________________________________________
16169 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
16170         Log: ok().
16171      Branch: perl
16172            ! t/op/pack.t
16173 ____________________________________________________________________________
16174 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
16175         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
16176              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
16177      Branch: perl
16178            ! pp_pack.c t/op/pack.t
16179 ____________________________________________________________________________
16180 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
16181         Log: Update Changes.
16182      Branch: perl
16183            ! Changes patchlevel.h
16184 ____________________________________________________________________________
16185 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
16186         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
16187              From: Michael G Schwern <schwern@pobox.com>
16188              Date: Mon, 24 Sep 2001 11:12:13 -0400
16189              Message-ID: <20010924111213.G27885@blackrider>
16190      Branch: perl
16191            ! lib/ExtUtils/Manifest.pm
16192 ____________________________________________________________________________
16193 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
16194         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
16195              From: Michael G Schwern <schwern@pobox.com> 
16196              Date: Mon, 24 Sep 2001 11:02:07 -0400
16197              Message-ID: <20010924110207.E27885@blackrider>
16198      Branch: perl
16199            ! vms/test.com
16200 ____________________________________________________________________________
16201 [ 12176] By: ams                                   on 2001/09/24  14:01:59
16202         Log: Update Changes.
16203      Branch: perl
16204            ! Changes
16205 ____________________________________________________________________________
16206 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
16207         Log: Various cleanups.
16208      Branch: perl
16209            ! ext/threads/Makefile.PL ext/threads/threads.xs
16210 ____________________________________________________________________________
16211 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
16212         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
16213      Branch: maint-5.6/macperl
16214           !> (integrate 33 files)
16215 ____________________________________________________________________________
16216 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
16217         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
16218              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16219              Date: Mon, 24 Sep 2001 20:04:58 +0900
16220              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
16221      Branch: perl
16222            ! ext/Encode/Encode/gb2312.enc
16223 ____________________________________________________________________________
16224 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
16225         Log: Clarifying comment to #12164.
16226      Branch: perl
16227            ! lib/Cwd.pm
16228 ____________________________________________________________________________
16229 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
16230         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
16231              From: Nicholas Clark <nick@ccl4.org>
16232              Date: Sun, 23 Sep 2001 23:00:56 +0100
16233              Message-ID: <20010923230055.Y4971@plum.flirble.org>
16234              
16235              (with "sample_constants" changed to "fallback")
16236      Branch: perl
16237            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
16238            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
16239            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
16240            ! lib/h2xs.t utils/h2xs.PL
16241 ____________________________________________________________________________
16242 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
16243         Log: Metaconfig unit change for #12167.
16244      Branch: metaconfig
16245            ! U/modified/Cppsym.U
16246 ____________________________________________________________________________
16247 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
16248         Log: Add a few glibc cpp symbols to probe for.
16249      Branch: perl
16250            ! Configure
16251 ____________________________________________________________________________
16252 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
16253         Log: DJGPP tweaks for Laszlo Molnar.
16254      Branch: perl
16255            ! djgpp/djgppsed.sh dosish.h
16256 ____________________________________________________________________________
16257 [ 12165] By: ams                                   on 2001/09/24  10:07:08
16258         Log: Subject: [PATCH t/op/inccode.t] More tests
16259              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
16260              Date: 24 Sep 2001 10:01:44 -0000
16261              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
16262      Branch: perl
16263            ! t/op/inccode.t
16264 ____________________________________________________________________________
16265 [ 12164] By: ams                                   on 2001/09/24  09:43:29
16266         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
16267              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
16268              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
16269              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
16270      Branch: perl
16271            ! lib/Cwd.pm
16272 ____________________________________________________________________________
16273 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
16274         Log: 1_compile updates.
16275      Branch: perl
16276            ! t/lib/1_compile.t
16277 ____________________________________________________________________________
16278 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
16279         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
16280              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16281              Date: Wed, 19 Sep 2001 22:47:14 +0200
16282              Message-ID: <20010919224714.A6382@rafael>
16283      Branch: perl
16284            ! pod/perlvar.pod pp_ctl.c
16285 ____________________________________________________________________________
16286 [ 12161] By: ams                                   on 2001/09/23  17:40:02
16287         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
16288              filetest Pragma
16289              From: "chromatic" <chromatic@rmci.net>
16290              Date: Sun, 23 Sep 2001 12:07:25 -0600
16291              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
16292      Branch: perl
16293            + lib/filetest.t
16294            ! MANIFEST t/lib/1_compile.t
16295 ____________________________________________________________________________
16296 [ 12160] By: ams                                   on 2001/09/23  16:32:11
16297         Log: Additional minor chdir() tweak.
16298      Branch: perl
16299            ! pod/perlfunc.pod
16300 ____________________________________________________________________________
16301 [ 12159] By: ams                                   on 2001/09/23  16:25:01
16302         Log: Subject: PATCH lib/ExtUtils/Command.t
16303              From: Abe Timmerman <abe@ztreet.demon.nl>
16304              Date: Sun, 23 Sep 2001 19:11:44 +0200
16305              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
16306      Branch: perl
16307            ! lib/ExtUtils/Command.t
16308 ____________________________________________________________________________
16309 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
16310         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
16311              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
16312              Date: Sun, 23 Sep 2001 02:02:26 +0200
16313              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
16314      Branch: perl
16315            ! makedef.pl
16316 ____________________________________________________________________________
16317 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
16318         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
16319              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
16320              Date: Sat, 22 Sep 2001 12:54:39 -0500
16321              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
16322      Branch: perl
16323            ! t/op/study.t
16324 ____________________________________________________________________________
16325 [ 12156] By: nick                                  on 2001/09/23  07:48:44
16326         Log: Integrate mainline
16327      Branch: perlio
16328            - check83.pl
16329           !> ext/Encode/Encode/2022-cn.enc
16330 ____________________________________________________________________________
16331 [ 12155] By: nick                                  on 2001/09/23  07:48:01
16332         Log: Integrate mainline
16333      Branch: perlio
16334           +> (branch 64 files)
16335            - ext/Encode/Encode/cns11643-1.enc
16336            - ext/Encode/Encode/cns11643-2.enc
16337            - ext/Encode/Encode/iso2022-cn.enc
16338            - ext/Encode/Encode/iso2022-jp.enc
16339            - ext/Encode/Encode/iso2022-jp1.enc
16340            - ext/Encode/Encode/iso2022-jp2.enc
16341            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
16342            - ext/Encode/Encode/iso8859-1.enc
16343            - ext/Encode/Encode/iso8859-1.ucm
16344            - ext/Encode/Encode/iso8859-10.enc
16345            - ext/Encode/Encode/iso8859-10.ucm
16346            - ext/Encode/Encode/iso8859-13.enc
16347            - ext/Encode/Encode/iso8859-13.ucm
16348            - ext/Encode/Encode/iso8859-14.enc
16349            - ext/Encode/Encode/iso8859-14.ucm
16350            - ext/Encode/Encode/iso8859-15.enc
16351            - ext/Encode/Encode/iso8859-15.ucm
16352            - ext/Encode/Encode/iso8859-16.enc
16353            - ext/Encode/Encode/iso8859-16.ucm
16354            - ext/Encode/Encode/iso8859-2.enc
16355            - ext/Encode/Encode/iso8859-2.ucm
16356            - ext/Encode/Encode/iso8859-3.enc
16357            - ext/Encode/Encode/iso8859-3.ucm
16358            - ext/Encode/Encode/iso8859-4.enc
16359            - ext/Encode/Encode/iso8859-4.ucm
16360            - ext/Encode/Encode/iso8859-5.enc
16361            - ext/Encode/Encode/iso8859-5.ucm
16362            - ext/Encode/Encode/iso8859-6.enc
16363            - ext/Encode/Encode/iso8859-6.ucm
16364            - ext/Encode/Encode/iso8859-7.enc
16365            - ext/Encode/Encode/iso8859-7.ucm
16366            - ext/Encode/Encode/iso8859-8.enc
16367            - ext/Encode/Encode/iso8859-8.ucm
16368            - ext/Encode/Encode/iso8859-9.enc
16369            - ext/Encode/Encode/iso8859-9.ucm
16370            - ext/Encode/Encode/isoir-197.enc
16371            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
16372            - t/lib/sample-tests/header_at_end
16373            - t/lib/sample-tests/header_at_end_fail
16374           !> (integrate 174 files)
16375 ____________________________________________________________________________
16376 [ 12154] By: ams                                   on 2001/09/23  07:11:46
16377         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
16378              by Blair Zajac.
16379      Branch: perl
16380            ! pod/perlfunc.pod
16381 ____________________________________________________________________________
16382 [ 12153] By: ams                                   on 2001/09/23  06:56:32
16383         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
16384              Forgotten deprecation of *glob{FILEHANDLE}?
16385              From: "chromatic" <chromatic@rmci.net>
16386              Date: Sat, 22 Sep 2001 21:27:56 -0600
16387              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
16388      Branch: perl
16389            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
16390 ____________________________________________________________________________
16391 [ 12152] By: ams                                   on 2001/09/23  06:42:58
16392         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
16393              From: Michael G Schwern <schwern@pobox.com>
16394              Date: Sun, 23 Sep 2001 03:34:39 -0400
16395              Message-Id: <20010923033439.E7005@blackrider>
16396      Branch: perl
16397            ! lib/File/Find.pm
16398 ____________________________________________________________________________
16399 [ 12151] By: ams                                   on 2001/09/23  06:37:57
16400         Log: Subject: Re: t/op/magic.t missing tests on Win32
16401              From: Michael G Schwern <schwern@pobox.com>
16402              Date: Sat, 22 Sep 2001 20:29:09 -0400
16403              Message-Id: <20010922202909.I18223@blackrider>
16404      Branch: perl
16405            ! t/op/magic.t
16406 ____________________________________________________________________________
16407 [ 12150] By: ams                                   on 2001/09/23  06:36:26
16408         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
16409              Dumpvalue.pm
16410              From: "chromatic" <chromatic@rmci.net>
16411              Date: Sat, 22 Sep 2001 19:41:31 -0600
16412              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
16413      Branch: perl
16414            + lib/Dumpvalue.t
16415            ! MANIFEST lib/Dumpvalue.pm
16416 ____________________________________________________________________________
16417 [ 12149] By: ams                                   on 2001/09/23  06:25:35
16418         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
16419              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16420              Date: Sun, 23 Sep 2001 15:27:56 +0900
16421              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
16422      Branch: perl
16423            ! ext/Encode/Encode/2022-cn.enc
16424 ____________________________________________________________________________
16425 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
16426         Log: Manual eror in #12147.
16427      Branch: perl
16428            ! win32/win32.c
16429 ____________________________________________________________________________
16430 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
16431         Log: Integrate change #12146 from maintperl;
16432              win32_chdir() et al don't handle a NULL argument gracefully
16433      Branch: perl
16434           !> win32/perlhost.h win32/win32.c
16435 ____________________________________________________________________________
16436 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
16437         Log: win32_chdir() et al don't handle a NULL argument gracefully
16438      Branch: maint-5.6/perl
16439            ! win32/perlhost.h win32/win32.c
16440 ____________________________________________________________________________
16441 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
16442         Log: typo in change#12026
16443      Branch: maint-5.6/perl
16444            ! op.c
16445 ____________________________________________________________________________
16446 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
16447         Log: Subject: [PATCH] Re: scalar context unpack bugs
16448              From: Nicholas Clark <nick@ccl4.org>
16449              Date: Sat, 22 Sep 2001 23:07:56 +0100
16450              Message-ID: <20010922230755.O4971@plum.flirble.org>
16451      Branch: perl
16452            ! pp_pack.c t/op/pack.t
16453 ____________________________________________________________________________
16454 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
16455         Log: Try ExtUtils::Command.t everywhere, not just on Win32
16456              (as suggested by NI-S).  Also allow running it either
16457              in t/ or in the main directory.
16458      Branch: perl
16459            ! lib/ExtUtils/Command.t
16460 ____________________________________________________________________________
16461 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
16462         Log: Update the test on warnings/register.t.
16463      Branch: perl
16464            ! t/lib/1_compile.t
16465 ____________________________________________________________________________
16466 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
16467         Log: The code is now almost tidy enough to keep the IRIX cc happy.
16468      Branch: perl
16469            ! hints/irix_6.sh
16470 ____________________________________________________________________________
16471 [ 12140] By: ams                                   on 2001/09/22  17:26:32
16472         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
16473              use_ithreads
16474              From: "Craig A. Berry" <craigberry@mac.com>
16475              Date: Sat, 22 Sep 2001 13:15:32 -0500
16476              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
16477      Branch: perl
16478            ! configure.com
16479 ____________________________________________________________________________
16480 [ 12139] By: ams                                   on 2001/09/22  16:44:08
16481         Log: Do what perl_clone() does for sharedsv functions.
16482      Branch: perl
16483            ! embed.pl proto.h
16484 ____________________________________________________________________________
16485 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
16486         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
16487              (suggested by Sarathy, extensions shouldn't be dabbling with
16488              op structures, so binary backward compatibility should not be
16489              an issue.)
16490      Branch: perl
16491            ! hints/irix_6.sh op.h
16492 ____________________________________________________________________________
16493 [ 12137] By: ams                                   on 2001/09/22  16:21:05
16494         Log: More cleanups. (What's PERL_DECL_PROT?)
16495      Branch: perl
16496            ! embed.pl proto.h sharedsv.h
16497 ____________________________________________________________________________
16498 [ 12136] By: ams                                   on 2001/09/22  15:14:34
16499         Log: (Retracted by #12185)
16500              
16501              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
16502              Add Tests for warnings::register, Doc Update
16503              From: "chromatic" <chromatic@rmci.net>
16504              Date: Sat, 22 Sep 2001 09:43:20 -0600
16505              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
16506      Branch: perl
16507            + lib/warnings/register.t
16508            ! MANIFEST lib/warnings/register.pm
16509 ____________________________________________________________________________
16510 [ 12135] By: ams                                   on 2001/09/22  15:07:50
16511         Log: `@foo' should be @foo for consistency.
16512      Branch: perl
16513            ! pod/perldiag.pod
16514 ____________________________________________________________________________
16515 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
16516         Log: (Retracted by #12138)
16517              
16518              Add -woff (turn warning off) 3187:
16519              "A pointer is converted to a smaller integer."
16520              This happens when your pointers are 64-bit: then every case
16521              of converting pointers to PADOFFSETs (explicitly 32-bit)
16522              faces truncation (even explicit use of INT2PTR doesn't help).
16523              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
16524              Changing PADOFFSET from U32 to UV would help, but that
16525              would break binary backward compatibility of BASEOP and padop
16526              (assuming you have been using 64-bit pointers).
16527      Branch: perl
16528            ! hints/irix_6.sh
16529 ____________________________________________________________________________
16530 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
16531         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
16532              but the name comes from the inside the file, not from the file
16533              name, and Rumanian is the name of the language.
16534      Branch: perl
16535            + ext/Encode/Encode/macRumanian.enc
16536            - ext/Encode/Encode/macRomania.enc
16537            ! MANIFEST
16538 ____________________________________________________________________________
16539 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
16540         Log: Rename perltootc as perltooc for 8.3-friedliness.
16541      Branch: perl
16542            + pod/perltooc.pod
16543            - pod/perltootc.pod
16544            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
16545            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
16546            ! pod/perltoot.pod
16547 ____________________________________________________________________________
16548 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
16549         Log: Find more conflicts by lowercasing.
16550      Branch: perl
16551            + Porting/check83.pl
16552            - check83.pl
16553            ! MANIFEST
16554 ____________________________________________________________________________
16555 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
16556         Log: The AIX cc 5.0.0.0 is simply too buggy.
16557      Branch: perl
16558            ! hints/aix.sh
16559 ____________________________________________________________________________
16560 [ 12129] By: ams                                   on 2001/09/22  12:35:38
16561         Log: Uninteresting cleanup.
16562      Branch: perl
16563            ! form.h
16564 ____________________________________________________________________________
16565 [ 12128] By: ams                                   on 2001/09/22  12:28:48
16566         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
16567              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
16568              Date: Sat, 22 Sep 2001 14:29:13 +0100
16569              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
16570      Branch: perl
16571            ! cv.h
16572 ____________________________________________________________________________
16573 [ 12127] By: ams                                   on 2001/09/22  12:04:28
16574         Log: What's a backet?
16575      Branch: perl
16576            ! dump.c
16577 ____________________________________________________________________________
16578 [ 12126] By: ams                                   on 2001/09/22  10:02:34
16579         Log: Removed duplicated tests #19 and #20.
16580      Branch: perl
16581            ! t/op/do.t
16582 ____________________________________________________________________________
16583 [ 12125] By: ams                                   on 2001/09/22  03:58:41
16584         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
16585              From: Michael Carman <mjcarman@home.com>
16586              Date: Fri, 21 Sep 2001 17:54:05 -0500
16587              Message-Id: <3BABC50D.6040202@home.com>
16588              (Applied with some changes.)
16589      Branch: perl
16590            ! pod/perlmod.pod
16591 ____________________________________________________________________________
16592 [ 12124] By: ams                                   on 2001/09/22  03:44:19
16593         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
16594              From: Michael G Schwern <schwern@pobox.com>
16595              Date: Fri, 21 Sep 2001 19:20:40 -0400
16596              Message-Id: <20010921192040.E5494@blackrider>
16597      Branch: perl
16598            ! t/op/chdir.t
16599 ____________________________________________________________________________
16600 [ 12123] By: ams                                   on 2001/09/22  03:41:08
16601         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
16602              From: Blair Zajac <blair@orcaware.com>
16603              Date: Fri, 21 Sep 2001 15:13:04 -0700
16604              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
16605      Branch: perl
16606            ! t/op/chdir.t
16607 ____________________________________________________________________________
16608 [ 12122] By: ams                                   on 2001/09/22  03:37:07
16609         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
16610              20010920.007
16611              From: Michael G Schwern <schwern@pobox.com>
16612              Date: Fri, 21 Sep 2001 17:59:03 -0400
16613              Message-Id: <20010921175903.V5494@blackrider>
16614      Branch: perl
16615            ! t/op/do.t
16616 ____________________________________________________________________________
16617 [ 12121] By: ams                                   on 2001/09/22  03:30:38
16618         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
16619              suite on WinCE)
16620              From: Michael G Schwern <schwern@pobox.com>
16621              Date: Fri, 21 Sep 2001 19:41:03 -0400
16622              Message-Id: <20010921194103.G5494@blackrider>
16623      Branch: perl
16624            ! pod/perlport.pod
16625 ____________________________________________________________________________
16626 [ 12120] By: ams                                   on 2001/09/22  03:28:06
16627         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
16628              From: Michael G Schwern <schwern@pobox.com>
16629              Date: Fri, 21 Sep 2001 17:33:35 -0400
16630              Message-Id: <20010921173335.T5494@blackrider>
16631              ($ENV{FOO}=undef hunk not applied.)
16632      Branch: perl
16633            ! t/op/magic.t
16634 ____________________________________________________________________________
16635 [ 12119] By: ams                                   on 2001/09/22  03:02:26
16636         Log: Subject: [PATCH] perldiag.pod
16637              From: Peter Scott <Peter@PSDT.com>
16638              Date: Fri, 21 Sep 2001 18:54:50 -0700
16639              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
16640              (Moved to the right place.)
16641      Branch: perl
16642            ! pod/perldiag.pod
16643 ____________________________________________________________________________
16644 [ 12118] By: ams                                   on 2001/09/21  20:05:29
16645         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
16646              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16647              Date: Fri, 21 Sep 2001 22:36:54 +0200
16648              Message-Id: <20010921223654.A12742@rafael>
16649      Branch: perl
16650            ! t/op/do.t
16651 ____________________________________________________________________________
16652 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
16653         Log: Restore things as they were before
16654              the backward compatibility police notices.
16655      Branch: perl
16656            ! lib/Cwd.pm
16657 ____________________________________________________________________________
16658 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
16659         Log: More Cwd from Schwern: make also OS/2 and DOS
16660              Cwd agree with File::Spec (that is, native path
16661              syntax using \ instead of / -- backward compatibility
16662              polic warning) and stop Win32 from using bsd_realpath().
16663      Branch: perl
16664            ! lib/Cwd.pm
16665 ____________________________________________________________________________
16666 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
16667         Log: Subject: [PATCH @12110] RE: Untested libraries update
16668              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
16669              Date: Fri, 21 Sep 2001 18:21:07 +0100
16670              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
16671      Branch: perl
16672            ! lib/warnings/register.pm
16673 ____________________________________________________________________________
16674 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
16675         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
16676              From: Michael G Schwern <schwern@pobox.com>
16677              Date: Thu, 20 Sep 2001 22:54:02 -0400
16678              Message-ID: <20010920225402.A3611@blackrider>
16679      Branch: perl
16680            ! lib/Cwd.pm
16681 ____________________________________________________________________________
16682 [ 12113] By: ams                                   on 2001/09/21  17:08:24
16683         Log: Subject: [PATCH] avoid v-strings with require/use
16684              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16685              Date: Fri, 21 Sep 2001 12:34:40 -0400
16686              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
16687      Branch: perl
16688            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
16689            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
16690            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
16691            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
16692            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
16693            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
16694            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
16695            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
16696            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
16697            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
16698            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
16699            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
16700            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
16701            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
16702            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
16703            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
16704            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
16705            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
16706            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
16707 ____________________________________________________________________________
16708 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
16709         Log: Update Changes.
16710      Branch: perl
16711            ! Changes patchlevel.h
16712 ____________________________________________________________________________
16713 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
16714         Log: Make AIX and Tru64 compilers happy.  
16715      Branch: perl
16716            ! ext/threads/threads.h ext/threads/threads.xs
16717 ____________________________________________________________________________
16718 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
16719         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
16720              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
16721              Date: 21 Sep 2001 09:16:37 -0000
16722              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
16723      Branch: perl
16724            ! toke.c
16725 ____________________________________________________________________________
16726 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
16727         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
16728              From: Michael G Schwern <schwern@pobox.com>
16729              Date: Thu, 20 Sep 2001 21:21:34 -0400
16730              Message-ID: <20010920212134.Y28291@blackrider>
16731      Branch: perl
16732            ! pp_sys.c
16733 ____________________________________________________________________________
16734 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
16735         Log: Subject: Re: GDB Debugging Macros from mod_perl
16736              From: rspier@pobox.com (Robert Spier)
16737              Date: Thu, 20 Sep 2001 22:45:03 -0700
16738              Message-ID: <15274.54239.413929.49430@rls.cx>
16739      Branch: perl
16740            ! pod/perltodo.pod
16741 ____________________________________________________________________________
16742 [ 12105] By: sky                                   on 2001/09/21  10:33:34
16743         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
16744              timezone! GetSystemTime should be available on all Win32 
16745              platforms we support. Perhaps Time::HiRes should be extended to
16746              support WinCE and Novell?
16747      Branch: perl
16748            ! ext/Time/HiRes/HiRes.xs
16749 ____________________________________________________________________________
16750 [ 12104] By: sky                                   on 2001/09/21  08:12:39
16751         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
16752      Branch: perl
16753            ! ext/threads/threads.h ext/threads/threads.xs
16754 ____________________________________________________________________________
16755 [ 12103] By: sky                                   on 2001/09/21  07:57:41
16756         Log: Rename the *thread* functions to Perl_* to avoid clashes.
16757              Notably on AIX but could become a problem on other platforms.
16758      Branch: perl
16759            ! ext/threads/threads.h ext/threads/threads.xs
16760 ____________________________________________________________________________
16761 [ 12102] By: sky                                   on 2001/09/21  07:35:30
16762         Log: Add the shared sv space to the global vars.
16763              Fix problems compiling on win32.
16764      Branch: perl
16765            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
16766            ! sharedsv.c sharedsv.h
16767 ____________________________________________________________________________
16768 [ 12101] By: ams                                   on 2001/09/21  00:19:55
16769         Log: Subject: [PATCH] win32/Makefile warning fix
16770              From: Blair Zajac <blair@orcaware.com>
16771              Date: Thu, 20 Sep 2001 18:15:43 -0700
16772              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
16773      Branch: perl
16774            ! win32/Makefile
16775 ____________________________________________________________________________
16776 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
16777         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
16778              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16779              Date: Thu, 20 Sep 2001 18:36:22 +0200
16780              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
16781      Branch: perl
16782            ! lib/ExtUtils/Command.t
16783 ____________________________________________________________________________
16784 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
16785         Log: Cant spl wirth a dam.
16786      Branch: perl
16787            ! intrpvar.h
16788 ____________________________________________________________________________
16789 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
16790         Log: Don't use C++ comments.
16791      Branch: perl
16792            ! ext/threads/threads.xs
16793 ____________________________________________________________________________
16794 [ 12097] By: ams                                   on 2001/09/20  21:42:07
16795         Log: Change #12044 didn't.
16796      Branch: perl
16797            ! lib/constant.pm
16798 ____________________________________________________________________________
16799 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
16800         Log: Metaconfig unit changes for #12095.
16801      Branch: metaconfig
16802            ! U/modified/Myinit.U U/modified/libs.U
16803 ____________________________________________________________________________
16804 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
16805         Log: Remove iconv references since we are not using it
16806              and not going to; regen perltoc, perlmodlib.
16807              (Some references still linger in perltoc, have to figure
16808              out where they are coming from.)
16809      Branch: perl
16810            ! Configure NetWare/config.wc NetWare/config_H.wc
16811            ! Porting/Glossary Porting/config.sh Porting/config_H
16812            ! config_h.SH configure.com epoc/config.sh perl.h
16813            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
16814            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16815            ! vos/config.ga.h win32/config.bc win32/config.gc
16816            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16817            ! win32/config_H.vc wince/config.ce wince/config.h
16818            ! wince/config_H.ce
16819 ____________________________________________________________________________
16820 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
16821         Log: Subject: [PATCH docs] Re: ARGV and read
16822              From: Dave Mitchell <davem@fdgroup.co.uk>
16823              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
16824              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
16825      Branch: perl
16826            ! pod/perltodo.pod pod/perlvar.pod
16827 ____________________________________________________________________________
16828 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
16829         Log: Fresh copies from the cvs.perl.org perlfaq repository.
16830      Branch: perl
16831            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
16832            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16833            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
16834            ! pod/perlfaq9.pod
16835 ____________________________________________________________________________
16836 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
16837         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
16838              From: Nicholas Clark <nick@ccl4.org>
16839              Date: Thu, 20 Sep 2001 14:27:08 +0100
16840              Message-ID: <20010920142708.X4971@plum.flirble.org>
16841      Branch: perl
16842            ! pp_pack.c t/op/pack.t
16843 ____________________________________________________________________________
16844 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
16845         Log: The sharedsv_space* are variables, not code.  Duh.
16846      Branch: perl
16847            ! intrpvar.h makedef.pl
16848 ____________________________________________________________________________
16849 [ 12090] By: ams                                   on 2001/09/20  11:26:06
16850         Log: Subject: [patch lib/lib_pm.PL]
16851              From: Stas Bekman <stas@stason.org>
16852              Date: Thu, 20 Sep 2001 18:48:53 +0800
16853              Message-Id: <3BA9C995.6010302@stason.org>
16854              (Applied by hand.)
16855      Branch: perl
16856            ! lib/lib_pm.PL
16857 ____________________________________________________________________________
16858 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
16859         Log: Only 21 tests, skipping or not.
16860      Branch: perl
16861            ! lib/ExtUtils/Command.t
16862 ____________________________________________________________________________
16863 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
16864         Log: New exported symbols.
16865      Branch: perl
16866            ! makedef.pl
16867 ____________________________________________________________________________
16868 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
16869         Log: Update Changes.
16870      Branch: perl
16871            ! Changes patchlevel.h
16872 ____________________________________________________________________________
16873 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
16874         Log: Correct numbering of the tests is useful.
16875      Branch: perl
16876            ! ext/threads/t/basic.t
16877 ____________________________________________________________________________
16878 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
16879         Log: More tests now too.
16880      Branch: perl
16881            ! lib/ExtUtils/Command.t
16882 ____________________________________________________________________________
16883 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
16884         Log: More tests now.
16885      Branch: perl
16886            ! ext/threads/t/basic.t
16887 ____________________________________________________________________________
16888 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
16889         Log: The test assumed 7-bit ASCII.  Now it "just"
16890              assumes 8-bit whatever.
16891      Branch: perl
16892            ! t/op/crypt.t
16893 ____________________________________________________________________________
16894 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
16895         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
16896              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16897              Date: Wed, 19 Sep 2001 11:45:28 +0200
16898              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
16899              
16900              Lvalue casts are not portable.
16901      Branch: perl
16902            ! ext/threads/threads.xs
16903 ____________________________________________________________________________
16904 [ 12081] By: sky                                   on 2001/09/19  10:17:52
16905         Log: Make the basic test contain only realy basic API tests
16906              Seems to be a problem with detach.
16907      Branch: perl
16908            ! ext/threads/t/basic.t
16909 ____________________________________________________________________________
16910 [ 12080] By: ams                                   on 2001/09/19  01:23:55
16911         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
16912              From: Michael G Schwern <schwern@pobox.com>
16913              Date: Tue, 18 Sep 2001 19:53:48 -0400
16914              Message-Id: <20010918195348.M585@blackrider>
16915              
16916              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
16917              From: Michael G Schwern <schwern@pobox.com>
16918              Date: Tue, 18 Sep 2001 22:07:13 -0400
16919              Message-Id: <20010918220713.B19616@blackrider>
16920      Branch: perl
16921            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
16922            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
16923            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
16924            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
16925            ! lib/Test/Tutorial.pod
16926 ____________________________________________________________________________
16927 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
16928         Log: Indent the test a bit.
16929      Branch: perl
16930            ! ext/threads/t/basic.t
16931 ____________________________________________________________________________
16932 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
16933         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
16934              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16935              Date: Tue, 18 Sep 2001 18:06:44 +0200
16936              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
16937      Branch: perl
16938            ! win32/win32.c
16939 ____________________________________________________________________________
16940 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
16941         Log: Subject: stat access time is wrong on Win95
16942              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16943              Date: Tue, 18 Sep 2001 21:59:24 +0200
16944              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
16945      Branch: perl
16946            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
16947 ____________________________________________________________________________
16948 [ 12076] By: ams                                   on 2001/09/18  22:11:25
16949         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
16950              From: Michael G Schwern <schwern@pobox.com>
16951              Date: Tue, 18 Sep 2001 18:47:14 -0400
16952              Message-Id: <20010918184714.I585@blackrider>
16953      Branch: perl
16954            ! t/op/crypt.t
16955 ____________________________________________________________________________
16956 [ 12075] By: sky                                   on 2001/09/18  19:29:37
16957         Log: two test failures
16958              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16959              Message-ID: <20010918221702.A17408@rafael>
16960              partly applied, #12074 already fixed half the patch
16961      Branch: perl
16962            ! ext/threads/t/basic.t
16963 ____________________________________________________________________________
16964 [ 12074] By: sky                                   on 2001/09/18  18:49:03
16965         Log: Fixes test case failure introduced by #12071, the warning is
16966              now correctly spelled :-)
16967      Branch: perl
16968            ! ext/IO/lib/IO/t/io_sel.t
16969 ____________________________________________________________________________
16970 [ 12073] By: sky                                   on 2001/09/18  18:46:22
16971         Log: Make the test behave properly!
16972      Branch: perl
16973            ! ext/threads/t/basic.t
16974 ____________________________________________________________________________
16975 [ 12072] By: ams                                   on 2001/09/18  18:44:59
16976         Log: OP_RCATLINE is an SVOP, not a BASEOP.
16977      Branch: perl
16978            ! opcode.h opcode.pl
16979 ____________________________________________________________________________
16980 [ 12071] By: ams                                   on 2001/09/18  18:06:27
16981         Log: Deprecate != Depreciate.
16982      Branch: perl
16983            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
16984            ! lib/Pod/ParseUtils.pm
16985 ____________________________________________________________________________
16986 [ 12070] By: ams                                   on 2001/09/18  15:14:58
16987         Log: Subject: [PATCH] Getopt::Std cleanup
16988              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16989              Date: Tue, 18 Sep 2001 17:32:13 +0200
16990              Message-Id: <20010918173213.C777@rafael>
16991      Branch: perl
16992            ! lib/Getopt/Std.pm lib/Getopt/Std.t
16993 ____________________________________________________________________________
16994 [ 12069] By: sky                                   on 2001/09/18  14:56:33
16995         Log: Forgot the makefile
16996      Branch: perl
16997            + ext/threads/Makefile.PL
16998 ____________________________________________________________________________
16999 [ 12068] By: sky                                   on 2001/09/18  14:13:26
17000         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
17001              The test will fail because of Test.pm not knowing about threads. 
17002              basic needs to be manually tested
17003              compile time warnings on IV2PTR conversions need to be fixed
17004      Branch: perl
17005            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
17006            + ext/threads/threads.h ext/threads/threads.pm
17007            + ext/threads/threads.xs
17008            ! MANIFEST
17009 ____________________________________________________________________________
17010 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
17011         Log: DJGPP tweak from Laszlo Molnar.
17012      Branch: perl
17013            ! djgpp/config.over
17014 ____________________________________________________________________________
17015 [ 12066] By: sky                                   on 2001/09/18  10:24:31
17016         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
17017      Branch: perl
17018            ! sharedsv.c sharedsv.h
17019 ____________________________________________________________________________
17020 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
17021         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
17022              ditto ^cns.
17023      Branch: perl
17024            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
17025            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
17026            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
17027            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
17028            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
17029            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
17030            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
17031            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
17032            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
17033            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
17034            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
17035            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
17036            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
17037            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
17038            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
17039            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
17040            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
17041            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
17042            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
17043            + ext/Encode/Encode/ir-197.enc
17044            - ext/Encode/Encode/cns11643-1.enc
17045            - ext/Encode/Encode/cns11643-2.enc
17046            - ext/Encode/Encode/iso2022-cn.enc
17047            - ext/Encode/Encode/iso2022-jp.enc
17048            - ext/Encode/Encode/iso2022-jp1.enc
17049            - ext/Encode/Encode/iso2022-jp2.enc
17050            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
17051            - ext/Encode/Encode/iso8859-1.enc
17052            - ext/Encode/Encode/iso8859-1.ucm
17053            - ext/Encode/Encode/iso8859-10.enc
17054            - ext/Encode/Encode/iso8859-10.ucm
17055            - ext/Encode/Encode/iso8859-11.enc
17056            - ext/Encode/Encode/iso8859-11.ucm
17057            - ext/Encode/Encode/iso8859-13.enc
17058            - ext/Encode/Encode/iso8859-13.ucm
17059            - ext/Encode/Encode/iso8859-14.enc
17060            - ext/Encode/Encode/iso8859-14.ucm
17061            - ext/Encode/Encode/iso8859-15.enc
17062            - ext/Encode/Encode/iso8859-15.ucm
17063            - ext/Encode/Encode/iso8859-16.enc
17064            - ext/Encode/Encode/iso8859-16.ucm
17065            - ext/Encode/Encode/iso8859-2.enc
17066            - ext/Encode/Encode/iso8859-2.ucm
17067            - ext/Encode/Encode/iso8859-3.enc
17068            - ext/Encode/Encode/iso8859-3.ucm
17069            - ext/Encode/Encode/iso8859-4.enc
17070            - ext/Encode/Encode/iso8859-4.ucm
17071            - ext/Encode/Encode/iso8859-5.enc
17072            - ext/Encode/Encode/iso8859-5.ucm
17073            - ext/Encode/Encode/iso8859-6.enc
17074            - ext/Encode/Encode/iso8859-6.ucm
17075            - ext/Encode/Encode/iso8859-7.enc
17076            - ext/Encode/Encode/iso8859-7.ucm
17077            - ext/Encode/Encode/iso8859-8.enc
17078            - ext/Encode/Encode/iso8859-8.ucm
17079            - ext/Encode/Encode/iso8859-9.enc
17080            - ext/Encode/Encode/iso8859-9.ucm
17081            - ext/Encode/Encode/isoir-197.enc
17082            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
17083 ____________________________________________________________________________
17084 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
17085         Log: Must Uppercase.
17086      Branch: perl
17087            ! ext/Encode/Encode.pm
17088 ____________________________________________________________________________
17089 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
17090         Log: Add various encodings.
17091      Branch: perl
17092            + ext/Encode/Encode/iso8859-11.enc
17093            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
17094            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
17095            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
17096            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
17097            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
17098            + ext/Encode/Encode/viscii.ucm
17099            ! MANIFEST ext/Encode/Encode.pm
17100 ____________________________________________________________________________
17101 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
17102         Log: lib/unicode relic.
17103      Branch: perl
17104            ! ext/Encode/compile
17105 ____________________________________________________________________________
17106 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
17107         Log: Subject: [PATCH] Re: filename problems
17108              From: Michael G Schwern <schwern@pobox.com>
17109              Date: Mon, 17 Sep 2001 17:26:26 -0400
17110              Message-ID: <20010917172626.Q585@blackrider>
17111      Branch: perl
17112            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
17113            - t/lib/sample-tests/header_at_end
17114            - t/lib/sample-tests/header_at_end_fail
17115            ! MANIFEST lib/Test/Harness/t/test-harness.t
17116 ____________________________________________________________________________
17117 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
17118         Log: Explicitly explain the 1e9 seconds, not everybody
17119              is a C geek.
17120      Branch: perl
17121            ! ext/Time/HiRes/HiRes.pm
17122 ____________________________________________________________________________
17123 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
17124         Log: Explain an apparent bug reported by
17125              Richard J. Barbalace <rjbarbal@MIT.EDU>,
17126              with additional explanation from Gisle Aas.
17127      Branch: perl
17128            ! ext/Time/HiRes/HiRes.pm
17129 ____________________________________________________________________________
17130 [ 12058] By: ams                                   on 2001/09/17  19:52:01
17131         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
17132              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17133              Date: Mon, 17 Sep 2001 22:48:05 +0200
17134              Message-Id: <20010917224805.C11744@rafael>
17135      Branch: perl
17136            ! t/lib/warnings/op t/lib/warnings/pp
17137 ____________________________________________________________________________
17138 [ 12057] By: ams                                   on 2001/09/17  16:51:18
17139         Log: Its a nit!
17140      Branch: perl
17141            ! sv.h
17142 ____________________________________________________________________________
17143 [ 12056] By: ams                                   on 2001/09/17  16:47:55
17144         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
17145              From: "Craig A. Berry" <craigberry@mac.com>
17146              Date: Mon, 17 Sep 2001 12:34:20 -0500
17147              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
17148      Branch: perl
17149            ! vms/vms.c
17150 ____________________________________________________________________________
17151 [ 12055] By: ams                                   on 2001/09/17  16:05:15
17152         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
17153              From: Gisle Aas <gisle@ActiveState.com>
17154              Date: 16 Apr 2001 16:20:34 -0700
17155              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
17156              (Applied by hand.)
17157      Branch: perl
17158            ! lib/CPAN.pm lib/CPAN/Nox.pm
17159 ____________________________________________________________________________
17160 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
17161         Log: Update Changes.
17162      Branch: perl
17163            ! Changes patchlevel.h
17164 ____________________________________________________________________________
17165 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
17166         Log: Adding new files to the MANIFEST is always nice.
17167      Branch: perl
17168            ! MANIFEST
17169 ____________________________________________________________________________
17170 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
17171         Log: Reindent the PerlIO files (suggested by NI-S), used
17172              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
17173              (GNU indent).  Note that wholesale re-indenting might
17174              be nice, but that would break nice formatting/alignment
17175              of assignments, equality testing, and complex boolean
17176              expressions with lots of &s and |s.
17177      Branch: perl
17178            ! perlio.c perlio.h perliol.h
17179 ____________________________________________________________________________
17180 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
17181         Log: Add a script for being 8.3-polite.
17182              The found conflicts are being worked on.
17183      Branch: perl
17184            + check83.pl
17185            ! MANIFEST Porting/pumpkin.pod
17186 ____________________________________________________________________________
17187 [ 12050] By: sky                                   on 2001/09/17  12:44:36
17188         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
17189              finding it.
17190      Branch: perl
17191            ! sv.c
17192 ____________________________________________________________________________
17193 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
17194         Log: Bump up versions because of #12041.
17195      Branch: perl
17196            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
17197            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
17198            ! lib/Time/localtime.pm
17199 ____________________________________________________________________________
17200 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
17201         Log: Bump the version number because of #12042.
17202      Branch: perl
17203            ! lib/CPAN/FirstTime.pm
17204 ____________________________________________________________________________
17205 [ 12047] By: ams                                   on 2001/09/17  11:21:40
17206         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
17207              From: Abhijit Menon-Sen <ams@wiw.org>
17208              Date: Mon, 17 Sep 2001 17:44:12 +0530
17209              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
17210      Branch: perl
17211            ! op.c
17212 ____________________________________________________________________________
17213 [ 12046] By: sky                                   on 2001/09/17  07:14:17
17214         Log: Subject: Re: t/op/ver.t using skip() improperly
17215              From: "chromatic" <chromatic@rmci.net>
17216              Date: Mon, 17 Sep 2001 00:22:29 -0600
17217              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
17218      Branch: perl
17219            ! t/op/ver.t
17220 ____________________________________________________________________________
17221 [ 12045] By: nick                                  on 2001/09/17  07:12:14
17222         Log: Integrate mainline
17223      Branch: perlio
17224           +> t/op/chdir.t
17225           !> (integrate 117 files)
17226 ____________________________________________________________________________
17227 [ 12044] By: ams                                   on 2001/09/17  05:49:53
17228         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
17229              From: Ilmari Karonen <iltzu@sci.fi>
17230              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
17231              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
17232              (And $VERSION = '1.05'.)
17233      Branch: perl
17234            ! lib/constant.pm
17235 ____________________________________________________________________________
17236 [ 12043] By: ams                                   on 2001/09/17  05:44:50
17237         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
17238              From: Michael G Schwern <schwern@pobox.com>
17239              Date: Mon, 17 Sep 2001 07:49:04 +0200
17240              Message-Id: <20010917074904.V1588@blackrider>
17241              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
17242      Branch: perl
17243            + t/op/chdir.t
17244            ! MANIFEST pp_sys.c
17245 ____________________________________________________________________________
17246 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
17247         Log: Subject: Re: CPAN.pm needs some hacking 
17248              From: "chromatic" <chromatic@rmci.net>
17249              Date: Sun, 16 Sep 2001 16:46:29 -0600
17250              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
17251      Branch: perl
17252            ! lib/CPAN/FirstTime.pm
17253 ____________________________________________________________________________
17254 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
17255         Log: Change use|require 5.005_64 to use|require 5.6.1.
17256      Branch: perl
17257            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
17258            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
17259            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
17260            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
17261            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
17262            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
17263            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
17264            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
17265            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
17266            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
17267            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
17268            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
17269            ! lib/base.pm lib/fields.pm
17270 ____________________________________________________________________________
17271 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
17272         Log: Bump up version numbers.
17273              
17274              TODO 1: double check that pre-5.6.1 CPAN.pm:s
17275              don't try to download 5.8.0 because of the
17276              version numbers.  Mainly this means using _00
17277              in the core version numbers.
17278              
17279              TODO 2: the "use 5.005_64" in many modules
17280              needs to be changed to, say, "use 5.6.1".
17281      Branch: perl
17282            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
17283            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
17284            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
17285            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
17286            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
17287            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
17288            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
17289            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
17290            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
17291            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
17292            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
17293 ____________________________________________________________________________
17294 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
17295         Log: Use UCHARAT() as suggested by Inaba Hiroto.
17296      Branch: perl
17297            ! regexec.c
17298 ____________________________________________________________________________
17299 [ 12038] By: ams                                   on 2001/09/16  15:16:24
17300         Log: Subject: [PATCH] Re: Core module version numbers review
17301              From: Peter Scott <Peter@PSDT.com>
17302              Date: Sun, 16 Sep 2001 09:09:58 -0700
17303              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
17304      Branch: perl
17305            ! lib/perl5db.pl
17306 ____________________________________________________________________________
17307 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
17308         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
17309              not yet fully implemented.
17310      Branch: perl
17311            ! pod/perlfunc.pod pod/perlunicode.pod
17312 ____________________________________________________________________________
17313 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
17314         Log: Subject: [patch] plug PL_beginav_save leak
17315              From: Doug MacEachern <dougm@covalent.net>
17316              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
17317              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
17318      Branch: perl
17319            ! perl.c
17320 ____________________________________________________________________________
17321 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
17322         Log: (accidentally empty checkin)
17323      Branch: perl
17324            ! sv.c
17325 ____________________________________________________________________________
17326 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
17327         Log: Subject: [patch] ithreads+PL_beginav_save
17328              From: Doug MacEachern <dougm@covalent.net>
17329              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
17330              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
17331      Branch: perl
17332            ! sv.c
17333 ____________________________________________________________________________
17334 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
17335         Log: Subject: [PATCH] h2xs.PL with C::Scan
17336              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17337              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
17338              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
17339      Branch: perl
17340            ! utils/h2xs.PL
17341 ____________________________________________________________________________
17342 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
17343         Log: Elaborate (well, make more vague, really) #12030.
17344      Branch: perl
17345            ! pod/perltodo.pod pod/perlunicode.pod
17346 ____________________________________________________________________________
17347 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
17348         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
17349              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17350              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
17351              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
17352      Branch: perl
17353            ! regexec.c
17354 ____________________________________________________________________________
17355 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
17356         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
17357              are not yet complete.
17358      Branch: perl
17359            ! pod/perltodo.pod pod/perlunicode.pod
17360 ____________________________________________________________________________
17361 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
17362         Log: Document what's still to be done on the regular expression
17363              Unicode support, based on the UTR#18.
17364      Branch: perl
17365            ! pod/perltodo.pod pod/perlunicode.pod
17366 ____________________________________________________________________________
17367 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
17368         Log: Regen headers.
17369      Branch: perl
17370            ! embedvar.h perlapi.h
17371 ____________________________________________________________________________
17372 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
17373         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
17374              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17375              Date: Sun, 09 Sep 2001 18:41:54 +0100
17376              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
17377      Branch: perl
17378            ! Porting/findvars ext/ByteLoader/bytecode.h
17379            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
17380            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
17381 ____________________________________________________________________________
17382 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
17383         Log: enable most warnings for windows build; fix the various typecasting
17384              nits that showed up (no bugfixes here)
17385      Branch: maint-5.6/perl
17386            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
17387            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
17388            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
17389            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
17390            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
17391            ! x2p/walk.c
17392 ____________________________________________________________________________
17393 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
17394         Log: Integrate change #12024 from maintperl
17395              (a local() precedence bug)
17396      Branch: perl
17397           !> lib/ExtUtils/Install.pm
17398 ____________________________________________________________________________
17399 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
17400         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
17401              change#8642
17402      Branch: maint-5.6/perl
17403            ! lib/ExtUtils/Install.pm
17404 ____________________________________________________________________________
17405 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
17406         Log: Update Changes.
17407      Branch: perl
17408            ! Changes patchlevel.h
17409 ____________________________________________________________________________
17410 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
17411         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
17412              From: "chromatic" <chromatic@rmci.net>
17413              Date: Fri, 14 Sep 2001 09:44:57 -0600 
17414              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
17415      Branch: perl
17416            ! lib/ExtUtils/Manifest.t
17417 ____________________________________________________________________________
17418 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
17419         Log: Hopefully better skipping of the Complete.t tests
17420              in case of not a tty. 
17421      Branch: perl
17422            ! lib/Term/Complete.t t/op/stat.t
17423 ____________________________________________________________________________
17424 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
17425         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
17426              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17427              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
17428              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
17429      Branch: perl
17430            ! regexec.c t/op/pat.t
17431 ____________________________________________________________________________
17432 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
17433         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
17434              From: Robin Barker <rmb1@cise.npl.co.uk>
17435              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
17436              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
17437      Branch: perl
17438            ! pod/perlport.pod
17439 ____________________________________________________________________________
17440 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
17441         Log: NetWare tweaks from Ananth Kesari.
17442      Branch: perl
17443            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
17444            ! NetWare/nwutil.h
17445 ____________________________________________________________________________
17446 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
17447         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
17448              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17449              Date: Fri, 14 Sep 2001 10:51:13 +0200
17450              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
17451      Branch: perl
17452            ! pod/perlport.pod
17453 ____________________________________________________________________________
17454 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
17455         Log: Subject: Re: [PATCH 2 pl2pm.PL]
17456              From: Joe Smith <Joe.Smith@inwap.com>
17457              Date: Fri, 14 Sep 2001 00:13:32 -0700
17458              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
17459              
17460              Eradicate qu.
17461      Branch: perl
17462            ! keywords.h keywords.pl utils/pl2pm.PL
17463 ____________________________________________________________________________
17464 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
17465         Log: Retract #12013, didn't go over too well in Tru64.
17466      Branch: perl
17467            ! embed.h embed.pl sv.h
17468 ____________________________________________________________________________
17469 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
17470         Log: Subject: [PATCH] Execute files of debugger commands
17471              From: Peter Scott <Peter@PSDT.com>
17472              Date: Thu, 13 Sep 2001 15:26:31 -0700
17473              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
17474      Branch: perl
17475            ! lib/perl5db.pl pod/perldebug.pod
17476 ____________________________________________________________________________
17477 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
17478         Log: (Retracted by #12015)
17479              Subject: [proposed PATCH] Re: perl@11920
17480              From: Nicholas Clark <nick@ccl4.org>
17481              Date: Wed, 12 Sep 2001 23:46:09 +0100
17482              Message-ID: <20010912234609.H4971@plum.flirble.org>     
17483      Branch: perl
17484            ! embed.h embed.pl sv.h
17485 ____________________________________________________________________________
17486 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
17487         Log: ucblib shouldn't be linked against in nonstop-ux,
17488              from Tom Bates.
17489      Branch: perl
17490            ! hints/nonstopux.sh
17491 ____________________________________________________________________________
17492 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
17493         Log: Do stty only if we have stty.
17494              
17495              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
17496      Branch: perl
17497            ! lib/Term/Complete.pm
17498 ____________________________________________________________________________
17499 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
17500         Log: Skip the test if not running on a tty.
17501      Branch: perl
17502            ! lib/Term/Complete.t
17503 ____________________________________________________________________________
17504 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
17505         Log: Regen headers.
17506      Branch: perl
17507            ! embed.h opcode.h pod/perlapi.pod proto.h
17508 ____________________________________________________________________________
17509 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
17510         Log: Subject: [PATCH op.c] Re: perl@12003
17511              From: Robin Barker <rmb1@cise.npl.co.uk>
17512              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
17513              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
17514      Branch: perl
17515            ! op.c
17516 ____________________________________________________________________________
17517 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
17518         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
17519              From: Robin Barker <rmb1@cise.npl.co.uk>
17520              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
17521              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
17522      Branch: perl
17523            ! sv.c
17524 ____________________________________________________________________________
17525 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
17526         Log: Upgrade to Memoize 0.66.
17527      Branch: perl
17528            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
17529            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
17530            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
17531 ____________________________________________________________________________
17532 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
17533         Log: Subject: [ID 20010912.007] substr reference core dump
17534              From: me-01@ton.iguana.be
17535              Date: 12 Sep 2001 14:11:16 -0000
17536              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
17537      Branch: perl
17538            ! mg.c
17539 ____________________________________________________________________________
17540 [ 12004] By: ams                                   on 2001/09/12  01:13:49
17541         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
17542              From: Ilmari Karonen <iltzu@sci.fi>
17543              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
17544              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
17545      Branch: perl
17546            ! pod/perlfaq4.pod
17547 ____________________________________________________________________________
17548 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
17549         Log: Update Changes.
17550      Branch: perl
17551            ! Changes patchlevel.h
17552 ____________________________________________________________________________
17553 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
17554         Log: NetWare update from Ananth Kesari.
17555      Branch: perl
17556            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
17557            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
17558 ____________________________________________________________________________
17559 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
17560         Log: Retract #11984: div() being redefined, and 1397
17561              failing on 64-bit platforms.
17562      Branch: perl
17563            ! lib/Math/BigInt/Calc.pm
17564 ____________________________________________________________________________
17565 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
17566         Log: Metaconfig unit change for #11999.
17567      Branch: metaconfig
17568            ! U/protos/d_lseekproto.U
17569 ____________________________________________________________________________
17570 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
17571         Log: The lseek fix (#11991) was no fix.
17572      Branch: perl
17573            ! Configure
17574 ____________________________________________________________________________
17575 [ 11998] By: sky                                   on 2001/09/11  07:52:06
17576         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
17577              From: Matt Sergeant <MSergeant@star.net.uk>
17578              Date: Tue, 11 Sep 2001 09:22:32 +0100
17579              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
17580      Branch: perl
17581            ! ext/Encode/Encode.pm
17582 ____________________________________________________________________________
17583 [ 11997] By: sky                                   on 2001/09/11  06:35:29
17584         Log: Sometimes dTHX is added because it is needed on non 
17585              gnuc platforms, but not needed there. This uses GCC
17586              to silence GCC specific warnings by marking pTHX as 
17587              unused.
17588      Branch: perl
17589            ! perl.h
17590 ____________________________________________________________________________
17591 [ 11996] By: nick                                  on 2001/09/11  06:25:27
17592         Log: Integrate mainline
17593      Branch: perlio
17594            - ext/POSIX/sigaction.t lib/File/Find/taint.t
17595           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
17596 ____________________________________________________________________________
17597 [ 11995] By: nick                                  on 2001/09/11  06:23:39
17598         Log: Part Integrate mainline
17599      Branch: perlio
17600           +> (branch 69 files)
17601            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
17602            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
17603            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
17604            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
17605            - lib/Switch/t/switch_case.t lib/Test/Harness.t
17606            - lib/Test/More/Changes lib/Test/More/t/More.t
17607            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
17608            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
17609            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
17610            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
17611            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
17612            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
17613            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
17614            - t/lib/Test/More/Catch.pm wince/perl.ico
17615           !> (integrate 197 files)
17616 ____________________________________________________________________________
17617 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
17618         Log: Subject: Re: [PATCH] Encode.pm docs fix
17619              From: Gisle Aas <gisle@ActiveState.com>
17620              Date: 10 Sep 2001 11:27:02 -0700
17621              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
17622      Branch: perl
17623            ! ext/Encode/Encode.pm
17624 ____________________________________________________________________________
17625 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
17626         Log: Fix unpack U to be the reverse of pack U
17627              (but implement unpack U0U as a backdoor to get
17628              the UTF-8 malformed warnings from un-UTF-8 data)
17629      Branch: perl
17630            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
17631 ____________________________________________________________________________
17632 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
17633         Log: Metaconfig unit change for #11991;
17634              delete an unused unit (d_strtoull.U is the one used)
17635      Branch: metaconfig
17636            ! U/protos/d_lseekproto.U
17637      Branch: metaconfig/U/perl
17638            - strtoull.U
17639 ____________________________________________________________________________
17640 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
17641         Log: Subject: [PATCH] Configure not recording lseek proto
17642              From: Blair Zajac <blair@orcaware.com>
17643              Date: Mon, 10 Sep 2001 17:52:37 -0700
17644              Message-ID: <3B9D6055.BA334A31@orcaware.com>
17645              
17646              plus regen Configure.
17647      Branch: perl
17648            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17649            ! config_h.SH uconfig.h
17650 ____________________________________________________________________________
17651 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
17652         Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))                  
17653              From: Nicholas Clark <nick@ccl4.org>
17654              Date: Tue, 11 Sep 2001 00:00:31 +0100
17655              Message-ID: <20010911000031.G1512@plum.flirble.org>
17656      Branch: perl
17657            + t/op/qq.t
17658            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
17659 ____________________________________________________________________________
17660 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
17661         Log: Subject: [PATCH] Building on win32 w/o perlio
17662              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17663              Date: Mon, 10 Sep 2001 23:38:46 +0200
17664              Message-ID: <3B9D4F06.14433.2C37644@localhost>
17665      Branch: perl
17666            ! perl.c win32/Makefile win32/makefile.mk
17667 ____________________________________________________________________________
17668 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
17669         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
17670              From: "chromatic" <chromatic@rmci.net>
17671              Date: Mon, 10 Sep 2001 15:14:01 -0600
17672              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
17673      Branch: perl
17674            + lib/CGI/t/push.t
17675            ! MANIFEST
17676 ____________________________________________________________________________
17677 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
17678         Log: Subject: avoiding hoardes of zombies
17679              From: Nicholas Clark <nick@ccl4.org>
17680              Date: Mon, 10 Sep 2001 22:00:40 +0100
17681              Message-ID: <20010910220040.C1512@plum.flirble.org>
17682      Branch: perl
17683            ! pod/perlipc.pod
17684 ____________________________________________________________________________
17685 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
17686         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
17687              From: John Peacock <jpeacock@rowman.com>
17688              Date: Mon, 10 Sep 2001 16:34:30 -0400
17689              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
17690      Branch: perl
17691            ! sv.c t/op/ver.t utf8.h
17692 ____________________________________________________________________________
17693 [ 11985] By: ams                                   on 2001/09/10  23:20:13
17694         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
17695      Branch: perl
17696            ! MANIFEST
17697 ____________________________________________________________________________
17698 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
17699         Log: (Retracted by #12001)
17700              Subject: Calc with USE_MUL/USE_DIV
17701              From: Tels <perl_dummy@bloodgate.com>
17702              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
17703              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
17704      Branch: perl
17705            ! lib/Math/BigInt/Calc.pm
17706 ____________________________________________________________________________
17707 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
17708         Log: Subject: [PATCH op.c] Re: perl@11978
17709              From: Robin Barker <rmb1@cise.npl.co.uk>
17710              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
17711              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
17712              
17713              Format errors.
17714      Branch: perl
17715            ! op.c
17716 ____________________________________________________________________________
17717 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
17718         Log: Switch PADOFFSET back to U32 both because of binary backward
17719              compatibility and because Arthur seems to have been fixing the
17720              problems with naughty integer-pointer casting.
17721      Branch: perl
17722            ! op.h
17723 ____________________________________________________________________________
17724 [ 11981] By: ams                                   on 2001/09/10  16:31:43
17725         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
17726              Fix Pod Typo, Add Test for ExtUtils::Command
17727              From: "chromatic" <chromatic@rmci.net>
17728              Date: Mon, 10 Sep 2001 11:20:56 -0600
17729              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
17730      Branch: perl
17731            + lib/ExtUtils/Command.t
17732            ! MANIFEST lib/ExtUtils/Command.pm
17733 ____________________________________________________________________________
17734 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
17735         Log: Subject: [PATCH] Encode.pm docs fix
17736              From: Matt Sergeant <MSergeant@star.net.uk>
17737              Date: Mon, 10 Sep 2001 15:24:01 +0100
17738              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
17739      Branch: perl
17740            ! ext/Encode/Encode.pm
17741 ____________________________________________________________________________
17742 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
17743         Log: Update Changes.
17744      Branch: perl
17745            ! Changes patchlevel.h
17746 ____________________________________________________________________________
17747 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
17748         Log: Revert #11973, the dTHX seems to be needed in there
17749              for threaded builds.
17750      Branch: perl
17751            ! perlio.c
17752 ____________________________________________________________________________
17753 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
17754         Log: Detypo.
17755      Branch: perl
17756            ! pod/perlguts.pod
17757 ____________________________________________________________________________
17758 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
17759         Log: Further Class::Struct patching from Damian.
17760              
17761              The new new semantics are:
17762              
17763              * If you pass an initializer for a nested object, it has to be:
17764              a) a reference to an object of that class, or      
17765              b) a reference to an object of a subclass of that class, or
17766              c) a reference to a hash of arguments to be passed to the
17767              class's constructor
17768              * If you pass no initializer for a nested object, the attribute
17769              is initialized to C<undef>
17770      Branch: perl
17771            ! lib/Class/Struct.pm
17772 ____________________________________________________________________________
17773 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
17774         Log: Skip the crypt test if no crypt.
17775      Branch: perl
17776            ! t/op/crypt.t
17777 ____________________________________________________________________________
17778 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
17779         Log: Warn against using bare v-strings as IP addresses
17780              (okay if using the wrappers from Socket)
17781      Branch: perl
17782            ! pod/perldata.pod pod/perlport.pod
17783 ____________________________________________________________________________
17784 [ 11973] By: sky                                   on 2001/09/10  11:57:58
17785         Log: Remove unused dTHX. Silenced another warning.
17786      Branch: perl
17787            ! perlio.c
17788 ____________________________________________________________________________
17789 [ 11972] By: sky                                   on 2001/09/10  11:54:25
17790         Log: Silence some more warnings INT2PTR.
17791      Branch: perl
17792            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
17793 ____________________________________________________________________________
17794 [ 11971] By: sky                                   on 2001/09/10  11:21:50
17795         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
17796      Branch: perl
17797            ! cop.h
17798 ____________________________________________________________________________
17799 [ 11970] By: sky                                   on 2001/09/10  11:17:25
17800         Log: Apply INT2PTR with force to silence warnings from
17801              PM_GETRE and friends. No more warnings with 64bit 
17802              IVs and 32bit pointers.    
17803      Branch: perl
17804            ! op.c op.h perl.c
17805 ____________________________________________________________________________
17806 [ 11969] By: sky                                   on 2001/09/10  10:13:02
17807         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
17808      Branch: perl
17809            ! pod/perlguts.pod
17810 ____________________________________________________________________________
17811 [ 11968] By: sky                                   on 2001/09/10  10:02:51
17812         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
17813              Rename to custop_op_name to Perl_custom_op_name to match perlapi
17814              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
17815              perl_clone.
17816      Branch: perl
17817            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
17818 ____________________________________________________________________________
17819 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
17820         Log: Using strlen() not good on embedded nul bytes.
17821      Branch: perl
17822            ! regcomp.c
17823 ____________________________________________________________________________
17824 [ 11966] By: ams                                   on 2001/09/09  21:06:13
17825         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
17826              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17827              Date: Mon, 13 Aug 2001 22:51:59 +0200
17828              Message-ID: <20010813225159.C6681@rafael>
17829              (Applied with several tweaks.)
17830      Branch: perl
17831            ! embed.h embed.pl proto.h toke.c
17832 ____________________________________________________________________________
17833 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
17834         Log: The exact error message is system-dependent.
17835      Branch: perl
17836            ! lib/ExtUtils/Manifest.t
17837 ____________________________________________________________________________
17838 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
17839         Log: Add Windows and Mac Sami support to Encode
17840              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
17841      Branch: perl
17842            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
17843            ! MANIFEST
17844 ____________________________________________________________________________
17845 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
17846         Log: Use the tried method.
17847      Branch: perl
17848            ! pod/perlport.pod
17849 ____________________________________________________________________________
17850 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
17851         Log: Can't count parentheses.
17852      Branch: perl
17853            ! ext/IO/lib/IO/Socket/INET.pm
17854 ____________________________________________________________________________
17855 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
17856         Log: perlport additions: 1 while unlink, add/delete directory
17857              entries and permissions, cygwin stat funkiness (from Michael
17858              Schwern and Nicholas Clark)
17859      Branch: perl
17860            ! pod/perlport.pod
17861 ____________________________________________________________________________
17862 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
17863         Log: blib does have a detectable test.
17864      Branch: perl
17865            ! t/lib/1_compile.t
17866 ____________________________________________________________________________
17867 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
17868         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
17869              From: "chromatic" <chromatic@rmci.net>
17870              Date: Sat, 08 Sep 2001 19:33:42 -0600
17871              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
17872      Branch: perl
17873            + lib/Term/Complete.t
17874            ! MANIFEST
17875 ____________________________________________________________________________
17876 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
17877         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
17878              From: Michael G Schwern <schwern@pobox.com> 
17879              Date: Sat, 8 Sep 2001 02:40:26 -0400
17880              Message-ID: <20010908024026.A26283@blackrider>
17881      Branch: perl
17882            + lib/Test/Tutorial.pod
17883            ! MANIFEST
17884 ____________________________________________________________________________
17885 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
17886         Log: Try to look up protocol (by name) only iff it has non-numbers:
17887              nice if the server is in a chrooted environment (no /etc/protocols,
17888              server code using hardcorded protocol numbers like 6 for tcp),
17889              suggested by John Holdsworth <coldwave@bigfoot.com>.
17890              In other words, if we are given a number, why look it up again
17891              (by number)?
17892      Branch: perl
17893            ! ext/IO/lib/IO/Socket/INET.pm
17894 ____________________________________________________________________________
17895 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
17896         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
17897              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17898              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
17899              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
17900              
17901              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
17902              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17903              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
17904              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
17905              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
17906              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17907              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
17908              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
17909      Branch: perl
17910            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
17911 ____________________________________________________________________________
17912 [ 11955] By: ams                                   on 2001/09/09  02:54:21
17913         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
17914              From: "Craig A. Berry" <craigberry@mac.com>
17915              Date: Sat, 08 Sep 2001 19:02:16 -0500
17916              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
17917      Branch: perl
17918            ! lib/CGI/t/carp.t
17919 ____________________________________________________________________________
17920 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
17921         Log: Documentation tweaks; think the IP address as an opaque string.
17922      Branch: perl
17923            ! ext/Socket/Socket.pm
17924 ____________________________________________________________________________
17925 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
17926         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
17927              From: Michael G Schwern <schwern@pobox.com>
17928              Date: Sat, 8 Sep 2001 19:45:46 -0400
17929              Message-ID: <20010908194546.C9193@blackrider>
17930      Branch: perl
17931            + lib/blib.t
17932            ! MANIFEST lib/blib.pm t/lib/1_compile.t
17933 ____________________________________________________________________________
17934 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
17935         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
17936              From: "chromatic" <chromatic@rmci.net>
17937              Date: Sat, 08 Sep 2001 12:31:44 -0600
17938              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
17939      Branch: perl
17940            + lib/CGI/t/fast.t
17941            ! MANIFEST
17942 ____________________________________________________________________________
17943 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
17944         Log: The Socket tests were wrong: they were assuming too much.
17945      Branch: perl
17946            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
17947 ____________________________________________________________________________
17948 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
17949         Log: Retract the portability changes since they
17950              seem to have opened a can of worms... will
17951              go back to UNICOS/mk and do the bare minimum
17952              required to get the tests working.
17953      Branch: perl
17954            ! ext/Socket/Socket.xs
17955 ____________________________________________________________________________
17956 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
17957         Log: PADOFFSET is used to cast pointers into integers,
17958              if pointers are 64 bits and U32 32 bits,
17959              bad things may happen, or at least warnings issued.
17960      Branch: perl
17961            ! op.h
17962 ____________________________________________________________________________
17963 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
17964         Log: Still more Socket portability tweaking.
17965              Now Socket.t seems to be happy in all of
17966              Linux/x86, Tru64/alpha, Solaris/sparc,
17967              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
17968              
17969              Addendum: it seems that io_multihomed, io_sock, and hostent
17970              were broken in little-endians (linux/x86 and tru64/alpha)
17971              because of this change.  Argh.
17972      Branch: perl
17973            ! ext/Socket/Socket.xs
17974 ____________________________________________________________________________
17975 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
17976         Log: More portability kicking on inet_ntoa().
17977      Branch: perl
17978            ! ext/Socket/Socket.xs
17979 ____________________________________________________________________________
17980 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
17981         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
17982              From: Michael G Schwern <schwern@pobox.com> 
17983              Date: Fri, 7 Sep 2001 23:06:51 -0400
17984              Message-ID: <20010907230651.R606@blackrider>
17985      Branch: perl
17986            + lib/ExtUtils/Manifest.t
17987            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
17988 ____________________________________________________________________________
17989 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
17990         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
17991              From: "chromatic" <chromatic@rmci.net>
17992              Date: Fri, 07 Sep 2001 17:53:15 -0600      
17993              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
17994      Branch: perl
17995            + lib/ExtUtils/testlib.t
17996            ! MANIFEST
17997 ____________________________________________________________________________
17998 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
17999         Log: Thinko.
18000      Branch: perl
18001            ! lib/integer.t
18002 ____________________________________________________________________________
18003 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
18004         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
18005              From: "Craig A. Berry" <craigberry@mac.com>
18006              Date: Fri, 07 Sep 2001 15:30:03 -0500
18007              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
18008      Branch: perl
18009            ! lib/CGI/Carp.pm
18010 ____________________________________________________________________________
18011 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
18012         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
18013              From: Michael G Schwern <schwern@pobox.com>
18014              Date: Fri, 7 Sep 2001 15:38:13 -0400
18015              Message-ID: <20010907153813.K606@blackrider>
18016      Branch: perl
18017            ! lib/ExtUtils/MM_Unix.pm
18018 ____________________________________________________________________________
18019 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
18020         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
18021              From: Robin Barker <rmb1@cise.npl.co.uk>
18022              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
18023              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
18024      Branch: perl
18025            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
18026 ____________________________________________________________________________
18027 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
18028         Log: Clean up 1_compile.t; move tests to more consistent
18029              places (t/ subdirectories); add integer.t (much of
18030              the pragma is tested elsewhere but there is no one
18031              centralized place)
18032      Branch: perl
18033            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
18034            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
18035            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
18036            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
18037            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
18038            - lib/File/Find/find.t lib/File/Find/taint.t
18039            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
18040 ____________________________________________________________________________
18041 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
18042         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
18043              From: "chromatic" <chromatic@rmci.net>
18044              Date: Fri, 07 Sep 2001 10:17:40 -0600
18045              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
18046      Branch: perl
18047            ! lib/File/Find/taint.t
18048 ____________________________________________________________________________
18049 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
18050         Log: Update Changes.
18051      Branch: perl
18052            ! Changes patchlevel.h
18053 ____________________________________________________________________________
18054 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
18055         Log: Rename the old threading tutorial, start a new one,
18056              regen toc.
18057      Branch: perl
18058            + pod/perlothrtut.pod
18059            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
18060            ! pod/perltoc.pod
18061 ____________________________________________________________________________
18062 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
18063         Log: vars very much has a test.
18064      Branch: perl
18065            ! t/lib/1_compile.t
18066 ____________________________________________________________________________
18067 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
18068         Log: Subject: Re: wince/perl.ico marked as binary
18069              From: Nicholas Clark <nick@ccl4.org>
18070              Date: Fri, 7 Sep 2001 13:54:40 +0100
18071              Message-ID: <20010907135439.D39150@plum.flirble.org>
18072              
18073              and wince/Makefile.ce change from Rainer Keuchel.
18074      Branch: perl
18075            + wince/makeico.pl
18076            ! MANIFEST wince/Makefile.ce
18077 ____________________________________________________________________________
18078 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
18079         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
18080              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18081              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
18082              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
18083      Branch: perl
18084            ! regexec.c
18085 ____________________________________________________________________________
18086 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
18087         Log: (Replaced by #11934)
18088              Subject: Re: [PATCH regexec.c] more general .* and .*?
18089              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18090              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
18091              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
18092      Branch: perl
18093            ! regexec.c
18094 ____________________________________________________________________________
18095 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
18096         Log: The #11931 patching misbehaved.
18097      Branch: perl
18098            ! lib/Test/Harness/t/test-harness.t
18099 ____________________________________________________________________________
18100 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
18101         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
18102              From: Michael G Schwern <schwern@pobox.com>
18103              Date: Fri, 7 Sep 2001 03:30:41 -0400
18104              Message-ID: <20010907033041.A2796@blackrider>
18105      Branch: perl
18106            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
18107            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
18108            + t/lib/sample-tests/header_at_end_fail
18109            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
18110            - lib/Test/Harness.t
18111            ! MANIFEST lib/Test/Harness.pm t/TEST
18112 ____________________________________________________________________________
18113 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
18114         Log: Subject: [PATCH] Digest::MD5 update
18115              From: Gisle Aas <gisle@ActiveState.com>
18116              Date: 06 Sep 2001 23:32:56 -0700
18117              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
18118      Branch: perl
18119            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
18120            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
18121 ____________________________________________________________________________
18122 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
18123         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
18124              From: "chromatic" <chromatic@rmci.net>
18125              Date: Thu, 06 Sep 2001 23:11:44 -0600
18126              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
18127      Branch: perl
18128            + lib/less.t
18129            ! MANIFEST t/lib/1_compile.t
18130 ____________________________________________________________________________
18131 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
18132         Log: The binary file must somehow differently stored.
18133      Branch: perl
18134            - wince/perl.ico
18135            ! MANIFEST
18136 ____________________________________________________________________________
18137 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
18138         Log: Add more modules to the list of modules that have tests,
18139              Schwern's wallet is getting more nervous.
18140              (Run t/lib/1_compile.t manually to see which modules
18141              are lacking tests, or the tests can't be run for some
18142              reason or another, such as the Net:: modules)
18143      Branch: perl
18144            ! t/lib/1_compile.t
18145 ____________________________________________________________________________
18146 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
18147         Log: Try to make Socket::inet_ntoa() more robust.
18148      Branch: perl
18149            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
18150 ____________________________________________________________________________
18151 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
18152         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
18153              From: chromatic <chromatic@rmci.net>       
18154              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
18155              Message-Id: <01090522580506.19590@firewheel>           
18156      Branch: perl
18157            ! lib/English.t
18158 ____________________________________________________________________________
18159 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
18160         Log: Subject: Re: perlvar manpage and localizing special vars
18161              From: Stas Bekman <stas@stason.org>
18162              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
18163              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
18164      Branch: perl
18165            ! pod/perlvar.pod
18166 ____________________________________________________________________________
18167 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
18168         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
18169              From: Robin Barker <rmb1@cise.npl.co.uk>
18170              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
18171              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
18172      Branch: perl
18173            ! lib/ExtUtils/MakeMaker.pm
18174 ____________________________________________________________________________
18175 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
18176         Log: Symbol missing; AIX unhappy.
18177      Branch: perl
18178            ! makedef.pl
18179 ____________________________________________________________________________
18180 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
18181         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
18182              Reported in 5.61, seems to work okay in blead.
18183      Branch: perl
18184            ! t/run/kill_perl.t
18185 ____________________________________________________________________________
18186 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
18187         Log: Update Changes.
18188      Branch: perl
18189            ! Changes patchlevel.h
18190 ____________________________________________________________________________
18191 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
18192         Log: Document the bad assumptions currently breaking
18193              the Socket.t tests 10, 11, and 13 in UNICOS.
18194      Branch: perl
18195            ! ext/Socket/Socket.xs
18196 ____________________________________________________________________________
18197 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
18198         Log: Subject: [PATCH x2p] make OPTIMIZE=...
18199              From: Robin Barker <rmb1@cise.npl.co.uk>
18200              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
18201              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
18202      Branch: perl
18203            ! x2p/Makefile.SH x2p/cflags.SH
18204 ____________________________________________________________________________
18205 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
18206         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
18207              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
18208              Date: Thu, 6 Sep 2001 11:09:40 +0100
18209              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
18210              
18211              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
18212              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
18213              Date: 6 Sep 2001 10:14:38 -0000
18214              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
18215      Branch: perl
18216            ! pod/perlfaq1.pod pod/perlhack.pod
18217 ____________________________________________________________________________
18218 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
18219         Log: Subject: Extra NUL is Data::Dumper output - patch
18220              From: Tony Cook <tony@develop-help.com>
18221              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
18222              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
18223      Branch: perl
18224            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
18225 ____________________________________________________________________________
18226 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
18227         Log: Avoid redefinition warning
18228              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
18229              from
18230              perl -w -Ilib -MCwd -e ''
18231      Branch: perl
18232            ! lib/Cwd.pm
18233 ____________________________________________________________________________
18234 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
18235         Log: Update the is_tainted() example implementation.
18236      Branch: perl
18237            ! pod/perlsec.pod
18238 ____________________________________________________________________________
18239 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
18240         Log: Missing) in #11912.
18241      Branch: perl
18242            ! lib/Test/Simple/t/fail.t
18243 ____________________________________________________________________________
18244 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
18245         Log: Rewhack Test-Simple into core harness.
18246      Branch: perl
18247            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
18248            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
18249            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
18250            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
18251            ! lib/Test/Simple/t/skipall.t
18252 ____________________________________________________________________________
18253 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
18254         Log: Workaround for the new Exporter 'feature'.
18255      Branch: perl
18256            ! lib/Test/More.pm
18257 ____________________________________________________________________________
18258 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
18259         Log: Re-introduce pure-Perl fall-back for abs_path,
18260              re-introduce #11898.
18261      Branch: perl
18262            ! lib/Cwd.pm lib/File/Find.pm
18263 ____________________________________________________________________________
18264 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
18265         Log: More tests.
18266      Branch: perl
18267            ! lib/Exporter.t
18268 ____________________________________________________________________________
18269 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
18270         Log: Retract #11898 for now because it introduces
18271              a rather nasty depencency: when B is being built,
18272              MakeMaker is used.  MakeMaker uses File::Find.
18273              File::Find uses Cwd::getcwd()...which doesn't
18274              exist yet.
18275      Branch: perl
18276            ! lib/File/Find.pm
18277 ____________________________________________________________________________
18278 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
18279         Log: New test welcome.
18280      Branch: perl
18281            + lib/Test/Simple/t/simple.t
18282 ____________________________________________________________________________
18283 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
18284         Log: Old test begone.
18285      Branch: perl
18286            - lib/Attribute/Handlers/test.pl
18287 ____________________________________________________________________________
18288 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
18289         Log: Test-Simple syncup from Schwern.
18290      Branch: perl
18291            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
18292            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
18293            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
18294            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
18295            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
18296            - lib/Test/More/Changes lib/Test/More/t/More.t
18297            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
18298            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
18299            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
18300            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
18301            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
18302            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
18303            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
18304            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
18305            ! t/lib/Test/Simple/sample_tests/death.plx
18306            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
18307            ! t/lib/Test/Simple/sample_tests/extras.plx
18308            ! t/lib/Test/Simple/sample_tests/five_fail.plx
18309            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
18310            ! t/lib/Test/Simple/sample_tests/one_fail.plx
18311            ! t/lib/Test/Simple/sample_tests/require.plx
18312            ! t/lib/Test/Simple/sample_tests/success.plx
18313            ! t/lib/Test/Simple/sample_tests/too_few.plx
18314            ! t/lib/Test/Simple/sample_tests/two_fail.plx
18315 ____________________________________________________________________________
18316 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
18317         Log: Integrate File::Find changes from bleadperl
18318      Branch: maint-5.6/macperl
18319            ! lib/File/Find.pm t/lib/filefind-taint.t
18320 ____________________________________________________________________________
18321 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
18322         Log: Integrate 11847 from maint-5.6/perl
18323      Branch: maint-5.6/macperl
18324           !> sv.c
18325 ____________________________________________________________________________
18326 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
18327         Log: In UNICOS division yada yada.
18328      Branch: perl
18329            ! t/op/override.t
18330 ____________________________________________________________________________
18331 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
18332         Log: In UNICOS division is really lossy, better use
18333              a tolerance test.
18334      Branch: perl
18335            ! ext/Time/HiRes/HiRes.t
18336 ____________________________________________________________________________
18337 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
18338         Log: In UNICOS sigaction() sets an extra flag
18339              ("the signal has been registered for all the processes in
18340              a multitasking group.")
18341      Branch: perl
18342            ! ext/POSIX/sigaction.t
18343 ____________________________________________________________________________
18344 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
18345         Log: Documentation micropatch from Damian.
18346      Branch: perl
18347            ! lib/Attribute/Handlers.pm
18348 ____________________________________________________________________________
18349 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
18350         Log: (Retracted by #11908)
18351              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
18352              From: Michael G Schwern <schwern@pobox.com>
18353              Date: Wed, 5 Sep 2001 15:58:21 -0400
18354              Message-ID: <20010905155821.I632@blackrider>
18355      Branch: perl
18356            ! lib/File/Find.pm lib/File/Find/taint.t
18357 ____________________________________________________________________________
18358 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
18359         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
18360              From: Michael G Schwern <schwern@pobox.com>
18361              Date: Wed, 5 Sep 2001 19:16:31 -0400
18362              Message-ID: <20010905191631.E11386@blackrider>
18363      Branch: perl
18364            + lib/CGI/t/carp.t
18365            ! MANIFEST
18366 ____________________________________________________________________________
18367 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
18368         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
18369              From: chromatic <chromatic@rmci.net>
18370              Date: Wed, 5 Sep 2001 18:08:07 -0600
18371              Message-Id: <01090518080700.19590@firewheel>
18372      Branch: perl
18373            ! lib/English.pm
18374 ____________________________________________________________________________
18375 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
18376         Log: Fix a typo #11889 and add a test for the same.
18377      Branch: perl
18378            ! ext/Socket/Socket.t ext/Socket/Socket.xs
18379 ____________________________________________________________________________
18380 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
18381         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
18382              From: "Craig A. Berry" <craigberry@mac.com>
18383              Date: Wed, 05 Sep 2001 17:48:54 -0500
18384              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
18385      Branch: perl
18386            ! lib/warnings.t t/run/kill_perl.t
18387 ____________________________________________________________________________
18388 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
18389         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
18390              From: Michael G Schwern <schwern@pobox.com>
18391              Date: Wed, 5 Sep 2001 17:22:25 -0400
18392              Message-ID: <20010905172225.C11386@blackrider>
18393      Branch: perl
18394            ! t/run/kill_perl.t
18395 ____________________________________________________________________________
18396 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
18397         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
18398              From: Nicholas Clark <nick@ccl4.org>
18399              Date: Wed, 5 Sep 2001 20:54:24 +0100
18400              Message-ID: <20010905205424.C25120@plum.flirble.org>
18401      Branch: perl
18402            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
18403 ____________________________________________________________________________
18404 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
18405         Log: Forgotten thing.
18406      Branch: perl
18407            ! uconfig.h
18408 ____________________________________________________________________________
18409 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
18410         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
18411              From: chromatic <chromatic@rmci.net>               
18412              Date: Wed, 5 Sep 2001 13:22:08 -0600
18413              Message-Id: <01090513220807.10587@firewheel> 
18414      Branch: perl
18415            ! lib/English.pm
18416 ____________________________________________________________________________
18417 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
18418         Log: inet_ntoa() tweaks:
18419              - don't allow addresses with > 255 characters
18420              - indent the HP-UX workaround
18421              - don't leak memory
18422      Branch: perl
18423            ! ext/Socket/Socket.xs
18424 ____________________________________________________________________________
18425 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
18426         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
18427              <xwu@theeducationcenter.com>
18428      Branch: perl
18429            ! lib/File/Find.pm
18430 ____________________________________________________________________________
18431 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
18432         Log: Typo nits.
18433      Branch: perl
18434            ! lib/File/Find.pm
18435 ____________________________________________________________________________
18436 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
18437         Log: -Wall nit.
18438      Branch: perl
18439            ! op.c
18440 ____________________________________________________________________________
18441 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
18442         Log: Update to Scalar-List-Utils 1.05
18443      Branch: perl
18444            ! ext/List/Util/ChangeLog ext/List/Util/README
18445            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
18446 ____________________________________________________________________________
18447 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
18448         Log: Update Changes.
18449      Branch: perl
18450            ! Changes patchlevel.h
18451 ____________________________________________________________________________
18452 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
18453         Log: Update to Scalar-List-Utils 1.04
18454      Branch: perl
18455            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
18456            ! ext/List/Util/lib/List/Util.pm
18457            ! ext/List/Util/lib/Scalar/Util.pm
18458 ____________________________________________________________________________
18459 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
18460         Log: Metaconfigify #11724.
18461      Branch: metaconfig
18462            ! U/threads/archname.U
18463 ____________________________________________________________________________
18464 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
18465         Log: The MacOS reference is okay, no reason to hide it.
18466      Branch: perl
18467            ! lib/Cwd.pm
18468 ____________________________________________________________________________
18469 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
18470         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
18471              From: Michael G Schwern <schwern@pobox.com>
18472              Date: Tue, 4 Sep 2001 15:30:10 -0400
18473              Message-ID: <20010904153010.H26466@blackrider> 
18474              
18475              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
18476      Branch: perl
18477            ! ext/Cwd/Makefile.PL lib/Cwd.pm
18478 ____________________________________________________________________________
18479 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
18480         Log: Subject: [PATCH lib/Cwd.pm] cwd() taint safe  (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.))
18481              From: Michael G Schwern <schwern@pobox.com>
18482              Date: Tue, 4 Sep 2001 17:39:13 -0400
18483              Message-ID: <20010904173913.C626@blackrider>
18484      Branch: perl
18485            ! lib/Cwd.pm
18486 ____________________________________________________________________________
18487 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
18488         Log: Subject: Re: Perl_pp_* in public API?
18489              From: "Craig A. Berry" <craigberry@mac.com>
18490              Date: Tue, 4 Sep 2001 21:51:29 -0500
18491              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
18492      Branch: perl
18493            ! ext/List/Util/Util.xs
18494 ____________________________________________________________________________
18495 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
18496         Log: From Damian: Class::Struct was unable to define
18497              recursive classes.  After the patch an object reference
18498              (rather than a hash) is required to initialize
18499              an object attribute.  If no such initializer is given to
18500              the constructor, object attributes are now default
18501              initialized to C<undef>.
18502      Branch: perl
18503            ! lib/Class/Struct.pm lib/Class/Struct.t
18504 ____________________________________________________________________________
18505 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
18506         Log: Subject: Re: sv_catpvfn and sv_setpvfn
18507              From: Richard Soderberg <rs@oregonnet.com>
18508              Date: Tue, 4 Sep 2001 15:16:47 -0700
18509              Message-Id: <200109042216.PAA17858@oregonnet.com>
18510      Branch: perl
18511            ! pod/perlclib.pod pod/perlguts.pod
18512 ____________________________________________________________________________
18513 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
18514         Log: NetWare updates from Ananth Kesari.
18515      Branch: perl
18516            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
18517            ! NetWare/nw5thread.h
18518 ____________________________________________________________________________
18519 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
18520         Log: Subject: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
18521              From: Nicholas Clark <nick@ccl4.org>
18522              Date: Tue, 4 Sep 2001 22:42:50 +0100
18523              Message-ID: <20010904224250.P25120@plum.flirble.org>
18524      Branch: perl
18525            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
18526            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
18527            ! t/op/oct.t toke.c
18528 ____________________________________________________________________________
18529 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
18530         Log: Fix Cwd::getcwd() not being tainted, as noticed
18531              by Schwern.
18532      Branch: perl
18533            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
18534            - ext/Cwd/Cwd.t
18535            ! MANIFEST ext/Cwd/Cwd.xs util.c
18536 ____________________________________________________________________________
18537 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
18538         Log: Retract #11870 and volatilize the right destruct_level.
18539              Silly thinko pointed out by Sarathy.
18540      Branch: perl
18541            ! intrpvar.h perl.c
18542 ____________________________________________________________________________
18543 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
18544         Log: At least a temporary fix for the mysterious scope core dumps
18545              in Tru64 from Graham.
18546      Branch: perl
18547            ! ext/List/Util/Util.xs
18548 ____________________________________________________________________________
18549 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
18550         Log: (Retracted by #11872)
18551      Branch: perl
18552            ! intrpvar.h
18553 ____________________________________________________________________________
18554 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
18555         Log: Quench a -Wall gripe noticed by Robin Barker.
18556      Branch: perl
18557            ! op.c
18558 ____________________________________________________________________________
18559 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
18560         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
18561              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
18562              Date: Wed, 05 Sep 2001 02:01:32 +0900
18563              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
18564      Branch: perl
18565            ! lib/Unicode/UCD.pm
18566 ____________________________________________________________________________
18567 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
18568         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
18569              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18570              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
18571              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
18572      Branch: perl
18573            ! gv.c
18574 ____________________________________________________________________________
18575 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
18576         Log: Update Changes.
18577      Branch: perl
18578            ! Changes patchlevel.h
18579 ____________________________________________________________________________
18580 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
18581         Log: Add the \[$@%&*] prototype support.
18582      Branch: perl
18583            ! op.c pod/perlsub.pod t/comp/proto.t
18584 ____________________________________________________________________________
18585 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
18586         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
18587              From: Michael G Schwern <schwern@pobox.com>
18588              Date: Mon, 3 Sep 2001 18:59:01 -0400
18589              Message-ID: <20010903185901.Z9233@blackrider>
18590      Branch: perl
18591            ! lib/CGI/t/form.t
18592 ____________________________________________________________________________
18593 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
18594         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
18595              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18596              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
18597              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
18598      Branch: perl
18599            ! gv.c
18600 ____________________________________________________________________________
18601 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
18602         Log: More srand entry tweakage based on Randal's suggestion.
18603      Branch: perl
18604            ! pod/perlfunc.pod
18605 ____________________________________________________________________________
18606 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
18607         Log: Subject: [PATCH] 'main' *is* a reserved word
18608              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18609              Date: Mon, 3 Sep 2001 22:55:41 +0200
18610              Message-ID: <20010903225541.A24097@rafael>
18611      Branch: perl
18612            ! toke.c
18613 ____________________________________________________________________________
18614 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
18615         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
18616              From: Peter Prymmer <pvhp@best.com>
18617              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
18618              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
18619      Branch: perl
18620            ! README.vms configure.com
18621 ____________________________________________________________________________
18622 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
18623         Log: Subject: Re: A slightly better default seed?   
18624              From: Michael G Schwern <schwern@pobox.com>
18625              Date: Mon, 3 Sep 2001 18:08:15 -0400 
18626              Message-ID: <20010903180815.W9233@blackrider>
18627      Branch: perl
18628            ! t/op/srand.t
18629 ____________________________________________________________________________
18630 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
18631         Log: Add sharedsv.o to microperl object files.
18632      Branch: perl
18633            ! Makefile.micro
18634 ____________________________________________________________________________
18635 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
18636         Log: AUTHORS updates and
18637              
18638              Subject: [PATCH] Just some preening :-)        
18639              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
18640              Date: Tue, 4 Sep 2001 14:16:59 +0100
18641              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
18642      Branch: perl
18643            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
18644 ____________________________________________________________________________
18645 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
18646         Log: Typo fix and slight rewording.
18647      Branch: perl
18648            ! pod/perlfunc.pod
18649 ____________________________________________________________________________
18650 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
18651         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
18652      Branch: perl
18653            ! pod/perlfaq4.pod
18654 ____________________________________________________________________________
18655 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
18656         Log: The helper file changed name.
18657      Branch: perl
18658            ! MANIFEST
18659 ____________________________________________________________________________
18660 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
18661         Log: Update to Scalar-List-Utils 1.03
18662      Branch: perl
18663            + ext/List/Util/t/shuffle.t
18664            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
18665            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
18666            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
18667            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
18668            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
18669            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
18670            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
18671            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
18672 ____________________________________________________________________________
18673 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
18674         Log: Make crypt() do something more sane for Unicode
18675              (take crypt() of the low eight bits of the characters,
18676              instead of taking crypt() of the UTF-8 of the scalar);
18677              add a test for crypt().
18678      Branch: perl
18679            + t/op/crypt.t
18680            ! MANIFEST pod/perlfunc.pod pp.c
18681 ____________________________________________________________________________
18682 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
18683         Log: Reorganize the srand entry.
18684      Branch: perl
18685            ! pod/perlfunc.pod
18686 ____________________________________________________________________________
18687 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
18688         Log: Remove the tests that assume something about
18689              calling srand() without arguments multiple times.
18690      Branch: perl
18691            ! t/op/srand.t
18692 ____________________________________________________________________________
18693 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
18694         Log: Upgrade to Math::BigInt 1.42.
18695      Branch: perl
18696            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18697            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
18698            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
18699            ! lib/Math/BigInt/t/mbimbf.t
18700 ____________________________________________________________________________
18701 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
18702         Log: integrate change#11847 from maint-5.6
18703              
18704              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
18705      Branch: perl
18706            ! sv.c
18707 ____________________________________________________________________________
18708 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
18709         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
18710      Branch: maint-5.6/perl
18711            ! sv.c
18712 ____________________________________________________________________________
18713 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
18714         Log: As far as I can tell these functions have been Unicodified.
18715      Branch: perl
18716            ! doop.c
18717 ____________________________________________________________________________
18718 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
18719         Log: Update to Storable 1.0.13.
18720      Branch: perl
18721            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
18722            ! ext/Storable/Storable.xs
18723 ____________________________________________________________________________
18724 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
18725         Log: Patch the Filter::Simple test to work with
18726              the core test suite (since the FilterTest.pm
18727              is in t/lib, not in lib).
18728      Branch: perl
18729            ! lib/Filter/Simple/t/filter.t
18730 ____________________________________________________________________________
18731 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
18732         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
18733      Branch: perl
18734            + t/lib/FilterTest.pm
18735            - t/lib/MyFilter.pm
18736 ____________________________________________________________________________
18737 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
18738         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
18739              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
18740              Text::Balanced 1.86.
18741      Branch: perl
18742            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
18743            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
18744            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
18745            + lib/Switch/t/nested.t lib/Switch/t/switch.t
18746            + lib/Text/Balanced/Changes lib/Text/Balanced/README
18747            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
18748            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
18749            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
18750            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
18751            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
18752            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
18753            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
18754            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
18755            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
18756            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
18757            ! MANIFEST lib/Attribute/Handlers.pm
18758            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
18759            ! lib/Attribute/Handlers/demo/Demo.pm
18760            ! lib/Attribute/Handlers/demo/Descriptions.pm
18761            ! lib/Attribute/Handlers/demo/MyClass.pm
18762            ! lib/Attribute/Handlers/demo/demo.pl
18763            ! lib/Attribute/Handlers/demo/demo2.pl
18764            ! lib/Attribute/Handlers/demo/demo3.pl
18765            ! lib/Attribute/Handlers/demo/demo4.pl
18766            ! lib/Attribute/Handlers/demo/demo_call.pl
18767            ! lib/Attribute/Handlers/demo/demo_chain.pl
18768            ! lib/Attribute/Handlers/demo/demo_cycle.pl
18769            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
18770            ! lib/Attribute/Handlers/demo/demo_phases.pl
18771            ! lib/Attribute/Handlers/demo/demo_range.pl
18772            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
18773            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
18774            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
18775            ! lib/Text/Balanced.pm
18776 ____________________________________________________________________________
18777 [ 11841] By: sky                                   on 2001/09/03  11:04:15
18778         Log: Forgot to add a file with Change #11840
18779      Branch: perl
18780            + t/op/srand.t
18781 ____________________________________________________________________________
18782 [ 11840] By: sky                                   on 2001/09/03  11:02:04
18783         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
18784              From: Michael G Schwern <schwern@pobox.com>
18785              Date: Mon, 3 Sep 2001 07:43:00 -0400
18786              Message-ID: <20010903074300.E9233@blackrider>
18787      Branch: perl
18788            ! MANIFEST pod/perlfunc.pod t/op/rand.t
18789 ____________________________________________________________________________
18790 [ 11839] By: sky                                   on 2001/09/03  10:47:11
18791         Log: Document the changes with regards to running of END blocks.
18792              And DESTROY on global objects are called in perl_destruct()!
18793      Branch: perl
18794            ! pod/perl572delta.pod pod/perlembed.pod
18795 ____________________________________________________________________________
18796 [ 11838] By: sky                                   on 2001/09/03  09:34:44
18797         Log: Subject: [PATCH t/op/time.t] Partial cleanup
18798              From: Michael G Schwern <schwern@pobox.com>
18799              Date: Mon, 3 Sep 2001 06:29:42 -0400
18800              Message-ID: <20010903062942.C9233@blackrider>
18801      Branch: perl
18802            ! t/op/time.t
18803 ____________________________________________________________________________
18804 [ 11837] By: sky                                   on 2001/09/03  09:30:02
18805         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
18806              From: Michael G Schwern <schwern@pobox.com>
18807              Date: Mon, 3 Sep 2001 06:24:13 -0400
18808              Message-ID: <20010903062413.B9233@blackrider>
18809      Branch: perl
18810            ! t/op/rand.t
18811 ____________________________________________________________________________
18812 [ 11836] By: sky                                   on 2001/09/03  07:56:47
18813         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
18814              From: Michael G Schwern <schwern@pobox.com>
18815              Date: Sun, 2 Sep 2001 21:38:43 -0400
18816              Message-ID: <20010902213843.L2711@blackrider>
18817      Branch: perl
18818            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
18819            ! MANIFEST
18820 ____________________________________________________________________________
18821 [ 11835] By: nick                                  on 2001/09/03  06:20:06
18822         Log: Integrate mainline
18823      Branch: perlio
18824           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
18825            - t/op/misc.t
18826           !> (integrate 187 files)
18827 ____________________________________________________________________________
18828 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
18829         Log: Update Changes.
18830      Branch: perl
18831            ! Changes patchlevel.h
18832 ____________________________________________________________________________
18833 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
18834         Log: Slight tweaks.
18835      Branch: perl
18836            ! t/run/kill_perl.t
18837 ____________________________________________________________________________
18838 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
18839         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
18840      Branch: perl
18841            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
18842 ____________________________________________________________________________
18843 [ 11831] By: sky                                   on 2001/09/02  12:10:42
18844         Log: Change #11828 wasn't complete, this updates to intest path
18845      Branch: perl
18846            ! t/run/kill_perl.t
18847 ____________________________________________________________________________
18848 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
18849         Log: 's's's.
18850      Branch: perl
18851            ! Changes
18852 ____________________________________________________________________________
18853 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
18854         Log: Update Changes.
18855      Branch: perl
18856            ! Changes patchlevel.h
18857 ____________________________________________________________________________
18858 [ 11828] By: sky                                   on 2001/09/02  11:53:56
18859         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
18860              From: Michael G Schwern <schwern@pobox.com>
18861              Date: Sat, 1 Sep 2001 20:18:58 -0400
18862              Message-ID: <20010901201858.X606@blackrider>
18863              +MANIFEST Fix
18864      Branch: perl
18865            + t/run/kill_perl.t
18866            - t/op/misc.t t/run/segfault.t
18867            ! MANIFEST
18868 ____________________________________________________________________________
18869 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
18870         Log: Subject: [PATCH] lib/Time/Local.pm
18871              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18872              Date: Sun, 2 Sep 2001 06:50:01 -0500
18873              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
18874      Branch: perl
18875            ! lib/Time/Local.pm
18876 ____________________________________________________________________________
18877 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
18878         Log: Tick off Unicode collation and the normalization from
18879              the todo list.
18880      Branch: perl
18881            ! pod/perltodo.pod
18882 ____________________________________________________________________________
18883 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
18884         Log: Update to Unicode 3.1.1.
18885      Branch: perl
18886            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
18887            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
18888            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
18889            ! lib/unicore/PropList.txt lib/unicore/README.perl
18890            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
18891            ! lib/unicore/rename lib/unicore/version
18892 ____________________________________________________________________________
18893 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
18894         Log: Slight doc tweaks for the module.
18895      Branch: perl
18896            ! lib/Unicode/UCD.pm
18897 ____________________________________________________________________________
18898 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
18899         Log: Rename the variable: it *used* to be (wrongly) that the
18900              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
18901              but that is no more the case: PL_reg_match_utf8 is better.
18902      Branch: perl
18903            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
18904            ! regexec.c sv.c thrdvar.h
18905 ____________________________________________________________________________
18906 [ 11822] By: ams                                   on 2001/09/02  02:54:50
18907         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
18908              From: Ilmari Karonen <iltzu@sci.fi>
18909              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
18910              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
18911              (op/sub_lval.t updated to take new error message into account.)
18912      Branch: perl
18913            ! op.c t/op/sub_lval.t
18914 ____________________________________________________________________________
18915 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
18916         Log: remove stray CRs in files; keep all files with UNIX line-ends
18917              (Porting/makerel adds CRs to the files that need it in the
18918              distribution)
18919      Branch: perl
18920            ! NetWare/t/NWScripts.pl README.dos
18921            ! ext/Encode/Encode/cns11643-1.enc
18922            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
18923            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
18924 ____________________________________________________________________________
18925 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
18926         Log: some remnants of change#11803
18927      Branch: perl
18928            ! ext/ByteLoader/byterun.h perl.h
18929 ____________________________________________________________________________
18930 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
18931         Log: Update to Unicode::Collate 0.08.
18932      Branch: perl
18933            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
18934            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
18935 ____________________________________________________________________________
18936 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
18937         Log: Test tweaks.
18938      Branch: perl
18939            ! t/op/pat.t
18940 ____________________________________________________________________________
18941 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
18942         Log: Fix test
18943      Branch: maint-5.6/macperl
18944            ! t/lib/b.t
18945 ____________________________________________________________________________
18946 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
18947         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
18948              warnings in Config.pm with -W; increase default and
18949              minimum RAM; bump version number.
18950      Branch: maint-5.6/macperl
18951            + macos/lib/Mac/LowMem.pm
18952            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
18953            ! macos/configpm macos/macperl/MacPerl.r
18954 ____________________________________________________________________________
18955 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
18956         Log: Make syntax check report in MPW style, fix tests
18957              to use Mac::err=unix to get normal-style error
18958              messages.
18959      Branch: maint-5.6/macperl
18960            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
18961            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
18962 ____________________________________________________________________________
18963 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
18964         Log: Make MPW-style errors optional (but the default); add
18965              MacPerl::ErrorFormat() function and Mac::err pragma
18966      Branch: maint-5.6/macperl
18967            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
18968            + macos/ext/Mac/err/err.xs
18969            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
18970            ! macos/macish.c macos/macish.h macos/macperl.sym
18971 ____________________________________________________________________________
18972 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
18973         Log: More module and test ports from Thomas Wegner et al
18974      Branch: maint-5.6/macperl
18975            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
18976            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
18977            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
18978            ! t/op/magic.t
18979 ____________________________________________________________________________
18980 [ 11812] By: sky                                   on 2001/09/01  17:19:30
18981         Log: Subject: [PATCH t/op/concat.t] cleanup
18982              From: Michael G Schwern <schwern@pobox.com>
18983              Date: Sat, 1 Sep 2001 14:06:28 -0400
18984              Message-ID: <20010901140628.C606@blackrider>
18985      Branch: perl
18986            ! t/op/concat.t
18987 ____________________________________________________________________________
18988 [ 11811] By: sky                                   on 2001/09/01  12:25:29
18989         Log: Change #11805 didn't update the MANIFEST
18990      Branch: perl
18991            ! MANIFEST
18992 ____________________________________________________________________________
18993 [ 11810] By: sky                                   on 2001/09/01  11:52:44
18994         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
18995              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18996              Date: Sat, 1 Sep 2001 14:50:14 +0200
18997              Message-ID: <20010901145014.A691@rafael>
18998      Branch: perl
18999            ! t/op/inccode.t
19000 ____________________________________________________________________________
19001 [ 11809] By: sky                                   on 2001/09/01  11:49:22
19002         Log: Subject: PATCH: ExtUtils::MakeMaker
19003              From: Tony Bowden <tony@kasei.com>
19004              Date: Sat, 1 Sep 2001 10:33:53 +0100
19005              Message-ID: <20010901103353.A13863@soto.kasei.com>
19006              Manually applied
19007      Branch: perl
19008            ! lib/ExtUtils/MakeMaker.pm
19009 ____________________________________________________________________________
19010 [ 11808] By: sky                                   on 2001/09/01  11:39:13
19011         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
19012              From: mike808@users.sourceforge.net
19013              Date: Sat, 1 Sep 101 11:27:50 GMT
19014              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
19015              With little tweak
19016      Branch: perl
19017            ! lib/Term/Cap.pm
19018 ____________________________________________________________________________
19019 [ 11807] By: ams                                   on 2001/09/01  11:31:16
19020         Log: Subject: oct() and hex()
19021              From: Nicholas Clark <nick@ccl4.org>
19022              Date: Fri, 31 Aug 2001 23:14:13 +0100
19023              Message-Id: <20010831231413.J4950@plum.flirble.org>
19024      Branch: perl
19025            ! pod/perlclib.pod
19026 ____________________________________________________________________________
19027 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
19028         Log: Integrate change 11801 from maintperl
19029      Branch: maint-5.6/macperl
19030            ! perl.c
19031 ____________________________________________________________________________
19032 [ 11805] By: sky                                   on 2001/08/31  21:35:10
19033         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
19034              From: Michael G Schwern <schwern@pobox.com>
19035              Date: Fri, 31 Aug 2001 15:36:28 -0400
19036              Message-ID: <20010831153628.B598@blackrider>
19037              Check for things which used to segfault
19038      Branch: perl
19039            + t/run/segfault.t
19040 ____________________________________________________________________________
19041 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
19042         Log: integrate change#11801 from maint-5.6
19043              
19044              remove age-old UNICOS "workaround" that introduces a static, and
19045              hence an egregious race condition for threaded builds (*sigh*
19046              beats me why this kludge wasn't guarded by a UNICOS-specific
19047              #define *sigh*)
19048      Branch: perl
19049            ! perl.c
19050 ____________________________________________________________________________
19051 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
19052         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
19053              working in 5.7.x
19054      Branch: perl
19055            - objXSUB.h
19056            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
19057            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
19058            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
19059            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
19060            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
19061            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
19062            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
19063            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
19064            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
19065            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
19066            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
19067            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
19068            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
19069            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
19070            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
19071            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
19072            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
19073            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
19074            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
19075            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
19076            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
19077            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
19078 ____________________________________________________________________________
19079 [ 11802] By: ams                                   on 2001/08/31  18:11:32
19080         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
19081              From: "Philip Newton" <Philip.Newton@gmx.net>
19082              Date: Fri, 31 Aug 2001 21:12:56 +0200
19083              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
19084      Branch: perl
19085            ! pod/perldiag.pod
19086 ____________________________________________________________________________
19087 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
19088         Log: remove age-old UNICOS "workaround" that introduces a static, and
19089              hence an egregious race condition for threaded builds (*sigh*
19090              beats me why this kludge wasn't guarded by a UNICOS-specific
19091              #define *sigh*)
19092      Branch: maint-5.6/perl
19093            ! perl.c
19094 ____________________________________________________________________________
19095 [ 11800] By: sky                                   on 2001/08/31  17:30:26
19096         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
19097              Might break on platforms where bool is larger than 8 bites ???
19098      Branch: perl
19099            ! regcomp.c
19100 ____________________________________________________________________________
19101 [ 11799] By: ams                                   on 2001/08/31  12:15:44
19102         Log: Integrate 11778 into mainline.
19103      Branch: perl
19104            ! t/base/term.t
19105 ____________________________________________________________________________
19106 [ 11798] By: sky                                   on 2001/08/31  11:31:44
19107         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
19108              supposed to happen.
19109      Branch: perl
19110            ! regcomp.c
19111 ____________________________________________________________________________
19112 [ 11797] By: sky                                   on 2001/08/31  11:28:17
19113         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
19114              From: "John P. Linderman" <jpl@research.att.com>
19115              Date: Fri, 31 Aug 2001 08:20:35 -0400
19116              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
19117              Fixes test 14 which could fail randomly in rare cases.
19118      Branch: perl
19119            ! ext/Time/HiRes/HiRes.t regcomp.c
19120 ____________________________________________________________________________
19121 [ 11796] By: ams                                   on 2001/08/31  01:13:07
19122         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
19123              From: Nicholas Clark <nick@ccl4.org>
19124              Date: Thu, 30 Aug 2001 23:21:50 +0100
19125              Message-Id: <20010830232150.D4950@plum.flirble.org>
19126      Branch: perl
19127            ! ext/Sys/Syslog/Makefile.PL
19128 ____________________________________________________________________________
19129 [ 11795] By: ams                                   on 2001/08/30  23:53:23
19130         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
19131              patching example
19132              From: Michael G Schwern <schwern@pobox.com>
19133              Date: Thu, 30 Aug 2001 17:02:08 -0400
19134              Message-Id: <20010830170208.M2318@blackrider>
19135      Branch: perl
19136            ! pod/perlhack.pod
19137 ____________________________________________________________________________
19138 [ 11794] By: ams                                   on 2001/08/30  19:35:36
19139         Log: Subject: [PATCH] pp_modulo
19140              From: Nicholas Clark <nick@ccl4.org>
19141              Date: Thu, 30 Aug 2001 18:20:54 +0100
19142              Message-Id: <20010830182053.A4950@plum.flirble.org>
19143      Branch: perl
19144            ! pp.c t/op/64bitint.t
19145 ____________________________________________________________________________
19146 [ 11793] By: sky                                   on 2001/08/30  13:02:48
19147         Log: 11792 wasn't complete
19148      Branch: perl
19149            ! makedef.pl regcomp.c
19150 ____________________________________________________________________________
19151 [ 11792] By: sky                                   on 2001/08/30  12:21:11
19152         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
19153      Branch: perl
19154            ! makedef.pl
19155 ____________________________________________________________________________
19156 [ 11791] By: sky                                   on 2001/08/30  10:08:02
19157         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
19158      Branch: perl
19159            ! config_h.SH
19160 ____________________________________________________________________________
19161 [ 11790] By: sky                                   on 2001/08/30  08:22:31
19162         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
19163              on the pad. Fixes coredumps in cleanups introduced by
19164              Change 11755  
19165      Branch: perl
19166            ! op.c perl.c sv.h
19167 ____________________________________________________________________________
19168 [ 11789] By: sky                                   on 2001/08/29  19:01:47
19169         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
19170              This is a replacement implmentation that works on HPUX.
19171              This bug should probably be fixed in GCC.
19172      Branch: perl
19173            ! ext/Socket/Socket.xs
19174 ____________________________________________________________________________
19175 [ 11788] By: ams                                   on 2001/08/29  17:35:33
19176         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
19177              From: Nicholas Clark <nick@ccl4.org>
19178              Date: Wed, 29 Aug 2001 18:21:56 +0100
19179              Message-Id: <20010829182156.O4950@plum.flirble.org>
19180      Branch: perl
19181            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
19182 ____________________________________________________________________________
19183 [ 11787] By: sky                                   on 2001/08/29  10:42:54
19184         Log: Added test for pack_addr_in and unpack_addr_in
19185              Nitpik in test 10
19186      Branch: perl
19187            ! ext/Socket/Socket.t
19188 ____________________________________________________________________________
19189 [ 11786] By: sky                                   on 2001/08/29  10:28:14
19190         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
19191              Trying to catch errors on HP-UX
19192      Branch: perl
19193            ! ext/Socket/Socket.t
19194 ____________________________________________________________________________
19195 [ 11785] By: sky                                   on 2001/08/29  09:07:03
19196         Log: make sure USE_THREADS is defined so external apps work
19197      Branch: perl
19198            ! config_h.SH
19199 ____________________________________________________________________________
19200 [ 11784] By: sky                                   on 2001/08/29  08:06:12
19201         Log: Subject: Re: The hitlist of untested modules.
19202              From: Jonathan Stowe <gellyfish@gellyfish.com>
19203              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
19204              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
19205              Start of tests for Shell.pm (make Schwern poorer!)
19206      Branch: perl
19207            + lib/Shell.t
19208            ! MANIFEST
19209 ____________________________________________________________________________
19210 [ 11783] By: sky                                   on 2001/08/29  07:37:50
19211         Log: END{} can change the return value even if we die from BEGIN{}
19212      Branch: perl
19213            ! miniperlmain.c
19214 ____________________________________________________________________________
19215 [ 11782] By: ams                                   on 2001/08/29  06:32:17
19216         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
19217              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19218              Date: Wed, 29 Aug 2001 09:18:17 +0200
19219              Message-Id: <20010829091817.A4453@rafael>
19220      Branch: perl
19221            ! t/op/inccode.t
19222 ____________________________________________________________________________
19223 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
19224         Log: Delete xsubpp.patch, as full copy exists now
19225      Branch: maint-5.6/macperl
19226            - macos/xsubpp.patch
19227 ____________________________________________________________________________
19228 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
19229         Log: Add Changes file
19230      Branch: maint-5.6/macperl
19231            + macos/Changes
19232 ____________________________________________________________________________
19233 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
19234         Log: Add Mac version of xsubpp as separate file
19235      Branch: maint-5.6/macperl
19236            + macos/xsubpp
19237            ! macos/Makefile.mk
19238 ____________________________________________________________________________
19239 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
19240         Log: Fix open of /dev/null for Mac OS
19241      Branch: maint-5.6/macperl
19242            ! t/base/term.t
19243 ____________________________________________________________________________
19244 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
19245         Log: Various patches: enable more tests; skip CVS in PerlInstall;
19246              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
19247      Branch: maint-5.6/macperl
19248            ! macos/MacPerlTests.cmd macos/PerlInstall
19249            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
19250 ____________________________________________________________________________
19251 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
19252         Log: Allow for platforms to override formatting of errors
19253              on output from Matthias Neeracher (Mac files)
19254      Branch: maint-5.6/macperl
19255            ! macos/macish.c macos/macish.h
19256 ____________________________________________________________________________
19257 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
19258         Log: Allow for platforms to override formatting of errors
19259              on output from Matthias Neeracher (core files)
19260      Branch: maint-5.6/macperl
19261            ! perl.h pp_ctl.c util.c
19262 ____________________________________________________________________________
19263 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
19264         Log: Add some param checking, from reports by Kevin Reid.
19265      Branch: maint-5.6/macperl
19266            ! macos/ext/Mac/Controls/Controls.pm
19267            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
19268 ____________________________________________________________________________
19269 [ 11773] By: ams                                   on 2001/08/28  23:54:57
19270         Log: Subject: [PATCH] make coretest
19271              From: Paul Johnson <paul@pjcj.net>
19272              Date: Wed, 29 Aug 2001 00:11:38 +0200
19273              Message-Id: <20010829001138.B12169@pjcj.net>
19274              (Applied without the change to perlhack.pod. This should
19275              probably stay undocumented.)
19276      Branch: perl
19277            ! Makefile.SH t/TEST
19278 ____________________________________________________________________________
19279 [ 11772] By: sky                                   on 2001/08/28  13:01:20
19280         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
19281              From: Michael G Schwern <schwern@pobox.com>
19282              Date: Tue, 28 Aug 2001 09:57:39 -0400
19283              Message-ID: <20010828095738.E17775@blackrider>
19284      Branch: perl
19285            ! pod/perlhack.pod t/op/pack.t
19286 ____________________________________________________________________________
19287 [ 11771] By: sky                                   on 2001/08/28  11:20:13
19288         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
19289              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19290              Date: Tue, 28 Aug 2001 14:23:43 +0200
19291              Message-ID: <20010828142343.A19299@rafael>
19292      Branch: perl
19293            ! pod/perlvar.pod pp_ctl.c
19294 ____________________________________________________________________________
19295 [ 11770] By: ams                                   on 2001/08/28  10:13:21
19296         Log: Subject: [PATCH] odd typo in op.h
19297              From: Nicholas Clark <nick@ccl4.org>
19298              Date: Tue, 28 Aug 2001 12:10:26 +0100
19299              Message-Id: <20010828121026.V4950@plum.flirble.org>
19300      Branch: perl
19301            ! op.h
19302 ____________________________________________________________________________
19303 [ 11769] By: sky                                   on 2001/08/28  08:09:16
19304         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
19305              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
19306              Date: Tue, 28 Aug 2001 02:22:20 +0300
19307              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
19308      Branch: perl
19309            ! ext/B/B/Lint.pm
19310 ____________________________________________________________________________
19311 [ 11768] By: ams                                   on 2001/08/28  00:47:35
19312         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
19313              From: Michael G Schwern <schwern@pobox.com>
19314              Date: Mon, 27 Aug 2001 21:24:44 -0400
19315              Message-Id: <20010827212444.F12582@blackrider>
19316      Branch: perl
19317            ! pod/perlhack.pod t/op/pack.t
19318 ____________________________________________________________________________
19319 [ 11767] By: ams                                   on 2001/08/27  23:59:48
19320         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
19321              From: Michael G Schwern <schwern@pobox.com>
19322              Date: Mon, 27 Aug 2001 20:12:29 -0400
19323              Message-Id: <20010827201229.D12582@blackrider>
19324      Branch: perl
19325            ! pod/perlhack.pod t/op/pack.t
19326 ____________________________________________________________________________
19327 [ 11766] By: ams                                   on 2001/08/27  23:39:40
19328         Log: Update Changes.
19329      Branch: perl
19330            ! Changes
19331 ____________________________________________________________________________
19332 [ 11765] By: ams                                   on 2001/08/27  22:53:10
19333         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
19334              From: Michael G Schwern <schwern@pobox.com>
19335              Date: Mon, 27 Aug 2001 19:47:30 -0400
19336              Message-Id: <20010827194730.C12582@blackrider>
19337      Branch: perl
19338            ! t/op/inccode.t
19339 ____________________________________________________________________________
19340 [ 11764] By: ams                                   on 2001/08/27  22:46:21
19341         Log: Subject: [PATCH] new tests for the coderef-in-@INC
19342              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19343              Date: Mon, 27 Aug 2001 22:36:27 +0200
19344              Message-Id: <20010827223627.C690@rafael>
19345              
19346              Subject: Re: [PATCH] new tests for the coderef-in-@INC
19347              From: Nicholas Clark <nick@ccl4.org>
19348              Date: Tue, 28 Aug 2001 00:02:46 +0100
19349              Message-Id: <20010828000245.R4950@plum.flirble.org>
19350      Branch: perl
19351            + t/op/inccode.t
19352            ! MANIFEST
19353 ____________________________________________________________________________
19354 [ 11763] By: ams                                   on 2001/08/27  22:41:09
19355         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
19356              bleadperl on fire, Win95+4NT)
19357              From: Michael G Schwern <schwern@pobox.com>
19358              Date: Mon, 27 Aug 2001 16:54:42 -0400
19359              Message-Id: <20010827165442.F9436@blackrider>
19360      Branch: perl
19361            ! lib/warnings.t
19362 ____________________________________________________________________________
19363 [ 11762] By: sky                                   on 2001/08/27  19:19:17
19364         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
19365              avaible at compile time. This broke the compilation of 
19366              Net/Ping.pm
19367      Branch: perl
19368            ! lib/Net/Ping.pm
19369 ____________________________________________________________________________
19370 [ 11761] By: sky                                   on 2001/08/27  18:34:48
19371         Log: Removed tripple definitions of CUSTOM_OP functions.
19372      Branch: perl
19373            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
19374 ____________________________________________________________________________
19375 [ 11760] By: sky                                   on 2001/08/27  18:21:27
19376         Log: Regen headers
19377      Branch: perl
19378            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
19379            ! perlapi.h proto.h
19380 ____________________________________________________________________________
19381 [ 11759] By: ams                                   on 2001/08/27  16:31:53
19382         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
19383              From: "chromatic" <chromatic@rmci.net>
19384              Date: Mon, 27 Aug 2001 11:17:09 -0600
19385              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
19386      Branch: perl
19387            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
19388 ____________________________________________________________________________
19389 [ 11758] By: sky                                   on 2001/08/27  15:16:42
19390         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
19391              Thanks to H. Merijn Brand for the patch.
19392              Some of the comments and or guards might be removable in perl.h now.
19393      Branch: perl
19394            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
19395            ! Porting/Glossary Porting/config_H README.threads config_h.SH
19396            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
19397            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
19398            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
19399            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
19400            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
19401            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
19402            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
19403            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
19404            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
19405            ! win32/config_H.vc win32/perllib.c win32/win32.h
19406            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
19407            ! wince/config.h wince/config_H.ce wince/win32.h
19408            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
19409 ____________________________________________________________________________
19410 [ 11757] By: sky                                   on 2001/08/27  13:39:16
19411         Log: Subject: GNU ld parses arguments different
19412              From: H.Merijn Brand <h.m.brand@hccnet.nl>
19413              Date: Mon, 27 Aug 2001 16:25:51 +0200
19414              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
19415      Branch: perl
19416            ! hints/hpux.sh
19417 ____________________________________________________________________________
19418 [ 11756] By: sky                                   on 2001/08/27  13:18:45
19419         Log: Subject: Custom Ops
19420              From: Simon Cozens <simon@netthink.co.uk>
19421              Date: Sat, 25 Aug 2001 17:45:09 +0100
19422              Message-ID: <20010825174509.A5752@netthink.co.uk>
19423              I also added a fix to Opcode.pm to quite test cases.
19424      Branch: perl
19425            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
19426            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
19427 ____________________________________________________________________________
19428 [ 11755] By: sky                                   on 2001/08/27  05:37:17
19429         Log: Plugs a memory leak on destruction of regular expressions
19430              introcued by #11274.
19431              PL_regex_padav now has an AV as it's first entry with a list
19432              of freed regex_padav slots that it will reuse on creating
19433              new PMOPs.
19434      Branch: perl
19435            ! op.c perl.c
19436 ____________________________________________________________________________
19437 [ 11754] By: ams                                   on 2001/08/26  14:38:52
19438         Log: Subject: [PATCH] t/io/binmode.t
19439              From: Nicholas Clark <nick@ccl4.org>
19440              Date: Sun, 26 Aug 2001 12:03:05 +0100
19441              Message-Id: <20010826120305.C4950@plum.flirble.org>
19442              
19443              (Also a nitpick in #11752 to t/op/universal.t)
19444      Branch: perl
19445            ! t/io/binmode.t t/op/universal.t
19446 ____________________________________________________________________________
19447 [ 11753] By: ams                                   on 2001/08/26  08:19:34
19448         Log: Subject: [PATCH] op/universal.t failing
19449              From: Nicholas Clark <nick@ccl4.org>
19450              Date: Sun, 26 Aug 2001 09:48:22 +0100
19451              Message-Id: <20010826094822.B4950@plum.flirble.org>
19452      Branch: perl
19453            ! t/op/universal.t
19454 ____________________________________________________________________________
19455 [ 11752] By: ams                                   on 2001/08/25  22:46:13
19456         Log: Subject: Re: 'can' with undefined subs
19457              From: Tony Bowden <tony@kasei.com>
19458              Date: Sat, 25 Aug 2001 14:58:17 +0100
19459              Message-Id: <20010825145817.A11788@soto.kasei.com>
19460              (Applied with minor modifications.)
19461      Branch: perl
19462            ! t/op/universal.t
19463 ____________________________________________________________________________
19464 [ 11751] By: ams                                   on 2001/08/25  18:28:43
19465         Log: Subject: Re: 'can' with undefined subs
19466              From: Tony Bowden <tony@kasei.com>
19467              Date: Sat, 25 Aug 2001 15:13:14 +0100
19468              Message-Id: <20010825151314.B11788@soto.kasei.com>
19469      Branch: perl
19470            ! lib/UNIVERSAL.pm
19471 ____________________________________________________________________________
19472 [ 11750] By: nick                                  on 2001/08/25  15:24:15
19473         Log: Integrate mainline
19474      Branch: perlio
19475           +> t/io/binmode.t
19476           !> (integrate 26 files)
19477 ____________________________________________________________________________
19478 [ 11749] By: nick                                  on 2001/08/25  14:55:41
19479         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
19480              From:  John Peacock <jpeacock@rowman.com>
19481              Date:  Wed, 22 Aug 2001 12:05:28 -0400
19482              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
19483      Branch: perl
19484            ! pod/perlhack.pod
19485 ____________________________________________________________________________
19486 [ 11748] By: nick                                  on 2001/08/25  14:53:04
19487         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
19488              From:  Michael G Schwern <schwern@pobox.com>
19489              Date:  Wed, 22 Aug 2001 19:22:45 -0400
19490              Message-Id:  <20010822192245.U619@blackrider>
19491      Branch: perl
19492            ! MANIFEST
19493 ____________________________________________________________________________
19494 [ 11747] By: nick                                  on 2001/08/25  14:52:33
19495         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
19496              From:  Nicholas Clark <nick@ccl4.org>
19497              Date:  Wed, 22 Aug 2001 23:29:06 +0100
19498              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
19499      Branch: perl
19500            + t/io/binmode.t
19501            ! perlio.c pod/perlfunc.pod
19502 ____________________________________________________________________________
19503 [ 11744] By: nick                                  on 2001/08/25  14:37:33
19504         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
19505              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19506              Date:  Fri, 24 Aug 2001 22:10:42 +0200
19507              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
19508      Branch: perl
19509            ! x2p/a2py.c x2p/walk.c
19510 ____________________________________________________________________________
19511 [ 11743] By: nick                                  on 2001/08/25  14:32:47
19512         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
19513              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19514              Date:  Fri, 24 Aug 2001 23:34:13 +0200
19515              Message-Id:  <20010824233413.A1285@rafael>
19516      Branch: perl
19517            ! pod/perlfunc.pod pod/perlvar.pod
19518 ____________________________________________________________________________
19519 [ 11742] By: ams                                   on 2001/08/25  13:16:02
19520         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
19521              From: Nicholas Clark <nick@ccl4.org>
19522              Date: Sat, 25 Aug 2001 14:50:07 +0100
19523              Message-Id: <20010825145007.L41464@plum.flirble.org>
19524      Branch: perl
19525            ! pp_ctl.c
19526 ____________________________________________________________________________
19527 [ 11741] By: nick                                  on 2001/08/24  07:08:45
19528         Log: When applying patch via Porting/apply fails, do p4 refresh
19529              to get old files back.
19530      Branch: perl
19531            ! Porting/apply
19532 ____________________________________________________________________________
19533 [ 11740] By: ams                                   on 2001/08/24  04:47:24
19534         Log: #11739 was incomplete.
19535      Branch: perl
19536            ! pod/perldiag.pod
19537 ____________________________________________________________________________
19538 [ 11739] By: ams                                   on 2001/08/24  04:09:40
19539         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
19540              From: "Philip Newton" <Philip.Newton@gmx.net>
19541              Date: Fri, 24 Aug 2001 07:08:34 +0200
19542      Branch: perl
19543            ! pod/perldiag.pod
19544 ____________________________________________________________________________
19545 [ 11738] By: ams                                   on 2001/08/24  02:19:42
19546         Log: Fixed Doug Wilson's email address.
19547      Branch: perl
19548            ! AUTHORS
19549 ____________________________________________________________________________
19550 [ 11737] By: ams                                   on 2001/08/24  00:10:13
19551         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
19552              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19553              Date: Thu, 23 Aug 2001 22:22:58 +0200
19554              Message-Id: <20010823222258.A901@rafael>
19555      Branch: perl
19556            ! pod/perldiag.pod
19557 ____________________________________________________________________________
19558 [ 11736] By: ams                                   on 2001/08/24  00:05:02
19559         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
19560              From: "Craig A. Berry" <craigberry@mac.com>
19561              Date: Thu, 23 Aug 2001 19:07:45 -0500
19562              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
19563      Branch: perl
19564            ! configure.com
19565 ____________________________________________________________________________
19566 [ 11735] By: sky                                   on 2001/08/23  13:42:07
19567         Log: Backed out 11732, it breaks lib/strict.t 
19568      Branch: perl
19569            ! op.c
19570 ____________________________________________________________________________
19571 [ 11734] By: sky                                   on 2001/08/23  11:45:59
19572         Log: Removed toy from 17133 after Matt Sargeants request.
19573      Branch: perl
19574            ! pod/perlfaq4.pod
19575 ____________________________________________________________________________
19576 [ 11733] By: sky                                   on 2001/08/23  11:36:29
19577         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
19578              From: Robin Houston <robin@kitsite.com>
19579              Date: Wed, 22 Aug 2001 23:06:16 +0100
19580              Message-ID: <20010822230616.A254@robin.kitsite.com>
19581      Branch: perl
19582            ! pod/perlfaq4.pod
19583 ____________________________________________________________________________
19584 [ 11732] By: sky                                   on 2001/08/23  10:36:02
19585         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
19586              From: Simon Cozens <simon@netthink.co.uk>
19587              Date: Thu, 23 Aug 2001 12:06:36 +0100
19588              Message-ID: <20010823120636.A9961@netthink.co.uk>
19589      Branch: perl
19590            ! op.c
19591 ____________________________________________________________________________
19592 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
19593         Log: fix broken windows build
19594      Branch: perl
19595            ! perl.h
19596 ____________________________________________________________________________
19597 [ 11730] By: ams                                   on 2001/08/22  21:35:30
19598         Log: Subject: [PATCH] io/tell.t doesn't chdir t
19599              From: Nicholas Clark <nick@ccl4.org>
19600              Date: Wed, 22 Aug 2001 23:25:58 +0100
19601              Message-Id: <20010822232557.Y82818@plum.flirble.org>
19602      Branch: perl
19603            ! t/io/tell.t
19604 ____________________________________________________________________________
19605 [ 11729] By: ams                                   on 2001/08/22  20:32:21
19606         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
19607              questions)
19608              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19609              Date: Wed, 22 Aug 2001 17:09:04 -0400
19610              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
19611              (Oops, forgot File::Spec::Unix in the previous patch.)
19612      Branch: perl
19613            ! lib/File/Spec/Unix.pm
19614 ____________________________________________________________________________
19615 [ 11728] By: ams                                   on 2001/08/22  20:25:41
19616         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
19617              questions)
19618              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19619              Date: Wed, 22 Aug 2001 17:09:04 -0400
19620              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
19621      Branch: perl
19622            ! lib/File/Spec.pm
19623 ____________________________________________________________________________
19624 [ 11727] By: ams                                   on 2001/08/22  19:43:30
19625         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
19626              From: John Peacock <jpeacock@rowman.com>
19627              Date: Wed, 22 Aug 2001 12:35:52 -0400
19628              Message-Id: <3B83DF68.5D89DC81@rowman.com>
19629              (Adds proper tests for $], notwithstanding Subject. +nitpick)
19630      Branch: perl
19631            ! t/op/ver.t
19632 ____________________________________________________________________________
19633 [ 11726] By: ams                                   on 2001/08/22  19:36:39
19634         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
19635              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
19636              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
19637              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
19638      Branch: perl
19639            ! lib/diagnostics.pm lib/diagnostics.t
19640 ____________________________________________________________________________
19641 [ 11725] By: ams                                   on 2001/08/22  19:25:01
19642         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
19643              From: Nicholas Clark <nick@ccl4.org>
19644              Date: Wed, 22 Aug 2001 20:59:05 +0100
19645              Message-Id: <20010822205905.U82818@plum.flirble.org>
19646      Branch: perl
19647            ! pp.c t/op/64bitint.t t/op/arith.t
19648 ____________________________________________________________________________
19649 [ 11724] By: ams                                   on 2001/08/22  10:02:33
19650         Log: Subject: Configure blooper
19651              From: H.Merijn Brand <h.m.brand@hccnet.nl>
19652              Date: Wed, 22 Aug 2001 12:38:35 +0200
19653              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
19654      Branch: perl
19655            ! Configure
19656 ____________________________________________________________________________
19657 [ 11723] By: ams                                   on 2001/08/21  16:17:53
19658         Log: Subject: [PATCH] installperl -help
19659              From: Nicholas Clark <nick@ccl4.org>
19660              Date: Tue, 21 Aug 2001 17:34:23 +0100
19661              Message-Id: <20010821173423.F82818@plum.flirble.org>
19662      Branch: perl
19663            ! installperl
19664 ____________________________________________________________________________
19665 [ 11722] By: ams                                   on 2001/08/20  07:46:31
19666         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
19667              From: Ilmari Karonen <iltzu@sci.fi>
19668              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
19669              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
19670      Branch: perl
19671            ! pod/perlvar.pod
19672 ____________________________________________________________________________
19673 [ 11721] By: nick                                  on 2001/08/20  06:24:31
19674         Log: Integrate mainline
19675      Branch: perlio
19676           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
19677           +> lib/Lingua/KO/Hangul/Util/Changes
19678           +> lib/Lingua/KO/Hangul/Util/README
19679           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
19680           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
19681           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
19682           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
19683           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
19684           +> lib/Unicode/Normalize/t/test.t
19685            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
19686           !> (integrate 55 files)
19687 ____________________________________________________________________________
19688 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
19689         Log: Integrate Change #11599 from maint-5.6/perl
19690      Branch: maint-5.6/macperl
19691           !> README.win32
19692 ____________________________________________________________________________
19693 [ 11719] By: ams                                   on 2001/08/18  21:21:42
19694         Log: Add Porting/apply to MANIFEST.
19695      Branch: perl
19696            ! MANIFEST
19697 ____________________________________________________________________________
19698 [ 11718] By: sky                                   on 2001/08/18  14:38:01
19699         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
19700              Better solution would be to make 5005threaded perl use
19701              the same system as ithreads do
19702      Branch: perl
19703            ! perl.h
19704 ____________________________________________________________________________
19705 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
19706         Log: New try for ID 20010407.006: detach the semantics
19707              "was the last match target UTF8" into its own variable.
19708      Branch: perl
19709            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
19710            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
19711 ____________________________________________________________________________
19712 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
19713         Log: UTF8 flag should be meaningful only when POK.
19714      Branch: perl
19715            ! dump.c
19716 ____________________________________________________________________________
19717 [ 11715] By: sky                                   on 2001/08/18  11:45:16
19718         Log: USE_THREADS and USE_ITHREADS are never true at the same time
19719      Branch: perl
19720            ! perl.h
19721 ____________________________________________________________________________
19722 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
19723         Log: Retract #11712 for now.  The real fix would probably
19724              be something like making PL_reg_sv a copy (PV + UTF8)
19725              of the matched/substituted string (note: not just a SvPOK
19726              string, for example the stringified form of a ROK would
19727              be applicable)  Beware of leaks.
19728      Branch: perl
19729            ! pp_hot.c t/op/pat.t
19730 ____________________________________________________________________________
19731 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
19732         Log: UTF8 wasn't printing for PVMGs.
19733      Branch: perl
19734            ! dump.c
19735 ____________________________________________________________________________
19736 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
19737         Log: (Retracted by #11714)
19738              
19739              Okay analysis, debatable fix.  (The fix will inc
19740              the refcount of all temporary match objects,
19741              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
19742              which will then cause griping at untie() time
19743              ("inner references remain").
19744              
19745              Fix for ID 20010407.006: PL_reg_sv got wiped out
19746              by freetemps if the match target was a temporary
19747              (like function_call() =~ /.../), which in turn meant
19748              that the $1 et al stopped working if they had UTF-8
19749              in them.  Therefore bump up the refcount of PL_reg_sv.
19750      Branch: perl
19751            ! pp_hot.c t/op/pat.t
19752 ____________________________________________________________________________
19753 [ 11711] By: ams                                   on 2001/08/17  20:32:08
19754         Log: Subject: [PATCH] doesn't compile, was perl@11710
19755              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19756              Date: Fri, 17 Aug 2001 23:21:10 +0200
19757              Message-Id: <20010817232110.C7041@rafael> 
19758      Branch: perl
19759            ! sharedsv.c
19760 ____________________________________________________________________________
19761 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
19762         Log: Update Changes.
19763      Branch: perl
19764            ! Changes patchlevel.h
19765 ____________________________________________________________________________
19766 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
19767         Log: Upgrade to libnet 1.0704.
19768      Branch: perl
19769            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
19770            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
19771            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
19772            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
19773            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
19774            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
19775            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
19776 ____________________________________________________________________________
19777 [ 11708] By: sky                                   on 2001/08/17  13:34:04
19778         Log: Let perl_clone copy PL_exit_flags
19779      Branch: perl
19780            ! sv.c
19781 ____________________________________________________________________________
19782 [ 11707] By: sky                                   on 2001/08/17  12:28:41
19783         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
19784      Branch: perl
19785            ! sharedsv.c sharedsv.h
19786 ____________________________________________________________________________
19787 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
19788         Log: The metaconfig unit change for #11705.
19789      Branch: metaconfig/U/perl
19790            ! Extensions.U
19791 ____________________________________________________________________________
19792 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
19793         Log: Allow the threads extension to be found if present.
19794      Branch: perl
19795            ! Configure
19796 ____________________________________________________________________________
19797 [ 11704] By: nick                                  on 2001/08/17  11:47:54
19798         Log: Mail -> change script (pre-alpha)
19799      Branch: perl
19800            + Porting/apply
19801 ____________________________________________________________________________
19802 [ 11703] By: sky                                   on 2001/08/17  07:11:24
19803         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
19804              Thanks to Tom Hospel for pointing out my error.
19805      Branch: perl
19806            ! op.h
19807 ____________________________________________________________________________
19808 [ 11702] By: sky                                   on 2001/08/17  04:18:11
19809         Log: Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.
19810      Branch: perl
19811            ! embed.pl miniperlmain.c perl.c perl.h proto.h
19812 ____________________________________________________________________________
19813 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
19814         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
19815              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
19816      Branch: perl
19817            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
19818            + lib/Lingua/KO/Hangul/Util/README
19819            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
19820            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
19821            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
19822            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
19823            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
19824            + lib/Unicode/Normalize/t/test.t
19825            ! MANIFEST
19826 ____________________________________________________________________________
19827 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
19828         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
19829              Date: Thu, 16 Aug 2001 22:46:15 -0500
19830              From: "Craig A. Berry" <craigberry@mac.com>
19831              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
19832      Branch: perl
19833            ! configure.com numeric.c
19834 ____________________________________________________________________________
19835 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
19836         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
19837              of the usual suspects (like getpwent) but not for others
19838              (like localtime and rand).  The _r versions are available
19839              for all of them, so let's use them.
19840      Branch: perl
19841            ! perl.h
19842 ____________________________________________________________________________
19843 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
19844         Log: (Accidental apply; thankfully empty.)
19845      Branch: perl
19846            ! hints/os390.sh
19847 ____________________________________________________________________________
19848 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
19849         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
19850              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19851              Date: Thu, 16 Aug 2001 16:27:49 +0100
19852              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
19853      Branch: perl
19854            ! regexec.c t/op/re_tests
19855 ____________________________________________________________________________
19856 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
19857         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
19858              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19859              Date: Thu, 16 Aug 2001 18:50:01 +0100
19860              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
19861      Branch: perl
19862            ! pp_hot.c t/op/pat.t
19863 ____________________________________________________________________________
19864 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
19865         Log: Subject: [PATCH] *time_r again
19866              From: "Arthur Bergman" <arthur@contiller.se>
19867              Date: Thu, 16 Aug 2001 16:01:54 +0200
19868              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
19869      Branch: perl
19870            ! op.h
19871 ____________________________________________________________________________
19872 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
19873         Log: system() and backtick error handling cleanup from Craig A. Berry.
19874      Branch: perl
19875            ! vms/vms.c
19876 ____________________________________________________________________________
19877 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
19878         Log: change#10334 leaks memory, copies string when it doesn't
19879              need to
19880      Branch: perl
19881            ! perl.c
19882 ____________________________________________________________________________
19883 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
19884         Log: One more twist to the sprintf + utf8 testing.
19885      Branch: perl
19886            ! t/op/misc.t
19887 ____________________________________________________________________________
19888 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
19889         Log: Fix for 20010407.008 sprintf removes utf8-ness.
19890      Branch: perl
19891            ! pp.c t/op/misc.t
19892 ____________________________________________________________________________
19893 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
19894         Log: Subject: [PATCH] *time_r fixes
19895              From: "Arthur Bergman" <arthur@contiller.se>
19896              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
19897              Date: Thu, 16 Aug 2001 14:22:27 +0200
19898      Branch: perl
19899            ! op.h
19900 ____________________________________________________________________________
19901 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
19902         Log: Upgrade to CGI.pm 2.77.
19903      Branch: perl
19904            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
19905            ! lib/CGI/t/function.t
19906 ____________________________________________________________________________
19907 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
19908         Log: Document the bytes-to-Unicode upgrading.
19909      Branch: perl
19910            ! pod/perlunicode.pod
19911 ____________________________________________________________________________
19912 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
19913         Log: Add a test for Unicode sprintf.
19914      Branch: perl
19915            ! t/op/misc.t
19916 ____________________________________________________________________________
19917 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
19918         Log: Add Unicode tests for index/rindex.
19919      Branch: perl
19920            ! t/op/index.t
19921 ____________________________________________________________________________
19922 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
19923         Log: Document a bit the art of minimizing the installation,
19924              based on the p5p discussion.
19925      Branch: perl
19926            ! INSTALL
19927 ____________________________________________________________________________
19928 [ 11684] By: nick                                  on 2001/08/15  15:03:31
19929         Log: Integrate mainline
19930      Branch: perlio
19931           +> sharedsv.c sharedsv.h
19932           !> (integrate 53 files)
19933 ____________________________________________________________________________
19934 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
19935         Log: Update Changes.
19936      Branch: perl
19937            ! Changes patchlevel.h
19938 ____________________________________________________________________________
19939 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
19940         Log: The #11673 necessitated a test tweak.
19941      Branch: perl
19942            ! t/io/utf8.t
19943 ____________________________________________________________________________
19944 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
19945         Log: Also UNICOS is in the general case unable to silently
19946              handle fp overflows.
19947      Branch: perl
19948            ! numeric.c
19949 ____________________________________________________________________________
19950 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
19951         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
19952              NV_EPSILON #defined.
19953      Branch: perl
19954            ! perl.h
19955 ____________________________________________________________________________
19956 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
19957         Log: Re-establish the fp overflow detection for VAX VMS; there
19958              is no easy way to have the IEEE fp silent overflow semantics.
19959              (in Alpha VMS we still will use IEEE fp by default-- but it
19960              is still possible to configure Perl to use G_FLOAT)
19961      Branch: perl
19962            ! numeric.c
19963 ____________________________________________________________________________
19964 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
19965         Log: Subject: [PATCH] pp_lock 
19966              From: "Arthur Bergman" <arthur@contiller.se>
19967              Date: Wed, 15 Aug 2001 11:52:16 +0200
19968              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
19969      Branch: perl
19970            ! pp.c
19971 ____________________________________________________________________________
19972 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
19973         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
19974              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19975              Date: Wed, 15 Aug 2001 11:32:11 +0100
19976              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
19977      Branch: perl
19978            ! regcomp.c t/op/re_tests
19979 ____________________________________________________________________________
19980 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
19981         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
19982              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19983              Date: Wed, 15 Aug 2001 10:33:49 +0100
19984              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
19985      Branch: perl
19986            ! regexec.c t/op/re_tests
19987 ____________________________________________________________________________
19988 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
19989         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
19990              From: Barrie Slaymaker <barries@slaysys.com>
19991              Date: Tue, 14 Aug 2001 14:32:25 -0400
19992              Message-ID: <20010814143225.A19822@jester.slaysys.com>
19993      Branch: perl
19994            ! lib/File/Spec.t lib/File/Spec/Unix.pm
19995 ____________________________________________________________________________
19996 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
19997         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
19998              From: Peter Prymmer <pvhp@forte.com>
19999              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
20000              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
20001      Branch: perl
20002            ! README.vms configure.com
20003 ____________________________________________________________________________
20004 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
20005         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
20006              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20007              Date: Tue, 14 Aug 2001 21:23:27 +0200
20008              Message-ID: <20010814212327.A1919@rafael>
20009      Branch: perl
20010            ! doio.c
20011 ____________________________________________________________________________
20012 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
20013         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
20014              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
20015              Date: Tue, 14 Aug 2001 22:30:11 +0200
20016              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
20017              
20018              Combination of nmake, quoting, and Perl expanded $( in here-doc.
20019      Branch: perl
20020            ! ext/SDBM_File/Makefile.PL
20021 ____________________________________________________________________________
20022 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
20023         Log: Todo updates.
20024      Branch: perl
20025            ! pod/perltodo.pod
20026 ____________________________________________________________________________
20027 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
20028         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
20029              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
20030              Date: Mon, 13 Aug 2001 23:15:01 +0200
20031              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
20032      Branch: perl
20033            ! sv.c
20034 ____________________________________________________________________________
20035 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
20036         Log: Subject: [PATCH] [b-]showlex.t
20037              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20038              Date: Sun, 12 Aug 2001 22:24:51 +0200
20039              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
20040              
20041              The 4nt command shell will expand the % in command line
20042              no matter what quoting is attempted, changed the % to @.
20043      Branch: perl
20044            ! ext/B/Showlex.t
20045 ____________________________________________________________________________
20046 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
20047         Log: Subject: [PATCH] magic.t
20048              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
20049              Date: Sun, 12 Aug 2001 20:49:27 +0200
20050              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
20051      Branch: perl
20052            ! t/op/magic.t
20053 ____________________________________________________________________________
20054 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
20055         Log: Add sharedsv* to the DOSish platforms; plus add
20056              some WinCE files to the list of DOSish files.
20057      Branch: perl
20058            ! NetWare/Makefile Porting/makerel win32/Makefile
20059            ! win32/makefile.mk wince/Makefile.ce
20060 ____________________________________________________________________________
20061 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
20062         Log: More DOSish files.
20063      Branch: perl
20064            ! Porting/makerel
20065 ____________________________________________________________________________
20066 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
20067         Log: Strip CRs from the WinCE files.  Now we need to
20068              figure out in which CRs are really needed: probably
20069              Makefile.ce and the README files, at least, probably
20070              also the registry.bat.
20071      Branch: perl
20072            ! wince/Makefile.ce wince/README.compile wince/README.perlce
20073            ! wince/config.h wince/include/cectype.h wince/include/errno.h
20074            ! wince/include/sys/stat.h wince/include/sys/types.h
20075            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
20076            ! wince/perldll.def wince/registry.bat wince/wince.h
20077            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
20078 ____________________________________________________________________________
20079 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
20080         Log: Add some files to DOSish and writables.
20081      Branch: perl
20082            ! Porting/makerel
20083 ____________________________________________________________________________
20084 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
20085         Log: Compile failure message tidying.
20086      Branch: perl
20087            ! t/lib/1_compile.t
20088 ____________________________________________________________________________
20089 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
20090         Log: The new sharedsv* should be exported only if usethreads.
20091      Branch: perl
20092            ! makedef.pl
20093 ____________________________________________________________________________
20094 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
20095         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
20096              From: Peter Prymmer <pvhp@forte.com>
20097              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
20098              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
20099      Branch: perl
20100            ! README.os390
20101 ____________________________________________________________________________
20102 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
20103         Log: Update Changes.
20104      Branch: perl
20105            ! Changes patchlevel.h
20106 ____________________________________________________________________________
20107 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
20108         Log: Subject: [PATHC] sharedsv.[c|h]
20109              From: "Artur Bergman" <artur@contiller.se>
20110              Date: Mon, 13 Aug 2001 14:38:41 +0200
20111              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
20112              
20113              Subject: [PATCH] embed.pl
20114              From: Arthur Bergman <arthur@contiller.se>
20115              Date: Mon, 13 Aug 2001 14:38:14 +0200
20116              Message-ID: <B79D96D6.3088%arthur@contiller.se>
20117              
20118              Subject: [PATCH] sharedsv cleanups
20119              From: "Arthur Bergman" <arthur@contiller.se>
20120              Date: Mon, 13 Aug 2001 15:14:25 +0200
20121              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
20122              
20123              Plus few tweaks: _init needs to be Adp, the prototypes
20124              should not be revealed unless using ithreads, #endif FOO
20125              must be #endif /* FOO */, adding (parentheses) around
20126              do { } while doesn't work too well.
20127      Branch: perl
20128            + sharedsv.c sharedsv.h
20129            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
20130            ! perl.h perlapi.c pod/perlapi.pod proto.h
20131 ____________________________________________________________________________
20132 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
20133         Log: Subject: Re: END {} blocks run in perl_run
20134              From: Arthur Bergman <arthur@contiller.se>
20135              Date: Mon, 13 Aug 2001 11:11:30 +0200
20136              Message-ID: <B79D6661.3068%arthur@contiller.se>
20137      Branch: perl
20138            ! perl.c
20139 ____________________________________________________________________________
20140 [ 11657] By: nick                                  on 2001/08/13  09:03:02
20141         Log: Integrate mainline
20142      Branch: perlio
20143           +> (branch 326 files)
20144            - (delete 330 files)
20145           !> (integrate 85 files)
20146 ____________________________________________________________________________
20147 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
20148         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
20149              and the Perl will be built to do that by default (adding that
20150              will break scripts having non-UTF-8 binary data, such as Latin-1.)
20151      Branch: perl
20152            ! op.c toke.c utf8.h
20153 ____________________________________________________________________________
20154 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
20155         Log: Unnecessary downgrades.
20156      Branch: perl
20157            ! doop.c
20158 ____________________________________________________________________________
20159 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
20160         Log: Failure not true anymore (probably caused by my broken setup).
20161      Branch: perl
20162            ! t/op/pat.t
20163 ____________________________________________________________________________
20164 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
20165         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
20166              stopped working).
20167      Branch: perl
20168            ! op.h pp_ctl.c regcomp.c
20169 ____________________________________________________________________________
20170 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
20171         Log: There is no IN_UTF8.
20172      Branch: perl
20173            ! utf8.h
20174 ____________________________________________________________________________
20175 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
20176         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
20177      Branch: perl
20178            ! op.c op.h pp_ctl.c regcomp.c
20179 ____________________________________________________________________________
20180 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
20181         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
20182              and a test tweak.
20183      Branch: perl
20184            ! op.c t/pod/find.t
20185 ____________________________________________________________________________
20186 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
20187         Log: Todo updates and fixes.
20188      Branch: perl
20189            ! pod/perltodo.pod
20190 ____________________________________________________________________________
20191 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
20192         Log: Mark tests (and one module) having explicit Latin-1
20193              (and one file having explicit UTF-8) with an explicit
20194              'no utf8' (and one explicit 'use utf8').
20195              
20196              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
20197      Branch: perl
20198            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
20199            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
20200            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
20201 ____________________________________________________________________________
20202 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
20203         Log: Subject: SV: END {} blocks run in perl_run
20204              From: "Arthur Bergman" <arthur@contiller.se>
20205              Date: Sun, 12 Aug 2001 00:34:28 +0200 
20206              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
20207      Branch: perl
20208            ! miniperlmain.c perl.c
20209 ____________________________________________________________________________
20210 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
20211         Log: Typos in #11645.
20212      Branch: perl
20213            ! perl.h
20214 ____________________________________________________________________________
20215 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
20216         Log: On ithreads default to use_reentrant except on naturally
20217              threadsafe platforms.
20218      Branch: perl
20219            ! perl.h
20220 ____________________________________________________________________________
20221 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
20222         Log: (Hopefully) a fix for 20010723.004: make install needs
20223              write permission in build directory.  The problem was
20224              probably caused by overeager sprinkling of the lib/re.pm
20225              dependencies (which was done to guarantee lib/re.pm being
20226              uptodate for parallel makes: now solved by funneling that
20227              through an explicit recursive make in the preplibrary target).
20228      Branch: perl
20229            ! Makefile.SH
20230 ____________________________________________________________________________
20231 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
20232         Log: Dispell the "use utf8" superstition.
20233      Branch: perl
20234            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
20235            ! pod/perlunicode.pod
20236 ____________________________________________________________________________
20237 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
20238         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
20239              From: "Abigail" <abigail@foad.org> 
20240              Date: Sat, 11 Aug 2001 23:49:49 +0200
20241              Message-ID: <20010811214950.23255.qmail@foad.org>
20242      Branch: perl
20243            ! t/op/taint.t
20244 ____________________________________________________________________________
20245 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
20246         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
20247              From: Abhijit Menon-Sen <ams@wiw.org>
20248              Date: Sat, 11 Aug 2001 06:18:19 +0530
20249              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
20250      Branch: perl
20251            ! mg.c
20252 ____________________________________________________________________________
20253 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
20254         Log: Test for change #11639.
20255      Branch: perl
20256            ! t/op/tiehandle.t
20257 ____________________________________________________________________________
20258 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
20259         Log: Subject: Re: Can't localize *FH, then tie it
20260              From: Abhijit Menon-Sen <ams@wiw.org>
20261              Date: Sun, 12 Aug 2001 16:08:06 +0530
20262              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
20263      Branch: perl
20264            ! pp_hot.c pp_sys.c
20265 ____________________________________________________________________________
20266 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
20267         Log: Drop all the unnecessary "use utf8" clauses and some of
20268              the unnecessary "use bytes" ones.
20269              
20270              TODO: scour the documentation for unnecessary "use utf8"
20271              and prominently display it in perldelta when the time comes.
20272              ("use utf8" should be necessary ONLY if one wants the script
20273              to be in UTF-8.)  Also should be checked in some non-ASCII
20274              non-Latin-1 platform, like EBCDIC.
20275      Branch: perl
20276            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
20277            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
20278 ____________________________________________________________________________
20279 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
20280         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
20281              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
20282              in Unicode handling.
20283      Branch: perl
20284            + t/op/lc.t
20285            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
20286 ____________________________________________________________________________
20287 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
20288         Log: Thinko: we want the flags for native cc, not gcc.
20289      Branch: perl
20290            ! hints/dec_osf.sh
20291 ____________________________________________________________________________
20292 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
20293         Log: (retracted by 13077)
20294              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
20295              From: Robin Houston <robin@kitsite.com>
20296              Date: Fri, 10 Aug 2001 14:42:02 +0100
20297              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
20298      Branch: perl
20299            ! pp.c
20300 ____________________________________________________________________________
20301 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
20302         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
20303              From: Abhijit Menon-Sen <ams@wiw.org>
20304              Date: Sat, 11 Aug 2001 16:31:04 +0530
20305              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
20306      Branch: perl
20307            ! op.c
20308 ____________________________________________________________________________
20309 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
20310         Log: Get rid of indread, from Abhijit Menon-Sen.
20311      Branch: perl
20312            ! pp_sys.c
20313 ____________________________________________________________________________
20314 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
20315         Log: CRLFgngngn.
20316      Branch: perl
20317            ! win32/Makefile win32/makefile.mk
20318 ____________________________________________________________________________
20319 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
20320         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
20321      Branch: perl
20322            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
20323            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
20324            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
20325            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
20326            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
20327            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
20328            ! win32/Makefile win32/makefile.mk
20329 ____________________________________________________________________________
20330 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
20331         Log: Avoid #elif (less portable than #else #if).
20332      Branch: perl
20333            ! handy.h
20334 ____________________________________________________________________________
20335 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
20336         Log: Subject: patch for perlvar.pod
20337              From: mah@everybody.org (Mark A. Hershberger)
20338              Date: 08 Aug 2001 17:03:16 -0500
20339              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
20340      Branch: perl
20341            ! pod/perlvar.pod
20342 ____________________________________________________________________________
20343 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
20344         Log: cpp commands must start (the # must be) at the column #0.
20345      Branch: perl
20346            ! op.c
20347 ____________________________________________________________________________
20348 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
20349         Log: If using gcc -B/foo/bar makedepend would give
20350              unnecessary warnings about unused -B/foo/bar.
20351      Branch: perl
20352            ! makedepend.SH
20353 ____________________________________________________________________________
20354 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
20355         Log: Update Changes.
20356      Branch: perl
20357            ! Changes patchlevel.h
20358 ____________________________________________________________________________
20359 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
20360         Log: s/z/tz/
20361      Branch: perl
20362            ! pod/perlfaq2.pod
20363 ____________________________________________________________________________
20364 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
20365         Log: Article nit.
20366      Branch: perl
20367            ! pod/perlfaq2.pod
20368 ____________________________________________________________________________
20369 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
20370         Log: Rename lib/unicode files to lib/unicore to avoid
20371              conflicts between core lib/unicode and Unicode::
20372              files in case-ignoring filesystems.
20373      Branch: perl
20374            + (add 325 files)
20375            - (delete 324 files)
20376            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
20377 ____________________________________________________________________________
20378 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
20379         Log: Upgrade to Math::BigInt 1.41.
20380      Branch: perl
20381            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
20382 ____________________________________________________________________________
20383 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
20384         Log: Subject: [PATCH] remove PL_na from typemap
20385              From: James <james@rf.net>
20386              Date: Mon, 06 Aug 2001 20:23:15 -0700
20387              Message-ID: <3B6F5F23.A31A81B1@rf.net>
20388              
20389              (had to be manually applied)
20390      Branch: perl
20391            ! lib/ExtUtils/typemap
20392 ____________________________________________________________________________
20393 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
20394         Log: The metaconfig unit changes for #11618.
20395      Branch: metaconfig/U/perl
20396            + d_fpclassl.U i_fp.U
20397 ____________________________________________________________________________
20398 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
20399         Log: Forgot this from #11618.
20400              
20401              NOTE: wince/config_H.ce needs updating.
20402      Branch: perl
20403            ! wince/config.ce
20404 ____________________________________________________________________________
20405 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
20406         Log: Introduce more floating point classifying APIs;
20407              try to define (most importantly) Perl_is{inf,nan}(x).
20408              
20409              For this first cut, assume none such APIs exist in non-UNIXoid
20410              platforms-- this is of course too unkind: Win32 rumoredly has
20411              _fpclass() and _isnan(), and VMS/VOS very probably have some
20412              of the APIs available.     The only thing Perl uses at the moment
20413              is Perl_isnan() (has been in use for a while now).
20414              
20415              NOTE: the Win32 and NetWare config_h.?c need regenerating.
20416      Branch: perl
20417            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
20418            ! Porting/config_H config_h.SH configure.com epoc/config.sh
20419            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
20420            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20421            ! vos/config.ga.h win32/config.bc win32/config.gc
20422            ! win32/config.vc win32/config_H.bc win32/config_H.gc
20423            ! win32/config_H.vc wince/config.ce wince/config.h
20424 ____________________________________________________________________________
20425 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
20426         Log: Integrate change #11519 from perlio:
20427              
20428              Avoid testing for (non-)existance of "encoding(xxxx)"
20429              layer is called "encoding" the (xxxx) is an argument.
20430      Branch: perl
20431           !> lib/open.pm
20432 ____________________________________________________________________________
20433 [ 11616] By: nick                                  on 2001/08/09  07:50:24
20434         Log: Integrate mainline
20435      Branch: perlio
20436           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
20437           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
20438           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
20439           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
20440            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
20441            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
20442           !> (integrate 79 files)
20443 ____________________________________________________________________________
20444 [ 11615] By: nick                                  on 2001/08/09  06:23:44
20445         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
20446              layer is called "encoding" the (xxxx) is an argument.
20447      Branch: perlio
20448            ! lib/open.pm
20449 ____________________________________________________________________________
20450 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
20451         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
20452              From: Paul Johnson <paul@pjcj.net>
20453              Date: Wed, 8 Aug 2001 23:54:17 +0200
20454              Message-ID: <20010808235417.O1006@pjcj.net>
20455      Branch: perl
20456            ! ext/B/B/Concise.pm
20457 ____________________________________________________________________________
20458 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
20459         Log: Make VMS use IEEE math by default; reorder Tru64 hints
20460              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
20461              exception semantics) is always set if using (the new) cc.
20462      Branch: perl
20463            ! configure.com hints/dec_osf.sh
20464 ____________________________________________________________________________
20465 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
20466         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
20467              From: Abhijit Menon-Sen <ams@wiw.org>
20468              Date: Tue, 7 Aug 2001 17:16:05 +0530
20469              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
20470      Branch: perl
20471            ! pp_sys.c
20472 ____________________________________________________________________________
20473 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
20474         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
20475              From: "Craig A. Berry" <craigberry@mac.com>
20476              Date: Tue, 07 Aug 2001 22:27:47 -0500
20477              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
20478      Branch: perl
20479            ! t/run/exit.t
20480 ____________________________________________________________________________
20481 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
20482         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
20483              From: "Craig A. Berry" <craigberry@mac.com>
20484              Date: Tue, 07 Aug 2001 20:01:53 -0500
20485              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
20486      Branch: perl
20487            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
20488 ____________________________________________________________________________
20489 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
20490         Log: Update the magazine information.
20491      Branch: perl
20492            ! pod/perlfaq2.pod
20493 ____________________________________________________________________________
20494 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
20495         Log: Ignore SIGFPE everywhere.
20496      Branch: perl
20497            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
20498 ____________________________________________________________________________
20499 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
20500         Log: With permission, change the licensing of the docs by
20501              TomC (and Gnat) to comply with the rest of Perl.
20502      Branch: perl
20503            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
20504            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
20505            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
20506            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
20507            ! pod/perltootc.pod
20508 ____________________________________________________________________________
20509 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
20510         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
20511              From: Andy Dougherty <doughera@lafayette.edu>
20512              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
20513              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
20514      Branch: perl
20515            ! hints/openbsd.sh
20516 ____________________________________________________________________________
20517 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
20518         Log: Subject: [PATCH] Makefile.SH test_prep dependency
20519              From: Andy Dougherty <doughera@lafayette.edu>
20520              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
20521              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
20522      Branch: perl
20523            ! Makefile.SH
20524 ____________________________________________________________________________
20525 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
20526         Log: Don't autogenerate the headers et alia,
20527              make regen_headers explicitly.
20528      Branch: perl
20529            ! Makefile.SH
20530 ____________________________________________________________________________
20531 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
20532         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
20533              From: Gurusamy Sarathy <gsar@ActiveState.com> 
20534              Date: Tue, 07 Aug 2001 08:33:26 -0700
20535              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
20536              
20537              Unnecessary dependency.
20538      Branch: perl
20539            ! embed.pl
20540 ____________________________________________________________________________
20541 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
20542         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
20543              From: Abhijit Menon-Sen <ams@wiw.org>
20544              Date: Tue, 7 Aug 2001 09:10:54 +0530
20545              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
20546      Branch: perl
20547            ! pp_hot.c
20548 ____________________________________________________________________________
20549 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
20550         Log: Subject: [PATCH perl@11597] B && BEGIN handling
20551              From: "James A. Duncan" <jduncan@fotango.com>
20552              Date: Mon, 6 Aug 2001 17:29:11 +0100
20553              Message-ID: <20010806172911.A2071@fotango.com>
20554              
20555              (the intrpvar.h addition moved to the end for bincompat)
20556      Branch: perl
20557            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
20558 ____________________________________________________________________________
20559 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
20560         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
20561      Branch: perl
20562           !> README.win32
20563 ____________________________________________________________________________
20564 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
20565         Log: fix URLs for fcrypt.c
20566      Branch: maint-5.6/perl
20567            ! README.win32
20568 ____________________________________________________________________________
20569 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
20570         Log: Yet another way to say Infinity: HP-UX calls its "++".
20571      Branch: perl
20572            ! lib/Math/BigInt/t/bigintpm.t
20573 ____________________________________________________________________________
20574 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
20575         Log: Update Changes.
20576      Branch: perl
20577            ! Changes patchlevel.h
20578 ____________________________________________________________________________
20579 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
20580         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
20581      Branch: perl
20582            ! pod/perlfaq5.pod
20583 ____________________________________________________________________________
20584 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
20585         Log: The #11593 wasn't right.
20586      Branch: perl
20587            ! lib/Math/BigInt/t/bigintpm.t
20588 ____________________________________________________________________________
20589 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
20590         Log: Subject: [PATCH: perl@11564] introducing perlivp
20591              From: Prymmer/Kahn <pvhp@best.com>
20592              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
20593              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
20594              
20595              Subject: Re: [PATCH: perl@11564] introducing perlivp
20596              From: Prymmer/Kahn <pvhp@best.com>
20597              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
20598              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
20599      Branch: perl
20600            + utils/perlivp.PL
20601            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
20602            ! win32/Makefile win32/makefile.mk
20603 ____________________________________________________________________________
20604 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
20605         Log: libcs are confused what to call Infinity.
20606      Branch: perl
20607            ! lib/Math/BigInt/t/bigintpm.t
20608 ____________________________________________________________________________
20609 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
20610         Log: Avoid SIGFPE in Tru64.
20611      Branch: perl
20612            ! numeric.c
20613 ____________________________________________________________________________
20614 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
20615         Log: Upgrade to Math::BigInt 1.40.
20616              
20617              NOTE: this patch necessitates doing something about
20618              infinity handling since the new bigintpm.t tests use
20619              infinity, which causes SIGFPEs at least in Tru64.
20620      Branch: perl
20621            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20622            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
20623            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
20624            ! lib/Math/BigInt/t/mbimbf.t
20625 ____________________________________________________________________________
20626 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
20627         Log: remove hardcoded cmd shell in testsuite
20628      Branch: perl
20629            ! t/op/glob.t t/op/magic.t t/op/stat.t
20630 ____________________________________________________________________________
20631 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
20632         Log: 4-arg select() was busted on windows because change#8178 didn't
20633              make it into mainline
20634      Branch: perl
20635            ! perl.h win32/include/sys/socket.h
20636 ____________________________________________________________________________
20637 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
20638         Log: Rename the Getopt::Long tests to be as they are
20639              in the Getopt::Long official distribution.
20640      Branch: perl
20641            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
20642            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
20643            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
20644            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
20645            ! MANIFEST
20646 ____________________________________________________________________________
20647 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
20648         Log: Upgrade to Getopt::Long 2.26.
20649      Branch: perl
20650            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
20651            ! MANIFEST lib/Getopt/Long.pm
20652 ____________________________________________________________________________
20653 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
20654         Log: Retract #10874 (the hack should be unnecessary by now)
20655      Branch: perl
20656            ! lib/Test/Harness.pm
20657 ____________________________________________________________________________
20658 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
20659         Log: avoid temp file littering in tests
20660      Branch: perl
20661            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
20662 ____________________________________________________________________________
20663 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
20664         Log: Subject: warning in sv.c: double format, NV arg
20665              From: "Philip Newton" <Philip.Newton@gmx.net>
20666              Date: Sun, 5 Aug 2001 19:41:07 +0200
20667              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
20668      Branch: perl
20669            ! sv.c
20670 ____________________________________________________________________________
20671 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
20672         Log: fix POSIX.t#13 for windos
20673      Branch: perl
20674            ! ext/POSIX/POSIX.t
20675 ____________________________________________________________________________
20676 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
20677         Log: Add a test for PerlIO::Via.
20678      Branch: perl
20679            + ext/PerlIO/t/via.t
20680            ! MANIFEST ext/PerlIO/Via/Via.pm
20681 ____________________________________________________________________________
20682 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
20683         Log: flock() and link() are not available on Windows 9x
20684      Branch: perl
20685            ! win32/config_sh.PL
20686 ____________________________________________________________________________
20687 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
20688         Log: Some Tru64 C compilers have C++ components that confuse
20689              the ccversion parsing.
20690      Branch: perl
20691            ! hints/dec_osf.sh
20692 ____________________________________________________________________________
20693 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
20694         Log: (Reintroduce #11125)
20695              
20696              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
20697              From: Alan Burlison <Alan.Burlison@sun.com> 
20698              Date: Tue, 03 Jul 2001 15:20:13 +0100   
20699              Message-ID: <3B41D49D.A923D4F9@sun.com> 
20700      Branch: perl
20701            ! lib/ExtUtils/MM_Unix.pm
20702 ____________________________________________________________________________
20703 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
20704         Log: Little pointer juggling for HP-UX cc to avoid
20705              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
20706              followed by
20707              "error 1549: Modifiable lvalue required for assignment operator."
20708      Branch: perl
20709            ! hv.c
20710 ____________________________________________________________________________
20711 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
20712         Log: Continuation of #11575: SANY_SEEN completely deprecated,
20713              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
20714              plus a fix for the bug.
20715      Branch: perl
20716            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
20717 ____________________________________________________________________________
20718 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
20719         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
20720              From: Doug MacEachern <dougm@covalent.net>
20721              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
20722              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
20723      Branch: perl
20724            ! sv.c
20725 ____________________________________________________________________________
20726 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
20727         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
20728              the new CANY is the \C.  The problem reported and the
20729              test case supplied in
20730              
20731              Subject: UTF-8 bugs in string length & single line regex matches
20732              From: "Daniel P. Berrange" <dan@berrange.com>
20733              Date: Fri, 3 Aug 2001 11:39:33 +0100
20734              Message-ID: <20010803113932.A19318@berrange.com>
20735      Branch: perl
20736            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
20737            ! t/op/pat.t
20738 ____________________________________________________________________________
20739 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
20740         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
20741              From: Doug MacEachern <dougm@covalent.net>
20742              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
20743              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
20744      Branch: perl
20745            ! perl.c regexec.c
20746 ____________________________________________________________________________
20747 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
20748         Log: The #11572 didn't up the test count.
20749      Branch: perl
20750            ! t/op/length.t
20751 ____________________________________________________________________________
20752 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
20753         Log: Subject: UTF-8 bugs in string length & single line regex matches
20754              From: "Daniel P. Berrange" <dan@berrange.com>
20755              Date: Fri, 3 Aug 2001 11:39:33 +0100         
20756              Message-ID: <20010803113932.A19318@berrange.com>
20757              
20758              (the mg_length() fix)
20759      Branch: perl
20760            ! mg.c t/op/length.t
20761 ____________________________________________________________________________
20762 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
20763         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
20764              From: Abhijit Menon-Sen <ams@wiw.org>
20765              Date: Sat, 4 Aug 2001 16:56:35 +0530
20766              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
20767      Branch: perl
20768            ! hv.c
20769 ____________________________________________________________________________
20770 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
20771         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
20772              From: Abhijit Menon-Sen <ams@wiw.org>
20773              Date: Sat, 4 Aug 2001 16:16:03 +0530
20774              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
20775      Branch: perl
20776            ! hv.c
20777 ____________________________________________________________________________
20778 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
20779         Log: Subject: Re: [patch] refcount re ops
20780              From: Abhijit Menon-Sen <ams@wiw.org>
20781              Date: Sat, 4 Aug 2001 08:54:55 +0530
20782              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
20783      Branch: perl
20784            ! sv.c
20785 ____________________________________________________________________________
20786 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
20787         Log: Subject: [patch] refcount re ops
20788              From: Doug MacEachern <dougm@covalent.net>
20789              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
20790              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
20791      Branch: perl
20792            ! regcomp.c sv.c
20793 ____________________________________________________________________________
20794 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
20795         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
20796              From: Doug MacEachern <dougm@covalent.net>
20797              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
20798              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
20799      Branch: perl
20800            ! perl.c regexec.c
20801 ____________________________________________________________________________
20802 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
20803         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
20804              From: "Craig A. Berry" <craigberry@mac.com> 
20805              Date: Fri, 03 Aug 2001 16:16:16 -0500
20806              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
20807      Branch: perl
20808            ! t/op/misc.t
20809 ____________________________________________________________________________
20810 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
20811         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
20812              From: John Kristian <jmk2001@engineer.com>
20813              Date: Fri, 03 Aug 2001 00:59:08 -0700
20814              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
20815      Branch: perl
20816            ! win32/win32.c
20817 ____________________________________________________________________________
20818 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
20819         Log: Update Changes.
20820      Branch: perl
20821            ! Changes patchlevel.h
20822 ____________________________________________________________________________
20823 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
20824         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
20825              From: "Craig A. Berry" <craigberry@mac.com>
20826              Date: Thu, 02 Aug 2001 23:15:24 -0500
20827              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
20828      Branch: perl
20829            ! ext/B/Stash.t
20830 ____________________________________________________________________________
20831 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
20832         Log: Subject: [patch] plug PL_cshname leak
20833              From: Doug MacEachern <dougm@covalent.net>
20834              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
20835              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
20836      Branch: perl
20837            ! sv.c
20838 ____________________________________________________________________________
20839 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
20840         Log: Subject: [patch] plug PL_sh_path leak
20841              From: Doug MacEachern <dougm@covalent.net>
20842              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
20843              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
20844      Branch: perl
20845            ! sv.c
20846 ____________________________________________________________________________
20847 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
20848         Log: Subject: [patch] plug PL_regex_padav leaks
20849              From: Doug MacEachern <dougm@covalent.net>
20850              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
20851              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
20852      Branch: perl
20853            ! op.c op.h perl.c
20854 ____________________________________________________________________________
20855 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
20856         Log: Subject: [patch] plug PL_origargv leak
20857              From: Doug MacEachern <dougm@covalent.net>
20858              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
20859              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
20860      Branch: perl
20861            ! perl.c
20862 ____________________________________________________________________________
20863 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
20864         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
20865              From: Abhijit Menon-Sen <ams@wiw.org>
20866              Date: Fri, 3 Aug 2001 06:38:11 +0530
20867              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
20868      Branch: perl
20869            ! hv.c
20870 ____________________________________________________________________________
20871 [ 11557] By: nick                                  on 2001/08/03  08:17:38
20872         Log: Integrate mainline
20873      Branch: perlio
20874           +> (branch 47 files)
20875            - lib/Switch/test.pl
20876           !> (integrate 49 files)
20877 ____________________________________________________________________________
20878 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
20879         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
20880              From: "Craig A. Berry" <craigberry@mac.com>
20881              Date: Thu, 02 Aug 2001 12:56:19 -0500
20882              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
20883      Branch: perl
20884            ! ext/B/Showlex.t
20885 ____________________________________________________________________________
20886 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
20887         Log: Be more careful about non-existent files.
20888      Branch: perl
20889            ! lib/File/Copy.pm
20890 ____________________________________________________________________________
20891 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
20892         Log: Subject: [PATCH resend] deparse empty formats
20893              From: Robin Houston <robin@kitsite.com> 
20894              Date: Thu, 2 Aug 2001 14:32:36 +0100
20895              Message-ID: <20010802143236.A894@robin.kitsite.com>
20896      Branch: perl
20897            ! ext/B/B/Deparse.pm
20898 ____________________________________________________________________________
20899 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
20900         Log: Subject: [patch] ithreads + refto fix improvement
20901              From: Doug MacEachern <dougm@covalent.net>
20902              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
20903              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
20904      Branch: perl
20905            ! pp.c
20906 ____________________________________________________________________________
20907 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
20908         Log: Readability nit from Abhijit.
20909      Branch: perl
20910            ! op.c
20911 ____________________________________________________________________________
20912 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
20913         Log: setproctitle() API version nit from Anton Berezin.
20914      Branch: perl
20915            ! mg.c
20916 ____________________________________________________________________________
20917 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
20918         Log: Add PerlCE to the docs.
20919      Branch: perl
20920            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
20921            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
20922 ____________________________________________________________________________
20923 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
20924         Log: Integrate the PerlCE (WinCE Perl) port;
20925              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
20926      Branch: perl
20927            + README.ce wince/FindExt.pm wince/Makefile.ce
20928            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
20929            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
20930            + wince/bin/search.pl wince/config.ce wince/config.h
20931            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
20932            + wince/dl_win32.xs wince/include/arpa/inet.h
20933            + wince/include/cectype.h wince/include/errno.h
20934            + wince/include/netdb.h wince/include/sys/socket.h
20935            + wince/include/sys/stat.h wince/include/sys/types.h
20936            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
20937            + wince/perl.rc wince/perldll.def wince/perllib.c
20938            + wince/perlmain.c wince/registry.bat wince/runperl.c
20939            + wince/splittree.pl wince/win32.h wince/win32iop.h
20940            + wince/win32thread.c wince/win32thread.h wince/wince.c
20941            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
20942            + wince/xdistclean.ksh wince/xmakediffs.ksh
20943            ! MANIFEST perl.c perl.h perlio.c
20944 ____________________________________________________________________________
20945 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
20946         Log: setproctitle() made simpler.  (This assumes the string is
20947              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
20948              should be used.  Note len, not len + 1.)  BSD-fu from Anton
20949              Berezin.
20950      Branch: perl
20951            ! mg.c
20952 ____________________________________________________________________________
20953 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
20954         Log: Subject: [PATCH] -Wall cleanup: op.c
20955              From: Richard Soderberg <rs@oregonnet.com>
20956              Date: Thu, 2 Aug 2001 00:17:09 -0700
20957              Message-Id: <200108020717.AAA26895@oregonnet.com>
20958              
20959              Subject: [PATCH] -Wall cleanup: sv.c
20960              From: Richard Soderberg <rs@oregonnet.com>
20961              Date: Thu, 2 Aug 2001 00:49:21 -0700
20962              Message-Id: <200108020749.AAA27492@oregonnet.com>
20963      Branch: perl
20964            ! op.c sv.c
20965 ____________________________________________________________________________
20966 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
20967         Log: Update Changes.
20968      Branch: perl
20969            ! Changes patchlevel.h
20970 ____________________________________________________________________________
20971 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
20972         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
20973              From: Doug MacEachern <dougm@covalent.net>
20974              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
20975              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
20976      Branch: perl
20977            ! op.c
20978 ____________________________________________________________________________
20979 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
20980         Log: The #11541 didn't work under threads.
20981      Branch: perl
20982            ! op.c
20983 ____________________________________________________________________________
20984 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
20985         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
20986              From: Hugo <hv@crypt.compulink.co.uk>
20987              Date: Fri, 22 Jun 2001 01:19:08 +0100 
20988              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
20989              
20990              (Skip tests if accept() failed)
20991      Branch: perl
20992            ! ext/IO/lib/IO/t/io_unix.t
20993 ____________________________________________________________________________
20994 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
20995         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
20996              From: "Stian Seeberg" <sseeberg@nimsoft.no>
20997              Date: Mon, 30 Jul 2001 12:28:07 +0200
20998              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
20999      Branch: perl
21000            ! perl.h
21001 ____________________________________________________________________________
21002 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
21003         Log: Subject: Pluggable optimizer
21004              From: Simon Cozens <simon@netthink.co.uk>
21005              Date: Wed, 1 Aug 2001 13:57:02 -0700
21006              Message-ID: <20010801135702.I10442@netthink.co.uk>
21007      Branch: perl
21008            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
21009 ____________________________________________________________________________
21010 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
21011         Log: Subject: [ID 20010801.039] perlre.pod message typo
21012              From: Autrijus Tang <autrijus@geb.elixus.org>
21013              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
21014              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
21015      Branch: perl
21016            ! pod/perlre.pod
21017 ____________________________________________________________________________
21018 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
21019         Log: Test for change #11536.
21020      Branch: perl
21021            ! t/op/tiehandle.t
21022 ____________________________________________________________________________
21023 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
21024         Log: More test fixups for #11537.
21025      Branch: perl
21026            ! t/lib/warnings/4lint t/lib/warnings/9enabled
21027 ____________________________________________________________________________
21028 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
21029         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
21030              From: Doug MacEachern <dougm@covalent.net>
21031              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
21032              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
21033      Branch: perl
21034            ! op.c t/TestInit.pm
21035 ____________________________________________________________________________
21036 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
21037         Log: Subject: [patch] ithreads + refto bug
21038              From: Doug MacEachern <dougm@covalent.net>
21039              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
21040              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
21041              
21042              (Test in change #11539)
21043      Branch: perl
21044            ! pp.c
21045 ____________________________________________________________________________
21046 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
21047         Log: Subject: [PATCH: perl@11523] fixups for t/harness
21048              From: Prymmer/Kahn <pvhp@best.com>
21049              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
21050              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
21051      Branch: perl
21052            ! t/harness
21053 ____________________________________________________________________________
21054 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
21055         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
21056              From: Prymmer/Kahn <pvhp@best.com>
21057              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
21058              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
21059      Branch: perl
21060            ! win32/Makefile win32/makefile.mk
21061 ____________________________________________________________________________
21062 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
21063         Log: Need to know the number of tests.
21064      Branch: perl
21065            ! t/run/exit.t
21066 ____________________________________________________________________________
21067 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
21068         Log: Subject: Re: new exit tests on VMS
21069              From: "Craig A. Berry" <craigberry@mac.com>
21070              Date: Tue, 31 Jul 2001 12:19:29 -0500
21071              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
21072      Branch: perl
21073            ! t/run/exit.t
21074 ____________________________________________________________________________
21075 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
21076         Log: Retract #11530 (the dTHX is needed under threads)
21077      Branch: perl
21078            ! perlio.c
21079 ____________________________________________________________________________
21080 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
21081         Log: (Retracted by #11531)
21082      Branch: perl
21083            ! perlio.c
21084 ____________________________________________________________________________
21085 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
21086         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
21087              From: Richard Soderberg <rs@crystalflame.net>
21088              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
21089              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
21090      Branch: perl
21091            ! unixish.h
21092 ____________________________________________________________________________
21093 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
21094         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
21095              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21096              Date: Tue, 31 Jul 2001 05:39:09 -0400
21097              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
21098              
21099              (with a note about the case of UV being equal to long long)
21100      Branch: perl
21101            ! utils/h2xs.PL
21102 ____________________________________________________________________________
21103 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
21104         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
21105              From: "Craig A. Berry" <craigberry@mac.com>
21106              Date: Tue, 31 Jul 2001 14:57:43 -0500
21107              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
21108      Branch: perl
21109            ! t/io/fs.t
21110 ____________________________________________________________________________
21111 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
21112         Log: Fix for
21113              
21114              Subject: [ID 20010116.001] File::Copy truncates orig file 
21115              From: arbor@al37al08.telecel.pt
21116              Date: Tue, 16 Jan 2001 11:43:02 GMT
21117              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
21118              
21119              (copy($foo, $foo) would truncate $foo)
21120      Branch: perl
21121            ! lib/File/Copy.pm lib/File/Copy.t
21122 ____________________________________________________________________________
21123 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
21124         Log: Metaconfig unit change for #11524.
21125      Branch: metaconfig/U/perl
21126            ! Extras.U
21127 ____________________________________________________________________________
21128 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
21129         Log: Multiple modules didn't work; plus typo fixes.
21130      Branch: perl
21131            ! Configure
21132 ____________________________________________________________________________
21133 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
21134         Log: Update Changes.
21135      Branch: perl
21136            ! Changes patchlevel.h
21137 ____________________________________________________________________________
21138 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
21139         Log: Regen perlapi.
21140      Branch: perl
21141            ! pod/perlapi.pod
21142 ____________________________________________________________________________
21143 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
21144         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
21145              From: Dave Mitchell <davem@fdgroup.co.uk>
21146              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
21147              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
21148      Branch: perl
21149            ! sv.c
21150 ____________________________________________________________________________
21151 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
21152         Log: Regen toc.
21153      Branch: perl
21154            ! pod/perltoc.pod
21155 ____________________________________________________________________________
21156 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
21157         Log: Regen Porting stuff.
21158      Branch: perl
21159            ! Porting/Glossary Porting/config.sh Porting/config_H
21160 ____________________________________________________________________________
21161 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
21162         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
21163              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21164              Date: Tue, 31 Jul 2001 05:34:38 -0400
21165              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
21166      Branch: perl
21167            ! utils/h2xs.PL
21168 ____________________________________________________________________________
21169 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
21170         Log: Metaconfig unit change for #11516. 
21171      Branch: metaconfig/U/perl
21172            ! gccvers.U
21173 ____________________________________________________________________________
21174 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
21175         Log: Add -Wall in cflags, not in Configure.
21176              (This way -Wall affects only the core and the core XS,
21177              not user modules' XS.  Concern from Paul Marquess,
21178              implementation idea from Andy Dougherty.)
21179      Branch: perl
21180            ! Configure cflags.SH
21181 ____________________________________________________________________________
21182 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
21183         Log: Metaconfig unit changes for #11514.
21184      Branch: metaconfig
21185            + U/modified/sysman.U
21186            ! U/installdirs/man1dir.U
21187 ____________________________________________________________________________
21188 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
21189         Log: Subject: Configure's detection of system manual
21190              From: Sean Dague <sean@dague.net> 
21191              Date: Sun, 13 May 2001 15:53:15 -0400
21192              Message-ID: <20010513155315.A15833@underhill.dague.net>
21193      Branch: perl
21194            ! Configure
21195 ____________________________________________________________________________
21196 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
21197         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
21198              From: Autrijus Tang <autrijus@autrijus.org> 
21199              Date: Thu, 21 Jun 2001 23:56:48 +0800
21200              Message-Id: <20010621235648.A57340@not.autrijus.org>
21201      Branch: perl
21202            ! pod/perlobj.pod
21203 ____________________________________________________________________________
21204 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
21205         Log: Subject: Typo in DB_File.pm
21206              From: "Philip Newton" <Philip.Newton@gmx.net>
21207              Date: Tue, 31 Jul 2001 06:19:35 +0200
21208              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
21209      Branch: perl
21210            ! ext/DB_File/DB_File.pm
21211 ____________________________________________________________________________
21212 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
21213         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
21214              From: "Stephen P. Potter" <spp@spotter.yi.org>
21215              Date: Wed, 30 May 2001 13:59:34 -0400
21216              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
21217      Branch: perl
21218            ! pod/perlre.pod
21219 ____________________________________________________________________________
21220 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
21221         Log: eval "format foo=" would loop indefinitely; reported in
21222              
21223              Subject: A load of old rubbish
21224              From: Mike Guy <mjtg@cam.ac.uk>
21225              Date: Mon, 14 May 2001 16:12:22 +0100
21226              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
21227              
21228              (The core dumps reported in there already fixed.)
21229      Branch: perl
21230            ! toke.c
21231 ____________________________________________________________________________
21232 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
21233         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
21234      Branch: perl
21235            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
21236            + lib/Switch/t/switch_case.t
21237            - lib/Switch/test.pl
21238            ! MANIFEST lib/Switch.pm
21239 ____________________________________________________________________________
21240 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
21241         Log: Subject: [PATCH @11505] DB_File-1.78
21242              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
21243              Date: Mon, 30 Jul 2001 22:54:37 +0100
21244              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
21245      Branch: perl
21246            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21247            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
21248 ____________________________________________________________________________
21249 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
21250         Log: Explain in more detail why -pipe and -fno-common are good.
21251      Branch: perl
21252            ! hints/darwin.sh
21253 ____________________________________________________________________________
21254 [ 11506] By: nick                                  on 2001/07/30  14:32:23
21255         Log: Integrate mainline
21256      Branch: perlio
21257           !> INSTALL Makefile.SH doio.c hints/darwin.sh
21258 ____________________________________________________________________________
21259 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
21260         Log: Perl hasn't been putting man pages into $prefix/lib for
21261              a long time now; pointed out by Andy Dougherty. 
21262      Branch: perl
21263            ! hints/darwin.sh
21264 ____________________________________________________________________________
21265 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
21266         Log: Document the extras Configure option.
21267      Branch: perl
21268            ! INSTALL
21269 ____________________________________________________________________________
21270 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
21271         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
21272              everywhere.
21273      Branch: perl
21274           !> doio.c
21275 ____________________________________________________________________________
21276 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
21277         Log: Doubly guard against invoking CPAN if no extras defined,
21278              pointed out by H. Merijn Brand.
21279      Branch: perl
21280            ! Makefile.SH
21281 ____________________________________________________________________________
21282 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
21283         Log: Fix O_RDONLY check to check for O_RDONLY.
21284      Branch: maint-5.6/macperl
21285            ! doio.c
21286 ____________________________________________________________________________
21287 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
21288         Log: Integrate miscellaneous changes from maint-5.6/perl.
21289      Branch: maint-5.6/macperl
21290           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
21291 ____________________________________________________________________________
21292 [ 11499] By: nick                                  on 2001/07/30  06:52:42
21293         Log: Integrate mainline
21294      Branch: perlio
21295           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
21296           +> win32/sync_ext.pl
21297            - win32/sncfnmcs.pl
21298           !> (integrate 71 files)
21299 ____________________________________________________________________________
21300 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
21301         Log: Update Changes.
21302      Branch: perl
21303            ! Changes patchlevel.h
21304 ____________________________________________________________________________
21305 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
21306         Log: Now Configure -Dextras=Foo::Bar and "make install" will
21307              fetch and install Foo::Bar.
21308      Branch: perl
21309            ! Makefile.SH
21310 ____________________________________________________________________________
21311 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
21312         Log: Metaconfig unit change for #11495.
21313      Branch: metaconfig/U/perl
21314            ! Extras.U
21315 ____________________________________________________________________________
21316 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
21317         Log: extras.make, extras.test, and extras.install make targets.
21318      Branch: perl
21319            ! Configure Makefile.SH
21320 ____________________________________________________________________________
21321 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
21322         Log: Metaconfig unit change for #11493.
21323      Branch: metaconfig/U/perl
21324            ! Extras.U
21325 ____________________________________________________________________________
21326 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
21327         Log: Better to have the list of extras in $extras than 'define'.
21328      Branch: perl
21329            ! Configure
21330 ____________________________________________________________________________
21331 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
21332         Log: The metaconfig unit change for #11490.
21333      Branch: metaconfig/U/perl
21334            + Extras.U
21335 ____________________________________________________________________________
21336 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
21337         Log: Missed from #11490 (the required dependency).
21338      Branch: perl
21339            ! Makefile.SH
21340 ____________________________________________________________________________
21341 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
21342         Log: Add the support of asking for extra modules or bundles of modules
21343              to be fetched from the CPAN and installed as a part of the Perl
21344              build process.  None of this installation is yet really done;
21345              only the list is asked, and saved away in extras.lst for
21346              the build and installation process to worry about later.
21347      Branch: perl
21348            ! Configure
21349 ____________________________________________________________________________
21350 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
21351         Log: Beginnings of better Inf and NaN support.
21352              At least toke.c and sv.c still need quite a bit of work.
21353      Branch: perl
21354            ! numeric.c perl.h
21355 ____________________________________________________________________________
21356 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
21357         Log: Top-level Makefile didn't honour OPTIMIZE.
21358      Branch: perl
21359            ! Makefile.SH
21360 ____________________________________________________________________________
21361 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
21362         Log: Update Changes.
21363      Branch: perl
21364            ! Changes patchlevel.h
21365 ____________________________________________________________________________
21366 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
21367         Log: Use Search::Dict 1.02 interface for charinfo().
21368      Branch: perl
21369            ! lib/UnicodeCD.pm
21370 ____________________________________________________________________________
21371 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
21372         Log: Now also allow transforming the read lines before comparing them.
21373              (This will help UnicodeCD.) 
21374      Branch: perl
21375            ! lib/Search/Dict.pm
21376 ____________________________________________________________________________
21377 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
21378         Log: Remove tiehandle code.
21379      Branch: perl
21380            ! lib/UnicodeCD.pm
21381 ____________________________________________________________________________
21382 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
21383         Log: Allow specifying a comparison function for Search::Dict::look().
21384      Branch: perl
21385            ! lib/Search/Dict.pm
21386 ____________________________________________________________________________
21387 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
21388         Log: Small UnicodeCD tweaks.
21389      Branch: perl
21390            ! lib/UnicodeCD.pm lib/UnicodeCD.t
21391 ____________________________________________________________________________
21392 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
21393         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
21394              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21395              Date: Tue, 24 Jul 2001 01:51:32 +0900
21396              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
21397      Branch: perl
21398            ! lib/UnicodeCD.pm lib/UnicodeCD.t
21399 ____________________________________________________________________________
21400 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
21401         Log: Subject: [PATCH] installperl
21402              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
21403              Date: Fri, 27 Jul 2001 19:05:04 -0700
21404              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
21405      Branch: perl
21406            ! installperl
21407 ____________________________________________________________________________
21408 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
21409         Log: Subject: [PATCH] Set proper compatibility versions in core
21410              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
21411              Date: Fri, 27 Jul 2001 20:01:49 -0700
21412              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
21413      Branch: perl
21414            ! Makefile.SH
21415 ____________________________________________________________________________
21416 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
21417         Log: Metaconfig unit change for #11477.
21418      Branch: metaconfig/U/perl
21419            ! dlsrc.U
21420 ____________________________________________________________________________
21421 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
21422         Log: Subject: [PATCH] Darwin: -fpic not so good
21423              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
21424              Date: Fri, 27 Jul 2001 18:57:38 -0700
21425              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
21426      Branch: perl
21427            ! Configure
21428 ____________________________________________________________________________
21429 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
21430         Log: Subject: [PATCH] Clean up Darwin hints
21431              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
21432              Date: Fri, 27 Jul 2001 19:13:15 -0700
21433              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
21434      Branch: perl
21435            ! hints/darwin.sh
21436 ____________________________________________________________________________
21437 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
21438         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
21439              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21440              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
21441              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
21442      Branch: perl
21443            ! pod/perlfunc.pod pp.c t/op/split.t
21444 ____________________________________________________________________________
21445 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
21446         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
21447              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21448              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
21449              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
21450      Branch: perl
21451            ! pod/perlvar.pod
21452 ____________________________________________________________________________
21453 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
21454         Log: Subject: [PATCH] fixes to constant.pm documentation
21455              From: Ilmari Karonen <iltzu@sci.fi>
21456              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
21457              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
21458      Branch: perl
21459            ! lib/constant.pm
21460 ____________________________________________________________________________
21461 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
21462         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
21463              From: "Philip Newton" <Philip.Newton@gmx.net>
21464              Date: Fri, 27 Jul 2001 07:51:10 +0200
21465              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
21466      Branch: perl
21467            ! pod/perlport.pod
21468 ____________________________________________________________________________
21469 [ 11471] By: nick                                  on 2001/07/26  06:23:32
21470         Log: Subject:  [PATCH] Doc fix for perlguts / threading
21471              From:  Arthur Bergman <arthur@contiller.se>
21472              Date:  Wed, 25 Jul 2001 11:28:23 +0200
21473              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
21474      Branch: perl
21475            ! pod/perlguts.pod
21476 ____________________________________________________________________________
21477 [ 11470] By: nick                                  on 2001/07/26  06:21:06
21478         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
21479              From:  Philip Newton <Philip.Newton@gmx.net>
21480              Date:  Wed, 25 Jul 2001 08:19:47 +0200
21481              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
21482      Branch: perl
21483            ! INSTALL
21484 ____________________________________________________________________________
21485 [ 11469] By: nick                                  on 2001/07/26  06:20:25
21486         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
21487              From:  Philip Newton <Philip.Newton@gmx.net>
21488              Date:  Wed, 25 Jul 2001 08:12:48 +0200
21489              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
21490      Branch: perl
21491            ! INSTALL
21492 ____________________________________________________________________________
21493 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
21494         Log: More +x.
21495      Branch: perl
21496            ! Porting/makerel
21497 ____________________________________________________________________________
21498 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
21499         Log: Update Changes.
21500      Branch: perl
21501            ! Changes patchlevel.h
21502 ____________________________________________________________________________
21503 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
21504         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
21505              From: "Philip Newton" <Philip.Newton@gmx.net>
21506              Date: Tue, 24 Jul 2001 06:45:55 +0200
21507              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
21508      Branch: perl
21509            ! os2/perlrexx.c
21510 ____________________________________________________________________________
21511 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
21512         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
21513              From: Peter Prymmer <pvhp@forte.com>
21514              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
21515              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
21516      Branch: perl
21517            ! pod/perlport.pod t/io/fs.t vms/test.com
21518 ____________________________________________________________________________
21519 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
21520         Log: Workaround on Cwd bootstrap problem.
21521      Branch: perl
21522            ! lib/ExtUtils/MakeMaker.pm
21523 ____________________________________________________________________________
21524 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
21525         Log: When in Rome, quote like the Romans do.
21526      Branch: perl
21527            ! cflags.SH
21528 ____________________________________________________________________________
21529 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
21530         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
21531              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21532              Date: Mon, 23 Jul 2001 19:29:49 -0400
21533              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
21534      Branch: perl
21535            + os2/perlrexx.c
21536            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
21537            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
21538            ! t/op/write.t
21539 ____________________________________________________________________________
21540 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
21541         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
21542              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21543              Date: Mon, 23 Jul 2001 18:43:42 -0400
21544              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
21545      Branch: perl
21546            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
21547 ____________________________________________________________________________
21548 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
21549         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
21550              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21551              Date: Mon, 23 Jul 2001 18:33:16 -0400
21552              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
21553      Branch: perl
21554            ! lib/ExtUtils/MakeMaker.pm
21555 ____________________________________________________________________________
21556 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
21557         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
21558              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21559              Date: Mon, 23 Jul 2001 18:20:35 -0400
21560              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
21561      Branch: perl
21562            ! Makefile.SH cflags.SH
21563 ____________________________________________________________________________
21564 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
21565         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
21566              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
21567              Date: Mon, 23 Jul 2001 11:32:17 -0500
21568              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
21569      Branch: perl
21570            ! lib/ExtUtils/MakeMaker.pm
21571 ____________________________________________________________________________
21572 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
21573         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
21574              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21575              Date: Mon, 23 Jul 2001 18:13:20 -0400
21576              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
21577      Branch: perl
21578            ! lib/perl5db.pl
21579 ____________________________________________________________________________
21580 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
21581         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
21582              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21583              Date: Mon, 23 Jul 2001 18:07:40 -0400
21584              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
21585      Branch: perl
21586            ! op.c
21587 ____________________________________________________________________________
21588 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
21589         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
21590              From: "Craig A. Berry" <craigberry@mac.com>
21591              Date: Mon, 23 Jul 2001 15:35:06 -0500
21592              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
21593      Branch: perl
21594            ! util.c
21595 ____________________________________________________________________________
21596 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
21597         Log: Subject: [PATCH perlfaq9.pod typo]
21598              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
21599              Date: Mon, 23 Jul 2001 07:49:05 -0700
21600              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
21601      Branch: perl
21602            ! pod/perlfaq9.pod
21603 ____________________________________________________________________________
21604 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
21605         Log: Subject: win32\sncfnmcs.pl corrections
21606              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
21607              Date: Mon, 23 Jul 2001 12:56:54 +0200
21608              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
21609              
21610              Rename the script a little bit more sensibly.
21611      Branch: perl
21612            + win32/sync_ext.pl
21613            - win32/sncfnmcs.pl
21614            ! MANIFEST README.win32
21615 ____________________________________________________________________________
21616 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
21617         Log: Test tweak.
21618      Branch: perl
21619            ! ext/B/Deparse.t
21620 ____________________________________________________________________________
21621 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
21622         Log: Metaconfig unit tweak for #11450.
21623      Branch: metaconfig/U/perl
21624            ! Mksymlinks.U
21625 ____________________________________________________________________________
21626 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
21627         Log: Too volatile failsafe check.
21628      Branch: perl
21629            ! Configure
21630 ____________________________________________________________________________
21631 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
21632         Log: Further doc tweaks.
21633      Branch: perl
21634            ! lib/UnicodeCD.pm
21635 ____________________________________________________________________________
21636 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
21637         Log: Doc tweaks.
21638      Branch: perl
21639            ! lib/UnicodeCD.pm
21640 ____________________________________________________________________________
21641 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
21642         Log: Doc tweakery from Abhijit.
21643      Branch: perl
21644            ! Porting/repository.pod
21645 ____________________________________________________________________________
21646 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
21647         Log: An accidental empty line.
21648      Branch: perl
21649            ! MANIFEST
21650 ____________________________________________________________________________
21651 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
21652         Log: Missing MANIFESTations.
21653      Branch: perl
21654            ! MANIFEST
21655 ____________________________________________________________________________
21656 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
21657         Log: Update Changes.
21658      Branch: perl
21659            ! Changes patchlevel.h
21660 ____________________________________________________________________________
21661 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
21662         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
21663              From: Mike Guy <mjtg@cam.ac.uk>
21664              Date: Fri, 20 Jul 2001 16:12:49 +0100
21665              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
21666      Branch: perl
21667            ! Porting/pumpkin.pod
21668 ____________________________________________________________________________
21669 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
21670         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
21671              From: Peter Prymmer <pvhp@forte.com>
21672              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
21673              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
21674      Branch: perl
21675            ! pod/perlhack.pod
21676 ____________________________________________________________________________
21677 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
21678         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
21679              From: Michael G Schwern <schwern@pobox.com>
21680              Date: Fri, 20 Jul 2001 20:22:35 -0400
21681              Message-ID: <20010720202235.O4498@blackrider>
21682      Branch: perl
21683            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
21684            ! lib/Test/t/todo.t
21685 ____________________________________________________________________________
21686 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
21687         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
21688              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
21689              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
21690              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
21691      Branch: perl
21692            ! ext/POSIX/POSIX.pod
21693 ____________________________________________________________________________
21694 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
21695         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
21696              From: Mark-Jason Dominus <mjd@plover.com>
21697              Date: Fri, 20 Jul 2001 23:16:54 -0400
21698              Message-ID: <20010721031654.21877.qmail@plover.com>
21699      Branch: perl
21700            ! ext/POSIX/POSIX.pod
21701 ____________________________________________________________________________
21702 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
21703         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
21704              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21705              Date: Sun, 22 Jul 2001 14:56:09 +0200
21706              Message-ID: <20010722145609.A766@rafael>
21707      Branch: perl
21708            ! ext/B/O.pm
21709 ____________________________________________________________________________
21710 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
21711         Log: Subject: regexec.c #define cleanup
21712              From: Mark-Jason Dominus <mjd@plover.com>
21713              Date: Sat, 21 Jul 2001 18:33:25 -0400
21714              Message-ID: <20010721223325.3069.qmail@plover.com>
21715      Branch: perl
21716            ! regexec.c
21717 ____________________________________________________________________________
21718 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
21719         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
21720              From: Prymmer/Kahn <pvhp@best.com>
21721              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
21722              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
21723      Branch: perl
21724            ! t/io/fs.t
21725 ____________________________________________________________________________
21726 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
21727         Log: Typo in #11432.
21728      Branch: perl
21729            ! ext/POSIX/POSIX.t
21730 ____________________________________________________________________________
21731 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
21732         Log: Integrate (manually) change #11424 from macperl.
21733      Branch: perl
21734            ! ext/Filter/t/call.t
21735 ____________________________________________________________________________
21736 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
21737         Log: Integrate change #11408 from macperl.
21738      Branch: perl
21739           !> README.macos pod/perlport.pod
21740 ____________________________________________________________________________
21741 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
21742         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
21743      Branch: perl
21744           +> macos/MacPerlTests.cmd macos/xsubpp.patch
21745            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
21746            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
21747            ! ext/POSIX/POSIX.t
21748 ____________________________________________________________________________
21749 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
21750         Log: pod/*.t tests not picked up by t/TEST either
21751      Branch: maint-5.6/perl
21752            ! t/TEST
21753 ____________________________________________________________________________
21754 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
21755         Log: better tweak for change#11429 (windows has both / and \ separated
21756              paths in @INC at that point)
21757      Branch: maint-5.6/perl
21758            ! t/pod/testp2pt.pl
21759 ____________________________________________________________________________
21760 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
21761         Log: MacOS pod test tweak needs \Escape
21762      Branch: maint-5.6/perl
21763            ! t/pod/testp2pt.pl
21764 ____________________________________________________________________________
21765 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
21766         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
21767              resulting duplicate output, but t/harness isn't)
21768      Branch: maint-5.6/perl
21769            ! t/run/runenv.t
21770 ____________________________________________________________________________
21771 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
21772         Log: t/harness wasn't picking up all the tests
21773      Branch: maint-5.6/perl
21774            ! t/harness
21775 ____________________________________________________________________________
21776 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
21777         Log: update MANIFEST for new file
21778      Branch: maint-5.6/perl
21779            ! MANIFEST
21780 ____________________________________________________________________________
21781 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
21782         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
21783              the exception of the macperl/macos/... tree
21784      Branch: maint-5.6/perl
21785           +> t/lib/filefind-taint.t
21786           !> (integrate 72 files)
21787 ____________________________________________________________________________
21788 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
21789         Log: Fix test.
21790      Branch: maint-5.6/macperl
21791            ! macos/bundled_ext/Filter/t/call.t
21792 ____________________________________________________________________________
21793 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
21794         Log: Make perl fork()-safe (in a slightly limited way) even on
21795              platforms that don't have pthread_atfork() (extension of
21796              the fix in change#11151).
21797              
21798              Note that this will not help extensions that call fork()
21799              directly in C, or that link to libraries that call fork()
21800              directly.  Such cases must be fixed to either call
21801              PerlProc_fork(), or call atfork_lock() in parent before the
21802              calling the function that forks and call atfork_unlock()
21803              in both parent and child immediately after the fork().
21804              (There are no worries if C code calls exec() in the child
21805              immediately after a fork().  Only cases where the child
21806              calls perl's API functions (including New()) after the
21807              fork() are problematic.)
21808              
21809              This change also eliminates the use of vfork() from perl,
21810              since all such uses were violating the severe restrictions
21811              on modifying the state of the process between the vfork()
21812              and the exec().
21813              
21814              This is a modified version of patches suggested by Abhijit
21815              Menon-Sen and Richard Soderberg.
21816      Branch: perl
21817            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
21818            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
21819 ____________________________________________________________________________
21820 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
21821         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
21822              Switch, and Text::Balanced.
21823      Branch: maint-5.6/macperl
21824            + macos/bundled_ext/Filter/Util/Call/Call.pm
21825            + macos/bundled_ext/Filter/Util/Call/Call.xs
21826            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
21827            + macos/bundled_ext/Filter/t/MyFilter.pm
21828            + macos/bundled_ext/Filter/t/call.t
21829            + macos/bundled_ext/Filter/t/filter-util.pl
21830            + macos/bundled_lib/blib/lib/Class/ISA.pm
21831            + macos/bundled_lib/blib/lib/Digest.pm
21832            + macos/bundled_lib/blib/lib/Filter/Simple.pm
21833            + macos/bundled_lib/blib/lib/Switch.pm
21834            + macos/bundled_lib/blib/lib/Text/Balanced.pm
21835            + macos/bundled_lib/blib/lib/Text/Balanced.pod
21836            + macos/bundled_lib/t/Class/ISA/test.pl
21837            + macos/bundled_lib/t/Digest/Digest.t
21838            + macos/bundled_lib/t/Filter/Simple/test.pl
21839            + macos/bundled_lib/t/Switch/test.pl
21840            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
21841            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
21842            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
21843            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
21844            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
21845            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
21846            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
21847            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
21848 ____________________________________________________________________________
21849 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
21850         Log: Add Filter::Util::Call to config/make files; edit utils
21851              to recognize the module (it was descended too far down).
21852              Bump version to 5.6.1a4.
21853      Branch: maint-5.6/macperl
21854            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
21855            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
21856            ! macos/macperl/Makefile.mk macos/xsubpp.patch
21857 ____________________________________________________________________________
21858 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
21859         Log: Make DB_File the default for MLDBM on MacOS.
21860      Branch: maint-5.6/macperl
21861            ! macos/bundled_lib/blib/lib/MLDBM.pm
21862 ____________________________________________________________________________
21863 [ 11419] By: nick                                  on 2001/07/20  14:51:03
21864         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
21865              From:  Simon Cozens <simon@netthink.co.uk>
21866              Date:  Fri, 20 Jul 2001 11:42:35 -0400
21867              Message-Id:  <20010720114235.A5235@netthink.co.uk>
21868      Branch: perl
21869            ! lib/UnicodeCD.pm
21870 ____________________________________________________________________________
21871 [ 11418] By: nick                                  on 2001/07/20  14:48:12
21872         Log: Subject:  [PATCH regcomp.h] adds a comment
21873              From:  Abhijit Menon-Sen <ams@wiw.org>
21874              Date:  Fri, 20 Jul 2001 21:05:37 +0530
21875              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
21876      Branch: perl
21877            ! regcomp.h
21878 ____________________________________________________________________________
21879 [ 11417] By: nick                                  on 2001/07/20  14:16:38
21880         Log: Subject:  [PATCH 5.7.2] INSTALL updates
21881              From:  Andy Dougherty <doughera@lafayette.edu>
21882              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
21883              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
21884      Branch: perl
21885            ! INSTALL
21886 ____________________________________________________________________________
21887 [ 11416] By: nick                                  on 2001/07/20  06:44:44
21888         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
21889              From:  Russ Allbery <rra@stanford.edu>
21890              Date:  19 Jul 2001 15:52:37 -0700
21891              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
21892      Branch: perl
21893            ! lib/Pod/Man.pm
21894 ____________________________________________________________________________
21895 [ 11415] By: nick                                  on 2001/07/20  06:35:11
21896         Log: Subject:  [PATCH] defer op_seq allocation
21897              From:  Abhijit Menon-Sen <ams@wiw.org>
21898              Date:  Thu, 19 Jul 2001 22:12:24 +0530
21899              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
21900      Branch: perl
21901            ! op.c
21902 ____________________________________________________________________________
21903 [ 11414] By: nick                                  on 2001/07/20  06:23:36
21904         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
21905              From:  Abhijit Menon-Sen <ams@wiw.org>
21906              Date:  Fri, 20 Jul 2001 01:18:50 +0530
21907              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
21908              (Private e-mail)
21909      Branch: perl
21910            ! ext/Time/HiRes/HiRes.xs
21911 ____________________________________________________________________________
21912 [ 11413] By: nick                                  on 2001/07/20  06:18:53
21913         Log: Integrate mainline
21914      Branch: perlio
21915           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
21916            - t/base/commonsense.t
21917           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
21918           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
21919           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
21920           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
21921           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
21922           !> win32/win32.c
21923 ____________________________________________________________________________
21924 [ 11412] By: nick                                  on 2001/07/19  06:44:27
21925         Log: Integrate win32/perlhost.h from maintenance branch.
21926              (Rest of $ENV{PATH} / system() fix.)
21927      Branch: perl
21928           !> win32/perlhost.h
21929 ____________________________________________________________________________
21930 [ 11411] By: nick                                  on 2001/07/19  06:41:34
21931         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
21932              From:  Philip Newton <Philip.Newton@gmx.net>
21933              Date:  Wed, 18 Jul 2001 21:43:57 +0200
21934              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
21935      Branch: perl
21936            ! pod/perlhack.pod
21937 ____________________________________________________________________________
21938 [ 11410] By: nick                                  on 2001/07/19  06:39:35
21939         Log: Subject:  Security hole in taint checking in open()
21940              From:  deekoo@tentacle.net
21941              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
21942              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
21943      Branch: perl
21944            ! doio.c
21945 ____________________________________________________________________________
21946 [ 11409] By: nick                                  on 2001/07/19  06:28:08
21947         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
21948              From:  Abhijit Menon-Sen <ams@wiw.org>
21949              Date:  Thu, 19 Jul 2001 04:30:43 +0530
21950              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
21951      Branch: perl
21952            ! ext/Time/HiRes/HiRes.xs
21953 ____________________________________________________________________________
21954 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
21955         Log: Update docs with latest implementation information and new URLs.
21956      Branch: maint-5.6/macperl
21957            ! README.macos pod/perlport.pod
21958 ____________________________________________________________________________
21959 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
21960         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
21961              Fix BuildRules to accept optimization variables.
21962      Branch: maint-5.6/macperl
21963            + macos/bundled_ext/Digest/MD5/Makefile.mk
21964            ! macos/BuildRules.mk macos/Makefile.mk
21965            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
21966            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
21967 ____________________________________________________________________________
21968 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
21969         Log: Integrate changes 11399,11401
21970      Branch: maint-5.6/macperl
21971           !> win32/perlhost.h win32/win32.c
21972 ____________________________________________________________________________
21973 [ 11405] By: nick                                  on 2001/07/18  06:50:33
21974         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
21975              from perl5.6*
21976      Branch: perl
21977           !> win32/perlhost.h win32/win32.c
21978 ____________________________________________________________________________
21979 [ 11404] By: nick                                  on 2001/07/18  06:43:59
21980         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
21981              From:  hv@crypt0.demon.co.uk
21982              Date:  Wed, 18 Jul 2001 05:58:46 +0100
21983              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
21984      Branch: perl
21985            ! ext/POSIX/POSIX.t
21986 ____________________________________________________________________________
21987 [ 11403] By: nick                                  on 2001/07/18  06:38:57
21988         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
21989              From:  hv@crypt0.demon.co.uk
21990              Date:  Wed, 18 Jul 2001 05:21:54 +0100
21991              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
21992      Branch: perl
21993            ! numeric.c t/op/arith.t
21994 ____________________________________________________________________________
21995 [ 11402] By: nick                                  on 2001/07/18  06:19:17
21996         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
21997              From:  mjd@plover.com
21998              Date:  17 Jul 2001 17:59:20 -0000
21999              Message-Id:  <20010717175920.8177.qmail@plover.com>
22000      Branch: perl
22001            ! pod/perlre.pod
22002 ____________________________________________________________________________
22003 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
22004         Log: thinko in change#11400 (duh)
22005      Branch: maint-5.6/perl
22006            ! win32/perlhost.h
22007 ____________________________________________________________________________
22008 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
22009         Log: change#11399 revealed another unrelated bug; this is just a temporary
22010              bandaid
22011      Branch: maint-5.6/perl
22012            ! win32/perlhost.h
22013 ____________________________________________________________________________
22014 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
22015         Log: fix bugs in handling of the virtualized environment under windows;
22016              there were bugs in propagating any changes to %ENV down to the real
22017              environment when such changes happened in the toplevel process
22018              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
22019              problem identification, and for a part of the fix)
22020      Branch: maint-5.6/perl
22021            ! win32/perlhost.h win32/win32.c
22022 ____________________________________________________________________________
22023 [ 11398] By: nick                                  on 2001/07/17  08:26:35
22024         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
22025              From: Peter Prymmer <pvhp@forte.com>
22026              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
22027              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
22028              
22029              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
22030              should not depend on existance of Config.pm
22031      Branch: perl
22032           +> t/lib/commonsense.t
22033            - t/base/commonsense.t
22034            ! MANIFEST t/README
22035 ____________________________________________________________________________
22036 [ 11397] By: nick                                  on 2001/07/17  08:09:58
22037         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
22038              From:  Michael G Schwern <schwern@pobox.com>
22039              Date:  Mon, 16 Jul 2001 18:20:31 -0400
22040              Message-Id:  <20010716182031.A1128@blackrider>
22041      Branch: perl
22042            ! pod/perlhack.pod
22043 ____________________________________________________________________________
22044 [ 11396] By: nick                                  on 2001/07/17  08:04:11
22045         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
22046              From:  Gwyn Judd <b.judd@xtra.co.nz>
22047              Date:  Tue, 17 Jul 2001 20:55:58 +1200
22048              Message-Id:  <20010717205558.A3107@thislove>
22049      Branch: perl
22050            ! pod/perlfunc.pod
22051 ____________________________________________________________________________
22052 [ 11395] By: nick                                  on 2001/07/17  08:02:22
22053         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
22054              From:  Peter Prymmer <pvhp@forte.com>
22055              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
22056              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
22057      Branch: perl
22058            ! t/op/sprintf.t
22059 ____________________________________________________________________________
22060 [ 11394] By: nick                                  on 2001/07/17  07:57:06
22061         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
22062              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
22063              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
22064              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
22065      Branch: perl
22066            ! gv.c
22067 ____________________________________________________________________________
22068 [ 11392] By: nick                                  on 2001/07/17  07:50:12
22069         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
22070              From:  Coral <coral@moonlight.crystalflame.net>
22071              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
22072              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
22073      Branch: perl
22074            ! pp_sys.c thread.h
22075 ____________________________________________________________________________
22076 [ 11391] By: nick                                  on 2001/07/17  07:34:28
22077         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
22078              From:  Jonathan Stowe <gellyfish@gellyfish.com>
22079              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
22080              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
22081      Branch: perl
22082            ! utils/h2xs.PL
22083 ____________________________________________________________________________
22084 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
22085         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
22086              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
22087              and Mac::Apps::Launch, which don't work, and Time::HiRes and
22088              Time::Piece, which don't yet work.
22089      Branch: maint-5.6/macperl
22090            + (add 154 files)
22091 ____________________________________________________________________________
22092 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
22093         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
22094              Also add hack to get around missing setenv for PERL5DB.
22095      Branch: maint-5.6/macperl
22096            ! macos/macish.c macos/macish.h
22097 ____________________________________________________________________________
22098 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
22099         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
22100      Branch: maint-5.6/macperl
22101            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
22102            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
22103 ____________________________________________________________________________
22104 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
22105         Log: Fix up some configuration and make options, add extra
22106              extensions.
22107      Branch: maint-5.6/macperl
22108            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
22109            ! macos/macperl/Makefile.mk
22110 ____________________________________________________________________________
22111 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
22112         Log: From Change 11374 in maintperl.
22113      Branch: maint-5.6/macperl
22114           !> utils/h2ph.PL
22115 ____________________________________________________________________________
22116 [ 11385] By: nick                                  on 2001/07/16  14:12:58
22117         Log: Back out change to h2xs till it passes its test.
22118      Branch: perl
22119            ! utils/h2xs.PL
22120 ____________________________________________________________________________
22121 [ 11384] By: nick                                  on 2001/07/16  14:00:10
22122         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
22123              From:  Jonathan Stowe <gellyfish@gellyfish.com>
22124              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
22125              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
22126      Branch: perl
22127            ! utils/h2xs.PL
22128 ____________________________________________________________________________
22129 [ 11383] By: nick                                  on 2001/07/16  13:53:12
22130         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
22131              From:  Robin Houston <robin@kitsite.com>
22132              Date:  Sun, 15 Jul 2001 18:22:31 +0100
22133              Message-Id:  <20010715182230.A11174@robin>
22134      Branch: perl
22135            ! hints/darwin.sh
22136 ____________________________________________________________________________
22137 [ 11382] By: nick                                  on 2001/07/16  13:52:49
22138         Log: Subject:  [PATCH perl@11372] re_dup
22139              From:  Radu Greab <radu@netsoft.ro>
22140              Date:  Sun, 15 Jul 2001 04:50:06 +0300
22141              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
22142      Branch: perl
22143            ! sv.c
22144 ____________________________________________________________________________
22145 [ 11379] By: nick                                  on 2001/07/16  13:35:39
22146         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
22147              From:  Robin Houston <robin@kitsite.com>
22148              Date:  Sat, 14 Jul 2001 14:28:50 +0100
22149              Message-Id:  <20010714142850.A10205@robin>
22150      Branch: perl
22151            ! ext/B/B/Deparse.pm
22152 ____________________________________________________________________________
22153 [ 11378] By: nick                                  on 2001/07/16  13:30:36
22154         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
22155              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
22156              Date:  Sat, 14 Jul 2001 22:17:42 +0900
22157              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
22158      Branch: perl
22159            + ext/Encode/Encode/euc-jp-0212.enc
22160            ! ext/Encode/Encode/Tcl.pm
22161 ____________________________________________________________________________
22162 [ 11377] By: nick                                  on 2001/07/16  13:17:28
22163         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
22164              From:  Andy Dougherty <doughera@lafayette.edu>
22165              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
22166              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
22167      Branch: perl
22168            ! hints/darwin.sh hints/rhapsody.sh
22169 ____________________________________________________________________________
22170 [ 11376] By: nick                                  on 2001/07/16  09:05:00
22171         Log: Integrate mainline
22172      Branch: perlio
22173           +> ext/Encode/Encode/7bit-greek.enc
22174           +> ext/Encode/Encode/7bit-latin1.enc
22175           +> ext/Encode/Encode/cns11643-1.enc
22176           +> ext/Encode/Encode/cns11643-2.enc
22177           +> ext/Encode/Encode/iso2022-cn.enc
22178           +> ext/Encode/Encode/iso2022-jp1.enc
22179           +> ext/Encode/Encode/iso2022-jp2.enc
22180           !> Changes Configure MANIFEST Makefile.SH
22181           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
22182           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
22183           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
22184           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
22185           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
22186 ____________________________________________________________________________
22187 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
22188         Log: integrate change#11374 from maint-5.6
22189              
22190              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
22191      Branch: perl
22192           !> utils/h2ph.PL
22193 ____________________________________________________________________________
22194 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
22195         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
22196      Branch: maint-5.6/perl
22197            ! utils/h2ph.PL
22198 ____________________________________________________________________________
22199 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
22200         Log: Update Changes.
22201      Branch: perl
22202            ! Changes patchlevel.h
22203 ____________________________________________________________________________
22204 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
22205         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
22206              From: Jonathan Stowe <gellyfish@gellyfish.com>
22207              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
22208              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
22209      Branch: perl
22210            ! utils/h2xs.PL
22211 ____________________________________________________________________________
22212 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
22213         Log: Subject: patch to add DEL to [:cntrl:]
22214              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
22215              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
22216              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
22217      Branch: perl
22218            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
22219 ____________________________________________________________________________
22220 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
22221         Log: Metaconfig unit change for #11369; plus a dependency nit.
22222      Branch: metaconfig
22223            ! U/compline/nblock_io.U
22224      Branch: metaconfig/U/perl
22225            ! Extensions.U
22226 ____________________________________________________________________________
22227 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
22228         Log: #include <stdlib.h> so that exit() is prototyped,
22229              noticed by Hugo.
22230      Branch: perl
22231            ! Configure
22232 ____________________________________________________________________________
22233 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
22234         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
22235              From: Peter Prymmer <pvhp@forte.com>
22236              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
22237              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
22238      Branch: perl
22239            ! t/op/sprintf.t
22240 ____________________________________________________________________________
22241 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
22242         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
22243              From: Peter Prymmer <pvhp@forte.com>
22244              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
22245              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
22246      Branch: perl
22247            ! ext/Encode/Encode/Tcl.t
22248 ____________________________________________________________________________
22249 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
22250         Log: Add information about gcc 3.0 basic block profiling.
22251      Branch: perl
22252            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
22253 ____________________________________________________________________________
22254 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
22255         Log: Subject: Error in lib/PerlIO/Via.pm ?
22256              From: Mark-Jason Dominus <mjd@plover.com>
22257              Date: Fri, 13 Jul 2001 15:55:41 -0400
22258              Message-ID: <20010713195541.26751.qmail@plover.com>
22259      Branch: perl
22260            ! ext/PerlIO/Via/Via.pm
22261 ____________________________________________________________________________
22262 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
22263         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
22264              section from the Compiler section.
22265      Branch: perl
22266            ! myconfig.SH
22267 ____________________________________________________________________________
22268 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
22269         Log: Handle glibc style of constant definitions using enum
22270              with intervening #defines; from Brendan O'Dea.
22271      Branch: perl
22272            ! utils/h2ph.PL
22273 ____________________________________________________________________________
22274 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
22275         Log: Add LC_MESSAGES to the locale_h export tag (it already is
22276              in the Makefile.PL and thusly eligible for an XS constant)
22277              (see also maintperl #10543)
22278      Branch: perl
22279            ! ext/POSIX/POSIX.pm
22280 ____________________________________________________________________________
22281 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
22282         Log: Subject: Re: [patch] re_dup
22283              From: Abhijit Menon-Sen <ams@wiw.org>
22284              Date: Fri, 13 Jul 2001 21:41:09 +0530
22285              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
22286      Branch: perl
22287            ! sv.c
22288 ____________________________________________________________________________
22289 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
22290         Log: Subject: [patch] re_dup
22291              From: Doug MacEachern <dougm@covalent.net>
22292              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
22293              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
22294      Branch: perl
22295            ! sv.c
22296 ____________________________________________________________________________
22297 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
22298         Log: Update Changes.
22299      Branch: perl
22300            ! Changes patchlevel.h
22301 ____________________________________________________________________________
22302 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
22303         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
22304              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
22305              Date: Sat, 14 Jul 2001 00:06:30 +0900
22306              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
22307      Branch: perl
22308            + ext/Encode/Encode/7bit-greek.enc
22309            + ext/Encode/Encode/7bit-latin1.enc
22310            + ext/Encode/Encode/cns11643-1.enc
22311            + ext/Encode/Encode/cns11643-2.enc
22312            + ext/Encode/Encode/iso2022-cn.enc
22313            + ext/Encode/Encode/iso2022-jp1.enc
22314            + ext/Encode/Encode/iso2022-jp2.enc
22315            ! MANIFEST ext/Encode/Encode/Tcl.pm
22316            ! ext/Encode/Encode/iso2022-kr.enc
22317 ____________________________________________________________________________
22318 [ 11357] By: nick                                  on 2001/07/13  14:24:06
22319         Log: Blind integrate mainline (as of 5.7.2?)
22320      Branch: perlio
22321           !> AUTHORS Changes Porting/config.sh Porting/config_H
22322           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
22323           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
22324           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
22325           !> win32/makefile.mk
22326 ____________________________________________________________________________
22327 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
22328         Log: Snip away the devel patchlevel.
22329      Branch: perl
22330            ! patchlevel.h
22331 ____________________________________________________________________________
22332 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
22333         Log: Bump the version to 5.7.2.
22334      Branch: perl
22335            ! Porting/config.sh Porting/config_H patchlevel.h
22336            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
22337            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22338            ! win32/makefile.mk
22339 ____________________________________________________________________________
22340 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
22341         Log: Update Changes.
22342      Branch: perl
22343            ! Changes
22344 ____________________________________________________________________________
22345 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
22346         Log: Reword.
22347      Branch: perl
22348            ! AUTHORS
22349 ____________________________________________________________________________
22350 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
22351         Log: AUTHORS update.
22352      Branch: perl
22353            ! AUTHORS
22354 ____________________________________________________________________________
22355 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
22356         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
22357              unless ithreads.
22358      Branch: perl
22359            ! makedef.pl
22360 ____________________________________________________________________________
22361 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
22362         Log: Integrate perlio.
22363      Branch: perl
22364           !> win32/distclean.bat
22365 ____________________________________________________________________________
22366 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
22367         Log: Test the encoding transform only iff we have PerlIO,
22368              noticed by H. Merijn Brand.
22369      Branch: perl
22370            ! ext/PerlIO/t/encoding.t
22371 ____________________________________________________________________________
22372 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
22373         Log: README.netware tweaks from Ananth Kesari.
22374      Branch: perl
22375            ! README.netware
22376 ____________________________________________________________________________
22377 [ 11346] By: nick                                  on 2001/07/13  09:18:51
22378         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
22379              to avoid /unicode vs /Unicode issues.
22380      Branch: perlio
22381            ! win32/distclean.bat
22382 ____________________________________________________________________________
22383 [ 11345] By: nick                                  on 2001/07/13  06:24:18
22384         Log: Integrate mainline
22385      Branch: perlio
22386           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
22387            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
22388           !> (integrate 63 files)
22389 ____________________________________________________________________________
22390 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
22391         Log: Add d_bincompat5005 information to perl -V.
22392      Branch: perl
22393            ! myconfig.SH
22394 ____________________________________________________________________________
22395 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
22396         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
22397              From: Abhijit Menon-Sen <ams@wiw.org>
22398              Date: Fri, 13 Jul 2001 07:12:36 +0530
22399              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
22400      Branch: perl
22401            ! sv.c
22402 ____________________________________________________________________________
22403 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
22404         Log: Remove unicode::distinct, as per Inaba Hiroto.
22405      Branch: perl
22406            - lib/unicode/distinct.pm
22407            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
22408            ! t/lib/1_compile.t
22409 ____________________________________________________________________________
22410 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
22411         Log: Paging for Dr Octothorpe.
22412      Branch: perl
22413            ! pod/perlfaq4.pod
22414 ____________________________________________________________________________
22415 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
22416         Log: cut-n-paste error noticed by mjd.
22417      Branch: perl
22418            ! pod/perlfaq4.pod
22419 ____________________________________________________________________________
22420 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
22421         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
22422              From: Peter Prymmer <pvhp@forte.com>
22423              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
22424              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
22425      Branch: perl
22426            ! pod/perlfaq4.pod
22427 ____________________________________________________________________________
22428 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
22429         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
22430              From: Randall Gellens <randy@qualcomm.com>
22431              Date: Thu, 12 Jul 2001 16:56:23 -0700
22432              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
22433      Branch: perl
22434            ! Porting/repository.pod
22435 ____________________________________________________________________________
22436 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
22437         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
22438      Branch: perl
22439            ! thread.h
22440 ____________________________________________________________________________
22441 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
22442         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
22443              From: coral <coral@moonlight.crystalflame.net>
22444              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
22445              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
22446      Branch: perl
22447            ! thread.h
22448 ____________________________________________________________________________
22449 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
22450         Log: Metaconfig unit change for #11134.
22451      Branch: metaconfig
22452            + U/threads/d_pthread_atfork.U
22453 ____________________________________________________________________________
22454 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
22455         Log: Add HAS_PTHREAD_ATFORK.
22456      Branch: perl
22457            ! Configure NetWare/config.wc NetWare/config_H.wc
22458            ! Porting/Glossary Porting/config.sh Porting/config_H
22459            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
22460            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
22461            ! vos/config.ga.def vos/config.ga.h win32/config.bc
22462            ! win32/config.gc win32/config.vc win32/config_H.bc
22463            ! win32/config_H.gc win32/config_H.vc
22464 ____________________________________________________________________________
22465 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
22466         Log: Subject: [PATCH] File::Copy fails on tied handles
22467              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
22468              Date: Thu, 12 Jul 2001 15:18:51 -0700
22469              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
22470      Branch: perl
22471            ! lib/File/Copy.pm
22472 ____________________________________________________________________________
22473 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
22474         Log: Subject: [PATCH] Langinfo.t
22475              From: Nicholas Clark <nick@ccl4.org>
22476              Date: Thu, 12 Jul 2001 23:55:38 +0100
22477              Message-ID: <20010712235538.M5827@plum.flirble.org>
22478      Branch: perl
22479            ! ext/I18N/Langinfo/Langinfo.t
22480 ____________________________________________________________________________
22481 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
22482         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
22483              From: Peter Prymmer <pvhp@forte.com>
22484              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
22485              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
22486      Branch: perl
22487            ! pod/perl572delta.pod
22488 ____________________________________________________________________________
22489 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
22490         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
22491              From: Abhijit Menon-Sen <ams@wiw.org>
22492              Date: Fri, 13 Jul 2001 05:21:16 +0530
22493              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
22494      Branch: perl
22495            ! sv.c
22496 ____________________________________________________________________________
22497 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
22498         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
22499              From: Abhijit Menon-Sen <ams@wiw.org>
22500              Date: Fri, 13 Jul 2001 03:04:25 +0530
22501              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
22502      Branch: perl
22503            ! av.c
22504 ____________________________________________________________________________
22505 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
22506         Log: s/^M$//g
22507      Branch: perl
22508            ! win32/Makefile win32/makefile.mk
22509 ____________________________________________________________________________
22510 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
22511         Log: Update Changes.
22512      Branch: perl
22513            ! Changes patchlevel.h
22514 ____________________________________________________________________________
22515 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
22516         Log: Typo spotted by Philip Newton.
22517      Branch: perl
22518            ! pod/perl572delta.pod
22519 ____________________________________________________________________________
22520 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
22521         Log: Subject: [PATCH] fixes perl_clone of perl_clone
22522              From: Artur Bergman <artur@contiller.se>
22523              Date: Thu, 12 Jul 2001 20:57:09 +0200
22524              Message-ID: <B773BFA4.236B%artur@contiller.se>
22525      Branch: perl
22526            ! sv.c
22527 ____________________________________________________________________________
22528 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
22529         Log: Add README.uts from Hal Morris.
22530      Branch: perl
22531            + README.uts
22532            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
22533            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
22534 ____________________________________________________________________________
22535 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
22536         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
22537              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22538              Date: Thu, 12 Jul 2001 20:32:37 +0200
22539              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
22540      Branch: perl
22541            ! hints/aix.sh
22542 ____________________________________________________________________________
22543 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
22544         Log: Subject: Patch: document reg_data.what member
22545              From: Mark-Jason Dominus <mjd@plover.com>
22546              Message-ID: <20010712182532.14821.qmail@plover.com>
22547              Date: Thu, 12 Jul 2001 14:25:32 -0400
22548      Branch: perl
22549            ! regcomp.c regcomp.h
22550 ____________________________________________________________________________
22551 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
22552         Log: Subject: [PATCH] Perl_re_dup()
22553              From: Abhijit Menon-Sen <ams@wiw.org>
22554              Date: Thu, 12 Jul 2001 23:54:32 +0530
22555              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
22556      Branch: perl
22557            ! embed.h embed.pl perlapi.c proto.h sv.c
22558 ____________________________________________________________________________
22559 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
22560         Log: Regen Configure, modlib, toc.
22561      Branch: perl
22562            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22563            ! pod/perlmodlib.pod pod/perltoc.pod
22564 ____________________________________________________________________________
22565 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
22566         Log: The problem seems to be in PerlIO::Layer::->find() not
22567              accepting the ":encoding(blurflur)" arguments.
22568      Branch: perl
22569            ! lib/PerlIO.pm lib/open.pm
22570 ____________________________________________________________________________
22571 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
22572         Log: AIX doc update.
22573      Branch: perl
22574            ! README.aix pod/perl572delta.pod
22575 ____________________________________________________________________________
22576 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
22577         Log: Subject: AIX README update
22578              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22579              Date: Thu, 12 Jul 2001 19:28:30 +0200
22580              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
22581      Branch: perl
22582            ! README.aix
22583 ____________________________________________________________________________
22584 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
22585         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
22586              From: Norton Allen <allen@huarp.harvard.edu>
22587              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
22588              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
22589      Branch: perl
22590            ! ext/IO/lib/IO/t/io_unix.t
22591 ____________________________________________________________________________
22592 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
22593         Log: Subject: [PATCH README.qnx hints/qnx.sh]
22594              From: Norton Allen <allen@huarp.harvard.edu>
22595              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
22596              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
22597      Branch: perl
22598            ! README.qnx hints/qnx.sh
22599 ____________________________________________________________________________
22600 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
22601         Log: Subject: [patch] faster PM_GETRE
22602              From: Doug MacEachern <dougm@covalent.net>
22603              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
22604              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
22605      Branch: perl
22606            ! op.h
22607 ____________________________________________________________________________
22608 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
22609         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
22610              From: Doug MacEachern <dougm@covalent.net>
22611              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
22612              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
22613      Branch: perl
22614            ! op.c
22615 ____________________________________________________________________________
22616 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
22617         Log: Tell where the nice Estonian database is.
22618      Branch: perl
22619            ! lib/open.pm
22620 ____________________________________________________________________________
22621 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
22622         Log: Retract #11309 since #11310 is a better fix.
22623      Branch: perl
22624            ! t/lib/1_compile.t
22625 ____________________________________________________________________________
22626 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
22627         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
22628              change#11300 needs to return the status of failed win32_spawnvp())
22629              
22630              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
22631              splitting correctly; remove unused variables; 'require' at run time
22632              rather than 'use' at compile time for I18N::Langinfo, since it
22633              isn't everyware
22634      Branch: perl
22635            ! lib/open.pm win32/win32.c
22636 ____________________________________________________________________________
22637 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
22638         Log: Temporary workaround.
22639      Branch: perl
22640            ! t/lib/1_compile.t
22641 ____________________________________________________________________________
22642 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
22643         Log: UCD typo in #11306 and add also more known-to-be-tested
22644              modules to the skip list.
22645      Branch: perl
22646            ! t/lib/1_compile.t
22647 ____________________________________________________________________________
22648 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
22649         Log: Rename Unicode::UCD to UnicodeCD to avoid
22650              messups with case-insensitive filesystems.
22651      Branch: perl
22652            + lib/UnicodeCD.pm lib/UnicodeCD.t
22653            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
22654            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
22655 ____________________________________________________________________________
22656 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
22657         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
22658              From: daniel@biz.bitpusher.com
22659              Date: Wed, 11 Jul 2001 23:25:47 -0700
22660              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
22661      Branch: perl
22662            ! lib/Tie/Array.pm t/op/splice.t
22663 ____________________________________________________________________________
22664 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
22665         Log: Subject: [PATCH] More accurate line numbers in messages
22666              From: Paul Johnson <paul@pjcj.net>
22667              Date: Thu, 12 Jul 2001 04:14:11 +0200
22668              Message-ID: <20010712041411.A3467@pjcj.net>
22669              
22670              (With prototyping and multiplicity tweaks.)
22671      Branch: perl
22672            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
22673 ____________________________________________________________________________
22674 [ 11304] By: nick                                  on 2001/07/12  12:53:40
22675         Log: Integrate mainline
22676      Branch: perlio
22677           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
22678           !> regexec.c thread.h
22679 ____________________________________________________________________________
22680 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
22681         Log: Cut-and-pasto in #11298.
22682      Branch: perl
22683            ! ext/ByteLoader/bytecode.h
22684 ____________________________________________________________________________
22685 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
22686         Log: Update the AIX known problems section.
22687      Branch: perl
22688            ! pod/perl572delta.pod
22689 ____________________________________________________________________________
22690 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
22691         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
22692              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22693              Date: Thu, 12 Jul 2001 12:16:16 +0200
22694              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
22695      Branch: perl
22696            ! hints/aix.sh
22697 ____________________________________________________________________________
22698 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
22699         Log: Integrate perlio.
22700      Branch: perl
22701           !> makedef.pl win32/win32.c
22702 ____________________________________________________________________________
22703 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
22704         Log: Subject: [PATCH] fix for PMOP threadness failures
22705              From: Artur Bergman <artur@contiller.se>
22706              Date: Thu, 12 Jul 2001 09:48:06 +0200
22707              Message-ID: <B77322D6.22DD%artur@contiller.se>
22708      Branch: perl
22709            ! regexec.c
22710 ____________________________________________________________________________
22711 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
22712         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
22713              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
22714              Date: Thu, 12 Jul 2001 09:09:48 +0200
22715              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
22716              
22717              More parentheses to keep bcc happy.
22718      Branch: perl
22719            ! ext/ByteLoader/bytecode.h
22720 ____________________________________________________________________________
22721 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
22722         Log: Subject: Re: [patch] pthread_atfork bandaid
22723              From: Doug MacEachern <dougm@covalent.net>
22724              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
22725              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
22726      Branch: perl
22727            ! thread.h
22728 ____________________________________________________________________________
22729 [ 11296] By: nick                                  on 2001/07/12  11:55:48
22730         Log: Exclude reentrant_buffer from .def file
22731      Branch: perlio
22732            ! makedef.pl
22733 ____________________________________________________________________________
22734 [ 11295] By: nick                                  on 2001/07/12  11:11:44
22735         Log: Honour void-ness of my_exit()
22736      Branch: perlio
22737            ! win32/win32.c
22738 ____________________________________________________________________________
22739 [ 11294] By: nick                                  on 2001/07/12  07:51:04
22740         Log: Integrate mainline
22741      Branch: perlio
22742           +> uts/sprintf_wrap.c
22743           !> (integrate 35 files)
22744 ____________________________________________________________________________
22745 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
22746         Log: Retract #11289.
22747      Branch: perl
22748            ! embed.h embed.pl perl.c proto.h thread.h
22749 ____________________________________________________________________________
22750 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
22751         Log: Now the :locale pseudolayer *almost* works...
22752      Branch: perl
22753            ! lib/open.pm
22754 ____________________________________________________________________________
22755 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
22756         Log: Locale encoding tweaks.
22757      Branch: perl
22758            ! lib/open.pm
22759 ____________________________________________________________________________
22760 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
22761         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
22762              From: Mark-Jason Dominus <mjd@plover.com>
22763              Date: Thu, 12 Jul 2001 00:59:31 -0400
22764              Message-ID: <20010712045931.8543.qmail@plover.com>
22765              
22766              Remove the chmod/umask leading zero warning.
22767      Branch: perl
22768            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
22769            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
22770 ____________________________________________________________________________
22771 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
22772         Log: (Retracted by #11289.)
22773      Branch: perl
22774            ! embed.h embed.pl perl.c proto.h thread.h
22775 ____________________________________________________________________________
22776 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
22777         Log: Needed by #11283.
22778      Branch: perl
22779            ! intrpvar.h
22780 ____________________________________________________________________________
22781 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
22782         Log: Metaconfig unit change for #11286.
22783      Branch: metaconfig/U/perl
22784            ! patchlevel.U
22785 ____________________________________________________________________________
22786 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
22787         Log: Subject: Re: [PATCH Configure] perl -V broken
22788              From: Andy Dougherty <doughera@lafayette.edu>
22789              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
22790              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
22791      Branch: perl
22792            ! Configure myconfig.SH
22793 ____________________________________________________________________________
22794 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
22795         Log: Retract #11166 (and #11237).
22796      Branch: perl
22797            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
22798            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
22799            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
22800 ____________________________________________________________________________
22801 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
22802         Log: UTS tweaks for Hal Morris.
22803      Branch: perl
22804            + uts/sprintf_wrap.c
22805            ! MANIFEST hints/uts.sh perl.h
22806 ____________________________________________________________________________
22807 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
22808         Log: Subject: [PATCH] Use reentrant API glibc
22809              From: Artur Bergman <artur@contiller.se>
22810              Date: Thu, 12 Jul 2001 00:58:21 +0200
22811              Message-ID: <B772A6AD.2288%artur@contiller.se>
22812      Branch: perl
22813            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
22814            ! sv.c
22815 ____________________________________________________________________________
22816 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
22817         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
22818              From: barries <barries@slaysys.com>
22819              Date: Wed, 11 Jul 2001 15:11:46 -0400
22820              Message-ID: <20010711151146.G24560@jester.slaysys.com>
22821      Branch: perl
22822            ! pp_sys.c t/lib/warnings/doio win32/win32.c
22823 ____________________________________________________________________________
22824 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
22825         Log: Subject: [patch] pthread_atfork bandaid
22826              From: Doug MacEachern <dougm@covalent.net>
22827              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
22828              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
22829      Branch: perl
22830            ! miniperlmain.c perl.c
22831 ____________________________________________________________________________
22832 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
22833         Log: Subject: [patch] perl_clone leaks
22834              From: Doug MacEachern <dougm@covalent.net>
22835              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
22836              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
22837      Branch: perl
22838            ! sv.c
22839 ____________________________________________________________________________
22840 [ 11279] By: nick                                  on 2001/07/11  15:49:38
22841         Log: Integrate mainline
22842      Branch: perlio
22843           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
22844           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
22845           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
22846           +> lib/Term/ANSIColor/README
22847           !> (integrate 54 files)
22848 ____________________________________________________________________________
22849 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
22850         Log: Update Changes.
22851      Branch: perl
22852            ! Changes patchlevel.h
22853 ____________________________________________________________________________
22854 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
22855         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
22856              From: Peter Prymmer <pvhp@forte.com>
22857              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
22858              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
22859              
22860              Backport of embed.pl to 5.003.
22861      Branch: perl
22862            ! embed.pl
22863 ____________________________________________________________________________
22864 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
22865         Log: Subject: Re: POSIX test #14 on UTS 
22866              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22867              Date: Wed, 11 Jul 2001 03:02:14 +0100
22868              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
22869      Branch: perl
22870            ! ext/POSIX/POSIX.t
22871 ____________________________________________________________________________
22872 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
22873         Log: Make the I32 an IV to preserve structure alignment and size.
22874      Branch: perl
22875            ! op.h
22876 ____________________________________________________________________________
22877 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
22878         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
22879              From: "Artur Bergman" <artur@contiller.se>
22880              Date: Wed, 11 Jul 2001 14:23:37 +0200
22881              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
22882              
22883              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
22884      Branch: perl
22885            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
22886            ! pod/perlapi.pod sv.c
22887 ____________________________________________________________________________
22888 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
22889         Log: Tweak until Pod::Parser gets updated.
22890      Branch: perl
22891            ! t/pod/special_seqs.xr
22892 ____________________________________________________________________________
22893 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
22894         Log: File::Spec usage tweak.
22895      Branch: perl
22896            ! lib/ExtUtils.t
22897 ____________________________________________________________________________
22898 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
22899         Log: Integrate #11263 from macperl; macos and macosx updates.
22900      Branch: perl
22901           !> pod/perlport.pod
22902 ____________________________________________________________________________
22903 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
22904         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
22905              From: Peter Prymmer <pvhp@forte.com>
22906              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
22907              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
22908      Branch: perl
22909            + ext/Time/HiRes/hints/dynixptx.pl
22910            ! MANIFEST hints/dynixptx.sh
22911 ____________________________________________________________________________
22912 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
22913         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
22914              From: Nicholas Clark <nick@ccl4.org>
22915              Date: Tue, 10 Jul 2001 23:17:43 +0100
22916              Message-ID: <20010710231742.B59620@plum.flirble.org>
22917      Branch: perl
22918            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
22919 ____________________________________________________________________________
22920 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
22921         Log: Subject: [DOC PATCH] Pluggable runops
22922              From: Paul Johnson <paul@pjcj.net>
22923              Date: Tue, 10 Jul 2001 21:53:28 +0200
22924              Message-ID: <20010710215328.B26577@pjcj.net>
22925      Branch: perl
22926            ! pod/perlguts.pod
22927 ____________________________________________________________________________
22928 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
22929         Log: Subject: [PATCH] Authors
22930              From: Artur Bergman <artur@contiller.se>
22931              Date: Tue, 10 Jul 2001 20:39:12 +0200
22932              Message-ID: <B771186F.21CD%artur@contiller.se>
22933      Branch: perl
22934            ! AUTHORS
22935 ____________________________________________________________________________
22936 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
22937         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
22938              From: Doug MacEachern <dougm@covalent.net>
22939              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
22940              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
22941      Branch: perl
22942            ! pp_ctl.c
22943 ____________________________________________________________________________
22944 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
22945         Log: Subject: doc patch; times() in scalar context
22946              From: mjd@plover.com
22947              Date: 10 Jul 2001 18:01:17 -0000
22948              Message-ID: <20010710180117.12477.qmail@plover.com>
22949      Branch: perl
22950            ! pod/perlfunc.pod
22951 ____________________________________________________________________________
22952 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
22953         Log: Subject: [PATCH] Small fix to pp_gmtime
22954              From: Artur Bergman <artur@contiller.se>
22955              Date: Tue, 10 Jul 2001 19:54:52 +0200
22956              Message-ID: <B7710E0B.21C5%artur@contiller.se>
22957      Branch: perl
22958            ! pp_sys.c
22959 ____________________________________________________________________________
22960 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
22961         Log: Integrate changes from mainline perl, add notes about
22962              Mac OS X and Mac OS.
22963      Branch: maint-5.6/macperl
22964            ! pod/perlport.pod
22965 ____________________________________________________________________________
22966 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
22967         Log: A proof of the dangers of package; ?
22968      Branch: perl
22969            ! t/lib/warnings/op
22970 ____________________________________________________________________________
22971 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
22972         Log: Regen toc and modlib.
22973      Branch: perl
22974            ! pod/perlmodlib.pod pod/perltoc.pod
22975 ____________________________________________________________________________
22976 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
22977         Log: Add compexcl(), casefold(), and casespec() interfaces;
22978              and make all interfaces to return hash references instead
22979              of hashes. 
22980      Branch: perl
22981            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
22982 ____________________________________________________________________________
22983 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
22984         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
22985              From: "Philip Newton" <Philip.Newton@gmx.net>
22986              Date: Tue, 10 Jul 2001 09:55:59 +0200
22987              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
22988              
22989              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
22990              From: "Philip Newton" <Philip.Newton@gmx.net>
22991              Date: Tue, 10 Jul 2001 09:56:37 +0200
22992              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
22993      Branch: perl
22994            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
22995            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
22996 ____________________________________________________________________________
22997 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
22998         Log: Subject: [patch] undef &xsub for 1,2
22999              From: Doug MacEachern <dougm@covalent.net>
23000              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
23001              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
23002              
23003              (This version of the patch with a comment from Gisle.)
23004      Branch: perl
23005            ! op.c
23006 ____________________________________________________________________________
23007 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
23008         Log: Mention package; deprecation and the Win32 problems.
23009      Branch: perl
23010            ! pod/perl572delta.pod
23011 ____________________________________________________________________________
23012 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
23013         Log: Subject: [PATCH] deprecate package with no arguments
23014              From: Robin Houston <robin@kitsite.com>
23015              Date: Tue, 10 Jul 2001 13:33:40 +0100
23016              Message-ID: <20010710133340.A13452@robin.kitsite.com>
23017      Branch: perl
23018            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
23019 ____________________________________________________________________________
23020 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
23021         Log: Upgrade to podlators 1.10.
23022      Branch: perl
23023            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
23024            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
23025            ! pod/pod2man.PL pod/pod2text.PL
23026 ____________________________________________________________________________
23027 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
23028         Log: Upgrade to Term::ANSIColor 1.04.
23029      Branch: perl
23030            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
23031            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
23032 ____________________________________________________________________________
23033 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
23034         Log: Integrate perlio (the right fix for the ":layer(args)")
23035      Branch: perl
23036           !> perlio.c
23037 ____________________________________________________________________________
23038 [ 11252] By: nick                                  on 2001/07/10  06:58:14
23039         Log: Fix open(...,"...:layer(xxx)",...)
23040              - use memEQ not strEQ as there is '(' not '\0'
23041      Branch: perlio
23042            ! perlio.c
23043 ____________________________________________________________________________
23044 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
23045         Log: Telling the number of tests helps.
23046      Branch: perl
23047            ! ext/PerlIO/t/encoding.t
23048 ____________________________________________________________________________
23049 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
23050         Log: Require I18N::Langinfo, not use.
23051      Branch: perl
23052            ! lib/open.pm
23053 ____________________________________________________________________________
23054 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
23055         Log: Add a test for for PerlIO ":encoding(...)" layer.
23056      Branch: perl
23057            + ext/PerlIO/t/encoding.t
23058            ! MANIFEST ext/Encode/Encode.pm
23059 ____________________________________________________________________________
23060 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
23061         Log: PerlIO ":encoding(foobar)" temporary fix.
23062              Not really correct, I think, since the change means
23063              that prefixes match.
23064      Branch: perl
23065            ! perlio.c
23066 ____________________________________________________________________________
23067 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
23068         Log: Update to Math::BigInt 1.36.  The biggest news is
23069              the separation of the backend; now the pure Perl
23070              implementation is in Math::BigInt::Calc, but one
23071              can plugin, say, Math::BigInt::BitVect, and get
23072              considerable speedup.
23073      Branch: perl
23074            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
23075            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
23076            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
23077            ! lib/Math/BigInt/t/mbimbf.t
23078 ____________________________________________________________________________
23079 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
23080         Log: Subject: Re: compatibility question
23081              From: Peter Prymmer <pvhp@forte.com>
23082              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
23083              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
23084      Branch: perl
23085            ! lib/ExtUtils/MM_VMS.pm
23086 ____________________________________________________________________________
23087 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
23088         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
23089              From: Norton Allen <allen@huarp.harvard.edu>
23090              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
23091              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
23092      Branch: perl
23093            ! ext/File/Glob/t/basic.t
23094 ____________________________________________________________________________
23095 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
23096         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
23097              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23098              Date: Tue, 10 Jul 2001 00:29:55 +0900
23099              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
23100      Branch: perl
23101            + ext/Encode/Encode/HZ.enc
23102            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
23103            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
23104            ! ext/Encode/Encode/iso2022-jp.enc
23105            ! ext/Encode/Encode/iso2022-kr.enc
23106 ____________________________________________________________________________
23107 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
23108         Log: Add in all them there macos/ files.
23109      Branch: maint-5.6/macperl
23110            + (add 577 files)
23111 ____________________________________________________________________________
23112 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
23113         Log: Add the new modules to the list of having those own tests.
23114      Branch: perl
23115            ! t/lib/1_compile.t
23116 ____________________________________________________________________________
23117 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
23118         Log: Add INOUT to control both ways at the same time.
23119      Branch: perl
23120            ! lib/open.pm
23121 ____________________________________________________________________________
23122 [ 11240] By: nick                                  on 2001/07/09  16:33:50
23123         Log: Integrate mainline
23124      Branch: perlio
23125           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
23126           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
23127           !> (integrate 41 files)
23128 ____________________________________________________________________________
23129 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
23130         Log: More encoding mapping magic.
23131      Branch: perl
23132            ! lib/open.pm
23133 ____________________________________________________________________________
23134 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
23135         Log: Update Changes.
23136      Branch: perl
23137            ! Changes patchlevel.h
23138 ____________________________________________________________________________
23139 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
23140         Log: (Retracted by #11285).
23141              
23142              Subject: [PATCH] OPpCONST_OCTAL fixes
23143              From: Abhijit Menon-Sen <ams@wiw.org>
23144              Date: Mon, 9 Jul 2001 07:38:45 +0530
23145              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
23146      Branch: perl
23147            ! op.c
23148 ____________________________________________________________________________
23149 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
23150         Log: Add a pseudolayer ":locale" to the open pragma which
23151              will get the encoding from the locale.  Yet undocumented
23152              because I can't get the PerlIO :encoding(foobar) to work.
23153      Branch: perl
23154            ! ext/Encode/Encode.pm lib/open.pm
23155 ____________________________________________________________________________
23156 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
23157         Log: Add more encoding mappings.
23158      Branch: perl
23159            ! ext/Encode/Encode.pm
23160 ____________________________________________________________________________
23161 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
23162         Log: Document that using :encoding layer requires using Encode.
23163      Branch: perl
23164            ! ext/Encode/Encode.pm lib/PerlIO.pm
23165 ____________________________________________________________________________
23166 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
23167         Log: Netware tweak from Ananth Kesari.
23168      Branch: perl
23169            ! NetWare/netware.h
23170 ____________________________________________________________________________
23171 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
23172         Log: t/harness doesn't know about run/*.t
23173      Branch: perl
23174            ! t/harness
23175 ____________________________________________________________________________
23176 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
23177         Log: run/exit.t busted on windows
23178      Branch: perl
23179            ! t/run/exit.t
23180 ____________________________________________________________________________
23181 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
23182         Log: fix a couple of UCD.t tests that fail due to bad case
23183      Branch: perl
23184            ! lib/Unicode/UCD.t
23185 ____________________________________________________________________________
23186 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
23187         Log: test skip logic was broken
23188      Branch: perl
23189            ! ext/I18N/Langinfo/Langinfo.t
23190 ____________________________________________________________________________
23191 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
23192         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
23193              failure of ExtUtils.t#27 when built in debug mode)
23194      Branch: perl
23195            ! lib/ExtUtils/MM_Win32.pm
23196 ____________________________________________________________________________
23197 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
23198         Log: I18N::Langinfo is not available on windows
23199      Branch: perl
23200            ! win32/FindExt.pm
23201 ____________________________________________________________________________
23202 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
23203         Log: save a dTHX
23204      Branch: perl
23205            ! ext/POSIX/POSIX.xs
23206 ____________________________________________________________________________
23207 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
23208         Log: Update Changes.
23209      Branch: perl
23210            ! Changes patchlevel.h
23211 ____________________________________________________________________________
23212 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
23213         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
23214              as pointed out by Sarathy.
23215      Branch: perl
23216            ! ext/I18N/Langinfo/Langinfo.xs
23217 ____________________________________________________________________________
23218 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
23219         Log: Retract #11212.
23220      Branch: perl
23221            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
23222 ____________________________________________________________________________
23223 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
23224         Log: Bump up the VERSION of Cwd.xs.
23225      Branch: perl
23226            ! ext/Cwd/Makefile.PL
23227 ____________________________________________________________________________
23228 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
23229         Log: Retract #11220, the problem wasn't the missing leading zero.
23230              Here's the problem:
23231              $ ./perl -we 'chmod(oct("755"), ".")'
23232              Non-octal literal mode (493) specified at -e line 1.
23233              (Did you mean 0493 instead?)
23234      Branch: perl
23235            ! lib/ExtUtils/MM_Unix.pm
23236 ____________________________________________________________________________
23237 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
23238         Log: (Retracted by #11221)
23239              Change the PERM_RW and PERM_RWX to 0644 and 0755
23240              (add the leading zero).
23241      Branch: perl
23242            ! lib/ExtUtils/MM_Unix.pm
23243 ____________________________________________________________________________
23244 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
23245         Log: Integrate changes #11193, 11205, 11209 from macperl.
23246              
23247              Fix up AutoLoader to fudge for Mac paths in import().
23248              
23249              Allow symbols in try_symbol() to begin with "_".
23250              
23251              Small portability fix for Mac OS.
23252      Branch: perl
23253           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
23254 ____________________________________________________________________________
23255 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
23256         Log: Metaconfig unit change for #11217.
23257      Branch: metaconfig/U/perl
23258            ! Extensions.U
23259 ____________________________________________________________________________
23260 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
23261         Log: Detypo, problem noticed by Gerrit P. Haase.
23262      Branch: perl
23263            ! Configure config_h.SH
23264 ____________________________________________________________________________
23265 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
23266         Log: Cwd cleanups.
23267      Branch: perl
23268            ! ext/Cwd/Cwd.xs
23269 ____________________________________________________________________________
23270 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
23271         Log: Slight tweaks on #11213.
23272      Branch: perl
23273            ! toke.c
23274 ____________________________________________________________________________
23275 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
23276         Log: A missing dTHX noticed by Gerrit P. Haase.
23277      Branch: perl
23278            ! ext/POSIX/POSIX.xs
23279 ____________________________________________________________________________
23280 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
23281         Log: Subject: [PATCH toke.c] Simplify yytoke()
23282              From: Simon Cozens <simon@netthink.co.uk>
23283              Date: Sun, 8 Jul 2001 13:24:34 +0100
23284              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
23285              
23286              Split out pending_ident().
23287      Branch: perl
23288            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
23289 ____________________________________________________________________________
23290 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
23291         Log: (Retracted by #11223.)
23292              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
23293              Date: Wed, 05 Nov 1997 17:22:34 -0600
23294              From: Graham Barr <gbarr@ti.com>
23295              Message-Id: <3460FFBA.6DA51F46@ti.com>
23296      Branch: perl
23297            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
23298 ____________________________________________________________________________
23299 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
23300         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
23301      Branch: perl
23302            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
23303            ! pod/perllocale.pod
23304 ____________________________________________________________________________
23305 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
23306         Log: Really do the test under the C locale.
23307      Branch: perl
23308            ! ext/I18N/Langinfo/Langinfo.t
23309 ____________________________________________________________________________
23310 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
23311         Log: Small portability fix for Mac OS.
23312      Branch: maint-5.6/macperl
23313            ! lib/Cwd.pm
23314 ____________________________________________________________________________
23315 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
23316         Log: Metaconfig unit change for #11207.
23317      Branch: metaconfig/U/perl
23318            ! Extensions.U
23319 ____________________________________________________________________________
23320 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
23321         Log: Add I18N::Langinfo, which is basically a wrapper around
23322              nl_langinfo(), which is an additional way to query locale
23323              specific information.
23324      Branch: perl
23325            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
23326            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
23327            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
23328 ____________________________________________________________________________
23329 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
23330         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
23331              used in File::Find tests; replace with if.t.
23332      Branch: maint-5.6/macperl
23333            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
23334            ! t/pragma/warn/op
23335 ____________________________________________________________________________
23336 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
23337         Log: Allow symbols in try_symbol() to begin with "_".
23338      Branch: maint-5.6/macperl
23339            ! makedef.pl
23340 ____________________________________________________________________________
23341 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
23342         Log: Sync up the File::Find changes from the rewrite by
23343              Thomas Wegner, et al.
23344      Branch: maint-5.6/macperl
23345            + t/lib/filefind-taint.t
23346            ! lib/File/Find.pm t/lib/filefind.t
23347 ____________________________________________________________________________
23348 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
23349         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
23350              From: Thomas Wegner <wegner_thomas@yahoo.com>
23351              Date: Thu, 5 Jul 2001 20:31:25 +0200
23352              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
23353      Branch: maint-5.6/macperl
23354            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
23355 ____________________________________________________________________________
23356 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
23357         Log: Some more test portability fixes.
23358      Branch: maint-5.6/macperl
23359            ! t/lib/filecopy.t t/pragma/warn/pp_sys
23360 ____________________________________________________________________________
23361 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
23362         Log: The #11200 removed wrong (non-existent) target.  Duh.
23363      Branch: perl
23364            ! Makefile.SH
23365 ____________________________________________________________________________
23366 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
23367         Log: Zap the lib/re.pm before creating it.
23368      Branch: perl
23369            ! Makefile.SH
23370 ____________________________________________________________________________
23371 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
23372         Log: Another test.  Please ignore.
23373      Branch: maint-5.6/macperl
23374            ! README.macos
23375 ____________________________________________________________________________
23376 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
23377         Log: Portability fixes for a lot of tests, especially IO-related
23378              tests, and warnings, and the harness script.
23379      Branch: maint-5.6/macperl
23380            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
23381            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
23382            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
23383            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
23384            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
23385            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
23386            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
23387            ! t/pragma/warnings.t
23388 ____________________________________________________________________________
23389 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
23390         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
23391              From: Nicholas Clark <nick@ccl4.org>
23392              Date: Sat, 7 Jul 2001 21:00:17 +0100
23393              Message-ID: <20010707210017.H59620@plum.flirble.org>
23394      Branch: perl
23395            ! lib/h2xs.t
23396 ____________________________________________________________________________
23397 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
23398         Log: The UNICOS/mk SysV IPC problem has been fixed.
23399      Branch: perl
23400            ! pod/perl572delta.pod
23401 ____________________________________________________________________________
23402 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
23403         Log: Slight update tweaks on perlunicode.pod.
23404      Branch: perl
23405            ! pod/perlunicode.pod
23406 ____________________________________________________________________________
23407 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
23408         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
23409              From: Mark-Jason Dominus <mjd@plover.com>
23410              Date: Sat, 07 Jul 2001 13:04:04 -0400
23411              Message-ID: <20010707170404.32694.qmail@plover.com>
23412      Branch: perl
23413            ! ext/DB_File/DB_File.pm
23414 ____________________________________________________________________________
23415 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
23416         Log: Fix up AutoLoader to fudge for Mac paths in import().
23417      Branch: maint-5.6/macperl
23418            ! lib/AutoLoader.pm
23419 ____________________________________________________________________________
23420 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
23421         Log: Try to force the lib/re.pm to be there before entering
23422              the extensions builds, should help for parallel makes.
23423      Branch: perl
23424            ! Makefile.SH
23425 ____________________________________________________________________________
23426 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
23427         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
23428              From: Norton Allen <allen@huarp.harvard.edu>
23429              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
23430              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
23431      Branch: perl
23432            ! ext/POSIX/POSIX.xs
23433 ____________________________________________________________________________
23434 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
23435         Log: Subject: [PATCH] Re: op/arith.t
23436              From: Nicholas Clark <nick@ccl4.org>
23437              Date: Sat, 7 Jul 2001 13:04:54 +0100
23438              Message-ID: <20010707130454.D59620@plum.flirble.org>
23439      Branch: perl
23440            ! numeric.c toke.c
23441 ____________________________________________________________________________
23442 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
23443         Log: Subject: [PATCH] h2xs
23444              From: Nicholas Clark <nick@ccl4.org>
23445              Date: Fri, 6 Jul 2001 23:25:14 +0100
23446              Message-ID: <20010706232514.X59620@plum.flirble.org>
23447      Branch: perl
23448            ! utils/h2xs.PL
23449 ____________________________________________________________________________
23450 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
23451         Log: Subject: Re: bleedperl perl_alloc..free leakage
23452              From: Radu Greab <radu@netsoft.ro>
23453              Date: Fri, 6 Jul 2001 19:48:54 +0300
23454              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
23455              
23456              Leak-be-gone.
23457      Branch: perl
23458            ! op.c
23459 ____________________________________________________________________________
23460 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
23461         Log: Test again.  Please ignore.
23462      Branch: maint-5.6/macperl
23463            ! README.macos
23464 ____________________________________________________________________________
23465 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
23466         Log: Test.  Please ignore.
23467      Branch: maint-5.6/macperl
23468            ! README.macos
23469 ____________________________________________________________________________
23470 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
23471         Log: Include changes already sent in separately as patches,
23472              before branch was created.
23473      Branch: maint-5.6/macperl
23474            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
23475            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
23476            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
23477            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
23478            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
23479            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
23480            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
23481            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
23482            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
23483            ! t/pragma/strict.t
23484 ____________________________________________________________________________
23485 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
23486         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
23487              From: Norton Allen <allen@huarp.harvard.edu>
23488              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
23489              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
23490      Branch: perl
23491            ! utf8.h
23492 ____________________________________________________________________________
23493 [ 11183] By: nick                                  on 2001/07/06  16:27:40
23494         Log: Integrate mainline
23495      Branch: perlio
23496           +> (branch 42 files)
23497            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
23498            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
23499            - win32/bin/mdelete.bat
23500           !> (integrate 215 files)
23501 ____________________________________________________________________________
23502 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
23503         Log: The #11166 needed also these updated.
23504      Branch: perl
23505            ! lib/warnings.pm warnings.h
23506 ____________________________________________________________________________
23507 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
23508         Log: Update Changes.
23509      Branch: perl
23510            ! Changes patchlevel.h
23511 ____________________________________________________________________________
23512 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
23513         Log: Regen toc.
23514      Branch: perl
23515            ! pod/perltoc.pod
23516 ____________________________________________________________________________
23517 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
23518         Log: Nit from Abhijit.
23519      Branch: perl
23520            ! lib/CPAN.pm
23521 ____________________________________________________________________________
23522 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
23523         Log: Retract #11172.
23524      Branch: perl
23525            ! t/op/method.t
23526 ____________________________________________________________________________
23527 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
23528         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
23529              From: Norton Allen <allen@huarp.harvard.edu>
23530              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
23531              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
23532      Branch: perl
23533            ! lib/Cwd.pm
23534 ____________________________________________________________________________
23535 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
23536         Log: (Accidentally empty check-in.)
23537      Branch: perl
23538            ! utf8.h
23539 ____________________________________________________________________________
23540 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
23541         Log: Retract #11165 since Sarathy pointed out it'll not
23542              work properly under threads, the problem should be
23543              solved using "the savestack, either via SSNEW() or
23544              using a newSVpv()+SAVEFREESV() combo."
23545      Branch: perl
23546            ! ext/POSIX/POSIX.xs
23547 ____________________________________________________________________________
23548 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
23549         Log: Retract #11125 since NI-S pointed out it'll not work in
23550              cases where the extension has their own handcrafted INC
23551              et alia.
23552      Branch: perl
23553            ! lib/ExtUtils/MM_Unix.pm
23554 ____________________________________________________________________________
23555 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
23556         Log: Subject: RE: [PATCH] -I and MakeMaker again
23557              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
23558              Date: Fri, 6 Jul 2001 09:18:29 +0200
23559              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
23560      Branch: perl
23561            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
23562            ! lib/ExtUtils/MM_Win32.pm
23563 ____________________________________________________________________________
23564 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
23565         Log: (Retracted by #11178)
23566              Subject: [PATCH t/op/method.t] SUPER:: strangeness
23567              From: Piers Cawley <pdcawley@iterative-software.com>
23568              Date: 06 Jul 2001 10:49:01 +0100
23569              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
23570      Branch: perl
23571            ! t/op/method.t
23572 ____________________________________________________________________________
23573 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
23574         Log: VOS README update from Paul Green.
23575      Branch: perl
23576            ! README.vos
23577 ____________________________________________________________________________
23578 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
23579         Log: Subject: [PATCH README.qnx hints/qnx.sh]
23580              From: Norton Allen <allen@huarp.harvard.edu>
23581              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
23582              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
23583      Branch: perl
23584            ! README.qnx hints/qnx.sh
23585 ____________________________________________________________________________
23586 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
23587         Log: Subject: [PATCH] Doc patch for Tie::Hash
23588              From: Artur Bergman <artur@contiller.se>
23589              Date: Thu, 05 Jul 2001 22:51:18 +0200
23590              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
23591      Branch: perl
23592            ! lib/Tie/Hash.pm
23593 ____________________________________________________________________________
23594 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
23595         Log: Subject: [PATCH] perlfaq4.pod
23596              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
23597              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
23598              Date: Thu, 5 Jul 2001 18:44:10 +0100 
23599      Branch: perl
23600            ! pod/perlfaq4.pod
23601 ____________________________________________________________________________
23602 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
23603         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
23604              From: Robin Houston <robin@kitsite.com>
23605              Date: Thu, 5 Jul 2001 18:33:21 +0100
23606              Message-ID: <20010705183321.A27345@robin.kitsite.com>
23607      Branch: perl
23608            ! ext/B/B/Deparse.pm
23609 ____________________________________________________________________________
23610 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
23611         Log: (Retracted by #11285.)
23612              
23613              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
23614              From: Abhijit Menon-Sen <ams@wiw.org>
23615              Date: Fri, 6 Jul 2001 01:26:32 +0530
23616              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
23617      Branch: perl
23618            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
23619            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
23620            ! warnings.pl
23621 ____________________________________________________________________________
23622 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
23623         Log: (Retracted by #11175)
23624              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
23625              From: Norton Allen <allen@huarp.harvard.edu>
23626              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
23627              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
23628      Branch: perl
23629            ! ext/POSIX/POSIX.xs
23630 ____________________________________________________________________________
23631 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
23632         Log: Unterminated C< (noticed by Richard Hatch), and few other
23633              small Unicode doc tweaks.
23634      Branch: perl
23635            ! pod/perlretut.pod
23636 ____________________________________________________________________________
23637 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
23638         Log: More flexible argument understanding; add charblocks() and
23639              charscripts(); make charblock() and charscript() two-way;
23640              add charinrange(); separate the $Unicode::UCD::VERSION and
23641              the version of the Unicode by adding UnicodeVersion().
23642      Branch: perl
23643            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
23644 ____________________________________________________________________________
23645 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
23646         Log: Update Unicode::UCD on \p{In...}.
23647      Branch: perl
23648            ! lib/Unicode/UCD.pm
23649 ____________________________________________________________________________
23650 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
23651         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
23652              From: Norton Allen <allen@huarp.harvard.edu>
23653              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
23654              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
23655      Branch: perl
23656            ! lib/ExtUtils/MM_Unix.pm
23657 ____________________________________________________________________________
23658 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
23659         Log: POSIX-BC tweaks from Thomas Dorner.
23660      Branch: perl
23661            ! hints/posix-bc.sh perlio.h
23662 ____________________________________________________________________________
23663 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
23664         Log: Module updates for the delta.
23665      Branch: perl
23666            ! pod/perl572delta.pod
23667 ____________________________________________________________________________
23668 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
23669         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
23670              From: Norton Allen <allen@huarp.harvard.edu>
23671              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
23672              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
23673      Branch: perl
23674            ! ext/IO/lib/IO/t/io_sock.t
23675 ____________________________________________________________________________
23676 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
23677         Log: Subject: [PATCH perldiag.pod] Quick fixes
23678              From: Simon Cozens <simon@netthink.co.uk>
23679              Date: Wed, 4 Jul 2001 20:22:12 +0100
23680              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
23681      Branch: perl
23682            ! pod/perldiag.pod
23683 ____________________________________________________________________________
23684 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
23685         Log: (retracted by #13533)
23686              
23687              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
23688              From: Radu Greab <radu@netsoft.ro>
23689              Date: Wed, 4 Jul 2001 22:13:31 +0300
23690              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
23691      Branch: perl
23692            ! op.c sv.c t/op/pos.t
23693 ____________________________________________________________________________
23694 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
23695         Log: Subject: [PATCH] -I and MakeMaker again
23696              From: Michael G Schwern <schwern@pobox.com>
23697              Date: Wed, 4 Jul 2001 15:03:07 -0400
23698              Message-ID: <20010704150307.I20340@blackrider>
23699              
23700              (and retract #11145)
23701      Branch: perl
23702            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
23703            ! lib/ExtUtils/MakeMaker.pm
23704 ____________________________________________________________________________
23705 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
23706         Log: Subject: Re: PERFORCE change 11142 for review
23707              From: "Philip Newton" <Philip.Newton@gmx.net>
23708              Date: Wed, 4 Jul 2001 20:46:26 +0200
23709              Message-Id: <200107041841.VAA25380@taas.iki.fi>
23710      Branch: perl
23711            ! lib/ExtUtils/MakeMaker.pm
23712 ____________________________________________________________________________
23713 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
23714         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
23715              From: Jonathan Stowe <gellyfish@gellyfish.com>
23716              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
23717              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
23718      Branch: perl
23719            ! utils/pl2pm.PL
23720 ____________________________________________________________________________
23721 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
23722         Log: fix the binary compatibility issue when building with/without
23723              usemymalloc by exporting Perl_malloc() et al as simple wrappers
23724              around the system functions (this allows most extensions built
23725              using one mode to coexist with perls built in the other mode)
23726              
23727              XXX the Perl_mfree() wrapper might need to do return(free()) on
23728              platforms where Free_t isn't "void"
23729      Branch: perl
23730            ! embed.h embed.pl makedef.pl proto.h util.c
23731 ____________________________________________________________________________
23732 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
23733         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
23734              since it doesn't ensure threads other than the one calling fork()
23735              aren't holding any locks; the fix is to use pthread_atfork() to
23736              hold global locks
23737              
23738              building perl with -Dusemymalloc exacerbates the problem since
23739              Perl_malloc() holds a mutex, and perl's exec() calls New()
23740              
23741              XXX the code in win32thread.h may be needed on platforms that have
23742              no pthread_atfork()
23743      Branch: perl
23744            ! perl.c thread.h win32/win32thread.h
23745 ____________________________________________________________________________
23746 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
23747         Log: Integrate #11009 from maintperl.
23748      Branch: maint-5.6/macperl
23749           !> lib/ExtUtils/Manifest.pm
23750 ____________________________________________________________________________
23751 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
23752         Log: Flexing my Perforce muscles.
23753      Branch: maint-5.6/macperl
23754            ! README.macos
23755 ____________________________________________________________________________
23756 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
23757         Log: Update Changes.
23758      Branch: perl
23759            ! Changes patchlevel.h
23760 ____________________________________________________________________________
23761 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
23762         Log: Metaconfig unit change for #11146.
23763      Branch: metaconfig/U/perl
23764            ! d_fcntl_can_lock.U
23765 ____________________________________________________________________________
23766 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
23767         Log: Somehow the #ifdefs of the added code (in #11093) made
23768              HP-UX to fail the fcntl locking test, without the ifdefs
23769              the test seems to be working again.  Reason unknown:
23770              HP-UX cc doesn't complain either way.
23771      Branch: perl
23772            ! Configure
23773 ____________________________________________________________________________
23774 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
23775         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
23776      Branch: perl
23777            ! lib/ExtUtils/MM_Unix.pm
23778 ____________________________________________________________________________
23779 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
23780         Log: gcc -Wall nit.
23781      Branch: perl
23782            ! pp_hot.c
23783 ____________________________________________________________________________
23784 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
23785         Log: When removing tests updating the test count is a good idea, too.
23786      Branch: perl
23787            ! lib/Net/t/require.t
23788 ____________________________________________________________________________
23789 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
23790         Log: Document #11134 and add the new symbols to the list of
23791              of MakeMaker known ones.
23792      Branch: perl
23793            ! lib/ExtUtils/MakeMaker.pm
23794 ____________________________________________________________________________
23795 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
23796         Log: Microperl update.
23797      Branch: perl
23798            ! uconfig.h
23799 ____________________________________________________________________________
23800 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
23801         Log: Update the libnet tests as per #11138.
23802      Branch: perl
23803            - lib/Net/t/ph.t
23804            ! MANIFEST lib/Net/t/require.t
23805 ____________________________________________________________________________
23806 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
23807         Log: Regen toc and modlib.
23808      Branch: perl
23809            ! pod/perlmodlib.pod pod/perltoc.pod
23810 ____________________________________________________________________________
23811 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
23812         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
23813              Graham's request.
23814      Branch: perl
23815            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
23816            ! MANIFEST
23817 ____________________________________________________________________________
23818 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
23819         Log: Add the OS/390 harness results to the delta.
23820      Branch: perl
23821            ! pod/perl572delta.pod
23822 ____________________________________________________________________________
23823 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
23824         Log: Avoid the two study tests in OS/390 until the bug has been solved.
23825      Branch: perl
23826            ! t/op/study.t
23827 ____________________________________________________________________________
23828 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
23829         Log: DOS/DJGPP tweaks from Laszlo Molnar.
23830      Branch: perl
23831            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
23832 ____________________________________________________________________________
23833 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
23834         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
23835              From: Michael G Schwern <schwern@pobox.com>
23836              Date: Wed, 4 Jul 2001 00:01:16 -0400
23837              Message-ID: <20010704000116.C591@blackrider>
23838      Branch: perl
23839            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
23840 ____________________________________________________________________________
23841 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
23842         Log: The #11132 missed singleton characters (not part
23843              of a unilo..unihi range) in Unicode scripts.
23844      Branch: perl
23845            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
23846            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
23847            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
23848            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
23849            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
23850            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
23851            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
23852            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
23853            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
23854            ! lib/unicode/mktables.PL t/op/pat.t
23855 ____________________________________________________________________________
23856 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
23857         Log: Support preferentially the Unicode 'scripts' definition
23858              in the \p{In...} notation since according to Unicode the
23859              scripts concept is more natural for matching than using
23860              the somewhat artificial block names.  The block names are
23861              still available, though, and if there's a name conflict,
23862              the scripts one wins and the blocks one has to do with
23863              'Block' appended to its name.  For more information see
23864              
23865              http://www.unicode.org/unicode/reports/tr24/
23866      Branch: perl
23867            + lib/unicode/In/100.pl lib/unicode/In/101.pl
23868            + lib/unicode/In/102.pl lib/unicode/In/103.pl
23869            + lib/unicode/In/104.pl lib/unicode/In/105.pl
23870            + lib/unicode/In/106.pl lib/unicode/In/107.pl
23871            + lib/unicode/In/108.pl lib/unicode/In/109.pl
23872            + lib/unicode/In/110.pl lib/unicode/In/111.pl
23873            + lib/unicode/In/112.pl lib/unicode/In/113.pl
23874            + lib/unicode/In/114.pl lib/unicode/In/115.pl
23875            + lib/unicode/In/116.pl lib/unicode/In/117.pl
23876            + lib/unicode/In/118.pl lib/unicode/In/119.pl
23877            + lib/unicode/In/120.pl lib/unicode/In/121.pl
23878            + lib/unicode/In/122.pl lib/unicode/In/123.pl
23879            + lib/unicode/In/124.pl lib/unicode/In/125.pl
23880            + lib/unicode/In/126.pl lib/unicode/In/127.pl
23881            + lib/unicode/In/128.pl lib/unicode/In/129.pl
23882            + lib/unicode/In/130.pl lib/unicode/In/131.pl
23883            + lib/unicode/In/132.pl lib/unicode/In/133.pl
23884            + lib/unicode/In/134.pl lib/unicode/In/135.pl
23885            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
23886            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
23887            ! (edit 106 files)
23888 ____________________________________________________________________________
23889 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
23890         Log: Better document the difference between a block and a script.
23891      Branch: perl
23892            ! lib/Unicode/UCD.pm
23893 ____________________________________________________________________________
23894 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
23895         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
23896              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
23897              Date: Tue, 3 Jul 2001 15:04:23 -0500
23898              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
23899      Branch: perl
23900            ! lib/CPAN.pm
23901 ____________________________________________________________________________
23902 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
23903         Log: Add tests for charscript().
23904      Branch: perl
23905            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
23906 ____________________________________________________________________________
23907 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
23908         Log: Add charscript() to get the UTR#24 script names of characters.
23909      Branch: perl
23910            ! lib/Unicode/UCD.pm
23911 ____________________________________________________________________________
23912 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
23913         Log: Todo updates.
23914      Branch: perl
23915            ! pod/perltodo.pod
23916 ____________________________________________________________________________
23917 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
23918         Log: Unicode::UCD updates.
23919      Branch: perl
23920            ! lib/Unicode/UCD.pm
23921 ____________________________________________________________________________
23922 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
23923         Log: (Retracted by #11174)
23924              Subject: MakeMaker should pass through DEFINE and INC to subdirs
23925              From: Alan Burlison <Alan.Burlison@sun.com>
23926              Date: Tue, 03 Jul 2001 15:20:13 +0100
23927              Message-ID: <3B41D49D.A923D4F9@sun.com>
23928      Branch: perl
23929            ! lib/ExtUtils/MM_Unix.pm
23930 ____________________________________________________________________________
23931 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
23932         Log: Subject: Patch needed for UTS
23933              From: hom00@utsglobal.com (Hal Morris)
23934              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
23935              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
23936              
23937              Replace #11113 with a better version.
23938      Branch: perl
23939            ! perl.h
23940 ____________________________________________________________________________
23941 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
23942         Log: Subject: Re: POINTERRIGOR
23943              From: Andy Dougherty <doughera@lafayette.edu>
23944              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
23945              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
23946      Branch: perl
23947            ! util.c
23948 ____________________________________________________________________________
23949 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
23950         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
23951              From: "Philip Newton" <pnewton@gmx.de>
23952              Date: Tue, 3 Jul 2001 17:03:34 +0200
23953              Message-ID: <3B41FAE6.29564.660E117@localhost>
23954      Branch: perl
23955            ! pp_hot.c
23956 ____________________________________________________________________________
23957 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
23958         Log: Typos.
23959      Branch: perl
23960            ! INSTALL
23961 ____________________________________________________________________________
23962 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
23963         Log: Subject: [PATCH 5.6.1] debugger fixes
23964              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23965              Date: Tue, 3 Jul 2001 03:38:18 -0400
23966              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
23967              
23968              The $^S is working again.
23969      Branch: perl
23970            ! lib/perl5db.pl
23971 ____________________________________________________________________________
23972 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
23973         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
23974              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23975              Date: Tue, 3 Jul 2001 03:34:06 -0400
23976              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
23977      Branch: perl
23978            ! os2/OS2/Process/Process.pm
23979 ____________________________________________________________________________
23980 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
23981         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
23982              From: "Philip Newton" <Philip.Newton@gmx.net>
23983              Date: Tue, 3 Jul 2001 09:11:27 +0200
23984              Message-Id: <200107030706.KAA04596@taas.iki.fi>
23985      Branch: perl
23986            ! lib/FindBin.pm
23987 ____________________________________________________________________________
23988 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
23989         Log: Delta delta.
23990      Branch: perl
23991            ! pod/perl572delta.pod
23992 ____________________________________________________________________________
23993 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
23994         Log: Metaconfig unit change for 11115.
23995      Branch: metaconfig
23996            ! U/modified/libc.U
23997 ____________________________________________________________________________
23998 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
23999         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
24000              (from Richard Hatch) (this was the cause of pipes() and
24001              times() myeteriously not being found)
24002      Branch: perl
24003            ! Configure
24004 ____________________________________________________________________________
24005 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
24006         Log: Retract #10142, the real culprit found by Richard Hatch,
24007              coming soon to Configure near you.
24008      Branch: perl
24009            ! hints/aix.sh
24010 ____________________________________________________________________________
24011 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
24012         Log: (Replaced by #11124) UTS workaround from Hal Morris.
24013      Branch: perl
24014            ! perl.h
24015 ____________________________________________________________________________
24016 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
24017         Log: Subject: [PATCH] grok not grocking correctly
24018              From: Nicholas Clark <nick@ccl4.org>
24019              Date: Tue, 3 Jul 2001 00:19:08 +0100
24020              Message-ID: <20010703001908.H59620@plum.flirble.org>
24021      Branch: perl
24022            ! numeric.c
24023 ____________________________________________________________________________
24024 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
24025         Log: Subject: [PATCH Deparse.t] test just-posted patches
24026              From: Robin Houston <robin@kitsite.com>
24027              Date: Mon, 2 Jul 2001 23:46:15 +0100
24028              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
24029      Branch: perl
24030            ! ext/B/Deparse.t
24031 ____________________________________________________________________________
24032 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
24033         Log: Subject: [PATCH toke.c] autosplit into @F
24034              From: Robin Houston <robin@kitsite.com>
24035              Date: Mon, 2 Jul 2001 23:18:20 +0100
24036              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
24037      Branch: perl
24038            ! perl.c toke.c
24039 ____________________________________________________________________________
24040 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
24041         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
24042              From: Robin Houston <robin@kitsite.com>
24043              Date: Mon, 2 Jul 2001 23:00:48 +0100
24044              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
24045      Branch: perl
24046            ! ext/B/B/Deparse.pm
24047 ____________________________________________________________________________
24048 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
24049         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
24050              From: "Philip Newton" <Philip.Newton@gmx.net>
24051              Date: Mon, 2 Jul 2001 22:06:22 +0200
24052              (no Message-Id)
24053      Branch: perl
24054            ! ext/NDBM_File/hints/linux.pl
24055 ____________________________________________________________________________
24056 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
24057         Log: Subject: Re: Fixed pack problem - sort of
24058              From: Nicholas Clark <nick@ccl4.org>
24059              Date: Mon, 2 Jul 2001 20:59:20 +0100
24060              Message-ID: <20010702205919.F59620@plum.flirble.org>
24061      Branch: perl
24062            ! pp_pack.c t/op/pack.t
24063 ____________________________________________________________________________
24064 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
24065         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
24066              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24067              Date: Mon, 2 Jul 2001 15:45:41 -0400
24068              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
24069      Branch: perl
24070            ! os2/os2.c
24071 ____________________________________________________________________________
24072 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
24073         Log: (Mistaken retraction)
24074      Branch: perl
24075            ! utils/pl2pm.PL
24076 ____________________________________________________________________________
24077 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
24078         Log: Detypo in #11103.
24079      Branch: perl
24080            ! utils/pl2pm.PL
24081 ____________________________________________________________________________
24082 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
24083         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
24084              From: Jonathan Stowe <gellyfish@gellyfish.com>
24085              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
24086              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
24087      Branch: perl
24088            ! utils/pl2pm.PL
24089 ____________________________________________________________________________
24090 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
24091         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
24092              From: "Craig A. Berry" <craigberry@mac.com>
24093              Date: Mon, 02 Jul 2001 14:11:23 -0500
24094              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
24095      Branch: perl
24096            ! lib/Unicode/UCD.pm
24097 ____________________________________________________________________________
24098 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
24099         Log: Subject: [PATCH] Re: op/numconvert.t failures
24100              From: Nicholas Clark <nick@ccl4.org>
24101              Date: Mon, 2 Jul 2001 20:10:48 +0100
24102              Message-ID: <20010702201048.E59620@plum.flirble.org>
24103      Branch: perl
24104            ! t/op/numconvert.t
24105 ____________________________________________________________________________
24106 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
24107         Log: Update Changes.
24108      Branch: perl
24109            ! Changes patchlevel.h
24110 ____________________________________________________________________________
24111 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
24112         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
24113              The real fix must be more involved.  The line of code all the leaky
24114              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
24115              line of Perl_newPMOP().
24116      Branch: perl
24117            ! op.h
24118 ____________________________________________________________________________
24119 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
24120         Log: Based on
24121              
24122              Subject: Re: sizeof(struct sembuf)
24123              From: Nicholas Clark <nick@ccl4.org>
24124              Date: Sun, 1 Jul 2001 22:26:48 +0100
24125              Message-ID: <20010701222648.W59620@plum.flirble.org>
24126              
24127              but do semop() always the slow way.
24128      Branch: perl
24129            ! doio.c
24130 ____________________________________________________________________________
24131 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
24132         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
24133              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24134              Date: Tue, 03 Jul 2001 00:56:30 +0900
24135              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
24136      Branch: perl
24137            ! ext/Encode/Encode/Tcl.t
24138 ____________________________________________________________________________
24139 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
24140         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
24141              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24142              Date: Tue, 03 Jul 2001 00:55:46 +0900
24143              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
24144      Branch: perl
24145            ! ext/Encode/Encode/Tcl.pm
24146 ____________________________________________________________________________
24147 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
24148         Log: Regen api and toc.
24149      Branch: perl
24150            ! pod/perlapi.pod pod/perltoc.pod
24151 ____________________________________________________________________________
24152 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
24153         Log: Metaconfig unit change for #11093.
24154      Branch: metaconfig/U/perl
24155            ! d_fcntl_can_lock.U
24156 ____________________________________________________________________________
24157 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
24158         Log: The fcntl locking test may hang if NFS locking messed up;
24159              break out with alarm(10).
24160      Branch: perl
24161            ! Configure
24162 ____________________________________________________________________________
24163 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
24164         Log: Move the mdelete.bat from win32/bin to win32.
24165      Branch: perl
24166            ! MANIFEST
24167 ____________________________________________________________________________
24168 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
24169         Log: Typo in #11083.
24170      Branch: perl
24171            ! ext/Time/Piece/Piece.t
24172 ____________________________________________________________________________
24173 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
24174         Log: Netware tweaks from Guruprasad.
24175      Branch: perl
24176            - NetWare/perlsdio.h
24177            ! MANIFEST NetWare/Makefile NetWare/interface.c
24178            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
24179            ! perlsdio.h
24180 ____________________________________________________________________________
24181 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
24182         Log: Subject: Re: [PATH] shared -> unique;
24183              From: Abhijit Menon-Sen <ams@wiw.org>
24184              Date: Wed, 27 Jun 2001 03:51:27 +0530
24185              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
24186      Branch: perl
24187            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
24188 ____________________________________________________________________________
24189 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
24190         Log: Subject: Re: AIX / gcc-3.0
24191              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24192              Date: Mon, 02 Jul 2001 15:20:21 +0200
24193              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
24194      Branch: perl
24195            ! hints/aix.sh
24196 ____________________________________________________________________________
24197 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
24198         Log: Subject: Re: Bug report: split splits on wrong pattern
24199              From: Abhijit Menon-Sen <ams@wiw.org>
24200              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
24201              Date: Mon, 2 Jul 2001 16:31:33 +0530
24202      Branch: perl
24203            ! pp_ctl.c
24204 ____________________________________________________________________________
24205 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
24206         Log: Subject: [PATCH 5.6.1] test harness
24207              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24208              Date: Mon, 2 Jul 2001 06:29:21 -0400
24209              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
24210      Branch: perl
24211            ! lib/Test/Harness.pm
24212 ____________________________________________________________________________
24213 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
24214         Log: Subject: [PATCH 5.6.1] debugger goof
24215              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24216              Date: Mon, 2 Jul 2001 06:27:22 -0400
24217              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
24218      Branch: perl
24219            ! lib/perl5db.pl
24220 ____________________________________________________________________________
24221 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
24222         Log: Subject: [PATCH 5.6.1] OS/2 cwd
24223              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24224              Date: Mon, 2 Jul 2001 06:21:17 -0400
24225              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
24226      Branch: perl
24227            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
24228 ____________________________________________________________________________
24229 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
24230         Log: Make #11082 more OS/2-specific.
24231      Branch: perl
24232            ! ext/Time/Piece/Piece.t
24233 ____________________________________________________________________________
24234 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
24235         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
24236              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24237              Date: Mon, 2 Jul 2001 06:06:34 -0400
24238              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
24239      Branch: perl
24240            ! ext/Time/Piece/Piece.t
24241 ____________________________________________________________________________
24242 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
24243         Log: Subject: [PATCH B::Deparse] version number & changes
24244              From: Robin Houston <robin@kitsite.com>  
24245              Date: Sun, 1 Jul 2001 17:17:29 +0100
24246              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
24247      Branch: perl
24248            ! ext/B/B/Deparse.pm
24249 ____________________________________________________________________________
24250 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
24251         Log: Subject: a small fix.
24252              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
24253              Date: Mon, 2 Jul 2001 12:17:53 +0200
24254              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
24255      Branch: perl
24256            ! ext/Thread/Thread.xs
24257 ____________________________________________________________________________
24258 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
24259         Log: Subject: RE: perl@10907
24260              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
24261              Date: Mon, 2 Jul 2001 12:06:16 +0200
24262              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
24263              
24264              Borland C vs PerlIO.
24265      Branch: perl
24266            ! win32/config.bc win32/config_H.bc
24267 ____________________________________________________________________________
24268 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
24269         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
24270              From: "H.M. Brand" <merijn@l1.procura.nl>
24271              Date: Mon, 02 Jul 2001 11:18:57 +0200
24272              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
24273      Branch: perl
24274            ! t/op/write.t
24275 ____________________________________________________________________________
24276 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
24277         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
24278              From: Michael G Schwern <schwern@pobox.com>
24279              Date: Mon, 2 Jul 2001 00:26:24 -0400
24280              Message-ID: <20010702002624.A18302@blackrider>
24281      Branch: perl
24282            - ext/util/mkbootstrap
24283 ____________________________________________________________________________
24284 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
24285         Log: Subject: [PATCH op.h] v minor comment tweak
24286              From: Robin Houston <robin@puffinry.freeserve.co.uk>
24287              Date: Mon, 2 Jul 2001 00:42:01 +0100
24288              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
24289      Branch: perl
24290            ! op.h
24291 ____________________________________________________________________________
24292 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
24293         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
24294      Branch: perl
24295            ! pod/perlfunc.pod
24296 ____________________________________________________________________________
24297 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
24298         Log: Subject: Re: sizeof(struct sembuf)
24299              From: Nicholas Clark <nick@ccl4.org>
24300              Date: Sun, 1 Jul 2001 19:23:16 +0100
24301              Message-ID: <20010701192316.V59620@plum.flirble.org>
24302              
24303              s/signaling/signalling/
24304      Branch: perl
24305            ! pod/perlfunc.pod
24306 ____________________________________________________________________________
24307 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
24308         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
24309              From: "Philip Newton" <Philip.Newton@gmx.net>
24310              Date: Sun, 1 Jul 2001 09:37:56 +0200
24311              Message-Id: <200107010733.KAA03920@taas.iki.fi>
24312      Branch: perl
24313            ! pod/perlvar.pod
24314 ____________________________________________________________________________
24315 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
24316         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
24317              From: "Philip Newton" <Philip.Newton@gmx.net>
24318              Date: Sun, 1 Jul 2001 09:37:56 +0200
24319              Message-Id: <200107010733.KAA03925@taas.iki.fi>
24320      Branch: perl
24321            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
24322 ____________________________________________________________________________
24323 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
24324         Log: Metaconfig unit change for #11070.
24325      Branch: metaconfig
24326            ! U/compline/randfunc.U
24327 ____________________________________________________________________________
24328 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
24329         Log: Subject: [PATCH perlsnap] its --> it's --> its
24330              From: "Philip Newton" <Philip.Newton@gmx.net>
24331              Date: Sun, 1 Jul 2001 09:37:56 +0200
24332              Message-Id: <200107010733.KAA03914@taas.iki.fi>
24333      Branch: perl
24334            ! Porting/config_H
24335 ____________________________________________________________________________
24336 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
24337         Log: Sync with Sarathy; integrate with perlio.
24338      Branch: perl
24339           !> gv.c
24340 ____________________________________________________________________________
24341 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
24342         Log: regenerate win32/config_H.?c files
24343      Branch: perl
24344            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24345 ____________________________________________________________________________
24346 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
24347         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
24348              naming discipline
24349              
24350              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
24351              because of this)
24352              
24353              fix a warning about "fd" being used without being set in Cwd.xs
24354      Branch: perl
24355            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
24356            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
24357            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
24358            ! win32/config.vc
24359 ____________________________________________________________________________
24360 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
24361         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
24362              within macro arguments") and warnings ("unary minus applied to
24363              unsigned type", among others)
24364      Branch: perl
24365            ! gv.c hv.c op.c pp.c sv.c toke.c
24366 ____________________________________________________________________________
24367 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
24368         Log: win32 fixes: more spurious CRs
24369      Branch: perl
24370            ! win32/mdelete.bat
24371 ____________________________________________________________________________
24372 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
24373         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
24374              from win32/bin (or it gets deleted by distclean); don't delete
24375              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
24376              NT (should be made Win9x specific, and added to makefile.mk)
24377      Branch: perl
24378           +> win32/mdelete.bat
24379            - win32/bin/mdelete.bat
24380            ! win32/Makefile win32/makefile.mk
24381 ____________________________________________________________________________
24382 [ 11063] By: nick                                  on 2001/07/01  18:54:09
24383         Log: Quick for for #ifdef mess
24384      Branch: perlio
24385            ! gv.c
24386 ____________________________________________________________________________
24387 [ 11062] By: nick                                  on 2001/07/01  18:47:42
24388         Log: Raw integrate - does not build #if mess in gv.c
24389      Branch: perlio
24390           !> (integrate 29 files)
24391 ____________________________________________________________________________
24392 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
24393         Log: Make 'compile' target a little less broken.
24394              Still very broken, though: -Wall warnings from
24395              the generated code, boot_Foo prototypes missing,
24396              can't autoload Fcntl::SEEK_CUR et alia, ...
24397      Branch: perl
24398            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
24399            ! utils/perlcc.PL x2p/Makefile.SH
24400 ____________________________________________________________________________
24401 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
24402         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
24403      Branch: perl
24404            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
24405            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
24406 ____________________________________________________________________________
24407 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
24408         Log: Update Changes.
24409      Branch: perl
24410            ! Changes patchlevel.h
24411 ____________________________________________________________________________
24412 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
24413         Log: Still one typo, regen toc.
24414      Branch: perl
24415            ! lib/Unicode/UCD.pm pod/perltoc.pod
24416 ____________________________________________________________________________
24417 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
24418         Log: Detypos and regen toc.
24419      Branch: perl
24420            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
24421 ____________________________________________________________________________
24422 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
24423         Log: VERSION tweak.
24424      Branch: perl
24425            ! ext/List/Util/lib/List/Util.pm
24426 ____________________________________________________________________________
24427 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
24428         Log: Attempt at plugging the leak under ithreads detected by Doug.
24429      Branch: perl
24430            ! op.h
24431 ____________________________________________________________________________
24432 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
24433         Log: gcc -Wall lint after #11051.
24434      Branch: perl
24435            ! pp_sys.c
24436 ____________________________________________________________________________
24437 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
24438         Log: Integrate perlio.
24439      Branch: perl
24440           !> lib/File/Find/taint.t
24441 ____________________________________________________________________________
24442 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
24443         Log: Don't use the v-strings for module VERSIONs.
24444      Branch: perl
24445            ! lib/Unicode/UCD.pm
24446 ____________________________________________________________________________
24447 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
24448         Log: Code cleanup based on turning off the -woffs in IRIX.
24449              Not all of the gripes cleaned up (hairy code in hv.c and
24450              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
24451              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
24452              to the IRIX hints)
24453      Branch: perl
24454            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
24455            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
24456            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
24457            ! regcomp.c sv.c
24458 ____________________________________________________________________________
24459 [ 11050] By: nick                                  on 2001/06/30  20:46:46
24460         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
24461      Branch: perlio
24462            ! lib/File/Find/taint.t
24463 ____________________________________________________________________________
24464 [ 11049] By: nick                                  on 2001/06/30  18:13:33
24465         Log: Integrate mainline
24466      Branch: perlio
24467           +> NetWare/nwstdio.h NetWare/perlsdio.h
24468           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
24469           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
24470           +> lib/Unicode/UCD.t t/run/exit.t
24471           !> (integrate 60 files)
24472 ____________________________________________________________________________
24473 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
24474         Log: Delta delta.
24475      Branch: perl
24476            ! pod/perl572delta.pod
24477 ____________________________________________________________________________
24478 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
24479         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
24480              by CPAN.pm, use rather _00.
24481      Branch: perl
24482            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
24483            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
24484            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
24485            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
24486            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
24487            ! lib/ExtUtils/Embed.pm lib/Test.pm
24488 ____________________________________________________________________________
24489 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
24490         Log: Add a simple Unicode character database interface, Unicode::UCD.
24491      Branch: perl
24492            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
24493            ! MANIFEST
24494 ____________________________________________________________________________
24495 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
24496         Log: Subject: [PATCH] op/numconver.t
24497              From: Nicholas Clark <nick@ccl4.org>
24498              Date: Sat, 30 Jun 2001 15:40:10 +0100
24499              Message-ID: <20010630154010.I59620@plum.flirble.org>
24500      Branch: perl
24501            ! t/op/numconvert.t
24502 ____________________________________________________________________________
24503 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
24504         Log: The $^N is now taken (by #11038).
24505      Branch: perl
24506            ! t/base/lex.t
24507 ____________________________________________________________________________
24508 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
24509         Log: The #11040 had slipped to a wrong function...
24510      Branch: perl
24511            ! sv.c
24512 ____________________________________________________________________________
24513 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
24514         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
24515              the Configure library symbol probe mysteriously finds all
24516              symbols but those of pipe() and times().
24517      Branch: perl
24518            ! hints/aix.sh
24519 ____________________________________________________________________________
24520 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
24521         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
24522              From: Nicholas Clark <nick@ccl4.org>
24523              Date: Fri, 29 Jun 2001 23:49:07 +0100
24524              Message-ID: <20010629234907.D59620@plum.flirble.org>
24525      Branch: perl
24526            ! lib/ExtUtils.t
24527 ____________________________________________________________________________
24528 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
24529         Log: Subject: [PATCH] weakref fix 2, not yet there
24530              From: Artur Bergman <artur@contiller.se>
24531              Date: Sat, 30 Jun 2001 01:18:16 +0200
24532              Message-ID: <B762D957.1CC9%artur@contiller.se>
24533      Branch: perl
24534            ! sv.c
24535 ____________________________________________________________________________
24536 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
24537         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
24538              From: Michael G Schwern <schwern@pobox.com>
24539              Date: Fri, 29 Jun 2001 19:39:11 -0400
24540              Message-ID: <20010629193910.D25304@blackrider>
24541      Branch: perl
24542            + t/run/exit.t
24543            ! MANIFEST
24544 ____________________________________________________________________________
24545 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
24546         Log: Add support for $^N, the most-recently closed group.
24547      Branch: perl
24548            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
24549            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
24550            ! thrdvar.h
24551 ____________________________________________________________________________
24552 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
24553         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
24554              From: lvirden@cas.org
24555              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
24556              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
24557              
24558              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
24559              From: lvirden@cas.org
24560              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
24561              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
24562      Branch: perl
24563            ! README.solaris
24564 ____________________________________________________________________________
24565 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
24566         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
24567              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24568              Date: Sat, 30 Jun 2001 07:33:37 +0900
24569              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
24570              
24571              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
24572              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24573              Date: Sat, 30 Jun 2001 21:38:14 +0900
24574              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
24575      Branch: perl
24576            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
24577            + ext/Encode/Encode/7bit-kr.enc
24578            ! MANIFEST ext/Encode/Encode/Tcl.pm
24579 ____________________________________________________________________________
24580 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
24581         Log: NetWare tweaks from Guruprasad.
24582      Branch: perl
24583            + NetWare/nwstdio.h NetWare/perlsdio.h
24584            ! MANIFEST NetWare/Makefile NetWare/config.wc
24585            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
24586            ! NetWare/t/Readme.txt
24587 ____________________________________________________________________________
24588 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
24589         Log: More module $VERSION bump-ups.
24590      Branch: perl
24591            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
24592            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
24593            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
24594 ____________________________________________________________________________
24595 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
24596         Log: Doc update due to #11032.
24597      Branch: perl
24598            ! pod/perl572delta.pod
24599 ____________________________________________________________________________
24600 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
24601         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
24602              From: Peter Prymmer <pvhp@forte.com>
24603              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
24604              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
24605      Branch: perl
24606            ! ext/Time/HiRes/HiRes.xs
24607 ____________________________________________________________________________
24608 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
24609         Log: -lpthreads missing in AIX.
24610      Branch: perl
24611            ! hints/aix.sh
24612 ____________________________________________________________________________
24613 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
24614         Log: Subject: [PATCH] CLONE && weakrefs
24615              From: Artur Bergman <artur@contiller.se>
24616              Date: Fri, 29 Jun 2001 17:02:00 +0200
24617              Message-ID: <B7626508.1CA0%artur@contiller.se>
24618      Branch: perl
24619            ! sv.c
24620 ____________________________________________________________________________
24621 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
24622         Log: Subject: Re: Bug report: split splits on wrong pattern
24623              From: Radu Greab <radu@netsoft.ro>
24624              Date: Wed, 27 Jun 2001 21:50:52 +0300
24625              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
24626      Branch: perl
24627            ! pp_ctl.c t/op/split.t
24628 ____________________________________________________________________________
24629 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
24630         Log: Metaconfig unit change for #11027.
24631      Branch: metaconfig/U/perl
24632            ! d_modfl.U
24633 ____________________________________________________________________________
24634 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
24635         Log: I thought this Configure glitch for AIX was just recently fixed?
24636      Branch: perl
24637            ! Configure
24638 ____________________________________________________________________________
24639 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
24640         Log: Update Changes.
24641      Branch: perl
24642            ! Changes patchlevel.h
24643 ____________________________________________________________________________
24644 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
24645         Log: Subject: Re: perl@10967, File::Find, and Cwd
24646              From: Mike Guy <mjtg@cam.ac.uk>
24647              Date: Fri, 29 Jun 2001 14:56:49 +0100
24648              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
24649      Branch: perl
24650            ! lib/File/Find/taint.t
24651 ____________________________________________________________________________
24652 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
24653         Log: Update the sv_pvprintify() spec.
24654      Branch: perl
24655            ! pod/perltodo.pod
24656 ____________________________________________________________________________
24657 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
24658         Log: Known test failures update.
24659      Branch: perl
24660            ! pod/perl572delta.pod
24661 ____________________________________________________________________________
24662 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
24663         Log: Based on
24664              
24665              Subject: [PATCH @11016] More );) fixes
24666              From: Richard Soderberg <rs@crystalflame.net>
24667              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
24668              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
24669      Branch: perl
24670            ! ext/Thread/Thread.xs ext/Thread/typemap
24671 ____________________________________________________________________________
24672 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
24673         Log: Subject: [PATCH @11016] Fixes compile errors in four files
24674              From: Richard Soderberg <rs@crystalflame.net>
24675              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
24676              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
24677      Branch: perl
24678            ! mg.c pp.c pp_hot.c util.c
24679 ____________________________________________________________________________
24680 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
24681         Log: AIX hints tweaking continues, from Merijn Brand.
24682      Branch: perl
24683            ! hints/aix.sh
24684 ____________________________________________________________________________
24685 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
24686         Log: HP-UX needs gccversion sooner, from Merijn Brand.
24687      Branch: perl
24688            ! hints/hpux.sh
24689 ____________________________________________________________________________
24690 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
24691         Log: Subject: [PATCH 5.6.1] OS/2 docs
24692              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24693              Date: Fri, 29 Jun 2001 02:34:12 -0400
24694              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
24695      Branch: perl
24696            ! README.os2 os2/Changes
24697 ____________________________________________________________________________
24698 [ 11017] By: nick                                  on 2001/06/29  10:20:30
24699         Log: Integrate mainline
24700      Branch: perlio
24701           +> (branch 37 files)
24702            - ext/ODBM_File/sdbm.t
24703           !> (integrate 211 files)
24704 ____________________________________________________________________________
24705 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
24706         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
24707              the modules found using a script written by Larry Schatzer Jr.
24708      Branch: perl
24709            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
24710            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
24711            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
24712            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
24713            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
24714            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
24715            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
24716            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
24717            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
24718            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
24719            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
24720            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
24721            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
24722            ! lib/constant.pm lib/fields.pm lib/strict.pm
24723 ____________________________________________________________________________
24724 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
24725         Log: The latest JPL from the anoncvs.
24726      Branch: perl
24727            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
24728 ____________________________________________________________________________
24729 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
24730         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
24731      Branch: perl
24732            ! t/op/pat.t
24733 ____________________________________________________________________________
24734 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
24735         Log: Worrying about insecure directories now is a bit too late.
24736      Branch: perl
24737            ! lib/File/Find/taint.t
24738 ____________________________________________________________________________
24739 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
24740         Log: Cannot DIE() in a void function,
24741              from Richard Hatch <rhatch@austin.ibm.com>.
24742      Branch: perl
24743            ! ext/IPC/SysV/SysV.xs
24744 ____________________________________________________________________________
24745 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
24746         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
24747              From: Peter Prymmer <pvhp@forte.com>
24748              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
24749              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
24750              
24751              (unfinished: time/hires tests 3, 5, 14 failing, but better
24752              than wholesale failure)
24753      Branch: perl
24754            ! ext/Time/HiRes/HiRes.xs
24755 ____________________________________________________________________________
24756 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
24757         Log: Subject: [PATCH 5.6.1] OS/2 improvements
24758              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24759              Date: Thu, 28 Jun 2001 16:03:14 -0400
24760              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
24761      Branch: perl
24762            + os2/os2_base.t
24763            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
24764            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
24765            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
24766            ! os2/os2ish.h
24767 ____________________________________________________________________________
24768 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
24769         Log: Subject: Incrementing Extutils::Manifest's $VERSION
24770              From: Michael G Schwern <schwern@pobox.com>
24771              Date: Thu, 28 Jun 2001 13:13:49 -0400
24772              Message-ID: <20010628131349.A14738@blackrider>
24773      Branch: maint-5.6/perl
24774            ! lib/ExtUtils/Manifest.pm
24775 ____________________________________________________________________________
24776 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
24777         Log: AIX tweak from Merijn Brand.
24778      Branch: perl
24779            ! hints/aix.sh
24780 ____________________________________________________________________________
24781 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
24782         Log: Create the macperl branch.
24783      Branch: maint-5.6/macperl
24784           +> (branch 1728 files)
24785 ____________________________________________________________________________
24786 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
24787         Log: Update Changes.
24788      Branch: perl
24789            ! Changes patchlevel.h
24790 ____________________________________________________________________________
24791 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
24792         Log: More Perforce lore.
24793      Branch: perl
24794            ! Porting/repository.pod
24795 ____________________________________________________________________________
24796 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
24797         Log: Metaconfig unit changes for #11003.
24798      Branch: metaconfig/U/perl
24799            + d_nl_langinfo.U i_langinfo.U
24800 ____________________________________________________________________________
24801 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
24802         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
24803              Expected not to exist in non-UNIX excepting in VMS, where
24804              according to a quick web survey they just might.
24805      Branch: perl
24806            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
24807            ! Porting/config_H config_h.SH configure.com epoc/config.sh
24808            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
24809            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24810            ! win32/config.bc win32/config.gc win32/config.vc
24811 ____________________________________________________________________________
24812 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
24813         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
24814              in AIX is one is doing a 64-bit build.
24815      Branch: perl
24816            ! hints/aix.sh
24817 ____________________________________________________________________________
24818 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
24819         Log: Metaconfig unit changes for #11000.
24820      Branch: metaconfig/U/perl
24821            ! use64bits.U uselfs.U
24822 ____________________________________________________________________________
24823 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
24824         Log: Move use64bitint and use64bitall before uselargefiles.
24825      Branch: perl
24826            ! Configure
24827 ____________________________________________________________________________
24828 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
24829         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
24830              From: Robert Spier <rspier@pobox.com>
24831              Message-ID: <15162.41164.618712.841415@rls.cx>
24832              Date: Wed, 27 Jun 2001 23:13:16 -0400
24833      Branch: perl
24834            ! doio.c
24835 ____________________________________________________________________________
24836 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
24837         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
24838              From: Peter Prymmer <pvhp@forte.com>
24839              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
24840              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
24841      Branch: perl
24842            ! numeric.c
24843 ____________________________________________________________________________
24844 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
24845         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
24846              From: Peter Prymmer <pvhp@forte.com>
24847              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
24848              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
24849      Branch: perl
24850            ! configure.com ext/Digest/MD5/Makefile.PL
24851 ____________________________________________________________________________
24852 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
24853         Log: Update Changes.
24854      Branch: perl
24855            ! Changes patchlevel.h
24856 ____________________________________________________________________________
24857 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
24858         Log: Tiny EPOC updates.
24859      Branch: perl
24860            ! epoc/config.sh
24861 ____________________________________________________________________________
24862 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
24863         Log: The Test::More and Test::Simple tests required help
24864              thanks to our schizophrenic test scheme.
24865      Branch: perl
24866            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
24867            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
24868            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
24869            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
24870            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
24871 ____________________________________________________________________________
24872 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
24873         Log: Upgrade to Test::Simple 0.09.
24874      Branch: perl
24875            + lib/Test/Simple/Changes
24876            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
24877            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
24878            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
24879            ! lib/Test/Simple/t/plan_is_noplan.t
24880 ____________________________________________________________________________
24881 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
24882         Log: Upgrade to Test::More 0.07.
24883      Branch: perl
24884            + lib/Test/More/Changes
24885            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
24886            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
24887            ! lib/Test/More/t/skipall.t
24888 ____________________________________________________________________________
24889 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
24890         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
24891              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24892              Date: Wed, 27 Jun 2001 18:40:04 +0200
24893              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
24894      Branch: perl
24895            ! hints/hpux.sh
24896 ____________________________________________________________________________
24897 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
24898         Log: Subject: [PATCH README.qnx hints/qnx.sh]
24899              From: Norton Allen <allen@huarp.harvard.edu>
24900              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
24901              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
24902      Branch: perl
24903            ! README.qnx hints/qnx.sh
24904 ____________________________________________________________________________
24905 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
24906         Log: Subject: [PATCH] two little documentation nits
24907              From: Abhijit Menon-Sen <ams@wiw.org>
24908              Date: Wed, 27 Jun 2001 20:07:50 +0530
24909              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
24910      Branch: perl
24911            ! sv.c sv.h
24912 ____________________________________________________________________________
24913 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
24914         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
24915              From: Norton Allen <allen@huarp.harvard.edu>
24916              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
24917              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
24918      Branch: perl
24919            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
24920 ____________________________________________________________________________
24921 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
24922         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
24923              From: Michael G Schwern <schwern@pobox.com>
24924              Date: Wed, 27 Jun 2001 02:34:58 -0400
24925              Message-ID: <20010627023458.K23874@blackrider>
24926      Branch: perl
24927            ! vms/test.com
24928 ____________________________________________________________________________
24929 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
24930         Log: Add perl_clone_host() for Netware.
24931      Branch: perl
24932            ! NetWare/nw5.c
24933 ____________________________________________________________________________
24934 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
24935         Log: GCC 3.0 hints for HP-UX.
24936      Branch: perl
24937            ! hints/hpux.sh
24938 ____________________________________________________________________________
24939 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
24940         Log: In some Linux distributions the libndbm is broken
24941              (no null key support), therefore link with libgdbm
24942              (if available), since it has a working ndbm emulation,
24943              from Jonathan Stowe.
24944      Branch: perl
24945            + ext/NDBM_File/hints/linux.pl
24946            ! MANIFEST
24947 ____________________________________________________________________________
24948 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
24949         Log: Subject: [PATCH perl@10930] find.t hack for VMS
24950              From: "Craig A. Berry" <craigberry@mac.com>
24951              Date: Tue, 26 Jun 2001 23:40:25 -0500
24952              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
24953      Branch: perl
24954            ! lib/File/Find/find.t
24955 ____________________________________________________________________________
24956 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
24957         Log: AUTHORS updates.
24958      Branch: perl
24959            ! AUTHORS
24960 ____________________________________________________________________________
24961 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
24962         Log: Metaconfig unit change like #10980.
24963      Branch: metaconfig
24964            ! U/compline/d_stdstdio.U
24965 ____________________________________________________________________________
24966 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
24967         Log: "lose the it's", from Abhijit Menon-Sen.
24968              ("It's" not searched, pods not searched.)
24969      Branch: perl
24970            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
24971            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
24972            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
24973            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
24974            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
24975            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
24976 ____________________________________________________________________________
24977 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
24978         Log: "lose the looses", from Abhijit Menon-Sen.
24979      Branch: perl
24980            ! ext/B/B/Assembler.pm gv.c
24981 ____________________________________________________________________________
24982 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
24983         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
24984      Branch: perl
24985            ! hints/os390.sh
24986 ____________________________________________________________________________
24987 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
24988         Log: DEC C 5.3 on the VAX simply doesn't seem to like
24989              compiling the MD5 extension, disable it there for now,
24990              from Peter Prymmer.
24991      Branch: perl
24992            ! configure.com
24993 ____________________________________________________________________________
24994 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
24995         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
24996              From: Jonathan Stowe <gellyfish@gellyfish.com>
24997              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
24998              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
24999      Branch: perl
25000            ! pod/perlfaq3.pod
25001 ____________________________________________________________________________
25002 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
25003         Log: Subject: [PATCH 5.6.1] perlxs misprints
25004              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25005              Date: Tue, 26 Jun 2001 17:20:00 -0400
25006              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
25007      Branch: perl
25008            ! pod/perlxs.pod
25009 ____________________________________________________________________________
25010 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
25011         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
25012              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25013              Date: Tue, 26 Jun 2001 17:27:07 -0400
25014              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
25015      Branch: perl
25016            ! lib/ExtUtils/MM_Unix.pm
25017 ____________________________________________________________________________
25018 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
25019         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
25020              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25021              Date: Tue, 26 Jun 2001 17:23:24 -0400
25022              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
25023      Branch: perl
25024            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
25025 ____________________________________________________________________________
25026 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
25027         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
25028              by Olaf Flebbe.
25029      Branch: perl
25030            ! perl.h
25031 ____________________________________________________________________________
25032 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
25033         Log: Detypo.
25034      Branch: perl
25035            ! lib/Memoize/t/tie_sdbm.t
25036 ____________________________________________________________________________
25037 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
25038         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
25039      Branch: perl
25040            ! win32/perllib.c
25041 ____________________________________________________________________________
25042 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
25043         Log: Subject: [patch] perl_clone+CvFILE
25044              From: Doug MacEachern <dougm@covalent.net>
25045              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
25046              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
25047      Branch: perl
25048            ! sv.c
25049 ____________________________________________________________________________
25050 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
25051         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
25052              From: Mark-Jason Dominus <mjd@plover.com>
25053              Date: Tue, 26 Jun 2001 12:33:01 -0400
25054              Message-ID: <20010626163301.31298.qmail@plover.com>
25055      Branch: perl
25056            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
25057 ____________________________________________________________________________
25058 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
25059         Log: Update Changes.
25060      Branch: perl
25061            ! Changes patchlevel.h
25062 ____________________________________________________________________________
25063 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
25064         Log: Also catfile() needs now to explicitly exported.
25065      Branch: perl
25066            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
25067 ____________________________________________________________________________
25068 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
25069         Log: Regen toc.
25070      Branch: perl
25071            ! pod/perltoc.pod
25072 ____________________________________________________________________________
25073 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
25074         Log: Nonexistent pod command.
25075      Branch: perl
25076            ! pod/perl572delta.pod
25077 ____________________________________________________________________________
25078 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
25079         Log: Be more portable in the quest for tmpdir.
25080      Branch: perl
25081            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
25082 ____________________________________________________________________________
25083 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
25084         Log: Be more portable in finding out the home directory,
25085              and use File::Spec to do the concat.
25086              (Come to think of it, couldn't File::Spec provide
25087              for a ->homedir method?)
25088      Branch: perl
25089            ! lib/Net/Config.pm
25090 ____________________________________________________________________________
25091 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
25092         Log: Doc patch for #10959.
25093      Branch: perl
25094            ! pod/perlfunc.pod
25095 ____________________________________________________________________________
25096 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
25097         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
25098              From: "Philip Newton" <pnewton@gmx.de>
25099              Date: Tue, 26 Jun 2001 16:26:47 +0200
25100              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
25101      Branch: perl
25102            ! pod/perldata.pod
25103 ____________________________________________________________________________
25104 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
25105         Log: Subject: [PATH] shared -> unique;
25106              From: "Artur Bergman" <artur@contiller.se>
25107              Date: Tue, 26 Jun 2001 16:18:40 +0200
25108              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
25109              
25110              Because "shared" isn't: it's read-only.
25111      Branch: perl
25112            ! toke.c xsutils.c
25113 ____________________________________________________________________________
25114 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
25115         Log: Escape multiline croak messages.
25116      Branch: perl
25117            ! t/op/ver.t
25118 ____________________________________________________________________________
25119 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
25120         Log: No more pragma/*.t for minitest.
25121      Branch: perl
25122            ! Makefile.SH
25123 ____________________________________________________________________________
25124 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
25125         Log: AUTHORS updates.
25126      Branch: perl
25127            ! AUTHORS
25128 ____________________________________________________________________________
25129 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
25130         Log: delta updates.
25131      Branch: perl
25132            ! pod/perl572delta.pod
25133 ____________________________________________________________________________
25134 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
25135         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
25136              From: Artur Bergman <artur@contiller.se> 
25137              Date: Tue, 26 Jun 2001 15:32:53 +0200
25138              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
25139      Branch: perl
25140            ! makedef.pl sv.c sv.h win32/perllib.c
25141 ____________________________________________________________________________
25142 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
25143         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
25144              From: Jonathan Stowe <gellyfish@gellyfish.com>
25145              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
25146              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
25147              
25148              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
25149      Branch: perl
25150            + ext/Time/HiRes/hints/sco.pl
25151            ! MANIFEST
25152 ____________________________________________________________________________
25153 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
25154         Log: Subject: [PATCH 5.6.1] static build
25155              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25156              Date: Tue, 26 Jun 2001 04:22:25 -0400
25157              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
25158      Branch: perl
25159            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
25160            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
25161 ____________________________________________________________________________
25162 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
25163         Log: DJGPP patches from Laszlo Molnar.
25164      Branch: perl
25165            ! djgpp/djgpp.c perl.c util.c
25166 ____________________________________________________________________________
25167 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
25168         Log: Netware patches from Ananth Kesari.
25169      Branch: perl
25170            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
25171            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
25172            ! NetWare/nwtinfo.h
25173 ____________________________________________________________________________
25174 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
25175         Log: Detypo.
25176      Branch: perl
25177            ! ext/Errno/Errno_pm.PL
25178 ____________________________________________________________________________
25179 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
25180         Log: There seems to be two ways of spelling the $^O in *STEP.
25181      Branch: perl
25182            ! ext/Errno/Errno_pm.PL
25183 ____________________________________________________________________________
25184 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
25185         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
25186              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
25187      Branch: perl
25188            ! ext/Errno/Errno_pm.PL
25189 ____________________________________________________________________________
25190 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
25191         Log: Known bugs update.
25192      Branch: perl
25193            ! pod/perl572delta.pod
25194 ____________________________________________________________________________
25195 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
25196         Log: The default installation of Cygwin has 500 as root's uid.
25197      Branch: perl
25198            ! lib/User/pwent.t
25199 ____________________________________________________________________________
25200 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
25201         Log: Be even more relaxed (re-allow having only one entry).
25202      Branch: perl
25203            ! t/op/grent.t t/op/pwent.t
25204 ____________________________________________________________________________
25205 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
25206         Log: Test failure updates.
25207      Branch: perl
25208            ! pod/perl572delta.pod
25209 ____________________________________________________________________________
25210 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
25211         Log: MPE/iX test tweaks from Mark Bixby.
25212      Branch: perl
25213            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
25214            ! t/io/fs.t t/op/stat.t
25215 ____________________________________________________________________________
25216 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
25217         Log: Microperl findings.
25218      Branch: perl
25219            ! perl.h pp_sys.c
25220 ____________________________________________________________________________
25221 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
25222         Log: Touch uconfig.h.
25223      Branch: perl
25224            ! uconfig.h
25225 ____________________________________________________________________________
25226 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
25227         Log: Subject: [PATCH] Proposed fix for Pod::Man
25228              From: Rob Napier <rnapier@employees.org>
25229              Date: Mon, 25 Jun 2001 15:49:24 -0400
25230              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
25231              
25232              Cater for Solaris nroff brokenness (shortchanges daisywheel
25233              printers, but hey, we also no more support PDPs.)
25234      Branch: perl
25235            ! lib/Pod/Man.pm
25236 ____________________________________________________________________________
25237 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
25238         Log: Typo in #10937.
25239      Branch: perl
25240            ! ext/POSIX/sigaction.t
25241 ____________________________________________________________________________
25242 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
25243         Log: SIGCONT not trappable in VMS.
25244      Branch: perl
25245            ! ext/POSIX/sigaction.t
25246 ____________________________________________________________________________
25247 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
25248         Log: Subject: [DRAFT] Encode-Tcl.t
25249              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
25250              Date: Tue, 26 Jun 2001 03:38:08 +0900
25251              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
25252      Branch: perl
25253            + ext/Encode/Encode/Tcl.t
25254            ! MANIFEST ext/Encode/Encode/Tcl.pm
25255 ____________________________________________________________________________
25256 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
25257         Log: Because of #10932 retract also the perlfunc hunk of #10910.
25258      Branch: perl
25259            ! pod/perlfunc.pod
25260 ____________________________________________________________________________
25261 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
25262         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
25263              by Ilya Zakharevich in
25264              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
25265      Branch: perl
25266            ! XSUB.h
25267 ____________________________________________________________________________
25268 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
25269         Log: Typo in #10889.
25270      Branch: perl
25271            ! hints/uts.sh
25272 ____________________________________________________________________________
25273 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
25274         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
25275              From: Abhijit Menon-Sen <ams@wiw.org>
25276              Date: Mon, 25 Jun 2001 23:45:45 +0530
25277              Message-ID: <20010625234545.A5022@lustre.linux.in>
25278      Branch: perl
25279            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
25280 ____________________________________________________________________________
25281 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
25282         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
25283              From: Michael G Schwern <schwern@pobox.com>
25284              Date: Mon, 25 Jun 2001 14:35:51 -0400
25285              Message-ID: <20010625143551.H13819@blackrider>
25286      Branch: perl
25287            ! lib/Test.pm
25288 ____________________________________________________________________________
25289 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
25290         Log: Update Changes.
25291      Branch: perl
25292            ! Changes patchlevel.h
25293 ____________________________________________________________________________
25294 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
25295         Log: Regen toc and modlib.
25296      Branch: perl
25297            ! pod/perlmodlib.pod pod/perltoc.pod
25298 ____________________________________________________________________________
25299 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
25300         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
25301              for the benefit of C++ compilers, as suggested by Guruprasad.
25302      Branch: perl
25303            ! embed.pl proto.h
25304 ____________________________________________________________________________
25305 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
25306         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
25307              From: Jonathan Stowe <gellyfish@gellyfish.com>
25308              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
25309              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
25310      Branch: perl
25311            ! pod/perlfaq5.pod
25312 ____________________________________________________________________________
25313 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
25314         Log: Missed from #10925.
25315      Branch: perl
25316            ! gv.c
25317 ____________________________________________________________________________
25318 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
25319         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
25320              From: Robin Houston <robin@kitsite.com>
25321              Date: Sat, 19 May 2001 16:19:34 +0100
25322              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
25323      Branch: perl
25324            ! cv.h gv.h op.c
25325 ____________________________________________________________________________
25326 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
25327         Log: Netware README tweak.
25328      Branch: perl
25329            ! README.netware
25330 ____________________________________________________________________________
25331 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
25332         Log: Subject: [PATCH] Re: overload.t fails
25333              From: Abhijit Menon-Sen <ams@wiw.org>
25334              Date: Mon, 25 Jun 2001 14:52:20 +0530
25335              Message-ID: <20010625145220.A24114@lustre.linux.in>
25336      Branch: perl
25337            ! lib/overload.t
25338 ____________________________________________________________________________
25339 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
25340         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
25341              From: Mike Guy <mjtg@cam.ac.uk>
25342              Date: Mon, 25 Jun 2001 11:43:23 +0100
25343              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
25344      Branch: perl
25345            ! lib/Carp.pm
25346 ____________________________________________________________________________
25347 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
25348         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
25349              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25350              Date: Sun, 24 Jun 2001 05:17:05 -0400
25351              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
25352      Branch: perl
25353            ! os2/os2ish.h
25354 ____________________________________________________________________________
25355 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
25356         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
25357              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25358              Date: Mon, 25 Jun 2001 05:52:27 -0400
25359              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
25360      Branch: perl
25361            ! hints/os2.sh
25362 ____________________________________________________________________________
25363 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
25364         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
25365              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25366              Date: Mon, 25 Jun 2001 05:23:35 -0400
25367              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
25368      Branch: perl
25369            ! os2/os2.c
25370 ____________________________________________________________________________
25371 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
25372         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
25373              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25374              Date: Mon, 25 Jun 2001 05:04:32 -0400
25375              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
25376      Branch: perl
25377            ! os2/OS2/REXX/DLL/DLL.pm
25378 ____________________________________________________________________________
25379 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
25380         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
25381              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25382              Date: Mon, 25 Jun 2001 05:02:36 -0400
25383              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
25384      Branch: perl
25385            ! mg.c os2/dl_os2.c os2/os2.c
25386 ____________________________________________________________________________
25387 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
25388         Log: Subject: Re: [PATCH 5.6.1] misprints
25389              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25390              Date: Mon, 25 Jun 2001 04:50:50 -0400
25391              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
25392      Branch: perl
25393            ! os2/os2.c pp_sys.c
25394 ____________________________________________________________________________
25395 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
25396         Log: Add Test::More and Test::Simple to the delta.
25397      Branch: perl
25398            ! pod/perl572delta.pod
25399 ____________________________________________________________________________
25400 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
25401         Log: Add Test::More, from Michael G Schwern.
25402      Branch: perl
25403            + lib/Test/More.pm lib/Test/More/t/More.t
25404            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
25405            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
25406            + t/lib/Test/More/Catch.pm
25407            ! MANIFEST
25408 ____________________________________________________________________________
25409 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
25410         Log: Add Test::Simple from Michael G Schwern.
25411      Branch: perl
25412            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
25413            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
25414            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
25415            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
25416            + t/lib/Test/Simple/Catch.pm
25417            + t/lib/Test/Simple/sample_tests/death.plx
25418            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
25419            + t/lib/Test/Simple/sample_tests/extras.plx
25420            + t/lib/Test/Simple/sample_tests/five_fail.plx
25421            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
25422            + t/lib/Test/Simple/sample_tests/one_fail.plx
25423            + t/lib/Test/Simple/sample_tests/require.plx
25424            + t/lib/Test/Simple/sample_tests/success.plx
25425            + t/lib/Test/Simple/sample_tests/too_few.plx
25426            + t/lib/Test/Simple/sample_tests/two_fail.plx
25427            ! MANIFEST
25428 ____________________________________________________________________________
25429 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
25430         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
25431              From: "Craig A. Berry" <craigberry@mac.com>
25432              Date: Sun, 24 Jun 2001 23:41:36 -0500
25433              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
25434      Branch: perl
25435            ! pp_sys.c
25436 ____________________________________________________________________________
25437 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
25438         Log: Upgrade to Attribute::Handlers 0.70.
25439      Branch: perl
25440            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
25441            ! MANIFEST lib/Attribute/Handlers.pm
25442 ____________________________________________________________________________
25443 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
25444         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
25445              From: Abhijit Menon-Sen <ams@wiw.org>
25446              Date: Sat, 23 Jun 2001 05:17:44 +0530
25447              Message-ID: <20010623051744.A18583@lustre.linux.in>
25448              
25449              (Can't think of a good place to put tests.)
25450      Branch: perl
25451            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
25452 ____________________________________________________________________________
25453 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
25454         Log: Subject: [PATCH] t/op/pat.t typo fix
25455              From: Richard Soderberg <rs@crystalflame.net>
25456              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
25457              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
25458      Branch: perl
25459            ! t/op/pat.t
25460 ____________________________________________________________________________
25461 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
25462         Log: Move the pack warnings to their own file, as pointed
25463              out by Spider.
25464      Branch: perl
25465            + t/lib/warnings/pp_pack
25466            ! MANIFEST t/lib/warnings/pp
25467 ____________________________________________________________________________
25468 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
25469         Log: Update Changes.
25470      Branch: perl
25471            ! Changes patchlevel.h
25472 ____________________________________________________________________________
25473 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
25474         Log: Partially fix a problem noticed by IRIX compiler:
25475              the initialization of parse_start was bypassed by
25476              several gotos.  Now initialized to zero, which may
25477              not be the best choice.
25478      Branch: perl
25479            ! regcomp.c
25480 ____________________________________________________________________________
25481 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
25482         Log: Relax the group and password tests back to moaning only
25483              if no matches at all are found.  (Even with a small sample
25484              I could find many sites where there are, umm, anomalies in
25485              the said databases.)       
25486      Branch: perl
25487            ! t/op/grent.t t/op/pwent.t
25488 ____________________________________________________________________________
25489 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
25490         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
25491      Branch: perl
25492            ! pp_ctl.c
25493 ____________________________________________________________________________
25494 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
25495         Log: De-cut-and-pasto in #10902.
25496      Branch: perl
25497            ! pp_ctl.c
25498 ____________________________________________________________________________
25499 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
25500         Log: The #10771 didn't take?
25501      Branch: perl
25502            ! pp_ctl.c
25503 ____________________________________________________________________________
25504 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
25505         Log: Undo the filetests part of #10900, under multiplicity
25506              weird errors take place.
25507      Branch: perl
25508            ! pp_sys.c
25509 ____________________________________________________________________________
25510 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
25511         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
25512      Branch: perl
25513            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
25514 ____________________________________________________________________________
25515 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
25516         Log: (Replaced by #10922)
25517              
25518              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
25519              From: Tony Bowden <tony@kasei.com>
25520              Date: Sun, 24 Jun 2001 17:32:40 +0100
25521              Message-ID: <20010624173240.A16293@blackstar.co.uk>
25522              
25523              Document (well, mention) shortmess() and longmess()
25524              to rob people of their fun of reinventing the weel.
25525      Branch: perl
25526            ! lib/Carp.pm
25527 ____________________________________________________________________________
25528 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
25529         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
25530              From: Brian Jepson <bjepson@oreilly.com>
25531              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
25532              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
25533      Branch: perl
25534            ! pp_sys.c
25535 ____________________________________________________________________________
25536 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
25537         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
25538              From: Robin Barker <rmb1@cise.npl.co.uk> 
25539              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
25540              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
25541      Branch: perl
25542            ! lib/CPAN.pm
25543 ____________________________________________________________________________
25544 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
25545         Log: Memoize patch from mjd.
25546      Branch: perl
25547            ! lib/Memoize/t/tie_storable.t
25548 ____________________________________________________________________________
25549 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
25550         Log: Spec the sv_pvprintify() a bit more.
25551      Branch: perl
25552            ! pod/perltodo.pod
25553 ____________________________________________________________________________
25554 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
25555         Log: Upgrade to Memoize 0.65.
25556      Branch: perl
25557            + lib/Memoize/t/array_confusion.t
25558            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
25559            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
25560            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
25561            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
25562            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
25563            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
25564            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
25565            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
25566            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
25567            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
25568            ! lib/Memoize/t/tie_storable.t
25569 ____________________________________________________________________________
25570 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
25571         Log: Metaconfig unit change for #10892.
25572      Branch: metaconfig
25573            ! U/modified/Options.U
25574 ____________________________________________________________________________
25575 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
25576         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
25577              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25578              Date: Sun, 24 Jun 2001 05:24:40 -0400
25579              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
25580      Branch: perl
25581            ! Configure hints/os2.sh
25582 ____________________________________________________________________________
25583 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
25584         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
25585              From: Mike Guy <mjtg@cam.ac.uk>
25586              Date: Sun, 24 Jun 2001 15:28:39 +0100
25587              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
25588              
25589              Fix an ancient (5.002) bug.
25590      Branch: perl
25591            ! lib/Carp/Heavy.pm
25592 ____________________________________________________________________________
25593 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
25594         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
25595              variables.
25596      Branch: perl
25597            ! pp_sys.c
25598 ____________________________________________________________________________
25599 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
25600         Log: Make UTS as per #10888.
25601      Branch: perl
25602            ! hints/uts.sh
25603 ____________________________________________________________________________
25604 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
25605         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
25606      Branch: perl
25607            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
25608            ! mpeix/mpeixish.h perl.h unixish.h
25609 ____________________________________________________________________________
25610 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
25611         Log: AUTHORS update.
25612      Branch: perl
25613            ! AUTHORS
25614 ____________________________________________________________________________
25615 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
25616         Log: Subject: Encode::Tcl for multibyte doesnot work
25617              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
25618              Date: Sun, 24 Jun 2001 22:48:21 +0900
25619              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
25620      Branch: perl
25621            ! ext/Encode/Encode/Tcl.pm
25622 ____________________________________________________________________________
25623 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
25624         Log: Subject: [PATCH] Remove tautology in error messages
25625              From: Mike Guy <mjtg@cam.ac.uk>
25626              Date: Sun, 24 Jun 2001 13:31:00 +0100
25627              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
25628      Branch: perl
25629            ! pp_sys.c
25630 ____________________________________________________________________________
25631 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
25632         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
25633      Branch: perl
25634            ! hints/darwin.sh
25635 ____________________________________________________________________________
25636 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
25637         Log: Subject: Re: [PATCH 5.6.1] test suite
25638              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25639              Date: Sun, 24 Jun 2001 05:47:05 -0400
25640              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
25641              
25642              Test suite fixes.
25643      Branch: perl
25644            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
25645 ____________________________________________________________________________
25646 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
25647         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
25648              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25649              Date: Sun, 24 Jun 2001 05:37:19 -0400
25650              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
25651      Branch: perl
25652            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
25653 ____________________________________________________________________________
25654 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
25655         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
25656              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25657              Date: Sun, 24 Jun 2001 05:34:50 -0400
25658              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
25659              
25660              Pacify compiler warnings.
25661      Branch: perl
25662            ! pp_sys.c
25663 ____________________________________________________________________________
25664 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
25665         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
25666              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25667              Date: Sun, 24 Jun 2001 05:21:18 -0400
25668              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
25669              
25670              Enable compression of executables during link time.
25671      Branch: perl
25672            ! hints/os2.sh
25673 ____________________________________________________________________________
25674 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
25675         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
25676              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25677              Date: Sun, 24 Jun 2001 05:15:11 -0400
25678              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
25679              
25680              Add ordinals to the export list for Perl DLL.
25681              (Breaks intra-version DLL compatibility.)
25682      Branch: perl
25683            ! makedef.pl
25684 ____________________________________________________________________________
25685 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
25686         Log: Allow (displaying and) re-editing the Subject in perlbug.
25687              Also abstract the Subject quality control into a function.
25688      Branch: perl
25689            ! utils/perlbug.PL
25690 ____________________________________________________________________________
25691 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
25692         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
25693      Branch: perl
25694            ! utils/perlbug.PL
25695 ____________________________________________________________________________
25696 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
25697         Log: Regen toc and modlib.
25698      Branch: perl
25699            ! pod/perlmodlib.pod pod/perltoc.pod
25700 ____________________________________________________________________________
25701 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
25702         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
25703              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
25704              attribute semantics as much as possible, or 'ntsec' which uses
25705              native NTFS semantics.)  (See also #10877.)
25706      Branch: perl
25707            ! perl.c
25708 ____________________________________________________________________________
25709 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
25710         Log: (Retracted by #11586)
25711              
25712              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
25713      Branch: perl
25714            ! lib/Test/Harness.pm
25715 ____________________________________________________________________________
25716 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
25717         Log: Just zap the -uPerlio.
25718      Branch: perl
25719            ! ext/B/Stash.t
25720 ____________________________________________________________________________
25721 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
25722         Log: Do not test PerlIO if PerlIO not used.
25723      Branch: perl
25724            ! ext/PerlIO/PerlIO.t
25725 ____________________________________________________________________________
25726 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
25727         Log: Regen perlapi.
25728      Branch: perl
25729            ! pod/perlapi.pod
25730 ____________________________________________________________________________
25731 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
25732         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
25733              From: Nicholas Clark <nick@ccl4.org>
25734              Date: Sat, 23 Jun 2001 22:55:47 +0100
25735              Message-ID: <20010623225547.Z98663@plum.flirble.org>
25736      Branch: perl
25737            ! numeric.c
25738 ____________________________________________________________________________
25739 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
25740         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
25741              From: Prymmer/Kahn <pvhp@best.com>
25742              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
25743              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
25744      Branch: perl
25745            ! lib/h2xs.t
25746 ____________________________________________________________________________
25747 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
25748         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
25749              cygwin does not taint cwd, just like win32.
25750      Branch: perl
25751            ! lib/File/Find/taint.t t/op/taint.t
25752 ____________________________________________________________________________
25753 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
25754         Log: Retract #10865, the patch should be unnecessary.
25755              (But seemingly helpful in Cygwin?  Strange.)
25756      Branch: perl
25757            ! lib/Memoize/t/tie_ndbm.t
25758 ____________________________________________________________________________
25759 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
25760         Log: Misplaced test file; plus Cygwin filesystem semantics.
25761      Branch: perl
25762            + ext/SDBM_File/sdbm.t
25763            - ext/ODBM_File/sdbm.t
25764            ! MANIFEST
25765 ____________________________________________________________________________
25766 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
25767         Log: (Retracted by #10867.)
25768      Branch: perl
25769            ! lib/Memoize/t/tie_ndbm.t
25770 ____________________________________________________________________________
25771 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
25772         Log: Metaconfig unit change for #10863.
25773      Branch: metaconfig/U/perl
25774            ! Extensions.U
25775 ____________________________________________________________________________
25776 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
25777         Log: In Cygwin do not build NDBM_File and ODBM_File unless
25778              -lndbm and -ldbm are available.
25779      Branch: perl
25780            ! Configure config_h.SH
25781 ____________________________________________________________________________
25782 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
25783         Log: More Cygwin filesystem semantics.
25784      Branch: perl
25785            ! t/io/fs.t t/op/stat.t
25786 ____________________________________________________________________________
25787 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
25788         Log: More DOSish permission semantics for Cygwin.
25789      Branch: perl
25790            ! lib/AnyDBM_File.t
25791 ____________________________________________________________________________
25792 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
25793         Log: Cygwin too has different permission semantics.
25794      Branch: perl
25795            ! ext/GDBM_File/gdbm.t
25796 ____________________________________________________________________________
25797 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
25798         Log: The group (and assumedly passwd) databases can have
25799              only one entry (this is the case in cygwin).
25800      Branch: perl
25801            ! t/op/grent.t t/op/pwent.t
25802 ____________________________________________________________________________
25803 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
25804         Log: Also in Cygwin use Socket to figure out domainname
25805              (if any) (avoids trying to call external 'domainname',
25806              which doesn't at the moment exist in Cygwin)
25807      Branch: perl
25808            ! lib/Net/Domain.pm
25809 ____________________________________________________________________________
25810 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
25811         Log: Remove also the lib$Foo.def, not just $Foo.def.
25812      Branch: perl
25813            ! lib/ExtUtils/MM_Unix.pm
25814 ____________________________________________________________________________
25815 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
25816         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
25817      Branch: perl
25818            ! unixish.h
25819 ____________________________________________________________________________
25820 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
25821         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
25822              to match the whole isprint(), only the space character.
25823      Branch: perl
25824            ! handy.h pod/perlre.pod t/op/pat.t
25825 ____________________________________________________________________________
25826 [ 10854] By: nick                                  on 2001/06/23  08:09:33
25827         Log: Integrate mainline
25828      Branch: perlio
25829           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
25830           !> lib/ExtUtils.t lib/File/Find/taint.t
25831           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
25832           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
25833           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
25834 ____________________________________________________________________________
25835 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
25836         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
25837              with its floats    in os390 and s390 (UTS).
25838      Branch: perl
25839            ! lib/Math/BigInt/t/bigintpm.t
25840 ____________________________________________________________________________
25841 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
25842         Log: Add also UTS (s390) to the non-IEEE float platforms.
25843      Branch: perl
25844            ! t/op/sprintf.t
25845 ____________________________________________________________________________
25846 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
25847         Log: Subject: RFC: what are applicable standards for exponent sizes?
25848              From: Peter Prymmer <pvhp@forte.com>
25849              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
25850              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
25851      Branch: perl
25852            ! t/op/sprintf.t
25853 ____________________________________________________________________________
25854 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
25855         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
25856              From: Peter Prymmer <pvhp@forte.com>
25857              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
25858              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
25859      Branch: perl
25860            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
25861 ____________________________________________________________________________
25862 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
25863         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
25864              From: Peter Prymmer <pvhp@forte.com>
25865              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
25866              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
25867      Branch: perl
25868            ! lib/ExtUtils.t
25869 ____________________________________________________________________________
25870 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
25871         Log: Retract #10845.
25872      Branch: perl
25873            ! lib/File/Find/taint.t
25874 ____________________________________________________________________________
25875 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
25876         Log: Yet another error message.
25877      Branch: perl
25878            ! t/op/mkdir.t
25879 ____________________________________________________________________________
25880 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
25881         Log: The croak message for nonexistent socket functions may vary.
25882      Branch: perl
25883            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
25884 ____________________________________________________________________________
25885 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
25886         Log: (Retracted by #10848.)
25887      Branch: perl
25888            ! lib/File/Find/taint.t
25889 ____________________________________________________________________________
25890 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
25891         Log: Integrate perlio.
25892      Branch: perl
25893           !> lib/File/Find/taint.t t/op/write.t
25894 ____________________________________________________________________________
25895 [ 10843] By: nick                                  on 2001/06/22  21:24:51
25896         Log: Back out debug in taint.t
25897      Branch: perlio
25898            ! lib/File/Find/taint.t
25899 ____________________________________________________________________________
25900 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
25901         Log: setitimer() does not exist in Unicos, despite of what
25902              Configure thinks, from Mark P. Lutz.
25903      Branch: perl
25904            ! hints/unicos.sh
25905 ____________________________________________________________________________
25906 [ 10841] By: nick                                  on 2001/06/22  21:19:36
25907         Log: Skip cwd test on Win32 ???
25908      Branch: perlio
25909            ! lib/File/Find/taint.t
25910 ____________________________________________________________________________
25911 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
25912         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
25913              and Tru64 gcc -Wall happy.
25914      Branch: perl
25915            ! mg.c
25916 ____________________________________________________________________________
25917 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
25918         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
25919      Branch: perl
25920            ! ext/IPC/SysV/Semaphore.pm
25921 ____________________________________________________________________________
25922 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
25923         Log: Metaconfig unit change for #10837.
25924      Branch: metaconfig/U/perl
25925            ! Cross.U
25926 ____________________________________________________________________________
25927 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
25928         Log: Cleanup of the cross-compilation unit.
25929      Branch: perl
25930            ! Configure
25931 ____________________________________________________________________________
25932 [ 10836] By: nick                                  on 2001/06/22  20:45:12
25933         Log: Skip |- based op/write.t on Win32 as well as VMS
25934      Branch: perlio
25935            ! t/op/write.t
25936 ____________________________________________________________________________
25937 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
25938         Log: Integrate perlio.
25939      Branch: perl
25940           !> util.c
25941 ____________________________________________________________________________
25942 [ 10834] By: nick                                  on 2001/06/22  20:41:54
25943         Log: Integrate mainline
25944      Branch: perlio
25945           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
25946           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
25947           !> vos/config.ga.h
25948 ____________________________________________________________________________
25949 [ 10833] By: nick                                  on 2001/06/22  20:22:58
25950         Log: Patcho fix.
25951      Branch: perlio
25952            ! util.c
25953 ____________________________________________________________________________
25954 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
25955         Log: Metaconfig unit changes for #10831.
25956      Branch: metaconfig
25957            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
25958 ____________________________________________________________________________
25959 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
25960         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
25961              From: Andy Dougherty <doughera@lafayette.edu>
25962              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
25963              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
25964      Branch: perl
25965            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25966            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
25967 ____________________________________________________________________________
25968 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
25969         Log: MPE/iX prototype nits from Mark Bixby.
25970      Branch: perl
25971            ! pp_sys.c
25972 ____________________________________________________________________________
25973 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
25974         Log: Detypo.
25975      Branch: perl
25976            ! util.c
25977 ____________________________________________________________________________
25978 [ 10828] By: nick                                  on 2001/06/22  15:33:37
25979         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
25980      Branch: perlio
25981           +> lib/h2xs.t
25982           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
25983           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
25984           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
25985           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
25986           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
25987           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
25988           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
25989           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
25990           !> vms/vmsish.h
25991 ____________________________________________________________________________
25992 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
25993         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
25994              Date: Fri, 22 Jun 2001 10:08:35 -0500
25995              From: "Craig A. Berry" <craigberry@mac.com>
25996              Message-Id: <a05101001b75908704194@[192.168.56.145]>
25997      Branch: perl
25998            ! vms/vms.c vms/vmsish.h
25999 ____________________________________________________________________________
26000 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
26001         Log: NetWare scripts tweak from Ananth Kesari.
26002      Branch: perl
26003            ! NetWare/t/NWScripts.pl
26004 ____________________________________________________________________________
26005 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
26006         Log: Update Changes.
26007      Branch: perl
26008            ! Changes patchlevel.h
26009 ____________________________________________________________________________
26010 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
26011         Log: Add .i and .s targets.
26012      Branch: perl
26013            ! Makefile.SH
26014 ____________________________________________________________________________
26015 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
26016         Log: Upgrade to Locale::Maketext 1.03.
26017      Branch: perl
26018            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
26019            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
26020 ____________________________________________________________________________
26021 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
26022         Log: Upgrade to I18N::LangTags 0.26.
26023      Branch: perl
26024            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
26025            ! lib/I18N/LangTags/test.pl
26026 ____________________________________________________________________________
26027 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
26028         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
26029              Philip Newton.
26030      Branch: perl
26031            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
26032            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
26033 ____________________________________________________________________________
26034 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
26035         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
26036              From: Prymmer/Kahn <pvhp@best.com>
26037              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
26038              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
26039      Branch: perl
26040            + lib/h2xs.t
26041            ! MANIFEST utils/h2xs.PL
26042 ____________________________________________________________________________
26043 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
26044         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
26045              From: Prymmer/Kahn <pvhp@best.com>
26046              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
26047              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
26048      Branch: perl
26049            ! lib/ExtUtils.t
26050 ____________________________________________________________________________
26051 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
26052         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
26053              From: Prymmer/Kahn <pvhp@best.com>
26054              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
26055              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
26056      Branch: perl
26057            ! t/pod/plainer.t
26058 ____________________________________________________________________________
26059 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
26060         Log: AUTHORS update.
26061      Branch: perl
26062            ! AUTHORS
26063 ____________________________________________________________________________
26064 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
26065         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
26066              From: "Craig A. Berry" <craigberry@mac.com>
26067              Date: Thu, 21 Jun 2001 18:20:38 -0500
26068              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
26069      Branch: perl
26070            ! ext/POSIX/POSIX.xs
26071 ____________________________________________________________________________
26072 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
26073         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
26074              From: "Craig A. Berry" <craigberry@mac.com>
26075              Date: Thu, 21 Jun 2001 09:58:52 -0500
26076              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
26077      Branch: perl
26078            ! ext/B/Deparse.t t/op/write.t
26079 ____________________________________________________________________________
26080 [ 10814] By: nick                                  on 2001/06/22  08:13:09
26081         Log: Integrate mainline.
26082      Branch: perlio
26083           !> (integrate 46 files)
26084 ____________________________________________________________________________
26085 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
26086         Log: Change the prefixes only if $prefix is unset,
26087              as originally patched by Marcel Grunauer.
26088      Branch: perl
26089            ! hints/darwin.sh hints/rhapsody.sh
26090 ____________________________________________________________________________
26091 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
26092         Log: Subject: Re: Patch for hints/darwin.sh
26093              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
26094              Date: Thu, 21 Jun 2001 11:23:46 -0700
26095              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
26096      Branch: perl
26097            ! hints/darwin.sh hints/rhapsody.sh
26098 ____________________________________________________________________________
26099 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
26100         Log: Add .PHONY targets for non-file targets,
26101              from Wilfredo Sánchez.  Should help saying
26102              "make install" on case-insensitive filesystems.
26103      Branch: perl
26104            ! Makefile.SH
26105 ____________________________________________________________________________
26106 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
26107         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
26108              From: Doug MacEachern <dougm@covalent.net>
26109              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
26110              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
26111              
26112              plus reword the getcwd() comment, plus use getcwd() buffer
26113              size minus one.
26114      Branch: perl
26115            ! util.c
26116 ____________________________________________________________________________
26117 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
26118         Log: More gprofing from Doug MacEachern.
26119      Branch: perl
26120            ! Makefile.SH
26121 ____________________________________________________________________________
26122 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
26123         Log: Metaconfig unit change for #10807.
26124      Branch: metaconfig/U/perl
26125            ! d_sfio.U
26126 ____________________________________________________________________________
26127 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
26128         Log: Tell that you are removing the unneeded -lsfio.
26129      Branch: perl
26130            ! Configure
26131 ____________________________________________________________________________
26132 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
26133         Log: More MPE/iX tweaks from Mark Bixby.
26134      Branch: perl
26135            ! perl.c t/op/magic.t
26136 ____________________________________________________________________________
26137 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
26138         Log: The fchdir() proto is supposed to live in <unistd.h>.
26139      Branch: perl
26140            ! ext/Cwd/Cwd.xs
26141 ____________________________________________________________________________
26142 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
26143         Log: This town is too small for the Cwd extension and me,
26144              it would seem...
26145      Branch: perl
26146            ! ext/Cwd/Cwd.xs
26147 ____________________________________________________________________________
26148 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
26149         Log: Metaconfig unit change for #10802.
26150      Branch: metaconfig/U/perl
26151            ! d_modfl.U
26152 ____________________________________________________________________________
26153 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
26154         Log: More d'ohs.
26155      Branch: perl
26156            ! Configure
26157 ____________________________________________________________________________
26158 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
26159         Log: Off-by-one.  I'm so classic.
26160      Branch: perl
26161            ! util.c
26162 ____________________________________________________________________________
26163 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
26164         Log: Update Changes.
26165      Branch: perl
26166            ! Changes patchlevel.h
26167 ____________________________________________________________________________
26168 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
26169         Log: Subject: Documentation patch for Net::FTP
26170              From: Marcel Grunauer <marcel@codewerk.com>
26171              Date: Wed, 20 Jun 2001 23:03:26 +0200
26172              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
26173      Branch: perl
26174            ! lib/Net/FTP.pm
26175 ____________________________________________________________________________
26176 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
26177         Log: Retract the #10417 mg.c and embed.pl parts because of
26178              strange SEGVs in 64bit x86 FreeBSD observed by
26179              Nicholas Clark.
26180      Branch: perl
26181            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
26182 ____________________________________________________________________________
26183 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
26184         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
26185      Branch: perl
26186            ! Configure NetWare/config.wc NetWare/config_H.wc
26187            ! Porting/Glossary Porting/config.sh Porting/config_H
26188            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
26189            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26190            ! vos/config.ga.h win32/config.bc win32/config.gc
26191            ! win32/config.vc win32/config_H.bc win32/config_H.gc
26192            ! win32/config_H.vc
26193 ____________________________________________________________________________
26194 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
26195         Log: Cwd tweak from Doug MacEachern.
26196      Branch: perl
26197            ! ext/Cwd/Cwd.xs
26198 ____________________________________________________________________________
26199 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
26200         Log: Protect the fchdir() and lstat() with ifdefs.
26201              fchdir() needs a Configure probe.
26202      Branch: perl
26203            ! ext/Cwd/Cwd.xs
26204 ____________________________________________________________________________
26205 [ 10794] By: nick                                  on 2001/06/21  17:11:35
26206         Log: Integrate mainline
26207      Branch: perlio
26208           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
26209           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
26210           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
26211           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
26212           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
26213           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
26214           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
26215           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
26216            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
26217            - lib/File/Glob/case.t lib/File/Glob/global.t
26218            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
26219            - lib/File/Temp/posix.t lib/File/Temp/security.t
26220            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
26221            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
26222            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
26223            - lib/Text/Wrap/wrap.t
26224           !> (integrate 41 files)
26225 ____________________________________________________________________________
26226 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
26227         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
26228              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
26229              Date: Thu, 21 Jun 2001 13:04:54 -0500
26230              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
26231      Branch: perl
26232            ! ext/Cwd/Cwd.xs
26233 ____________________________________________________________________________
26234 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
26235         Log: Subject: [PATCH pod] overlong =item
26236              From: Robin Barker <rmb1@cise.npl.co.uk>
26237              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
26238              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
26239      Branch: perl
26240            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
26241            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
26242 ____________________________________________________________________________
26243 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
26244         Log: Subject: [PATCH perlio.c] format 
26245              From: Robin Barker <rmb1@cise.npl.co.uk>
26246              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
26247              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
26248      Branch: perl
26249            ! perlio.c
26250 ____________________________________________________________________________
26251 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
26252         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
26253              From: Radu Greab <radu@netsoft.ro>
26254              Date: Thu, 21 Jun 2001 19:06:02 +0300
26255              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
26256      Branch: perl
26257            ! pod/perlapi.pod sv.c
26258 ____________________________________________________________________________
26259 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
26260         Log: The metaconfig unit changes for #10788.
26261      Branch: metaconfig/U/perl
26262            ! Cross.U fflushall.U
26263 ____________________________________________________________________________
26264 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
26265         Log: Cross-configuration changes: make $from to rm the files
26266              before copying them over (this means that he rm can be
26267              removed from the fflushall test), create $targetmkdir      
26268              (not documented in install since it is supposed to internal
26269              use only), make $run to copy over the executable only if
26270              a stamp file .xok doesn't already exist (to avoid unnecessary
26271              copying of the executable)
26272      Branch: perl
26273            ! Configure Makefile.SH
26274 ____________________________________________________________________________
26275 [ 10787] By: nick                                  on 2001/06/21  14:16:18
26276         Log: Integrate mainline
26277      Branch: perlio
26278           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
26279           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
26280           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
26281            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
26282           !> (integrate 34 files)
26283 ____________________________________________________________________________
26284 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
26285         Log: Re-add the files as text.
26286      Branch: perl
26287            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
26288 ____________________________________________________________________________
26289 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
26290         Log: Delete the binary files.
26291      Branch: perl
26292            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
26293 ____________________________________________________________________________
26294 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
26295         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
26296              From: Andy Dougherty <doughera@lafayette.edu>
26297              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
26298              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
26299      Branch: perl
26300            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
26301            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
26302            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
26303            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
26304 ____________________________________________________________________________
26305 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
26306         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
26307              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
26308              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
26309              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
26310              
26311              Setting umask to something friendlier.
26312      Branch: perl
26313            ! installman installperl
26314 ____________________________________________________________________________
26315 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
26316         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
26317              Resort MANIFEST with sort -f, looks much better.
26318      Branch: perl
26319            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
26320            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
26321            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
26322            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
26323            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
26324            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
26325            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
26326            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
26327            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
26328            - lib/File/Glob/case.t lib/File/Glob/global.t
26329            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
26330            - lib/File/Temp/posix.t lib/File/Temp/security.t
26331            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
26332            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
26333            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
26334            - lib/Text/Wrap/wrap.t
26335            ! MANIFEST
26336 ____________________________________________________________________________
26337 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
26338         Log: Upgrade to I18N::LangTags 0.25.
26339      Branch: perl
26340            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
26341            ! lib/I18N/LangTags/List.pm
26342 ____________________________________________________________________________
26343 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
26344         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
26345              From: Richard Soderberg <rs@crystalflame.net>
26346              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
26347              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
26348      Branch: perl
26349            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
26350            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
26351 ____________________________________________________________________________
26352 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
26353         Log: Test obsoleted by change #10777.
26354      Branch: perl
26355            ! t/op/sub_lval.t
26356 ____________________________________________________________________________
26357 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
26358         Log: Case of confused test numbering.
26359      Branch: perl
26360            ! t/op/pat.t
26361 ____________________________________________________________________________
26362 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
26363         Log: Subject: Re: Opinion on undef lvalue
26364              From: Abhijit Menon-Sen <ams@wiw.org>
26365              Date: Sun, 17 Jun 2001 13:04:46 +0530
26366              Message-ID: <20010617130446.B27925@lustre.linux.in>
26367              
26368              Allow lvalue subs to return undef in array context.
26369      Branch: perl
26370            ! pp_hot.c
26371 ____________________________________________________________________________
26372 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
26373         Log: Just a guess that using the same hack for cygwin as
26374              for win32 might help.
26375      Branch: perl
26376            ! lib/File/Find/find.t
26377 ____________________________________________________________________________
26378 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
26379         Log: NetWare tweaks from Guruprasad.
26380      Branch: perl
26381            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
26382            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
26383            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
26384            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
26385 ____________________________________________________________________________
26386 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
26387         Log: Subject: Re: perl@10722: Bogus warnings on REs 
26388              From: Hugo <hv@crypt.compulink.co.uk>
26389              Date: Thu, 21 Jun 2001 09:51:17 +0100
26390              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
26391              
26392              Unroll to avoid a UTS compiler bug.
26393      Branch: perl
26394            ! regcomp.c
26395 ____________________________________________________________________________
26396 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
26397         Log: Subject: Re: [PATCH] Make /o work under i?threads
26398              From: Artur Bergman <artur@contiller.se>
26399              Date: Thu, 21 Jun 2001 14:38:03 +0200
26400              Message-ID: <B757B74A.184D%artur@contiller.se>
26401      Branch: perl
26402            ! t/op/pat.t
26403 ____________________________________________________________________________
26404 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
26405         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
26406              From: Artur Bergman <artur@contiller.se> 
26407              Date: Thu, 21 Jun 2001 14:27:33 +0200
26408              Message-ID: <B757B4D4.1849%artur@contiller.se>
26409              
26410              Plus extra parentheses.
26411      Branch: perl
26412            ! op.h
26413 ____________________________________________________________________________
26414 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
26415         Log: Subject: [PATCH] Make /o work under i?threads
26416              From: Richard Soderberg <rs@crystalflame.net>
26417              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
26418              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
26419      Branch: perl
26420            ! pp_ctl.c
26421 ____________________________________________________________________________
26422 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
26423         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
26424              From: Artur Bergman <artur@contiller.se>
26425              Date: Thu, 21 Jun 2001 14:04:54 +0200
26426              Message-ID: <B757AF86.1842%artur@contiller.se>
26427      Branch: perl
26428            ! op.h
26429 ____________________________________________________________________________
26430 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
26431         Log: Subject: Re: perl@10765: sv.c not OK on win32
26432              From: Artur Bergman <artur@contiller.se>
26433              Date: Thu, 21 Jun 2001 10:31:06 +0200
26434              Message-ID: <B7577D69.182C%artur@contiller.se>
26435      Branch: perl
26436            ! sv.c
26437 ____________________________________________________________________________
26438 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
26439         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
26440              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26441              Date: Thu, 21 Jun 2001 06:23:56 -0400
26442              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
26443              
26444              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
26445              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26446              Date: Thu, 21 Jun 2001 06:32:21 -0400
26447              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
26448      Branch: perl
26449            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
26450 ____________________________________________________________________________
26451 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
26452         Log: Subject: [PATCH] make syslog test more verbose
26453              From: Robert Spier <rspier@pobox.com>
26454              Date: Thu, 21 Jun 2001 00:54:32 -0400
26455              Message-ID: <15153.32264.295807.333073@rls.cx>
26456      Branch: perl
26457            ! ext/Sys/Syslog/syslog.t
26458 ____________________________________________________________________________
26459 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
26460         Log: Subject: op/study.t refinements
26461              From: Hugo <hv@crypt.compulink.co.uk>
26462              Date: Thu, 21 Jun 2001 00:29:07 +0100
26463              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
26464      Branch: perl
26465            ! t/op/study.t
26466 ____________________________________________________________________________
26467 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
26468         Log: Update Changes.
26469      Branch: perl
26470            ! Changes patchlevel.h
26471 ____________________________________________________________________________
26472 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
26473         Log: Subject: Re: [PATCH] djgpp updates
26474              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
26475              Date: Wed, 20 Jun 2001 10:05:15 +0200
26476              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
26477      Branch: perl
26478            ! djgpp/config.over
26479 ____________________________________________________________________________
26480 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
26481         Log: Fix for ID 20010619.002 "When building hash, hash keys that
26482              are function calls are not being called", from Abhijit.
26483      Branch: perl
26484            ! t/base/lex.t toke.c
26485 ____________________________________________________________________________
26486 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
26487         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
26488      Branch: perl
26489            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
26490            + lib/Locale/Maketext/test.pl
26491            - lib/Locale/Maketext.t
26492            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
26493            ! lib/Locale/Maketext/TPJ13.pod
26494 ____________________________________________________________________________
26495 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
26496         Log: Metaconfig unit change for #10760.
26497      Branch: metaconfig
26498            ! U/modified/Cppsym.U
26499 ____________________________________________________________________________
26500 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
26501         Log: Do not remove the ccsym* Cppsym* files since
26502              they are useful for metaconfig units coming after us.
26503              (This is the Configure nit mentioned in #10752.)
26504      Branch: perl
26505            ! Configure
26506 ____________________________________________________________________________
26507 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
26508         Log: Update to I18N::LangTags 0.24, from Sean Burke.
26509      Branch: perl
26510            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
26511            + lib/I18N/LangTags/README
26512            - lib/I18N/LangTags/List.pod
26513            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
26514 ____________________________________________________________________________
26515 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
26516         Log: Regen headers.
26517      Branch: perl
26518            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
26519            ! pod/perlapi.pod proto.h
26520 ____________________________________________________________________________
26521 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
26522         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
26523              From: Artur Bergman <artur@contiller.se>
26524              Date: Wed, 20 Jun 2001 11:31:32 +0200
26525              Message-ID: <B7563A14.17D8%artur@contiller.se>
26526      Branch: perl
26527            ! embed.pl hv.c intrpvar.h sv.c sv.h
26528 ____________________________________________________________________________
26529 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
26530         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
26531              From: Tim Sweetman <tim@aldigital.co.uk> 
26532              Date: Wed, 13 Jun 2001 14:25:17 +0100 
26533              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
26534      Branch: perl
26535            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
26536 ____________________________________________________________________________
26537 [ 10755] By: nick                                  on 2001/06/20  16:12:37
26538         Log: Integrate mainline
26539      Branch: perlio
26540           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
26541           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
26542           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
26543           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
26544           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
26545           !> t/op/study.t util.c
26546 ____________________________________________________________________________
26547 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
26548         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
26549              but not Makefile)
26550      Branch: maint-5.6/perl
26551            ! win32/Makefile
26552 ____________________________________________________________________________
26553 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
26554         Log: Security tweak on readlink().
26555      Branch: perl
26556            ! pp_sys.c
26557 ____________________________________________________________________________
26558 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
26559         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
26560      Branch: perl
26561            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
26562            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
26563            ! mpeix/relink t/op/pwent.t
26564 ____________________________________________________________________________
26565 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
26566         Log: Reinstate #10725 (with probe for alarm()).
26567      Branch: perl
26568            ! t/op/study.t
26569 ____________________________________________________________________________
26570 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
26571         Log: Replace our implementation of realpath() with OpenBSD's
26572              (src/lib/libc/stdlib/realpath.c 1.4).
26573      Branch: perl
26574            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
26575            ! pod/perldiag.pod proto.h util.c
26576 ____________________________________________________________________________
26577 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
26578         Log: Integrate perlio.
26579      Branch: perl
26580           !> perlio.c
26581 ____________________________________________________________________________
26582 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
26583         Log: No point in going into memory-saving contortions
26584              with getcwd() since there's a danger of buffer overflow.
26585              Also make the POSIX extension to use sv_getcwd().
26586              Finally, a missed proto.h fragment.
26587      Branch: perl
26588            ! ext/POSIX/POSIX.xs proto.h util.c
26589 ____________________________________________________________________________
26590 [ 10747] By: nick                                  on 2001/06/20  12:38:26
26591         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
26592      Branch: perlio
26593            ! perlio.c
26594 ____________________________________________________________________________
26595 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
26596         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
26597              From: Graham Barr <gbarr@pobox.com>
26598              Date: Wed, 20 Jun 2001 11:05:49 +0100
26599              Message-ID: <20010620110549.I19188@pobox.com>
26600              
26601              reported in        
26602              
26603              Subject: Bug in IO::Socket::INET module (repeat)
26604              From: "Harmon S. Nine" <hnine@netarx.com>
26605              Date: Tue, 19 Jun 2001 09:41:35 -0400
26606              Message-ID: <3B2F568F.8080605@netarx.com>
26607              
26608              The bug was that the IO::Socket::INET constructor
26609              did not allow a 'LocalPort' of 0.
26610      Branch: perl
26611            ! ext/IO/lib/IO/Socket/INET.pm
26612 ____________________________________________________________________________
26613 [ 10745] By: nick                                  on 2001/06/20  08:56:39
26614         Log: Integrate mainline.
26615      Branch: perlio
26616           !> (integrate 37 files)
26617 ____________________________________________________________________________
26618 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
26619         Log: After some reading I don't think we can blindly
26620              use systems' realpath().  Too many security problems,
26621              too many buggy implementations.
26622              
26623              TODO: the realpath() emulation code in util.c doesn't
26624              seem fully operational?  (readlink(), for example?)
26625      Branch: perl
26626            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
26627            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
26628            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
26629            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
26630            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
26631            ! win32/config_H.gc win32/config_H.vc
26632 ____________________________________________________________________________
26633 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
26634         Log: Metaconfig unit change for #10738.
26635      Branch: metaconfig
26636            ! U/compline/d_gconvert.U
26637 ____________________________________________________________________________
26638 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
26639         Log: Integrate change #10739 from maintperl:
26640              
26641              C<eval "/x$\r\n/x"> fails to compile correctly 
26642      Branch: perl
26643           !> t/op/pat.t toke.c
26644 ____________________________________________________________________________
26645 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
26646         Log: Retract #10725 (Hugo asked NOT to apply the patch)
26647      Branch: perl
26648            ! t/op/study.t
26649 ____________________________________________________________________________
26650 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
26651         Log: The test.third results were funnily named because of the
26652              new test scheme.
26653      Branch: perl
26654            ! t/TEST
26655 ____________________________________________________________________________
26656 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
26657         Log: C<eval "/x$\r\n/x"> fails to compile correctly
26658      Branch: maint-5.6/perl
26659            ! t/op/pat.t toke.c
26660 ____________________________________________________________________________
26661 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
26662         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
26663              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26664              Date: Tue, 19 Jun 2001 19:15:40 -0400
26665              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
26666              
26667              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
26668              because "1e+129" being expected but "1.e+129" being returned.
26669              The culprit (at least in Tru64) is the use of gcvt().
26670      Branch: perl
26671            ! Configure
26672 ____________________________________________________________________________
26673 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
26674         Log: Subject: [PATCH perl@10722] test hunting on VMS
26675              From: "Craig A. Berry" <craigberry@mac.com>
26676              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
26677              Date: Tue, 19 Jun 2001 18:59:01 -0500
26678      Branch: perl
26679            ! vms/test.com
26680 ____________________________________________________________________________
26681 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
26682         Log: Subject: [PATCH] s/typos//
26683              From: Abhijit Menon-Sen <ams@wiw.org>
26684              Date: Wed, 20 Jun 2001 02:15:02 +0530
26685              Message-ID: <20010620021502.A14541@lustre.linux.in>
26686              
26687              Without the op.h s/bearword/bareword/ hunk, see
26688              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
26689      Branch: perl
26690            ! util.c
26691 ____________________________________________________________________________
26692 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
26693         Log: Metaconfig unit change for #10732 and #10733.
26694      Branch: metaconfig/U/perl
26695            ! fflushall.U
26696 ____________________________________________________________________________
26697 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
26698         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
26699              From: "Craig A. Berry" <craigberry@mac.com>
26700              Date: Tue, 19 Jun 2001 17:19:48 -0500
26701              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
26702      Branch: perl
26703            ! configure.com vms/descrip_mms.template
26704 ____________________________________________________________________________
26705 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
26706         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
26707              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26708              Date: Tue, 19 Jun 2001 16:48:07 -0400
26709              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
26710              
26711              Further fixes to fflush(NULL) detection.
26712      Branch: perl
26713            ! Configure
26714 ____________________________________________________________________________
26715 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
26716         Log: AIX test -s hangs with non-existent files?
26717              (A genuine logic bug in Configure, but AIX also broken?)
26718      Branch: perl
26719            ! Configure
26720 ____________________________________________________________________________
26721 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
26722         Log: AUTHORS updates.
26723      Branch: perl
26724            ! AUTHORS
26725 ____________________________________________________________________________
26726 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
26727         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
26728              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26729              Date: Tue, 19 Jun 2001 15:33:25 -0400
26730              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
26731      Branch: perl
26732            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
26733            ! t/lib/warnings/pp
26734 ____________________________________________________________________________
26735 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
26736         Log: Integrate perlio.
26737      Branch: perl
26738           !> lib/File/Find/find.t win32/distclean.bat
26739 ____________________________________________________________________________
26740 [ 10728] By: nick                                  on 2001/06/19  18:24:53
26741         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
26742      Branch: perlio
26743            ! lib/File/Find/find.t win32/distclean.bat
26744 ____________________________________________________________________________
26745 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
26746         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
26747              also add information how to find out whether one has PerlIO.
26748      Branch: perl
26749            ! pod/perlfunc.pod
26750 ____________________________________________________________________________
26751 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
26752         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
26753              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
26754              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
26755              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
26756      Branch: perl
26757            ! pod/perlfunc.pod
26758 ____________________________________________________________________________
26759 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
26760         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
26761              From: Hugo <hv@crypt.compulink.co.uk>
26762              Date: Tue, 19 Jun 2001 12:37:30 +0100
26763              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
26764      Branch: perl
26765            ! t/op/study.t
26766 ____________________________________________________________________________
26767 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
26768         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
26769              From: Hugo <hv@crypt.compulink.co.uk>
26770              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
26771              Date: Tue, 19 Jun 2001 13:15:17 +0100
26772      Branch: perl
26773            ! util.c
26774 ____________________________________________________________________________
26775 [ 10723] By: nick                                  on 2001/06/19  14:46:15
26776         Log: Integrate mainline
26777      Branch: perlio
26778           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
26779           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
26780           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
26781           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
26782           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
26783           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
26784            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
26785            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
26786            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
26787            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
26788            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
26789            - ext/Thread/unsync4.t
26790           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
26791           !> djgpp/config.over djgpp/fixpmain
26792           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
26793           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
26794           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
26795 ____________________________________________________________________________
26796 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
26797         Log: Update Changes.
26798      Branch: perl
26799            ! Changes patchlevel.h
26800 ____________________________________________________________________________
26801 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
26802         Log: The existence shall be MANIFESted.
26803      Branch: perl
26804            ! MANIFEST
26805 ____________________________________________________________________________
26806 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
26807         Log: The old libnet.cfg is first searched from the current directory,
26808              only then from the module path.
26809      Branch: perl
26810            ! utils/libnetcfg.PL
26811 ____________________________________________________________________________
26812 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
26813         Log: NetWare tweaks from Guruprasad.
26814      Branch: perl
26815            ! NetWare/Makefile NetWare/config.wc
26816 ____________________________________________________________________________
26817 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
26818         Log: Subject: [PATCH] djgpp updates
26819              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
26820              Date: Tue, 19 Jun 2001 10:59:06 +0200
26821              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
26822      Branch: perl
26823            ! djgpp/config.over djgpp/fixpmain
26824 ____________________________________________________________________________
26825 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
26826         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
26827              From: Prymmer/Kahn <pvhp@best.com>
26828              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
26829              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
26830      Branch: perl
26831            ! win32/Makefile
26832 ____________________________________________________________________________
26833 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
26834         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
26835              to happen right after the inclusion of <inttypes.h>,
26836              from Edward Moy.
26837      Branch: perl
26838            ! handy.h perl.h
26839 ____________________________________________________________________________
26840 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
26841         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
26842              From: Doug MacEachern <dougm@covalent.net>
26843              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
26844              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
26845      Branch: perl
26846            ! ext/DynaLoader/DynaLoader_pm.PL
26847 ____________________________________________________________________________
26848 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
26849         Log: Revert #10656 for perfomance reasons but leave in the
26850              use of Hv*() macros -- in comments, so that grepping the
26851              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
26852              suggested by Sarathy, also by Abhijit.)
26853      Branch: perl
26854            ! hv.c
26855 ____________________________________________________________________________
26856 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
26857         Log: Subject: [patch] .s MakeMaker suffix
26858              From: Doug MacEachern <dougm@covalent.net>
26859              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
26860              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
26861      Branch: perl
26862            ! lib/ExtUtils/MM_Unix.pm
26863 ____________________________________________________________________________
26864 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
26865         Log: One test lost in the big shuffle restored.
26866      Branch: perl
26867            + ext/IPC/SysV/ipcsysv.t
26868            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
26869 ____________________________________________________________________________
26870 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
26871         Log: Rename the old non-standard threads tests so that
26872              they won't be invoked.
26873      Branch: perl
26874            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
26875            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
26876            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
26877            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
26878            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
26879            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
26880            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
26881            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
26882            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
26883            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
26884            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
26885            - ext/Thread/unsync4.t
26886            ! MANIFEST
26887 ____________________________________________________________________________
26888 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
26889         Log: Integrate perlio.
26890      Branch: perl
26891           !> win32/config_sh.PL
26892 ____________________________________________________________________________
26893 [ 10709] By: nick                                  on 2001/06/19  08:18:18
26894         Log: Integrate mainline
26895      Branch: perlio
26896           +> (branch 40 files)
26897            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
26898            - lib/strict/subs lib/strict/vars lib/warnings/1global
26899            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
26900            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
26901            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
26902            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
26903            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
26904            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
26905            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
26906            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
26907            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
26908            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
26909            - lib/warnings/utf8 lib/warnings/util
26910           !> (integrate 57 files)
26911 ____________________________________________________________________________
26912 [ 10708] By: nick                                  on 2001/06/19  07:57:10
26913         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
26914      Branch: perlio
26915            ! win32/config_sh.PL
26916 ____________________________________________________________________________
26917 [ 10707] By: nick                                  on 2001/06/19  07:05:07
26918         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
26919      Branch: perl
26920            ! perly.c perly.y perly_c.diff vms/perly_c.vms
26921 ____________________________________________________________________________
26922 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
26923         Log: More perl572delta tweaks.
26924      Branch: perl
26925            ! pod/perl572delta.pod
26926 ____________________________________________________________________________
26927 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
26928         Log: Update perl572delta.
26929      Branch: perl
26930            ! pod/perl572delta.pod
26931 ____________________________________________________________________________
26932 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
26933         Log: VOS updates from Paul Green.
26934      Branch: perl
26935            ! vos/Changes vos/build.cm vos/perl.bind
26936 ____________________________________________________________________________
26937 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
26938         Log: Update the vos/config.*.* files.
26939      Branch: perl
26940            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26941            ! vos/config.ga.h
26942 ____________________________________________________________________________
26943 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
26944         Log: Add a makefile for more painless adding of symbols to the
26945              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
26946              takes care of the adding)
26947      Branch: perl
26948            + vos/Makefile
26949 ____________________________________________________________________________
26950 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
26951         Log: Make libnetcfg by default display the libnet configuration,
26952              -c to change, add -i for old config, document all options,
26953              regen toc.
26954      Branch: perl
26955            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
26956 ____________________________________________________________________________
26957 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
26958         Log: gcc -Wall sweep.
26959      Branch: perl
26960            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
26961 ____________________________________________________________________________
26962 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
26963         Log: So there.
26964      Branch: perl
26965            ! universal.c
26966 ____________________________________________________________________________
26967 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
26968         Log: Document the need for sv_printify().
26969              
26970              Document that 'use utf8' has been considered.
26971              
26972              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
26973      Branch: perl
26974            ! pod/perltodo.pod universal.c
26975 ____________________________________________________________________________
26976 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
26977         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
26978              From: Nicholas Clark <nick@ccl4.org>
26979              Date: Mon, 18 Jun 2001 23:29:23 +0100
26980              Message-ID: <20010618232923.I98663@plum.flirble.org>
26981      Branch: perl
26982            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
26983            ! ext/Sys/Syslog/Makefile.PL
26984 ____________________________________________________________________________
26985 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
26986         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
26987              From: Scott.L.Miller@Compaq.com
26988              Date: Mon, 18 Jun 2001 10:12:27 -0500
26989              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
26990      Branch: perl
26991            ! lib/perl5db.pl pod/perldebug.pod
26992 ____________________________________________________________________________
26993 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
26994         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
26995              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
26996              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
26997              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
26998      Branch: perl
26999            ! lib/Carp/Heavy.pm
27000 ____________________________________________________________________________
27001 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
27002         Log: Subject: [PATCH] Documentation changes for CLONE
27003              From: Artur Bergman <artur@contiller.se>
27004              Date: Mon, 18 Jun 2001 22:06:37 +0200
27005              Message-ID: <B7542BEC.1719%artur@contiller.se>
27006      Branch: perl
27007            ! pod/perlmod.pod pod/perlsub.pod
27008 ____________________________________________________________________________
27009 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
27010         Log: Subject: Re: configure.com
27011              From: "Craig A. Berry" <craigberry@mac.com>
27012              Date: Mon, 18 Jun 2001 16:04:38 -0500
27013              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
27014      Branch: perl
27015            ! configure.com
27016 ____________________________________________________________________________
27017 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
27018         Log: Subject: PL_nullstash + perl_clone()
27019              From: Doug MacEachern <dougm@covalent.net>
27020              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
27021              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
27022      Branch: perl
27023            ! sv.c
27024 ____________________________________________________________________________
27025 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
27026         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
27027              From: davem@fdgroup.co.uk
27028              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
27029              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
27030      Branch: perl
27031            ! embed.pl pod/perlapi.pod
27032 ____________________________________________________________________________
27033 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
27034         Log: More cross-compilation defaults gleaned from -Dcc
27035              if it is CPU-OS-gcc.
27036      Branch: metaconfig
27037            ! U/modified/libc.U
27038      Branch: metaconfig/U/perl
27039            ! Cross.U
27040      Branch: perl
27041            ! Configure INSTALL
27042 ____________________________________________________________________________
27043 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
27044         Log: Update Changes.
27045      Branch: perl
27046            ! Changes patchlevel.h
27047 ____________________________________________________________________________
27048 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
27049         Log: Subject: [PATCH 5.7.1] sv.c documentation
27050              From: davem@fdgroup.co.uk
27051              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
27052              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
27053      Branch: perl
27054            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
27055            ! sv.c sv.h
27056 ____________________________________________________________________________
27057 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
27058         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
27059              From: "Jon Gunnip" <jongunnip@hotmail.com>
27060              Date: Sun, 17 Jun 2001 18:24:29 -0400
27061              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
27062      Branch: perl
27063            ! pod/perlvar.pod
27064 ____________________________________________________________________________
27065 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
27066         Log: Move the locale/strict/warnings helper files back
27067              under the t/lib; this way the amount of non-installabled
27068              stuff under lib/ stays smaller.
27069      Branch: perl
27070            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
27071            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
27072            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
27073            + t/lib/warnings/5nolint t/lib/warnings/6default
27074            + t/lib/warnings/7fatal t/lib/warnings/8signal
27075            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
27076            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
27077            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
27078            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
27079            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
27080            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
27081            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
27082            + t/lib/warnings/taint t/lib/warnings/toke
27083            + t/lib/warnings/universal t/lib/warnings/utf8
27084            + t/lib/warnings/util
27085            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
27086            - lib/strict/subs lib/strict/vars lib/warnings/1global
27087            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
27088            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
27089            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
27090            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
27091            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
27092            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
27093            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
27094            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
27095            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
27096            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
27097            - lib/warnings/utf8 lib/warnings/util
27098            ! MANIFEST installperl lib/locale.t lib/strict.t
27099 ____________________________________________________________________________
27100 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
27101         Log: Split off the pack/unpack code, from Nicholas Clark.
27102      Branch: perl
27103            + pp_pack.c
27104            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
27105            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
27106            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
27107 ____________________________________________________________________________
27108 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
27109         Log: Guard the SysV IPC tests against being invoked in
27110              SysV-IPC-less places.
27111      Branch: perl
27112            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
27113 ____________________________________________________________________________
27114 [ 10683] By: nick                                  on 2001/06/18  12:24:42
27115         Log: Integrate mainline (new test scheme now ok on Linux).
27116      Branch: perlio
27117           +> lib/warnings.t
27118           !> dump.c sv.c
27119 ____________________________________________________________________________
27120 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
27121         Log: Add the locale.c and numeric.c to the microperl sources.
27122      Branch: perl
27123            ! Makefile.micro win32/Makefile
27124 ____________________________________________________________________________
27125 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
27126         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
27127              From: Abhijit Menon-Sen <ams@wiw.org>
27128              Date: Mon, 18 Jun 2001 14:23:44 +0530
27129              Message-ID: <20010618142344.A13136@lustre.linux.in>
27130      Branch: perl
27131            ! dump.c
27132 ____________________________________________________________________________
27133 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
27134         Log: Subject: Re: [PATCH] more anonymous stash cleanups
27135              From: Abhijit Menon-Sen <ams@wiw.org>
27136              Date: Mon, 18 Jun 2001 15:50:32 +0530
27137              Message-ID: <20010618155032.A13223@lustre.linux.in>
27138              
27139              Plus the comment left in as suggested by NI-S.
27140      Branch: perl
27141            ! sv.c
27142 ____________________________________________________________________________
27143 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
27144         Log: One missed file.
27145      Branch: perl
27146            + lib/warnings.t
27147 ____________________________________________________________________________
27148 [ 10678] By: nick                                  on 2001/06/18  08:05:29
27149         Log: Integrate mainline (part2 - the deletes)
27150      Branch: perlio
27151            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
27152            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
27153            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
27154            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
27155            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
27156            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
27157            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
27158            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
27159            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
27160            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
27161            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
27162 ____________________________________________________________________________
27163 [ 10677] By: nick                                  on 2001/06/18  08:04:44
27164         Log: Integrate mainline (part1)
27165      Branch: perlio
27166           +> (branch 376 files)
27167            - (delete 219 files)
27168           !> (integrate 151 files)
27169 ____________________________________________________________________________
27170 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
27171         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
27172              No doubt I made some mistakes like missed some files or
27173              misnamed some files.  The naming rules were more or less:
27174              (1) if the module is from CPAN, follows its ways, be it
27175              t/*.t or test.pl.
27176              (2) otherwise if there are multiple tests for a module
27177              put them in a t/
27178              (3) otherwise if there's only one test put it in Module.t
27179              (4) helper files go to module/ (locale, strict, warnings)
27180              (5) use longer filenames now that we can (but e.g. the
27181              compat-0.6.t and the Text::Balanced test files still
27182              were renamed to be more civil against the 8.3 people)
27183              installperl was updated appropriately not to install the
27184              *.t files or the help files from under lib.
27185              
27186              TODO: some helper files still remain under t/ that could
27187              follow their 'masters'.  UPDATE: On second thoughts, why
27188              should they.  They can continue to live under t/lib, and
27189              in fact the locale/strict/warnings helpers that were moved
27190              could be moved back.  This way the amount of non-installable
27191              stuff under lib/ stays smaller.
27192      Branch: perl
27193            + (add 253 files)
27194            - (delete 254 files)
27195            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
27196 ____________________________________________________________________________
27197 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
27198         Log: The warning no more comes from util.c, it comes from numeric.c.
27199      Branch: perl
27200            ! README.tru64
27201 ____________________________________________________________________________
27202 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
27203         Log: Subject: Re: anyone good at casting spells?
27204              From: Spider Boardman <spider@Orb.Nashua.NH.US>
27205              Date: Sun, 17 Jun 2001 21:21:04 -0400
27206              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
27207      Branch: perl
27208            ! ext/POSIX/POSIX.xs hv.h
27209 ____________________________________________________________________________
27210 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
27211         Log: Protect the (original) thread tests against testing if no 5.005
27212              threads have been configured.
27213      Branch: perl
27214            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
27215            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
27216            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
27217            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
27218            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
27219            ! ext/Thread/unsync4.t
27220 ____________________________________________________________________________
27221 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
27222         Log: Try the new test scanning scheme on Text::Abbrev.
27223      Branch: perl
27224            + lib/Text/Abbrev.t
27225            - lib/Text/Abbrev/t/abbrev.t
27226            ! MANIFEST
27227 ____________________________________________________________________________
27228 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
27229         Log: Change the scan policy of the *.t and test.pl files,
27230              now the *.t do not need to live in a t/ directory.
27231      Branch: perl
27232            ! t/TEST t/harness
27233 ____________________________________________________________________________
27234 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
27235         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
27236              From: Ilmari Karonen <iltzu@sci.fi>
27237              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
27238              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
27239      Branch: perl
27240            ! pod/perlfaq7.pod
27241 ____________________________________________________________________________
27242 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
27243         Log: Quench the warnings from Tru64; the HP-UX is still
27244              broken because it really, REALLY, doesn't like the
27245              HvARRAY() being lvalue:
27246              
27247              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
27248              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
27249      Branch: perl
27250            ! hv.c
27251 ____________________________________________________________________________
27252 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
27253         Log: Integrate change #10667 from maintperl:
27254              
27255              change#10449 broke the special-case that makes lexicals inside the
27256              eval"" within DB::DB() visible
27257      Branch: perl
27258           !> op.c
27259 ____________________________________________________________________________
27260 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
27261         Log: change#10449 broke the special-case that makes lexicals inside the
27262              eval"" within DB::DB() visible
27263      Branch: maint-5.6/perl
27264            ! op.c
27265 ____________________________________________________________________________
27266 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
27267         Log: Still spurious output; indent the code a bit.
27268              
27269              TODO1: separate the utility functions like MkDir
27270              into a helper script?
27271              
27272              TODO2: I see a lot of repetition in the filepath()
27273              and dirpath() calls.
27274      Branch: perl
27275            ! t/lib/filefind.t t/lib/findtaint.t
27276 ____________________________________________________________________________
27277 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
27278         Log: Regen modlib, toc.
27279      Branch: perl
27280            ! pod/perlmodlib.pod pod/perltoc.pod
27281 ____________________________________________________________________________
27282 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
27283         Log: Add libnetcfg to perlutil.
27284      Branch: perl
27285            ! pod/perlutil.pod
27286 ____________________________________________________________________________
27287 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
27288         Log: Initial integration of libnet-1.0703.
27289              The Configure script renamed as libnetcfg, will be
27290              installed along other utilities.
27291      Branch: perl
27292            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
27293            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
27294            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
27295            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
27296            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
27297            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
27298            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
27299            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
27300            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
27301            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
27302            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
27303            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
27304            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
27305            + utils/libnetcfg.PL
27306            ! MANIFEST utils.lst utils/Makefile
27307 ____________________________________________________________________________
27308 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
27309         Log: Less potentially test-harness-confusing output.
27310      Branch: perl
27311            ! lib/Memoize/t/expire_module_t.t
27312 ____________________________________________________________________________
27313 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
27314         Log: The final print annoys make test.
27315      Branch: perl
27316            ! t/lib/filefind.t t/lib/findtaint.t
27317 ____________________________________________________________________________
27318 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
27319         Log: Add an option for handling dangling symbolic links.
27320      Branch: perl
27321            ! lib/File/Find.pm t/lib/filefind.t
27322 ____________________________________________________________________________
27323 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
27324         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
27325              From: Thomas Wegner <wegner_thomas@yahoo.com>
27326              Date: Sun, 17 Jun 2001 14:43:11 +0200
27327              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
27328      Branch: perl
27329            + t/lib/findtaint.t
27330            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
27331 ____________________________________________________________________________
27332 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
27333         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
27334              From: Jonathan Stowe <gellyfish@gellyfish.com>
27335              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
27336              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
27337      Branch: perl
27338            ! lib/ExtUtils/MM_Unix.pm
27339 ____________________________________________________________________________
27340 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
27341         Log: Subject: [PATCH] more anonymous stash cleanups
27342              From: Abhijit Menon-Sen <ams@wiw.org>
27343              Date: Sun, 17 Jun 2001 11:44:06 +0530
27344              Message-ID: <20010617114406.A25203@lustre.linux.in>
27345      Branch: perl
27346            ! op.c
27347 ____________________________________________________________________________
27348 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
27349         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
27350              From: Abhijit Menon-Sen <ams@wiw.org>
27351              Date: Sun, 17 Jun 2001 08:02:59 +0530
27352              Message-ID: <20010617080259.A28776@lustre.linux.in>
27353              
27354              Subject: [PATCH #2/7] xhv_eiter
27355              From: Abhijit Menon-Sen <ams@wiw.org>
27356              Date: Sun, 17 Jun 2001 08:13:18 +0530
27357              Message-ID: <20010617081318.B28776@lustre.linux.in>
27358              
27359              Subject: [PATCH #3/7] xhv_fill
27360              From: Abhijit Menon-Sen <ams@wiw.org>
27361              Date: Sun, 17 Jun 2001 08:25:16 +0530
27362              Message-ID: <20010617082516.C28776@lustre.linux.in>
27363              
27364              Subject: [PATCH #4/7] xhv_keys
27365              From: Abhijit Menon-Sen <ams@wiw.org>
27366              Date: Sun, 17 Jun 2001 08:36:17 +0530
27367              Message-ID: <20010617083617.D28776@lustre.linux.in>
27368              
27369              Subject: [PATCH #5/7] xhv_max
27370              From: Abhijit Menon-Sen <ams@wiw.org>
27371              Date: Sun, 17 Jun 2001 08:39:48 +0530
27372              Message-ID: <20010617083948.E28776@lustre.linux.in>
27373              
27374              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
27375              From: Abhijit Menon-Sen <ams@wiw.org>
27376              Date: Sun, 17 Jun 2001 08:51:11 +0530
27377              Message-ID: <20010617085111.F28776@lustre.linux.in>
27378      Branch: perl
27379            ! hv.c
27380 ____________________________________________________________________________
27381 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
27382         Log: Update Changes.
27383      Branch: perl
27384            ! Changes patchlevel.h
27385 ____________________________________________________________________________
27386 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
27387         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
27388              From: Abhijit Menon-Sen <ams@wiw.org>
27389              Date: Sat, 16 Jun 2001 07:41:19 +0530
27390              Message-ID: <20010616074119.A24720@lustre.linux.in>
27391      Branch: perl
27392            ! hv.c perl.c vms/vmsish.h win32/win32.h
27393 ____________________________________________________________________________
27394 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
27395         Log: Document tests failing when threaded, since we now have more.
27396      Branch: perl
27397            ! pod/perl572delta.pod
27398 ____________________________________________________________________________
27399 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
27400         Log: -Wall cleanup.
27401      Branch: perl
27402            ! ext/Thread/Thread.xs
27403 ____________________________________________________________________________
27404 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
27405         Log: pthread_attr_setstacksize() isn't absolutely necessary
27406              to call, only iff THREAD_CREATE_NEEDS_STACK.
27407      Branch: perl
27408            ! ext/Thread/Thread.xs
27409 ____________________________________________________________________________
27410 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
27411         Log: -Wall strays.
27412      Branch: perl
27413            ! perl.c util.c
27414 ____________________________________________________________________________
27415 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
27416         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
27417              (and INT64_MIN) brokenness.
27418      Branch: perl
27419            ! hints/darwin.sh perl.h
27420 ____________________________________________________________________________
27421 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
27422         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
27423              From: Nicholas Clark <nick@ccl4.org>
27424              Date: Sun, 17 Jun 2001 00:16:05 +0100
27425              Message-ID: <20010617001605.V98663@plum.flirble.org>
27426      Branch: perl
27427            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
27428            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
27429            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
27430 ____________________________________________________________________________
27431 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
27432         Log: Add perlnetware to docs; regen toc; supply skeleton
27433              docs for some Memoize submodules.
27434      Branch: perl
27435            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
27436            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
27437            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
27438            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
27439            ! win32/Makefile win32/makefile.mk
27440 ____________________________________________________________________________
27441 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
27442         Log: pod cleanup.
27443      Branch: perl
27444            ! README.netware
27445 ____________________________________________________________________________
27446 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
27447         Log: Integrate Memoize 0.64.  Few tweaks were required in
27448              the test scripts.  Note that the speed and expire*
27449              tests take several dozen seconds to run.
27450      Branch: perl
27451            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
27452            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
27453            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
27454            + lib/Memoize/README lib/Memoize/SDBM_File.pm
27455            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
27456            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
27457            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
27458            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
27459            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
27460            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
27461            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
27462            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
27463            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
27464            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
27465            ! MANIFEST t/lib/1_compile.t
27466 ____________________________________________________________________________
27467 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
27468         Log: Document the cross-compilation options.
27469      Branch: perl
27470            ! Cross/README INSTALL
27471 ____________________________________________________________________________
27472 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
27473         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
27474      Branch: perl
27475            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
27476            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
27477            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
27478            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
27479            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
27480            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
27481            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
27482            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
27483            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
27484            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
27485            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
27486            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
27487            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
27488            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
27489            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
27490            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
27491            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
27492            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
27493            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
27494            + lib/ExtUtils/MM_NW5.pm
27495            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
27496            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
27497            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
27498            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
27499            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
27500            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
27501            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
27502            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
27503            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
27504            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
27505            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
27506            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
27507            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
27508            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
27509            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
27510            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
27511            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
27512            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
27513            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
27514            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
27515            ! util.h x2p/a2py.c
27516 ____________________________________________________________________________
27517 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
27518         Log: Resort MANIFEST.
27519      Branch: perl
27520            ! MANIFEST
27521 ____________________________________________________________________________
27522 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
27523         Log: Integrate perlio.
27524      Branch: perl
27525           +> win32/win32io.c
27526           !> MANIFEST perlio.c perliol.h win32/makefile.mk
27527 ____________________________________________________________________________
27528 [ 10640] By: nick                                  on 2001/06/16  18:38:31
27529         Log: Disable :win32 layer as default till I get it working
27530      Branch: perlio
27531            ! MANIFEST perlio.c
27532 ____________________________________________________________________________
27533 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
27534         Log: Try the new scheme by moving the Text::Abbrev test
27535              to a new place under lib.
27536      Branch: perl
27537            + lib/Text/Abbrev/t/abbrev.t
27538            - t/lib/abbrev.t
27539            ! MANIFEST
27540 ____________________________________________________________________________
27541 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
27542         Log: Make the code even more dynamical so that testname
27543              suffix length can change.
27544      Branch: perl
27545            ! lib/Test/Harness.pm t/TEST
27546 ____________________________________________________________________________
27547 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
27548         Log: Allow for deeper t/ and also a single test.pl.
27549      Branch: perl
27550            ! t/TEST t/harness
27551 ____________________________________________________________________________
27552 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
27553         Log: #define fix from Nicholas Clark.
27554      Branch: perl
27555            ! ext/POSIX/POSIX.xs
27556 ____________________________________________________________________________
27557 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
27558         Log: Initialization is nice.
27559      Branch: perl
27560            ! lib/Test/Harness.pm
27561 ____________________________________________________________________________
27562 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
27563         Log: Make t/TEST and t/harness to test also the t/ tests
27564              under the main lib/ and ext/ directories.  Fix Test::Harness
27565              to dynamically change the width of its "foo/bar....ok" output.
27566      Branch: perl
27567            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
27568 ____________________________________________________________________________
27569 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
27570         Log: Subject: [PATCH] Re: perl@10611 
27571              From: Nicholas Clark <nick@ccl4.org>
27572              Date: Sat, 16 Jun 2001 16:52:47 +0100
27573              Message-ID: <20010616165247.O98663@plum.flirble.org>
27574              
27575              The .xs parts, too.
27576      Branch: perl
27577            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
27578            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
27579 ____________________________________________________________________________
27580 [ 10632] By: nick                                  on 2001/06/16  16:44:35
27581         Log: Work-in-progress win32 layer semi-functional, checking 
27582              for UNIX breakage.
27583      Branch: perlio
27584            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
27585 ____________________________________________________________________________
27586 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
27587         Log: Subject: [PATCH] Re: perl@10611 
27588              From: Nicholas Clark <nick@ccl4.org>
27589              Date: Sat, 16 Jun 2001 16:52:47 +0100
27590              Message-ID: <20010616165247.O98663@plum.flirble.org>
27591      Branch: perl
27592            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
27593            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
27594            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
27595            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
27596            ! lib/ExtUtils/Constant.pm
27597 ____________________________________________________________________________
27598 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
27599         Log: Metaconfig unit change for #10629.
27600      Branch: metaconfig
27601            ! U/modified/Finish.U
27602 ____________________________________________________________________________
27603 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
27604         Log: The extraction changed directories.
27605      Branch: perl
27606            ! Configure
27607 ____________________________________________________________________________
27608 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
27609         Log: Math::BigInt 1.35 from Tels.
27610      Branch: perl
27611            + t/lib/mbimbf.t
27612            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
27613            ! t/lib/bigfltpm.t t/lib/bigintpm.t
27614 ____________________________________________________________________________
27615 [ 10627] By: nick                                  on 2001/06/16  14:54:52
27616         Log: Work in progress UNIX-side edit of win32 PerLIO layer
27617      Branch: perlio
27618            + win32/win32io.c
27619            ! perlio.c win32/makefile.mk
27620 ____________________________________________________________________________
27621 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
27622         Log: Subject: [PATCH 5.6.1] os2/diff-configure
27623              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27624              Date: Fri, 15 Jun 2001 01:19:36 -0400
27625              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
27626              
27627              Empty all of it because I think #10624 made even the
27628              last patch hunk unnecessary.
27629      Branch: perl
27630            ! os2/diff.configure
27631 ____________________________________________________________________________
27632 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
27633         Log: Metaconfig unit change for 10624.
27634      Branch: metaconfig
27635            ! U/modified/libc.U
27636      Branch: perl
27637            ! config_h.SH
27638 ____________________________________________________________________________
27639 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
27640         Log: Move the initialization of libnames to the beginning so
27641              that can one 'seed' it (as OS/2 does.)
27642      Branch: perl
27643            ! Configure
27644 ____________________________________________________________________________
27645 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
27646         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
27647              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27648              Date: Fri, 15 Jun 2001 19:10:57 -0400
27649              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
27650      Branch: perl
27651            ! os2/OS2/REXX/DLL/DLL.pm
27652 ____________________________________________________________________________
27653 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
27654         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
27655              From: "Craig A. Berry" <craigberry@mac.com>
27656              Date: Fri, 15 Jun 2001 17:00:03 -0500
27657              Message-Id: <a05101007b750342599be@[172.16.52.1]>
27658      Branch: perl
27659            ! vms/descrip_mms.template
27660 ____________________________________________________________________________
27661 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
27662         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
27663              From: "Craig A. Berry" <craigberry@mac.com>
27664              Date: Fri, 15 Jun 2001 18:39:42 -0500
27665              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
27666      Branch: perl
27667            ! lib/File/Spec/VMS.pm t/lib/extutils.t
27668 ____________________________________________________________________________
27669 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
27670         Log: Integrate perlio.
27671      Branch: perl
27672           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
27673           !> t/io/utf8.t t/lib/io_scalar.t
27674 ____________________________________________________________________________
27675 [ 10619] By: nick                                  on 2001/06/15  21:05:19
27676         Log: Generated files
27677      Branch: perlio
27678            ! embed.h proto.h
27679 ____________________________________________________________________________
27680 [ 10618] By: nick                                  on 2001/06/15  20:27:42
27681         Log: Fix open.pm to work via XS-implemented method calls rather
27682              than *open::layers variables which caused all the HV/AV hassle.
27683      Branch: perlio
27684            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
27685            ! t/lib/io_scalar.t
27686 ____________________________________________________________________________
27687 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
27688         Log: Integrate perlio.
27689      Branch: perl
27690           !> lib/ExtUtils/Constant.pm
27691 ____________________________________________________________________________
27692 [ 10616] By: nick                                  on 2001/06/15  18:46:47
27693         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
27694      Branch: perlio
27695            ! lib/ExtUtils/Constant.pm
27696 ____________________________________________________________________________
27697 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
27698         Log: Integrate perlio.
27699      Branch: perl
27700           !> ext/Socket/Socket.xs
27701 ____________________________________________________________________________
27702 [ 10614] By: nick                                  on 2001/06/15  18:33:37
27703         Log: MULTIPLICITY fix for Socket.xs
27704      Branch: perlio
27705            ! ext/Socket/Socket.xs
27706 ____________________________________________________________________________
27707 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
27708         Log: Subject: Re: perl@10611
27709              From: Doug MacEachern <dougm@covalent.net>
27710              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
27711              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
27712      Branch: perl
27713            ! ext/Socket/Socket.xs
27714 ____________________________________________________________________________
27715 [ 10612] By: nick                                  on 2001/06/15  16:14:38
27716         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
27717      Branch: perlio
27718           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
27719           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
27720           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
27721           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
27722           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
27723           !> utils/h2ph.PL
27724 ____________________________________________________________________________
27725 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
27726         Log: Update Changes.
27727      Branch: perl
27728            ! Changes patchlevel.h
27729 ____________________________________________________________________________
27730 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
27731         Log: Upping the test count.
27732      Branch: perl
27733            ! t/lib/filefind.t
27734 ____________________________________________________________________________
27735 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
27736         Log: Integrate perlio.
27737      Branch: perl
27738           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27739 ____________________________________________________________________________
27740 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
27741         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
27742              From: andreas.koenig@anima.de (Andreas J. Koenig)
27743              Date: 15 Jun 2001 13:30:39 +0200
27744              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
27745              
27746              Record the grim history.
27747      Branch: perl
27748            ! lib/File/Find.pm
27749 ____________________________________________________________________________
27750 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
27751         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
27752              From: Brian McCauley <nobull@mail.com>
27753              Date: 15 Jun 2001 07:51:26 +0100
27754              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
27755      Branch: perl
27756            ! lib/File/Find.pm t/lib/filefind.t
27757 ____________________________________________________________________________
27758 [ 10606] By: nick                                  on 2001/06/15  14:00:08
27759         Log: regen_config_h for Win32.
27760      Branch: perlio
27761            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27762 ____________________________________________________________________________
27763 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
27764         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
27765              From: Peter Prymmer <pvhp@forte.com>
27766              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
27767              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
27768      Branch: perl
27769            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
27770 ____________________________________________________________________________
27771 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
27772         Log: Some filesystems require writability for rename/unlink.
27773      Branch: perl
27774            ! opcode.pl
27775 ____________________________________________________________________________
27776 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
27777         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
27778              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
27779              Date: Fri, 15 Jun 2001 12:08:53 +0200
27780              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
27781      Branch: perl
27782            ! perlio.c
27783 ____________________________________________________________________________
27784 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
27785         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
27786              From: Mike Guy <mjtg@cam.ac.uk>
27787              Date: Fri, 15 Jun 2001 14:11:49 +0100
27788              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
27789      Branch: perl
27790            ! opcode.pl
27791 ____________________________________________________________________________
27792 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
27793         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
27794              From: Nicholas Clark <nick@ccl4.org>
27795              Date: Thu, 14 Jun 2001 23:52:56 +0100
27796              Message-ID: <20010614235256.G98663@plum.flirble.org>
27797      Branch: perl
27798            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
27799            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
27800 ____________________________________________________________________________
27801 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
27802         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
27803              From: Russ Allbery <rra@stanford.edu>
27804              Date: 14 Jun 2001 13:24:43 -0700
27805              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
27806      Branch: perl
27807            ! ext/GDBM_File/GDBM_File.pm
27808 ____________________________________________________________________________
27809 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
27810         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
27811              From: Nicholas Clark <nick@ccl4.org>
27812              Date: Thu, 14 Jun 2001 20:37:47 +0100
27813              Message-ID: <20010614203747.F98663@plum.flirble.org>
27814      Branch: perl
27815            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
27816            ! t/lib/gdbm.t
27817 ____________________________________________________________________________
27818 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
27819         Log: Integrate perlio.
27820      Branch: perl
27821           !> makedef.pl sv.c
27822 ____________________________________________________________________________
27823 [ 10597] By: nick                                  on 2001/06/15  11:08:13
27824         Log: Check that HVs with HvNAME() != NULL are really stashes before
27825              treating them as such. Also be more defensive on the GvCV.
27826              Win32 fork and dprof now working again. 
27827      Branch: perlio
27828            ! sv.c
27829 ____________________________________________________________________________
27830 [ 10596] By: nick                                  on 2001/06/15  10:11:20
27831         Log: Integrate mainline.
27832      Branch: perlio
27833           +> Cross/README
27834           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
27835           !> Porting/config_H config_h.SH configure.com epoc/config.sh
27836           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
27837           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27838           !> vos/config.ga.h win32/config.bc win32/config.gc
27839           !> win32/config.vc win32/config_H.bc win32/config_H.gc
27840           !> win32/config_H.vc
27841 ____________________________________________________________________________
27842 [ 10595] By: nick                                  on 2001/06/15  09:37:17
27843         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
27844              - Win32 (VC++) now builds but fails:
27845              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
27846              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
27847              write.t    - open(...,"|-") not implemented on Win32 
27848      Branch: perlio
27849            ! makedef.pl
27850 ____________________________________________________________________________
27851 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
27852         Log: Integrate perlio.
27853      Branch: perl
27854           !> perlio.c win32/makefile.mk
27855 ____________________________________________________________________________
27856 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
27857         Log: Metaconfig unit changes for #10592.
27858      Branch: metaconfig
27859            + U/modified/i_varhdr.U U/modified/startsh.U
27860            - U/a_dvisory/crosscompile.U U/target/Target.U
27861            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
27862            ! U/compline/bitpbyte.U U/compline/byteorder.U
27863            ! U/compline/ccflags.U U/compline/charsize.U
27864            ! U/compline/d_casti32.U U/compline/d_castneg.U
27865            ! U/compline/d_closedir.U U/compline/d_fd_set.U
27866            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
27867            ! U/compline/d_keepsig.U U/compline/d_open3.U
27868            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
27869            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
27870            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
27871            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
27872            ! U/compline/doublesize.U U/compline/floatsize.U
27873            ! U/compline/nblock_io.U U/compline/orderlib.U
27874            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
27875            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
27876            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
27877            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
27878            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
27879            ! U/modified/spitshell.U U/threads/archname.U
27880            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
27881            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
27882            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
27883            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
27884            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
27885      Branch: metaconfig/U/perl
27886            + Cross.U
27887            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
27888            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
27889            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
27890            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
27891            ! stdio_streams.U uselfs.U
27892 ____________________________________________________________________________
27893 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
27894         Log: The first steps towards cross-compilation.
27895              
27896              Abstract execution of compiled test executables with $run,
27897              and abstract transfer of files with $to and $from.
27898              
27899              Under cross-compilation the $run, $to, and $from will point
27900              to appropriate wrapper scripts, by default ssh and scp,
27901              but also rsh, rcp, and cp are supported.  If not
27902              cross-compiling, they will be set to '', ':', and ':',
27903              respectively.
27904              
27905              With these patches I was able to get Configure for
27906              iPAQ ARM Linux on an Intel Linux about 95% right
27907              (only a few tests failed to execute or they produced
27908              incorrect results), and I was able to compile
27909              a functional miniperl.
27910              
27911              The symbol crosscompile renamed to be usecrosscompile,
27912              the corresponding C symbol from CROSSCOMPILE to
27913              USE_CROSS_COMPILE.
27914      Branch: perl
27915            ! Configure Cross/README Makefile.SH Porting/Glossary
27916            ! Porting/config.sh Porting/config_H config_h.SH configure.com
27917            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
27918            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
27919            ! vos/config.ga.def vos/config.ga.h win32/config.bc
27920            ! win32/config.gc win32/config.vc win32/config_H.bc
27921            ! win32/config_H.gc win32/config_H.vc
27922 ____________________________________________________________________________
27923 [ 10591] By: nick                                  on 2001/06/14  20:00:12
27924         Log: Steps along the road toward Win32 building again.
27925      Branch: perlio
27926            ! perlio.c win32/makefile.mk
27927 ____________________________________________________________________________
27928 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
27929         Log: Integrate perlio.
27930      Branch: perl
27931           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27932 ____________________________________________________________________________
27933 [ 10589] By: nick                                  on 2001/06/14  13:54:07
27934         Log: Routine regen_config_h for Win32
27935      Branch: perlio
27936            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27937 ____________________________________________________________________________
27938 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
27939         Log: Integrate perlio.
27940      Branch: perl
27941           +> perlyline.pl
27942           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
27943 ____________________________________________________________________________
27944 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
27945         Log: A placeholder.
27946      Branch: perl
27947            + Cross/README
27948 ____________________________________________________________________________
27949 [ 10586] By: nick                                  on 2001/06/14  08:25:07
27950         Log: Add new step to run_byacc which:
27951              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
27952              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
27953      Branch: perlio
27954            + perlyline.pl
27955            ! MANIFEST Makefile.SH perly.c
27956 ____________________________________________________________________________
27957 [ 10585] By: nick                                  on 2001/06/14  08:22:29
27958         Log: Integrate mainline
27959      Branch: perlio
27960           +> locale.c numeric.c
27961           !> Changes cygwin/Makefile.SHs embed.h embed.pl
27962           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
27963           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
27964           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
27965           !> x2p/Makefile.SH
27966 ____________________________________________________________________________
27967 [ 10584] By: nick                                  on 2001/06/14  08:05:53
27968         Log: Hack to remove insecure directories from PATH so test will run.
27969      Branch: perlio
27970            ! t/lib/filefind.t
27971 ____________________________________________________________________________
27972 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
27973         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
27974      Branch: perl
27975            - t/lib/mbimbf.t
27976            ! MANIFEST
27977 ____________________________________________________________________________
27978 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
27979         Log: Detypo.
27980      Branch: perl
27981            ! x2p/Makefile.SH
27982 ____________________________________________________________________________
27983 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
27984         Log: de-$CONFIG continues.
27985      Branch: perl
27986            ! cygwin/Makefile.SHs x2p/Makefile.SH
27987 ____________________________________________________________________________
27988 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
27989         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
27990              From: Nicholas Clark <nick@ccl4.org>
27991              Date: Wed, 13 Jun 2001 21:20:13 +0100
27992              Message-ID: <20010613212013.D98663@plum.flirble.org>
27993      Branch: perl
27994            ! opcode.pl
27995 ____________________________________________________________________________
27996 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
27997         Log: Subject: splitting util.c
27998              From: Hugo <hv@crypt.compulink.co.uk>
27999              Date: Thu, 14 Jun 2001 00:41:08 +0100
28000              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
28001      Branch: perl
28002            + locale.c numeric.c
28003            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
28004            ! pod/perlapi.pod proto.h util.c
28005 ____________________________________________________________________________
28006 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
28007         Log: Upgrade to Math::BigInt 1.34 from Tels.
28008      Branch: perl
28009            + t/lib/mbimbf.t
28010            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
28011            ! t/lib/bigfltpm.t t/lib/bigintpm.t
28012 ____________________________________________________________________________
28013 [ 10577] By: nick                                  on 2001/06/13  19:02:48
28014         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
28015      Branch: perlio
28016           !> (integrate 125 files)
28017 ____________________________________________________________________________
28018 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
28019         Log: Update Changes.
28020      Branch: perl
28021            ! Changes patchlevel.h
28022 ____________________________________________________________________________
28023 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
28024         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
28025              From: "Craig A. Berry" <craigberry@mac.com>
28026              Date: Wed, 13 Jun 2001 13:24:28 -0500
28027              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
28028      Branch: perl
28029            ! ext/re/Makefile.PL
28030 ____________________________________________________________________________
28031 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
28032         Log: Mc.u.c. for #10573.
28033      Branch: metaconfig
28034            ! U/threads/usethreads.U
28035 ____________________________________________________________________________
28036 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
28037         Log: It would be also be good if I could type.
28038      Branch: perl
28039            ! Configure
28040 ____________________________________________________________________________
28041 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
28042         Log: Metaconfig unit change for #10571.
28043      Branch: metaconfig
28044            ! U/threads/usethreads.U
28045 ____________________________________________________________________________
28046 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
28047         Log: A non-empty default is a good thing.
28048      Branch: perl
28049            ! Configure
28050 ____________________________________________________________________________
28051 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
28052         Log: Metaconfig unit change for #10569.
28053      Branch: metaconfig
28054            ! U/threads/usethreads.U
28055 ____________________________________________________________________________
28056 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
28057         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
28058              extremely experimental, not even prompted for.
28059      Branch: perl
28060            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28061            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
28062            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
28063            ! win32/config.bc win32/config.gc win32/config.vc
28064 ____________________________________________________________________________
28065 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
28066         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
28067      Branch: perl
28068            ! pod/perlfaq6.pod
28069 ____________________________________________________________________________
28070 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
28071         Log: Integrate perlio; conflicts, accept Nick's versions.
28072      Branch: perl
28073           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
28074           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
28075 ____________________________________________________________________________
28076 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
28077         Log: Subject: Re: ext/ + -Wall
28078              From: Doug MacEachern <dougm@covalent.net>
28079              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
28080              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
28081      Branch: perl
28082            ! XSUB.h lib/ExtUtils/xsubpp perl.h
28083 ____________________________________________________________________________
28084 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
28085         Log: Similar logic as DB_File.xs, using the modern macros and
28086              defines them to older ones for older Perls where PERL_VERSION
28087              is not defined, from Doug MacEachern.
28088      Branch: perl
28089            ! ext/Storable/Storable.xs
28090 ____________________________________________________________________________
28091 [ 10564] By: nick                                  on 2001/06/13  15:22:01
28092         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
28093              and using that instead (name lookups are sequential search for now).
28094      Branch: perlio
28095            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
28096            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
28097 ____________________________________________________________________________
28098 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
28099         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
28100              From: "Richard Soderberg" <rs@crystalflame.net>
28101              Date: Sat, 26 May 2001 06:44:20 -0700
28102              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
28103      Branch: perl
28104            ! sv.c t/op/glob.t
28105 ____________________________________________________________________________
28106 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
28107         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
28108              From: "Craig A. Berry" <craigberry@mac.com>
28109              Date: Tue, 12 Jun 2001 23:55:26 -0500
28110              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
28111      Branch: perl
28112            ! ext/re/Makefile.PL ext/re/re.xs
28113 ____________________________________________________________________________
28114 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
28115         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
28116              suggested by NI-S.
28117      Branch: perl
28118            ! XSUB.h malloc.c perl.h
28119 ____________________________________________________________________________
28120 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
28121         Log: Regen toc.
28122      Branch: perl
28123            ! pod/perltoc.pod
28124 ____________________________________________________________________________
28125 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
28126         Log: Subject: [patch] perl.gprof control
28127              From: Doug MacEachern <dougm@covalent.net>
28128              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
28129              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
28130      Branch: perl
28131            ! miniperlmain.c perl.h
28132 ____________________________________________________________________________
28133 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
28134         Log: Subject: Re: ext/ + -Wall
28135              From: Doug MacEachern <dougm@covalent.net>
28136              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
28137              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
28138              
28139              Document ax and break up dXSARGS.
28140      Branch: perl
28141            ! XSUB.h pod/perlapi.pod
28142 ____________________________________________________________________________
28143 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
28144         Log: More AIX tweakage from Merijn.
28145      Branch: perl
28146            ! hints/aix.sh
28147 ____________________________________________________________________________
28148 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
28149         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
28150              From: "Craig A. Berry" <craigberry@mac.com>
28151              Date: Tue, 12 Jun 2001 22:57:45 -0500
28152              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
28153      Branch: perl
28154            ! vms/descrip_mms.template
28155 ____________________________________________________________________________
28156 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
28157         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
28158              From: "Craig A. Berry" <craigberry@mac.com>
28159              Date: Tue, 12 Jun 2001 22:21:39 -0500
28160              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
28161      Branch: perl
28162            ! configure.com util.c
28163 ____________________________________________________________________________
28164 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
28165         Log: New AIX dynaloading code from Jens-Uwe Mager.
28166              Does break binary compatibility.
28167      Branch: perl
28168            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
28169 ____________________________________________________________________________
28170 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
28171         Log: VMS DEC C compiler found nits by Peter Prymmer.
28172      Branch: perl
28173            ! util.c
28174 ____________________________________________________________________________
28175 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
28176         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
28177              From: Peter Prymmer <pvhp@forte.com>
28178              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
28179              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
28180      Branch: perl
28181            ! t/lib/filecomp.t
28182 ____________________________________________________________________________
28183 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
28184         Log: I wonder how many $CONFIGs still lurk in the shadows.
28185      Branch: perl
28186            ! pod/Makefile.SH x2p/cflags.SH
28187 ____________________________________________________________________________
28188 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
28189         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
28190      Branch: perl
28191            ! pod/checkpods.PL
28192 ____________________________________________________________________________
28193 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
28194         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
28195      Branch: perl
28196            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
28197 ____________________________________________________________________________
28198 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
28199         Log: Subject: [patch] rid local_patches warnings
28200              From: Doug MacEachern <dougm@covalent.net>
28201              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
28202              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
28203      Branch: perl
28204            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
28205 ____________________________________________________________________________
28206 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
28207         Log: Subject: Re: ext/ + -Wall
28208              From: Doug MacEachern <dougm@covalent.net>
28209              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
28210              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
28211      Branch: perl
28212            ! ext/attrs/attrs.xs
28213 ____________________________________________________________________________
28214 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
28215         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
28216              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28217              Date: Tue, 12 Jun 2001 14:36:20 -0400
28218              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
28219      Branch: perl
28220            ! pod/perlretut.pod
28221 ____________________________________________________________________________
28222 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
28223         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
28224              From: Mike Guy <mjtg@cam.ac.uk>
28225              Date: Tue, 12 Jun 2001 19:10:31 +0100
28226              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
28227              
28228              Subject: Re: [ID 20010612.001] out of memory during regex compilation
28229              From: Mike Guy <mjtg@cam.ac.uk>
28230              Date: Tue, 12 Jun 2001 19:21:01 +0100
28231              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
28232      Branch: perl
28233            ! pod/perlop.pod
28234 ____________________________________________________________________________
28235 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
28236         Log: AIX tweaks from Merijn H. Brand.
28237      Branch: perl
28238            ! hints/aix.sh
28239 ____________________________________________________________________________
28240 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
28241         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
28242              From: "Brendan O'Dea" <bod@compusol.com.au>
28243              Date: Wed, 13 Jun 2001 05:16:47 +1000
28244              Message-ID: <20010613051647.A8945@compusol.com.au>
28245      Branch: maint-5.6/perl
28246            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
28247 ____________________________________________________________________________
28248 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
28249         Log: Subject: Small bcopy cleanup
28250              From: Andy Dougherty <doughera@lafayette.edu>
28251              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
28252              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
28253      Branch: perl
28254            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
28255 ____________________________________________________________________________
28256 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
28257         Log: Subject: [PATCH] Re: ext/ + -Wall
28258              From: Nicholas Clark <nick@ccl4.org>
28259              Date: Wed, 13 Jun 2001 00:04:30 +0100
28260              Message-ID: <20010613000430.M5901@plum.flirble.org>
28261      Branch: perl
28262            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
28263 ____________________________________________________________________________
28264 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
28265         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
28266              From: Nicholas Clark <nick@ccl4.org>
28267              Date: Tue, 12 Jun 2001 23:53:07 +0100
28268              Message-ID: <20010612235307.L5901@plum.flirble.org>
28269      Branch: perl
28270            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
28271 ____________________________________________________________________________
28272 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
28273         Log: MPE/iX tweaks from Mark Bixby.
28274      Branch: perl
28275            ! hints/mpeix.sh mpeix/mpeixish.h util.c
28276 ____________________________________________________________________________
28277 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
28278         Log: Update Changes.
28279      Branch: perl
28280            ! Changes patchlevel.h
28281 ____________________________________________________________________________
28282 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
28283         Log: One less -Wall whine (found under DEBUGGING).
28284      Branch: perl
28285            ! x2p/Makefile.SH x2p/a2p.c
28286 ____________________________________________________________________________
28287 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
28288         Log: s/case-independent/case-insensitive/g
28289      Branch: perl
28290            ! pod/perldebug.pod
28291 ____________________________________________________________________________
28292 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
28293         Log: As suggested in    
28294              
28295              Subject: Re: ext/ + -Wall
28296              From: Gurusamy Sarathy <gsar@ActiveState.com>
28297              Date: Mon, 11 Jun 2001 23:34:31 -0700
28298              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
28299      Branch: perl
28300            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
28301            ! perl.h
28302 ____________________________________________________________________________
28303 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
28304         Log: Subject: ext/ + -Wall
28305              From: Doug MacEachern <dougm@covalent.net>
28306              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
28307              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
28308      Branch: perl
28309            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
28310            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
28311            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
28312            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
28313            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
28314            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
28315            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
28316            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
28317            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
28318            ! lib/ExtUtils/xsubpp
28319 ____________________________________________________________________________
28320 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
28321         Log: Subject: [PATCH] anonymous stashes
28322              From: Abhijit Menon-Sen <ams@wiw.org>
28323              Date: Tue, 12 Jun 2001 12:47:04 +0530
28324              Message-ID: <20010612124704.A29029@lustre.linux.in>
28325      Branch: perl
28326            ! dump.c gv.c sv.c xsutils.c
28327 ____________________________________________________________________________
28328 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
28329         Log: One more test for $^S.
28330      Branch: perl
28331            ! t/op/magic.t
28332 ____________________________________________________________________________
28333 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
28334         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
28335              From: Abhijit Menon-Sen <ams@wiw.org>
28336              Date: Tue, 12 Jun 2001 17:35:55 +0530
28337              Message-ID: <20010612173555.A32426@lustre.linux.in>
28338      Branch: perl
28339            ! mg.c t/op/magic.t
28340 ____________________________________________________________________________
28341 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
28342         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
28343              From: Mike Guy <mjtg@cam.ac.uk>
28344              Date: Tue, 12 Jun 2001 13:14:15 +0100
28345              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
28346      Branch: perl
28347            ! pod/perlop.pod
28348 ____________________________________________________________________________
28349 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
28350         Log: AUTHORS updates.
28351      Branch: perl
28352            ! AUTHORS
28353 ____________________________________________________________________________
28354 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
28355         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
28356              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
28357              Content-Transfer-Encoding: 7bit
28358              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
28359      Branch: perl
28360            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
28361 ____________________________________________________________________________
28362 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
28363         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
28364              From: "Philip Newton" <Philip.Newton@gmx.net>
28365              Date: Mon, 11 Jun 2001 07:08:03 +0200
28366              Message-Id: <200106120802.LAA08992@taas.iki.fi>
28367      Branch: perl
28368            ! t/base/term.t
28369 ____________________________________________________________________________
28370 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
28371         Log: Cleanup the a2p.c for -Wall.
28372      Branch: perl
28373            ! x2p/Makefile.SH x2p/a2p.c
28374 ____________________________________________________________________________
28375 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
28376         Log: File::Find update for MacOS from Chris Nandor.
28377      Branch: perl
28378            ! lib/File/Find.pm t/lib/filefind.t
28379 ____________________________________________________________________________
28380 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
28381         Log: gcc -Wall nits picked out by a non-UNIX system
28382              (courtesy of Mark Bixby)
28383      Branch: perl
28384            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
28385            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
28386            ! pp_sys.c util.c
28387 ____________________________________________________________________________
28388 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
28389         Log: Metaconfig unit change for #10522.  (The d_modfl changes
28390              placate metalint.)
28391      Branch: metaconfig/U/perl
28392            ! d_modfl.U d_u32align.U
28393 ____________________________________________________________________________
28394 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
28395         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
28396              be "./try 2>&1 >/dev/null".
28397      Branch: perl
28398            ! Configure
28399 ____________________________________________________________________________
28400 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
28401         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
28402              From: "Craig A. Berry" <craigberry@mac.com>
28403              Date: Mon, 11 Jun 2001 14:00:32 -0500
28404              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
28405      Branch: perl
28406            ! configure.com
28407 ____________________________________________________________________________
28408 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
28409         Log: Move the full \p\P lists to perlunicode.
28410      Branch: perl
28411            ! pod/perlretut.pod pod/perlunicode.pod
28412 ____________________________________________________________________________
28413 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
28414         Log: VOS build tweak for 5.6.1 from Paul Green.
28415      Branch: maint-5.6/perl
28416            ! vos/build.cm
28417 ____________________________________________________________________________
28418 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
28419         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
28420              From: "Craig A. Berry" <craigberry@mac.com>
28421              Date: Fri, 8 Jun 2001 18:08:18 -0500
28422              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
28423      Branch: perl
28424            ! vms/vms.c
28425 ____________________________________________________________________________
28426 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
28427         Log: Update Changes.
28428      Branch: perl
28429            ! Changes patchlevel.h
28430 ____________________________________________________________________________
28431 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
28432         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
28433      Branch: perl
28434            ! vos/config.alpha.h vos/config.ga.h
28435 ____________________________________________________________________________
28436 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
28437         Log: VOS updates from Paul Green for @10476.
28438      Branch: perl
28439            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
28440            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28441            ! vos/config.ga.h vos/configure_perl.cm
28442 ____________________________________________________________________________
28443 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
28444         Log: Subject: [PATCH] Not many people know this ...
28445              From: Mike Guy <mjtg@cam.ac.uk>
28446              Date: Mon, 11 Jun 2001 14:55:15 +0100
28447              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
28448      Branch: perl
28449            ! pod/perldebug.pod
28450 ____________________________________________________________________________
28451 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
28452         Log: Add final commas to lists as suggested by Philip Newton.
28453      Branch: perl
28454            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
28455 ____________________________________________________________________________
28456 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
28457         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
28458              Date: Sun, 10 Jun 2001 23:35:38 -0400
28459              From: Chris Nandor <pudge@pobox.com>
28460              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
28461      Branch: perl
28462            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
28463            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
28464            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
28465            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
28466            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
28467            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
28468            ! t/op/write.t t/pragma/strict.t
28469 ____________________________________________________________________________
28470 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
28471         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
28472              From: Chris Nandor <pudge@pobox.com>
28473              Date: Mon, 11 Jun 2001 08:24:28 -0400
28474              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
28475      Branch: perl
28476            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
28477            ! t/lib/io_dir.t
28478 ____________________________________________________________________________
28479 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
28480         Log: One more run_byacc (a hand-tweaked version had slipped in).
28481      Branch: perl
28482            ! perly.c vms/perly_c.vms
28483 ____________________________________________________________________________
28484 [ 10509] By: nick                                  on 2001/06/11  07:49:15
28485         Log: Integrate mainline
28486      Branch: perlio
28487           !> Makefile.SH embed.h embed.pl global.sym
28488           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
28489           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
28490           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
28491           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
28492 ____________________________________________________________________________
28493 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
28494         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
28495              From: Mike Guy <mjtg@cam.ac.uk>
28496              Reply-To: mjtg@cam.ac.uk
28497              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
28498      Branch: perl
28499            ! lib/ExtUtils/Manifest.pm
28500 ____________________________________________________________________________
28501 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
28502         Log: Subject: [PATCH] ExtUtils::Constant
28503              From: Nicholas Clark <nick@ccl4.org>
28504              Date: Sun, 10 Jun 2001 23:25:41 +0100
28505              Message-ID: <20010610232540.C76396@plum.flirble.org>
28506      Branch: perl
28507            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
28508 ____________________________________________________________________________
28509 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
28510         Log: Integrate perlio.
28511      Branch: perl
28512           !> iperlsys.h
28513 ____________________________________________________________________________
28514 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
28515         Log: Move the grok_number and its lieutenant grok_numeric_radix
28516              from sv.c statics to util.c and public.
28517      Branch: perl
28518            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
28519            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
28520 ____________________________________________________________________________
28521 [ 10504] By: nick                                  on 2001/06/10  17:47:06
28522         Log: Fix (valid) -Wall warnings in perlio.c
28523      Branch: perlio
28524            ! iperlsys.h
28525 ____________________________________________________________________________
28526 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
28527         Log: Update perly_c.diff, update perly.fixer to edit away
28528              some of the -Wall noise.
28529      Branch: perl
28530            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
28531 ____________________________________________________________________________
28532 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
28533         Log: Check the version of byacc.
28534      Branch: perl
28535            ! Makefile.SH
28536 ____________________________________________________________________________
28537 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
28538         Log: Subject: [PATCH] perly.y overhaul
28539              From: Simon Cozens <simon@netthink.co.uk>
28540              Date: Sun, 10 Jun 2001 16:56:54 +0100
28541              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
28542              
28543              Plus make run_byacc.
28544      Branch: perl
28545            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
28546 ____________________________________________________________________________
28547 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
28548         Log: Integrate perlio.
28549      Branch: perl
28550           !> perlio.c perlsfio.h
28551 ____________________________________________________________________________
28552 [ 10499] By: nick                                  on 2001/06/10  15:01:08
28553         Log: Integrate mainline
28554      Branch: perlio
28555           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
28556           !> t/pragma/locale.t util.c
28557 ____________________________________________________________________________
28558 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
28559         Log: Put some meat on the perl572delta bones.  The list of
28560              selected bug fixes needs more work, as does still the
28561              whole document.
28562      Branch: perl
28563            ! pod/perl572delta.pod
28564 ____________________________________________________________________________
28565 [ 10497] By: nick                                  on 2001/06/10  12:27:51
28566         Log: Paper over a crack or two with USE_SFIO
28567      Branch: perlio
28568            ! perlio.c perlsfio.h
28569 ____________________________________________________________________________
28570 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
28571         Log: Update Changes.
28572      Branch: perl
28573            ! Changes patchlevel.h
28574 ____________________________________________________________________________
28575 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
28576         Log: Subject: Re: pragma/locale.t #107
28577              From: Hugo <hv@crypt.compulink.co.uk>
28578              Date: Sun, 10 Jun 2001 11:23:30 +0100
28579              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
28580              
28581              Encapsulate the scan of the decimal radix separator.
28582      Branch: perl
28583            ! embed.h embed.pl proto.h sv.c
28584 ____________________________________________________________________________
28585 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
28586         Log: Try to grok numbers both with the locale specific separator
28587              and with the usual "." (if different from the lss); add a test
28588              to locale.t to do also a little bit of math in addition to just
28589              equalness testing; remove extraneous logic as suggested in
28590              
28591              Subject: Re: pragma/locale.t #107
28592              From: Nicholas Clark <nick@ccl4.org>
28593              Date: Sat, 9 Jun 2001 22:37:36 +0100
28594              Message-ID: <20010609223735.Y76396@plum.flirble.org>
28595      Branch: perl
28596            ! sv.c t/pragma/locale.t
28597 ____________________________________________________________________________
28598 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
28599         Log: Metaconfig unit change for #10492.
28600      Branch: metaconfig/U/perl
28601            ! Extensions.U
28602 ____________________________________________________________________________
28603 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
28604         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
28605              From: Artur Bergman <artur@contiller.se> 
28606              Date: Sat, 09 Jun 2001 21:03:51 +0200
28607              Message-ID: <B7483FB6.1398%artur@contiller.se>
28608      Branch: perl
28609            ! Configure
28610 ____________________________________________________________________________
28611 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
28612         Log: Integrate perlio.
28613      Branch: perl
28614           !> perlsfio.h
28615 ____________________________________________________________________________
28616 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
28617         Log: Do locale specific separator if only in locale.
28618      Branch: perl
28619            ! util.c
28620 ____________________________________________________________________________
28621 [ 10489] By: nick                                  on 2001/06/09  19:13:25
28622         Log: Make XS/Typemap compile (but fail) with sfio
28623      Branch: perlio
28624            ! perlsfio.h
28625 ____________________________________________________________________________
28626 [ 10488] By: nick                                  on 2001/06/09  19:12:51
28627         Log: Re-integrate mainline
28628      Branch: perlio
28629           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
28630           !> proto.h sv.c util.c
28631 ____________________________________________________________________________
28632 [ 10487] By: nick                                  on 2001/06/09  16:26:29
28633         Log: Integrate mainline
28634      Branch: perlio
28635           !> (integrate 31 files)
28636 ____________________________________________________________________________
28637 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
28638         Log: Subject: [PATCH] New attempt to clone callack
28639              From: Artur Bergman <artur@contiller.se> 
28640              Date: Thu, 07 Jun 2001 11:52:16 +0200
28641              Message-ID: <B7451B6F.12B7%artur@contiller.se>
28642      Branch: perl
28643            ! embedvar.h intrpvar.h perlapi.h sv.c
28644 ____________________________________________________________________________
28645 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
28646         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
28647      Branch: perl
28648            ! embed.h embed.pl perl.h proto.h sv.c util.c
28649 ____________________________________________________________________________
28650 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
28651         Log: Subject: Re: pragma/locale.t #107
28652              From: Nicholas Clark <nick@ccl4.org>
28653              Date: Sat, 9 Jun 2001 16:26:10 +0100
28654              Message-ID: <20010609162609.V76396@plum.flirble.org>
28655              
28656              A missing NVification.
28657      Branch: perl
28658            ! sv.c
28659 ____________________________________________________________________________
28660 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
28661         Log: Redo the #10482, there already was a test script for formats.
28662      Branch: perl
28663            - t/io/format.t
28664            ! MANIFEST t/op/write.t
28665 ____________________________________________________________________________
28666 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
28667         Log: Twisted format testing, from Merijn.
28668      Branch: perl
28669            + t/io/format.t
28670            ! MANIFEST
28671 ____________________________________________________________________________
28672 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
28673         Log: More \p{In...} testing, combined with \N{...}.
28674      Branch: perl
28675            ! lib/utf8_heavy.pl t/op/pat.t
28676 ____________________________________________________________________________
28677 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
28678         Log: Metaconfig changes for #10479.
28679      Branch: metaconfig
28680            ! U/Glossary.patch
28681      Branch: metaconfig/U/perl
28682            ! d_modfl.U
28683 ____________________________________________________________________________
28684 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
28685         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
28686      Branch: perl
28687            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28688            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
28689            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
28690            ! win32/config.bc win32/config.gc win32/config.vc
28691 ____________________________________________________________________________
28692 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
28693         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
28694              From: "Craig A. Berry" <craigberry@mac.com>
28695              Date: Thu, 7 Jun 2001 14:27:20 -0500
28696              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
28697      Branch: perl
28698            ! vms/perlvms.pod
28699 ____________________________________________________________________________
28700 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
28701         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
28702              From: Gisle Aas <gisle@ActiveState.com>
28703              Date: 07 Jun 2001 17:04:29 -0700
28704              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
28705      Branch: perl
28706            ! ext/re/re.xs
28707 ____________________________________________________________________________
28708 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
28709         Log: Update Changes.
28710      Branch: perl
28711            ! Changes patchlevel.h
28712 ____________________________________________________________________________
28713 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
28714         Log: Regen Glossary et alia.
28715      Branch: perl
28716            ! Porting/Glossary Porting/config.sh Porting/config_H
28717 ____________________________________________________________________________
28718 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
28719         Log: Metaconfig unit changes for #10473.
28720      Branch: metaconfig/U/perl
28721            ! d_modfl.U
28722 ____________________________________________________________________________
28723 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
28724         Log: Harumph, also AIX will spill its guts (i.e. dump core)
28725              if an executable contains modfl() but it hasn't been
28726              compiled right (in the case of AIX, with cc -qlongdouble).
28727      Branch: perl
28728            ! Configure
28729 ____________________________________________________________________________
28730 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
28731         Log: integrate change#10471 from mainline
28732              
28733              in change#10451, check that CvOUTSIDE is a CV before looking in
28734              (it can apparently be SVt_NULL during global destruction)
28735      Branch: maint-5.6/perl
28736           !> op.c
28737 ____________________________________________________________________________
28738 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
28739         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
28740              (it can apparently be SVt_NULL during global destruction)
28741      Branch: perl
28742            ! op.c
28743 ____________________________________________________________________________
28744 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
28745         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
28746              From: Robin Barker <rmb1@cise.npl.co.uk>
28747              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
28748              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
28749      Branch: perl
28750            ! lib/diagnostics.pm pod/perldiag.pod
28751 ____________________________________________________________________________
28752 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
28753         Log: Subject: [PATCH perl@10439] long =item
28754              From: Robin Barker <rmb1@cise.npl.co.uk>
28755              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
28756              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
28757      Branch: perl
28758            ! README.amiga lib/Attribute/Handlers.pm
28759            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
28760 ____________________________________________________________________________
28761 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
28762         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
28763              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
28764              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
28765              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
28766      Branch: perl
28767            ! pod/perlguts.pod
28768 ____________________________________________________________________________
28769 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
28770         Log: Integrate perlio.
28771      Branch: perl
28772           !> sv.c
28773 ____________________________________________________________________________
28774 [ 10466] By: nick                                  on 2001/06/07  10:25:40
28775         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
28776              whitespace tweaks.
28777              Still coredumps in pragma/overload.t - what a nice hard fail that is...
28778      Branch: perlio
28779            ! sv.c
28780 ____________________________________________________________________________
28781 [ 10465] By: nick                                  on 2001/06/07  08:41:58
28782         Log: Raw integrate of mainline for S_grok_number debug
28783              (sv.c has MULTIPLICITY issues as well as whatever else ...)
28784      Branch: perlio
28785            - plan9/perlplan9.doc plan9/perlplan9.pod
28786           !> (integrate 46 files)
28787 ____________________________________________________________________________
28788 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
28789         Log: The proper prototyping for #10463.
28790      Branch: perl
28791            ! embed.h embed.pl proto.h sv.c
28792 ____________________________________________________________________________
28793 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
28794         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
28795              From: Nicholas Clark <nick@ccl4.org>
28796              Date: Thu, 7 Jun 2001 00:29:59 +0100
28797              Message-ID: <20010607002959.Z76396@plum.flirble.org>
28798      Branch: perl
28799            ! sv.c
28800 ____________________________________________________________________________
28801 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
28802         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
28803              From: "Craig A. Berry" <craigberry@mac.com>
28804              Date: Wed, 06 Jun 2001 17:54:30 -0500
28805              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
28806      Branch: perl
28807            ! vms/perlvms.pod
28808 ____________________________________________________________________________
28809 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
28810         Log: Podify the remaining README.platform files;
28811              merge README.plan9 and plan9/perlplan9.pod;
28812              delete plan9/perlplan9.* (the perlplan.doc needs to
28813              be regenerated in Plan 9); make the =head1 and =head2
28814              in the README.platform to be a little more verbose
28815              (skipped README.os2 not to anger Ilya) so that they
28816              look better in the toc; regen toc.
28817      Branch: perl
28818            - plan9/perlplan9.doc plan9/perlplan9.pod
28819            ! MANIFEST README.aix README.amiga README.apollo README.beos
28820            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
28821            ! README.hpux README.hurd README.machten README.macos
28822            ! README.micro README.mint README.mpeix README.os390
28823            ! README.plan9 README.qnx README.solaris README.threads
28824            ! README.tru64 README.vmesa README.vms README.vos README.win32
28825            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
28826            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
28827 ____________________________________________________________________________
28828 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
28829         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
28830              From: Mike Guy <mjtg@cam.ac.uk>
28831              Reply-To: mjtg@cam.ac.uk
28832              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
28833      Branch: perl
28834            ! pod/perlguts.pod
28835 ____________________________________________________________________________
28836 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
28837         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
28838              From: Mike Guy <mjtg@cam.ac.uk>
28839              Reply-To: mjtg@cam.ac.uk
28840              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
28841      Branch: perl
28842            ! pod/perlsec.pod
28843 ____________________________________________________________________________
28844 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
28845         Log: Disable long doubles from pre-5.0 Tru64s.
28846      Branch: perl
28847            ! README.tru64 hints/dec_osf.sh
28848 ____________________________________________________________________________
28849 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
28850         Log: The #10455 exposed that modfl() is fundamentally busted
28851              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
28852              testing it.
28853      Branch: perl
28854            ! hints/dec_osf.sh
28855 ____________________________________________________________________________
28856 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
28857         Log: Metaconfig unit change for #10455.
28858      Branch: metaconfig/U/perl
28859            ! d_modfl.U
28860 ____________________________________________________________________________
28861 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
28862         Log: Configure check for geborken modfl(), inspired by
28863              
28864              Subject: Re: [20010118.017] op/int.t failure 
28865              From: Hugo <hv@crypt.compulink.co.uk>
28866              Date: Tue, 05 Jun 2001 13:43:27 +0100
28867              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
28868      Branch: perl
28869            ! Configure
28870 ____________________________________________________________________________
28871 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
28872         Log: Integrate changes #10450 and #10451 from maintperl:
28873              
28874              optimize change#10448 slightly (don't repeat search in eval""s lexical
28875              scope, since that has already been searched)
28876              
28877              change#9108 needs subtler treatment for case of closures created
28878              within eval""
28879      Branch: perl
28880           !> op.c t/op/misc.t
28881 ____________________________________________________________________________
28882 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
28883         Log: MakeMaker magic to compile (when no dynamic loading)
28884              List/Util.xsc as (ListUtil.c and) ListUtil.o since
28885              POSIX-BC (BS2000) linker has an evil limitation of
28886              being unable to include in the same executable several
28887              object files with the same name - case-insensitively -
28888              because otherwise we conflict with util.c.
28889              Strictly speaking currently required only in POSIX-BC
28890              but probably will do no harm elsewhere where static
28891              linking is required.
28892      Branch: perl
28893            ! ext/List/Util/Makefile.PL
28894 ____________________________________________________________________________
28895 [ 10452] By: nick                                  on 2001/06/06  08:59:51
28896         Log: Integrate mainline.
28897      Branch: perlio
28898           +> lib/Attribute/Handlers/demo/Demo.pm
28899           +> lib/Attribute/Handlers/demo/Descriptions.pm
28900           +> lib/Attribute/Handlers/demo/MyClass.pm
28901           +> lib/Attribute/Handlers/demo/demo.pl
28902           +> lib/Attribute/Handlers/demo/demo2.pl
28903           +> lib/Attribute/Handlers/demo/demo3.pl
28904           +> lib/Attribute/Handlers/demo/demo4.pl
28905           +> lib/Attribute/Handlers/demo/demo_call.pl
28906           +> lib/Attribute/Handlers/demo/demo_chain.pl
28907           +> lib/Attribute/Handlers/demo/demo_cycle.pl
28908           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
28909           +> lib/Attribute/Handlers/demo/demo_phases.pl
28910           +> lib/Attribute/Handlers/demo/demo_range.pl
28911           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
28912           +> uts/strtol_wrap.c
28913           !> (integrate 91 files)
28914 ____________________________________________________________________________
28915 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
28916         Log: change#9108 needs subtler treatment for case of closures created
28917              within eval""
28918      Branch: maint-5.6/perl
28919            ! op.c t/op/misc.t
28920 ____________________________________________________________________________
28921 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
28922         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
28923              scope, since that has already been searched)
28924      Branch: maint-5.6/perl
28925            ! op.c
28926 ____________________________________________________________________________
28927 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
28928         Log: Integrate change #10448 from maintperl; lexicals
28929              outside an eval"" weren't resolved correctly inside a subroutine
28930              definition inside the eval"" if they were not already referenced
28931              in the toplevel of the eval""-ed code
28932      Branch: perl
28933           !> cop.h op.c pp_ctl.c t/op/misc.t
28934 ____________________________________________________________________________
28935 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
28936         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
28937              outside an eval"" weren't resolved correctly inside a subroutine
28938              definition inside the eval"" if they were not already referenced
28939              in the toplevel of the eval""-ed code
28940      Branch: maint-5.6/perl
28941            ! cop.h op.c pp_ctl.c t/op/misc.t
28942 ____________________________________________________________________________
28943 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
28944         Log: Subject: [PATCH] perl570delta.pod
28945              From: Peter Scott <Peter@PSDT.com> 
28946              Date: Tue, 05 Jun 2001 18:51:02 -0700
28947              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
28948      Branch: perl
28949            ! pod/perl570delta.pod
28950 ____________________________________________________________________________
28951 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
28952         Log: The fudge factor is no more needed.  I hope.
28953      Branch: perl
28954            ! t/lib/posix.t
28955 ____________________________________________________________________________
28956 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
28957         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
28958              From: Hugo <hv@crypt.compulink.co.uk>
28959              Date: Tue, 05 Jun 2001 12:58:19 +0100
28960              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
28961      Branch: perl
28962            ! util.c
28963 ____________________________________________________________________________
28964 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
28965         Log: Make up prototypes only for those who have the functions
28966              but not the prototypes.
28967      Branch: perl
28968            ! perl.h
28969 ____________________________________________________________________________
28970 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
28971         Log: Subject: Re: Not OK: perl@10439 on win32 
28972              From: Prymmer/Kahn <pvhp@best.com> 
28973              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
28974              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
28975      Branch: perl
28976            ! perl.h util.c
28977 ____________________________________________________________________________
28978 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
28979         Log: The metaconfig units changes for #10441.
28980      Branch: metaconfig
28981            ! U/modified/Extract.U U/modified/Extractall.U
28982            ! U/modified/Finish.U
28983 ____________________________________________________________________________
28984 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
28985         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
28986      Branch: perl
28987            ! Configure
28988 ____________________________________________________________________________
28989 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
28990         Log: Unnecessary fuzziness undone, noted by Mike Guy.
28991      Branch: perl
28992            ! t/op/tr.t
28993 ____________________________________________________________________________
28994 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
28995         Log: Update Changes.
28996      Branch: perl
28997            ! Changes patchlevel.h
28998 ____________________________________________________________________________
28999 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
29000         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
29001              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
29002              leakage patch.
29003      Branch: perl
29004            ! t/op/misc.t
29005 ____________________________________________________________________________
29006 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
29007         Log: Test case for #10433/#10424.
29008      Branch: perl
29009            ! t/op/misc.t
29010 ____________________________________________________________________________
29011 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
29012         Log: Subject: One fix for strtoul not setting errno
29013              From: hom00@utsglobal.com (Hal Morris)
29014              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
29015              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
29016      Branch: perl
29017            + uts/strtol_wrap.c
29018            ! MANIFEST hints/uts.sh
29019 ____________________________________________________________________________
29020 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
29021         Log: Metaconfig units changes for #10434.
29022      Branch: metaconfig
29023            ! U/modified/Cppsym.U
29024      Branch: metaconfig/U/perl
29025            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
29026            + d_syscallproto.U d_usleepproto.U
29027            ! longdblfio.U quadfio.U
29028 ____________________________________________________________________________
29029 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
29030         Log: Configure tweaks; add prototype probes, make the cpp symbols
29031              probe to cast, not whine; test for %Ld and %Lf before %lld and
29032              %llf because the L is the ANSI way.
29033      Branch: perl
29034            ! Configure config_h.SH configure.com epoc/config.sh
29035            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
29036            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
29037            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
29038 ____________________________________________________________________________
29039 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
29040         Log: Sigh.  This is what #10424 was supposed to check in.
29041      Branch: perl
29042            ! op.c sv.c sv.h
29043 ____________________________________________________________________________
29044 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
29045         Log: More verbose failure.
29046      Branch: perl
29047            ! t/op/ver.t
29048 ____________________________________________________________________________
29049 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
29050         Log: The .pm changes to go with #10428.
29051      Branch: perl
29052            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
29053            ! ext/Sys/Syslog/Syslog.pm
29054 ____________________________________________________________________________
29055 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
29056         Log: On second thoughts show to utf8 skippage message only
29057              on failures, it's too confusing otherwise,
29058      Branch: perl
29059            ! t/pragma/locale.t
29060 ____________________________________________________________________________
29061 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
29062         Log: Do not import anything from Encode.
29063      Branch: perl
29064            ! ext/MIME/Base64/QuotedPrint.pm
29065 ____________________________________________________________________________
29066 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
29067         Log: The #10402 didn't take.  Weird.
29068      Branch: perl
29069            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
29070            ! ext/Sys/Syslog/Syslog.xs
29071 ____________________________________________________________________________
29072 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
29073         Log: Eradicate traces of 'asciirange' re subpragma.
29074      Branch: perl
29075            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
29076            ! pod/perldiag.pod
29077 ____________________________________________________________________________
29078 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
29079         Log: use is a compile-time thing.
29080      Branch: perl
29081            ! ext/MIME/Base64/QuotedPrint.pm
29082 ____________________________________________________________________________
29083 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
29084         Log: Subject: [PATCH perl@10419] -Wall casting patch
29085              From: Robin Barker <rmb1@cise.npl.co.uk>
29086              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
29087              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
29088      Branch: perl
29089            ! ext/Devel/DProf/DProf.xs mg.c
29090 ____________________________________________________________________________
29091 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
29092         Log: Subject: [PATCH #2] introducing SVpad_TYPED
29093              From: Abhijit Menon-Sen <ams@wiw.org>
29094              Date: Mon, 4 Jun 2001 12:26:02 +0530
29095              Message-ID: <20010604122602.A5775@lustre.linux.in>
29096      Branch: perl
29097            ! op.c sv.c sv.h
29098 ____________________________________________________________________________
29099 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
29100         Log: testsuite for change#10192 (from Gisle Aas)
29101      Branch: perl
29102            + t/op/override.t
29103            ! MANIFEST
29104 ____________________________________________________________________________
29105 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
29106         Log: integrate changes#10414-10416 from mainline
29107              
29108              Potential buffer overrun if the radix separator is more than
29109              one byte.  Also, under locales, prefer the locale-specific
29110              separator over the old boring ".".
29111              
29112              "10.", that is, decimal numbers can have no decimal part at all.
29113              
29114              The non-locale places need love, too.
29115      Branch: maint-5.6/perl
29116           !> perl.h sv.c
29117 ____________________________________________________________________________
29118 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
29119         Log: Missed from #10420.
29120      Branch: perl
29121            ! epoc/config.sh
29122 ____________________________________________________________________________
29123 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
29124         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
29125              often this prototype goes with HAS_SETRESUID_PROTO.
29126      Branch: perl
29127            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29128            ! config_h.SH configure.com perl.h uconfig.h
29129 ____________________________________________________________________________
29130 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
29131         Log: Update Changes.
29132      Branch: perl
29133            ! Changes patchlevel.h
29134 ____________________________________________________________________________
29135 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
29136         Log: -Wall "subscript has type `char'" cleanup.
29137      Branch: perl
29138            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
29139 ____________________________________________________________________________
29140 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
29141         Log: Various "cast to pointer from integer of different size"
29142              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
29143              wide but I32 (int) only 32 bits wide).
29144              
29145              WARNING: the classnum and tagnum changes in Storable.xs
29146              may not be wise, they may be breaking binary compatibility
29147              (in 64-bit platforms), asked Raphael Manfredi about the changes.
29148      Branch: perl
29149            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
29150            ! mg.c proto.h
29151 ____________________________________________________________________________
29152 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
29153         Log: The non-locale places need love, too.
29154      Branch: perl
29155            ! perl.h
29156 ____________________________________________________________________________
29157 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
29158         Log: "10.", that is, decimal numbers can have no decimal part at all.
29159      Branch: perl
29160            ! perl.h
29161 ____________________________________________________________________________
29162 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
29163         Log: Potential buffer overrun if the radix separator is more than
29164              one byte.  Also, under locales, prefer the locale-specific
29165              separator over the old boring ".".
29166      Branch: perl
29167            ! perl.h sv.c
29168 ____________________________________________________________________________
29169 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
29170         Log: Integrate change #10412 from maintperl; locale is now
29171              per-cop, not per-op; plus retweak the locale.t to always
29172              list the skipped utf8 locales.
29173      Branch: perl
29174            ! t/pragma/locale.t
29175           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
29176           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
29177 ____________________________________________________________________________
29178 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
29179         Log: rationalize locale handling to fix the bugs uncovered by change#10394
29180              
29181              the major issue was that the runtime was looking at PL_hints rather
29182              than op_private to notice whether locale was enabled
29183              
29184              the secondary issue was that many locale-sensitive numeric ops didn't
29185              have HINT_LOCALE propagated into their op_private
29186              
29187              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
29188              instead of per-op, just like HINT_BYTE and the hints for lexical
29189              warnings (this makes the hint available to every op via PL_curcop)
29190              
29191              pragma/locale.t may need to be reworked with these fixes in mind
29192              (it currently passes its tests)
29193      Branch: maint-5.6/perl
29194            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
29195            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
29196 ____________________________________________________________________________
29197 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
29198         Log: More verbose debugging.
29199      Branch: perl
29200            ! t/pragma/locale.t
29201 ____________________________________________________________________________
29202 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
29203         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
29204              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
29205              Date: Sat, 2 Jun 2001 22:53:33 +0100
29206              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
29207      Branch: perl
29208            ! regcomp.c t/pragma/warn/regcomp
29209 ____________________________________________________________________________
29210 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
29211         Log: Mention that lexicalizing $a or $b is a bad idea if one
29212              wants to use sort().
29213      Branch: perl
29214            ! pod/perlvar.pod
29215 ____________________________________________________________________________
29216 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
29217         Log: Tweak the test to be happy if the accuracy is 'good enough'.
29218      Branch: perl
29219            ! t/lib/posix.t
29220 ____________________________________________________________________________
29221 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
29222         Log: Upgrade to Attribute::Handlers 0.70.
29223              
29224              NOTE: this unearthed the "too late for CHECK block" bug,
29225              that's why the 1_compile.t change.
29226      Branch: perl
29227            + lib/Attribute/Handlers/demo/Demo.pm
29228            + lib/Attribute/Handlers/demo/Descriptions.pm
29229            + lib/Attribute/Handlers/demo/MyClass.pm
29230            + lib/Attribute/Handlers/demo/demo.pl
29231            + lib/Attribute/Handlers/demo/demo2.pl
29232            + lib/Attribute/Handlers/demo/demo3.pl
29233            + lib/Attribute/Handlers/demo/demo4.pl
29234            + lib/Attribute/Handlers/demo/demo_call.pl
29235            + lib/Attribute/Handlers/demo/demo_chain.pl
29236            + lib/Attribute/Handlers/demo/demo_cycle.pl
29237            + lib/Attribute/Handlers/demo/demo_hashdir.pl
29238            + lib/Attribute/Handlers/demo/demo_phases.pl
29239            + lib/Attribute/Handlers/demo/demo_range.pl
29240            + lib/Attribute/Handlers/demo/demo_rawdata.pl
29241            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
29242            ! t/lib/attrhand.t
29243 ____________________________________________________________________________
29244 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
29245         Log: One less -Wall whine.
29246      Branch: perl
29247            ! regcomp.c
29248 ____________________________________________________________________________
29249 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
29250         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
29251      Branch: perl
29252           !> t/op/eval.t
29253 ____________________________________________________________________________
29254 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
29255         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
29256              aren't "normally" visible inside eval""s contained in subs unless
29257              a cloned reference to them already exists)
29258              
29259              strangely enough, t/harness didn't show this up as a failure
29260              (harness needs fixing?)
29261      Branch: maint-5.6/perl
29262            ! t/op/eval.t
29263 ____________________________________________________________________________
29264 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
29265         Log: Update to Text::Balanced 1.85.
29266      Branch: perl
29267            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
29268 ____________________________________________________________________________
29269 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
29270         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
29271              From: Nicholas Clark <nick@ccl4.org>
29272              Date: Sun, 3 Jun 2001 17:54:36 +0100
29273              Message-ID: <20010603175436.E76396@plum.flirble.org> 
29274      Branch: perl
29275            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
29276            ! ext/Sys/Syslog/Syslog.xs
29277 ____________________________________________________________________________
29278 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
29279         Log: Unused variables.
29280      Branch: perl
29281            ! util.c
29282 ____________________________________________________________________________
29283 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
29284         Log: Subject: [PATCH] APIfy op_clear 
29285              From: Simon Cozens <simon@netthink.co.uk>
29286              Date: Sun, 3 Jun 2001 13:51:46 +0100
29287              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
29288              
29289              (despite the subject line, op_null is APIfied by the patch)
29290      Branch: perl
29291            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
29292 ____________________________________________________________________________
29293 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
29294         Log: Subject: [PATCH] t/lib/extutils.t
29295              From: Nicholas Clark <nick@ccl4.org>
29296              Date: Sat, 2 Jun 2001 23:57:05 +0100
29297              Message-ID: <20010602235705.Q12698@plum.flirble.org>
29298      Branch: perl
29299            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
29300 ____________________________________________________________________________
29301 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
29302         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
29303              From: Prymmer/Kahn <pvhp@best.com>
29304              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
29305              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
29306      Branch: perl
29307            ! win32/Makefile win32/makefile.mk
29308 ____________________________________________________________________________
29309 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
29310         Log: Subject: Re: 'decimal digits' macro? 
29311              From: Hugo <hv@crypt.compulink.co.uk>
29312              Date: Sun, 03 Jun 2001 04:26:36 +0100
29313              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
29314      Branch: perl
29315            ! handy.h t/lib/posix.t t/op/tr.t
29316 ____________________________________________________________________________
29317 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
29318         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
29319              From: Hugo <hv@crypt.compulink.co.uk>
29320              Date: Sun, 03 Jun 2001 14:56:30 +0100
29321              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
29322      Branch: perl
29323            ! util.c
29324 ____________________________________________________________________________
29325 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
29326         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
29327      Branch: perl
29328           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
29329           !> vms/perly_c.vms
29330 ____________________________________________________________________________
29331 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
29332         Log: fix leakage of lexicals at file scope into subroutines that were
29333              declared before them; this appears to be a longstanding bug that
29334              meant that lexicals at file scope were never "deintroduced", meaning
29335              their scope range was never properly closed, and their visibility
29336              extended to all subsequent eval""s or requires
29337              
29338              added a test case
29339              
29340              seems to also fix a case of bogus duplicate warnings
29341      Branch: maint-5.6/perl
29342            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
29343            ! vms/perly_c.vms
29344 ____________________________________________________________________________
29345 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
29346         Log: More VMS tweaks from Craig A. Berry.
29347      Branch: perl
29348            ! configure.com t/lib/extutils.t
29349 ____________________________________________________________________________
29350 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
29351         Log: -Wall cleanup continues.
29352      Branch: perl
29353            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
29354            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
29355            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
29356            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
29357            ! run.c toke.c util.c
29358 ____________________________________________________________________________
29359 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
29360         Log: The metaconfig unit change for #10390.
29361      Branch: metaconfig/U/perl
29362            ! gccvers.U
29363 ____________________________________________________________________________
29364 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
29365         Log: Drop the -ansi from the default gcc flags.
29366              
29367              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
29368              that struct cannot be compared with a flat integer, such as STRLEN.
29369              The -ansi will also cause a lot of noise in Solaris because of:
29370              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
29371      Branch: perl
29372            ! Configure
29373 ____________________________________________________________________________
29374 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
29375         Log: Integrate perlio.
29376      Branch: perl
29377           !> pod/perlapi.pod util.c
29378 ____________________________________________________________________________
29379 [ 10388] By: nick                                  on 2001/06/02  08:01:12
29380         Log: Integrate mainline
29381      Branch: perlio
29382           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
29383           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
29384           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
29385           !> t/lib/1_compile.t t/lib/mimeqp.t
29386 ____________________________________________________________________________
29387 [ 10387] By: nick                                  on 2001/06/02  07:39:17
29388         Log: Tweak util.c's atof2 for MULTIPLICITY
29389      Branch: perlio
29390            ! util.c
29391 ____________________________________________________________________________
29392 [ 10386] By: nick                                  on 2001/06/02  07:38:33
29393         Log: Integrate mainline
29394      Branch: perlio
29395           !> (integrate 41 files)
29396 ____________________________________________________________________________
29397 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
29398         Log: Add Attribute::Handlers 0.61 from Damian Conway.
29399      Branch: perl
29400            + lib/Attribute/Handlers.pm t/lib/attrhand.t
29401            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
29402 ____________________________________________________________________________
29403 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
29404         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
29405              From: Peter Prymmer <pvhp@forte.com>
29406              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
29407              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
29408      Branch: perl
29409            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
29410 ____________________________________________________________________________
29411 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
29412         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
29413              From: Jeff Pinyan <jeffp@crusoe.net>
29414              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
29415              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
29416      Branch: perl
29417            ! lib/File/Find.pm
29418 ____________________________________________________________________________
29419 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
29420         Log: Subject: [PATCH perl@10381] configure.com tweaks
29421              From: "Craig A. Berry" <craigberry@mac.com>
29422              Date: Fri, 1 Jun 2001 13:55:43 -0500
29423              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
29424      Branch: perl
29425            ! configure.com
29426 ____________________________________________________________________________
29427 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
29428         Log: Update Changes.
29429      Branch: perl
29430            ! Changes patchlevel.h
29431 ____________________________________________________________________________
29432 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
29433         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
29434              From: Mike Guy <mjtg@cam.ac.uk>
29435              Date: Fri, 01 Jun 2001 18:17:02 +0100
29436              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
29437      Branch: perl
29438            ! lib/perl5db.pl
29439 ____________________________________________________________________________
29440 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
29441         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
29442              From: Hugo <hv@crypt.compulink.co.uk>
29443              Date: Thu, 31 May 2001 20:49:48 +0100
29444              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
29445      Branch: perl
29446            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
29447            ! util.c
29448 ____________________________________________________________________________
29449 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
29450         Log: Zero() is not available in x2p (or, rather, some of its
29451              implementations like memzero() might not be available.)
29452      Branch: perl
29453            ! x2p/hash.c
29454 ____________________________________________________________________________
29455 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
29456         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
29457              From: Michael G Schwern <schwern@pobox.com>
29458              Date: Fri, 1 Jun 2001 12:00:29 +0100
29459              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
29460              
29461              (But use Zero() instead of memset.)
29462      Branch: perl
29463            ! x2p/hash.c
29464 ____________________________________________________________________________
29465 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
29466         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
29467              From: Jeff Pinyan <jeffp@crusoe.net>
29468              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
29469              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
29470      Branch: perl
29471            ! pod/perldiag.pod regcomp.c t/op/pat.t
29472 ____________________________________________________________________________
29473 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
29474         Log: Retract #10324 and #10333; not needed.
29475      Branch: perl
29476            ! hints/irix_6.sh hints/linux.sh
29477 ____________________________________________________________________________
29478 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
29479         Log: The #10370 wasn't quite right.
29480      Branch: perl
29481            ! ext/XS/Typemap/Typemap.xs
29482 ____________________________________________________________________________
29483 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
29484         Log: The metaconfig units changes for #10372.
29485      Branch: metaconfig/U/perl
29486            + d_realpath.U d_sresgproto.U d_sresuproto.U
29487            ! gccvers.U i_db.U
29488 ____________________________________________________________________________
29489 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
29490         Log: Configure tweaks; record the Berkeley DB version,
29491              probe for realpath(), for setresuid() and setresgid()
29492              prototypes; use realpath() (try to be paranoid enough),
29493              use the setres[ug]id prototypes because glibc has the functions
29494              but not their prototypes; add -Wall -ansi to gcc ccflags;
29495              regen toc.
29496      Branch: perl
29497            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29498            ! config_h.SH configure.com epoc/config.sh
29499            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
29500            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
29501            ! vos/config.ga.def win32/config.bc win32/config.gc
29502            ! win32/config.vc
29503 ____________________________________________________________________________
29504 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
29505         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
29506              From: Michael G Schwern <schwern@pobox.com>
29507              Date: Fri, 1 Jun 2001 11:28:14 +0100
29508              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
29509      Branch: perl
29510            ! lib/attributes.pm xsutils.c
29511 ____________________________________________________________________________
29512 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
29513         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
29514              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29515              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
29516              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
29517      Branch: perl
29518            ! ext/XS/Typemap/Typemap.xs
29519 ____________________________________________________________________________
29520 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
29521         Log: Subject: [patch] Cwd.xs optimizations/abstraction
29522              From: Doug MacEachern <dougm@covalent.net>
29523              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
29524              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
29525      Branch: perl
29526            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
29527            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
29528 ____________________________________________________________________________
29529 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
29530         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!])
29531              From: Nicholas Clark <nick@ccl4.org>
29532              Date: Thu, 31 May 2001 23:56:40 +0100
29533              Message-ID: <20010531235640.F12698@plum.flirble.org>
29534              
29535              Make the test work also under only static extensions
29536              (sh Configure -Uusedl fakes this nicely)
29537      Branch: perl
29538            ! t/lib/extutils.t
29539 ____________________________________________________________________________
29540 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
29541         Log: Subject: [PATCH hv.c] Eliminating trigraph
29542              From: Michael G Schwern <schwern@pobox.com>
29543              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
29544              Date: Fri, 1 Jun 2001 11:49:56 +0100
29545      Branch: perl
29546            ! hv.c
29547 ____________________________________________________________________________
29548 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
29549         Log: Subject: Re: [PATCH] Tests for File::Compare 
29550              From: "Philip Newton" <Philip.Newton@gmx.net>
29551              Date: Thu, 31 May 2001 19:44:05 +0200
29552              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
29553              
29554              Unnecessary "quotation marks".
29555      Branch: perl
29556            ! t/lib/filecomp.t
29557 ____________________________________________________________________________
29558 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
29559         Log: Integrate perlio.
29560      Branch: perl
29561           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
29562 ____________________________________________________________________________
29563 [ 10364] By: nick                                  on 2001/06/01  10:13:31
29564         Log: Cleanup dll.base and dll.exp created by GCC builds.
29565      Branch: perlio
29566            ! lib/ExtUtils/MM_Win32.pm
29567 ____________________________________________________________________________
29568 [ 10363] By: nick                                  on 2001/06/01  10:02:17
29569         Log: Make filecomp test work on CRLF platforms by adding binmode.
29570      Branch: perlio
29571            ! t/lib/filecomp.t
29572 ____________________________________________________________________________
29573 [ 10362] By: nick                                  on 2001/06/01  08:37:17
29574         Log: Integrate mainline
29575      Branch: perlio
29576           !> Changes Configure patchlevel.h perlio.c
29577 ____________________________________________________________________________
29578 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
29579         Log: panic:claustrophobia.
29580      Branch: perl
29581            ! perlio.c
29582 ____________________________________________________________________________
29583 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
29584         Log: Update Changes.
29585      Branch: perl
29586            ! Changes patchlevel.h
29587 ____________________________________________________________________________
29588 [ 10359] By: nick                                  on 2001/05/31  12:35:50
29589         Log: Integrate mainline.
29590      Branch: perlio
29591           +> t/lib/filecomp.t
29592           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
29593           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
29594 ____________________________________________________________________________
29595 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
29596         Log: Integrate perlio.
29597      Branch: perl
29598           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
29599           !> win32/config_H.vc
29600 ____________________________________________________________________________
29601 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
29602         Log: Metaconfig unit change for #10356.
29603      Branch: metaconfig
29604            ! U/installdirs/inc_version_list.U
29605 ____________________________________________________________________________
29606 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
29607         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
29608              (idea from Sarathy; implementation from Andy)
29609      Branch: perl
29610            ! Configure
29611 ____________________________________________________________________________
29612 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
29613         Log: More AUTHORS.
29614      Branch: perl
29615            ! AUTHORS
29616 ____________________________________________________________________________
29617 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
29618         Log: Subject: Re: [PATCH] Tests for File::Compare
29619              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
29620              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
29621              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
29622      Branch: perl
29623            + t/lib/filecomp.t
29624            ! MANIFEST t/lib/1_compile.t
29625 ____________________________________________________________________________
29626 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
29627         Log: Subject: [PATCH] DEBUG_* macro cleanups
29628              From: Abhijit Menon-Sen <ams@wiw.org>
29629              Date: Thu, 31 May 2001 12:16:22 +0530
29630              Message-ID: <20010531121622.B4829@lustre.linux.in>
29631              
29632              Subject: Re: [PATCH] DEBUG_* macro cleanups
29633              From: Abhijit Menon-Sen <ams@wiw.org>
29634              Date: Thu, 31 May 2001 13:57:01 +0530
29635              Message-ID: <20010531135701.A21775@lustre.linux.in>
29636              
29637              (The DEBUG_ definitions in perl.h changed to use the
29638              STMT_START and STMT_END.)
29639      Branch: perl
29640            ! perl.h pp_ctl.c sv.c toke.c
29641 ____________________________________________________________________________
29642 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
29643         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
29644              From: Abhijit Menon-Sen <ams@wiw.org>
29645              Date: Thu, 31 May 2001 08:27:55 +0530
29646              Message-ID: <20010531082755.A10018@lustre.linux.in>
29647      Branch: perl
29648            ! ext/Storable/Storable.xs gv.c perl.c
29649 ____________________________________________________________________________
29650 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
29651         Log: Subject: [PATCH] AUTHORS
29652              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
29653              Date: Thu, 31 May 2001 01:27:59 -0500
29654              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
29655              
29656              Subject: Re: [PATCH] AUTHORS
29657              From: "Philip Newton" <Philip.Newton@gmx.net>
29658              Date: Thu, 31 May 2001 10:08:06 +0200
29659              (Message-Id missing?)
29660      Branch: perl
29661            ! AUTHORS
29662 ____________________________________________________________________________
29663 [ 10350] By: nick                                  on 2001/05/31  11:40:43
29664         Log: win32 - dmake regen_config_h
29665      Branch: perlio
29666            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29667 ____________________________________________________________________________
29668 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
29669         Log: Subject: Re: [PATCH util.c] More warning cleanups.
29670              From: "Philip Newton" <Philip.Newton@gmx.net>
29671              Date: Thu, 31 May 2001 07:41:36 +0200
29672              Message-Id: <200105310538.IAA25458@taku.hut.fi>
29673              
29674              Undo C++-ism that snekt in.
29675      Branch: perl
29676            ! util.c
29677 ____________________________________________________________________________
29678 [ 10348] By: nick                                  on 2001/05/31  11:36:46
29679         Log: Tolerate Win32 numerics
29680      Branch: perlio
29681            ! t/pragma/warn/toke
29682 ____________________________________________________________________________
29683 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
29684         Log: Integrate perlio.
29685      Branch: perl
29686           !> perlio.c win32/win32.h
29687 ____________________________________________________________________________
29688 [ 10346] By: nick                                  on 2001/05/31  10:54:55
29689         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
29690              perlio.c change 10255.
29691      Branch: perlio
29692            ! perlio.c
29693 ____________________________________________________________________________
29694 [ 10345] By: nick                                  on 2001/05/31  10:01:57
29695         Log: Conditionaly put back some "unused" dTHX which are used
29696              with PERL_IMPLICIT_SYS
29697      Branch: perlio
29698            ! perlio.c
29699 ____________________________________________________________________________
29700 [ 10344] By: nick                                  on 2001/05/31  10:00:59
29701         Log: Fix Win32 for new spelling IN_BYTES 
29702      Branch: perlio
29703            ! win32/win32.h
29704 ____________________________________________________________________________
29705 [ 10343] By: nick                                  on 2001/05/31  08:01:32
29706         Log: perlio.c -Wall cleaner under MULTIPLICITY
29707              - still minor noise with linux stdio
29708      Branch: perlio
29709            ! perlio.c
29710 ____________________________________________________________________________
29711 [ 10342] By: nick                                  on 2001/05/31  07:52:23
29712         Log: Integrate mainline.
29713      Branch: perlio
29714           !> (integrate 42 files)
29715 ____________________________________________________________________________
29716 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
29717         Log: AUTHORS updates.
29718      Branch: perl
29719            ! AUTHORS
29720 ____________________________________________________________________________
29721 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
29722         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
29723              From: Peter Prymmer <pvhp@forte.com>
29724              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
29725              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
29726      Branch: perl
29727            ! t/lib/md5-file.t
29728 ____________________________________________________________________________
29729 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
29730         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
29731              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
29732              to match the pragma name; various robustness cleanups.
29733      Branch: perl
29734            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
29735            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
29736 ____________________________________________________________________________
29737 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
29738         Log: More -Wall sweeping.
29739      Branch: perl
29740            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
29741            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
29742            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
29743            ! regcomp.c sv.c toke.c utf8.c
29744 ____________________________________________________________________________
29745 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
29746         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
29747              From: Nicholas Clark <nick@ccl4.org>
29748              Date: Wed, 30 May 2001 22:34:41 +0100
29749              Message-ID: <20010530223441.Y86445@plum.flirble.org>
29750      Branch: perl
29751            ! t/op/cmp.t
29752 ____________________________________________________________________________
29753 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
29754         Log: It's is not, it isn't ain't, and it's it's, not its,
29755              if you mean it is. If you don't, it's its. Then too,
29756              it's hers. It isn't her's. It isn't our's either.
29757              It's ours, and likewise yours and theirs.
29758              -- Oxford University Press, Edpress News
29759      Branch: perl
29760            ! lib/autouse.pm
29761 ____________________________________________________________________________
29762 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
29763         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
29764      Branch: perl
29765            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
29766            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
29767            ! x2p/str.c x2p/walk.c xsutils.c
29768 ____________________________________________________________________________
29769 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
29770         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
29771              From: Michael G Schwern <schwern@pobox.com>
29772              Date: Wed, 30 May 2001 17:10:38 +0100
29773              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
29774              
29775              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
29776              From: Abhijit Menon-Sen <ams@wiw.org>
29777              Date: Wed, 30 May 2001 23:16:13 +0530
29778              Message-ID: <20010530231613.A31933@lustre.linux.in>
29779      Branch: perl
29780            ! perl.c t/run/runenv.t
29781 ____________________________________________________________________________
29782 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
29783         Log: (Retracted by #10375.)
29784              
29785              IRIX hints patch from Merijn Broeren.
29786              
29787              TODO: (this and the earlier Linux hints patch) should be solved
29788              at Configure level.  Merijn: -ldb should not be used on any platform
29789              for perl, just when linking DBFile itself. Trying to be helpful here
29790              is counterproductive.
29791      Branch: perl
29792            ! hints/irix_6.sh
29793 ____________________________________________________________________________
29794 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
29795         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
29796              From: Nicholas Clark <nick@ccl4.org>
29797              Date: Wed, 30 May 2001 23:20:58 +0100
29798              Message-ID: <20010530232058.B86445@plum.flirble.org>
29799      Branch: perl
29800            ! doop.c
29801 ____________________________________________________________________________
29802 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
29803         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
29804              From: Michael G Schwern <schwern@pobox.com> 
29805              Date: Wed, 30 May 2001 15:24:20 +0100
29806              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
29807      Branch: perl
29808            ! t/pragma/autouse.t
29809 ____________________________________________________________________________
29810 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
29811         Log: The regex trick wasn't a good idea.
29812      Branch: perl
29813            ! pod/perlfaq4.pod
29814 ____________________________________________________________________________
29815 [ 10329] By: nick                                  on 2001/05/30  18:34:35
29816         Log: Integrate mainline
29817      Branch: perlio
29818           !> (integrate 40 files)
29819 ____________________________________________________________________________
29820 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
29821         Log: Update Changes.
29822      Branch: perl
29823            ! Changes patchlevel.h
29824 ____________________________________________________________________________
29825 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
29826         Log: The metaconfig unit change for #10325.
29827      Branch: metaconfig
29828            + U/modified/afs.U
29829 ____________________________________________________________________________
29830 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
29831         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
29832              is now wrong.
29833      Branch: perl
29834            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
29835 ____________________________________________________________________________
29836 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
29837         Log: Introduce $Config{afsroot}.
29838      Branch: perl
29839            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29840            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
29841            ! win32/config.gc win32/config.vc
29842 ____________________________________________________________________________
29843 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
29844         Log: (Retracted by #10375.)
29845              
29846              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
29847      Branch: perl
29848            ! hints/linux.sh
29849 ____________________________________________________________________________
29850 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
29851         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
29852              (Also Configure tweaks needed; coming up soon.)
29853      Branch: perl
29854            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
29855 ____________________________________________________________________________
29856 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
29857         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
29858              From: Michael G Schwern <schwern@pobox.com>
29859              Date: Sun, 27 May 2001 10:29:43 +0100
29860              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
29861      Branch: perl
29862            ! lib/perl5db.pl
29863 ____________________________________________________________________________
29864 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
29865         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
29866              and Abhijit Menon-Sen.
29867      Branch: perl
29868            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
29869            ! perl.c pp_sys.c regcomp.c
29870 ____________________________________________________________________________
29871 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
29872         Log: Fix the BOOT section to call myU2time properly.
29873      Branch: perl
29874            ! ext/Time/HiRes/HiRes.xs
29875 ____________________________________________________________________________
29876 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
29877         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
29878              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
29879              Date: Wed, 30 May 2001 09:44:29 -0400
29880              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
29881              
29882              Detypo; plus add one more trick.
29883      Branch: perl
29884            ! pod/perlfaq4.pod
29885 ____________________________________________________________________________
29886 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
29887         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)
29888              From: Michael G Schwern <schwern@pobox.com>
29889              Date: Wed, 30 May 2001 14:39:06 +0100
29890              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
29891      Branch: perl
29892            ! lib/autouse.pm t/pragma/autouse.t
29893 ____________________________________________________________________________
29894 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
29895         Log: Subject: Re: AIX and gcc (moving targets)
29896              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29897              Date: Wed, 30 May 2001 15:25:08 +0200
29898              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
29899      Branch: perl
29900            ! ext/Time/HiRes/HiRes.xs
29901 ____________________________________________________________________________
29902 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
29903         Log: Subject: [PATCH t/TEST] sorting tests
29904              From: Michael G Schwern <schwern@pobox.com>
29905              Date: Wed, 30 May 2001 10:24:02 +0100
29906              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
29907      Branch: perl
29908            ! t/TEST
29909 ____________________________________________________________________________
29910 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
29911         Log: Subject: [ID 20010529.002] typos in man page perlre
29912              From: bart@cg681574-a.adubn1.nj.home.com 
29913              Date: Tue, 29 May 2001 13:58:59 -0500
29914              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
29915      Branch: perl
29916            ! pod/perlre.pod
29917 ____________________________________________________________________________
29918 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
29919         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
29920              From: "Craig A. Berry" <craigberry@mac.com>
29921              Date: Tue, 29 May 2001 23:23:45 -0500
29922              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
29923      Branch: perl
29924            ! t/lib/extutils.t t/pragma/autouse.t
29925 ____________________________________________________________________________
29926 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
29927         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)
29928              From: David Dyck <dcd@tc.fluke.com>
29929              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
29930              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
29931      Branch: perl
29932            ! t/lib/filefind.t
29933 ____________________________________________________________________________
29934 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
29935         Log: AIX hints update for gcc from Merijn H. Brand.
29936      Branch: perl
29937            ! hints/aix.sh
29938 ____________________________________________________________________________
29939 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
29940         Log: Retract #10295 and #10296: a more generic solution
29941              is needed (there's something funny with gcc on AIX).
29942      Branch: perl
29943            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
29944 ____________________________________________________________________________
29945 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
29946         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
29947              From: Hugo <hv@crypt.compulink.co.uk>
29948              Date: Wed, 30 May 2001 11:59:19 +0100
29949              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
29950              
29951              localizing $@ has unfortunate semantics - if you die past
29952              a local $@, the die message is lost.
29953      Branch: perl
29954            ! lib/utf8_heavy.pl
29955 ____________________________________________________________________________
29956 [ 10309] By: nick                                  on 2001/05/30  08:23:02
29957         Log: Integrate mainline (autouse works again.)
29958      Branch: perlio
29959           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
29960           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
29961           !> pod/perlvar.pod t/op/cmp.t
29962 ____________________________________________________________________________
29963 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
29964         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
29965              From: David Dyck <dcd@tc.fluke.com>
29966              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
29967              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
29968      Branch: perl
29969            ! lib/File/Find.pm
29970 ____________________________________________________________________________
29971 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
29972         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
29973              From: Nicholas Clark <nick@ccl4.org>
29974              Date: Tue, 29 May 2001 23:16:09 +0100
29975              Message-ID: <20010529231609.U86445@plum.flirble.org>
29976              
29977              Make the test output slightly clearer by distinguishing
29978              between '' and undef.
29979      Branch: perl
29980            ! t/op/cmp.t
29981 ____________________________________________________________________________
29982 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
29983         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
29984              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29985              Date: Tue, 29 May 2001 19:15:19 -0400
29986              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
29987      Branch: perl
29988            ! hints/os2.sh
29989 ____________________________________________________________________________
29990 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
29991         Log: Subject: perlvar.pod addition
29992              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
29993              Date: Fri, 25 May 2001 20:23:12 +0200
29994              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
29995              
29996              Subject: Re: perlvar.pod addition
29997              From: "Abigail" <abigail@foad.org> 
29998              Date: Fri, 25 May 2001 22:00:39 +0200
29999              Message-ID: <20010525200039.28029.qmail@foad.org>
30000              
30001              Mention $a and $b in perlvar.
30002      Branch: perl
30003            ! pod/perlvar.pod
30004 ____________________________________________________________________________
30005 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
30006         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
30007              From: Jeff Pinyan <jeffp@crusoe.net>
30008              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
30009              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
30010      Branch: perl
30011            ! pod/perlvar.pod
30012 ____________________________________________________________________________
30013 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
30014         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
30015              From: Jeff Pinyan <jeffp@crusoe.net>
30016              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
30017              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
30018      Branch: perl
30019            ! pod/perlfaq6.pod
30020 ____________________________________________________________________________
30021 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
30022         Log: Mention Time::localtime and Time::gmtime.
30023      Branch: perl
30024            ! ext/Time/Piece/Piece.pm
30025 ____________________________________________________________________________
30026 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
30027         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
30028              From: Michael G Schwern <schwern@pobox.com>
30029              Date: Tue, 29 May 2001 18:51:32 +0100
30030              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
30031      Branch: perl
30032            ! pod/perlfaq4.pod
30033 ____________________________________________________________________________
30034 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
30035         Log: Retract #10243.
30036      Branch: perl
30037            ! lib/autouse.pm
30038 ____________________________________________________________________________
30039 [ 10299] By: nick                                  on 2001/05/29  18:41:19
30040         Log: Post weekend integrate mainline (fails one test pragma/autouse).
30041      Branch: perlio
30042           +> (branch 29 files)
30043           !> (integrate 91 files)
30044 ____________________________________________________________________________
30045 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
30046         Log: Update Changes.
30047      Branch: perl
30048            ! Changes patchlevel.h
30049 ____________________________________________________________________________
30050 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
30051         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
30052              before Perl_load_module/Perl_call_method and restore the value
30053              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
30054      Branch: perl
30055            ! utf8.c
30056 ____________________________________________________________________________
30057 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
30058         Log: Subject: Re: AIX and gcc (moving targets)
30059              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30060              Date: Tue, 29 May 2001 17:59:40 +0200
30061              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
30062      Branch: perl
30063            ! ext/Storable/Makefile.PL
30064 ____________________________________________________________________________
30065 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
30066         Log: Subject: Re: AIX and gcc (moving targets)
30067              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30068              Date: Tue, 29 May 2001 12:32:57 +0200
30069              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
30070      Branch: perl
30071            ! ext/POSIX/Makefile.PL
30072 ____________________________________________________________________________
30073 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
30074         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
30075              From: Michael G Schwern <schwern@pobox.com>
30076              Date: Tue, 29 May 2001 09:53:29 +0100
30077              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
30078              
30079              (#10280 retracted)
30080      Branch: perl
30081            ! lib/Test/Harness.pm t/lib/test-harness.t
30082 ____________________________________________________________________________
30083 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
30084         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
30085              From: Michael G Schwern <schwern@pobox.com>
30086              Date: Tue, 29 May 2001 09:19:52 +0100
30087              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
30088      Branch: perl
30089            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
30090            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
30091            + t/lib/Test/todo.t
30092            ! MANIFEST lib/Test.pm t/TEST
30093 ____________________________________________________________________________
30094 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
30095         Log: From: Michael G Schwern <schwern@pobox.com>
30096              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
30097              Date: Tue, 29 May 2001 08:26:09 +0100
30098              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
30099      Branch: perl
30100            ! t/TEST
30101 ____________________________________________________________________________
30102 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
30103         Log: Add tests for Time::gmtime and Time::localtime.
30104      Branch: perl
30105            + t/lib/time-gmtime.t t/lib/time-localtime.t
30106            ! MANIFEST t/lib/1_compile.t
30107 ____________________________________________________________________________
30108 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
30109         Log: Add test for File::stat.
30110      Branch: perl
30111            + t/lib/filestat.t
30112            ! MANIFEST t/lib/1_compile.t
30113 ____________________________________________________________________________
30114 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
30115         Log: Add test for Net::servent.
30116      Branch: perl
30117            + t/lib/net-sent.t
30118            ! MANIFEST t/lib/1_compile.t
30119 ____________________________________________________________________________
30120 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
30121         Log: Add test for Net::protoent.
30122      Branch: perl
30123            + t/lib/net-pent.t
30124            ! MANIFEST t/lib/1_compile.t
30125 ____________________________________________________________________________
30126 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
30127         Log: Add test for Net::netent.
30128      Branch: perl
30129            + t/lib/net-nent.t
30130            ! MANIFEST t/lib/1_compile.t
30131 ____________________________________________________________________________
30132 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
30133         Log: Add test for User::grent.  Portability doubtful.
30134      Branch: perl
30135            + t/lib/user-grent.t
30136            ! MANIFEST t/lib/1_compile.t
30137 ____________________________________________________________________________
30138 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
30139         Log: Add test for User::pwent.
30140              Probably will fall down somewhere for portability reasons.
30141      Branch: perl
30142            + t/lib/user-pwent.t
30143            ! MANIFEST t/lib/1_compile.t
30144 ____________________________________________________________________________
30145 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
30146         Log: Metaconfig units changes for #10283.
30147      Branch: metaconfig
30148            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
30149            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
30150            ! U/installdirs/sitescript.U U/modified/Signal.U
30151 ____________________________________________________________________________
30152 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
30153         Log: Subject: [PATCH 5.6.1] signal names in Configure
30154              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30155              Date: Tue, 29 May 2001 03:52:25 -0400
30156              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
30157              
30158              Subject: [PATCH 5.6.1] older perl in Configure
30159              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30160              Date: Tue, 29 May 2001 03:55:40 -0400
30161              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
30162              
30163              Subject: [PATCH 5.6.1] goofs in Configure
30164              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30165              Date: Tue, 29 May 2001 04:13:07 -0400
30166              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
30167              
30168              Configure portability tweaks.
30169      Branch: perl
30170            ! Configure
30171 ____________________________________________________________________________
30172 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
30173         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
30174              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30175              Date: Tue, 29 May 2001 04:07:06 -0400
30176              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
30177      Branch: perl
30178            ! os2/os2.c
30179 ____________________________________________________________________________
30180 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
30181         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
30182              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30183              Date: Tue, 29 May 2001 04:01:38 -0400
30184              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
30185      Branch: perl
30186            ! hints/os2.sh os2/Makefile.SHs
30187 ____________________________________________________________________________
30188 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
30189         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
30190              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30191              Date: Tue, 29 May 2001 03:50:18 -0400
30192              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
30193      Branch: perl
30194            ! lib/Test/Harness.pm
30195 ____________________________________________________________________________
30196 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
30197         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
30198      Branch: perl
30199            ! lib/utf8_heavy.pl
30200 ____________________________________________________________________________
30201 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
30202         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
30203              From: Hugo <hv@crypt.compulink.co.uk>
30204              Date: Tue, 29 May 2001 03:03:45 +0100
30205              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
30206              
30207              Explanation why the $@ always gets the UTF8 flag when under use utf8--
30208              because we told it to have the flag when under use utf8.
30209      Branch: perl
30210            ! pp_ctl.c
30211 ____________________________________________________________________________
30212 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
30213         Log: At least a partial fix for 20010528.004.
30214      Branch: perl
30215            ! lib/utf8_heavy.pl
30216 ____________________________________________________________________________
30217 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
30218         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
30219              From: Nicholas Clark <nick@ccl4.org> 
30220              Date: Mon, 28 May 2001 23:39:38 +0100
30221              Message-ID: <20010528233938.M86445@plum.flirble.org>
30222              
30223              More portable non-zero UV.
30224      Branch: perl
30225            ! t/lib/extutils.t
30226 ____________________________________________________________________________
30227 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
30228         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
30229              From: Nicholas Clark <nick@ccl4.org>
30230              Date: Mon, 28 May 2001 22:46:09 +0100
30231              Message-ID: <20010528224608.L86445@plum.flirble.org>
30232              
30233              Test also "make clean".
30234      Branch: perl
30235            ! t/lib/extutils.t
30236 ____________________________________________________________________________
30237 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
30238         Log: Subject: Re: Would -Wno-unused -Wall be better?
30239              From: Michael G Schwern <schwern@pobox.com>
30240              Date: Tue, 29 May 2001 00:55:54 +0100
30241              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
30242      Branch: perl
30243            ! pp.h
30244 ____________________________________________________________________________
30245 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
30246         Log: Add a test for 20010528.007, fixed in #10272.
30247      Branch: perl
30248            ! t/op/misc.t toke.c
30249 ____________________________________________________________________________
30250 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
30251         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
30252              From: Hugo <hv@crypt.compulink.co.uk>
30253              Date: Tue, 29 May 2001 00:23:23 +0100
30254              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
30255      Branch: perl
30256            ! toke.c
30257 ____________________________________________________________________________
30258 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
30259         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
30260              From: Michael G Schwern <schwern@pobox.com>
30261              Date: Tue, 29 May 2001 00:42:59 +0100
30262              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
30263      Branch: perl
30264            ! t/pragma/autouse.t
30265 ____________________________________________________________________________
30266 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
30267         Log: Some shells seemingly arrange the signal handlers differently
30268              (bug id 20010521.004).
30269      Branch: perl
30270            ! t/lib/sigaction.t
30271 ____________________________________________________________________________
30272 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
30273         Log: Regen perlmodlib.
30274      Branch: perl
30275            ! pod/perlmodlib.pod
30276 ____________________________________________________________________________
30277 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
30278         Log: Update Changes.
30279      Branch: perl
30280            ! Changes patchlevel.h
30281 ____________________________________________________________________________
30282 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
30283         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
30284              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
30285              Date: Mon, 28 May 2001 14:56:35 -0500
30286              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
30287      Branch: perl
30288            ! pod/perlnewmod.pod
30289 ____________________________________________________________________________
30290 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
30291         Log: Regen toc.
30292      Branch: perl
30293            ! pod/perltoc.pod
30294 ____________________________________________________________________________
30295 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
30296         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
30297              From: "Richard Soderberg" <rs@crystalflame.net>
30298              Date: Mon, 28 May 2001 12:31:23 -0700
30299              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
30300      Branch: perl
30301            ! t/op/splice.t
30302 ____________________________________________________________________________
30303 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
30304         Log: The #10260 was too bold: locales and utf8 still do not mix.
30305      Branch: perl
30306            ! t/pragma/locale.t
30307 ____________________________________________________________________________
30308 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
30309         Log: Subject: [PATCH] Pod nitpicks
30310              From: "Richard Soderberg" <rs@crystalflame.net>
30311              Date: Mon, 28 May 2001 10:08:58 -0700
30312              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
30313      Branch: perl
30314            ! pod/perl571delta.pod pod/perlapi.pod sv.h
30315 ____________________________________________________________________________
30316 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
30317         Log: Upgrade to I18N::LangTags 0.22.
30318      Branch: perl
30319            + lib/I18N/LangTags/List.pod
30320            ! MANIFEST lib/I18N/LangTags.pm
30321 ____________________________________________________________________________
30322 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
30323         Log: A slightly more serious bug found by -Mutf8; op/misc and
30324              lib/complex dumped core.
30325      Branch: perl
30326            ! regexec.c
30327 ____________________________________________________________________________
30328 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
30329         Log: Various buglets shaken out by -Mutf8.
30330      Branch: perl
30331            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
30332            ! t/pragma/locale.t
30333 ____________________________________________________________________________
30334 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
30335         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
30336      Branch: perl
30337            ! t/lib/carp.t
30338 ____________________________________________________________________________
30339 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
30340         Log: Subject: [PATCH] todo patch
30341              From: Artur Bergman <artur@contiller.se> 
30342              Date: Mon, 28 May 2001 17:03:51 +0200
30343              Message-ID: <B7383577.F34%artur@contiller.se>
30344      Branch: perl
30345            ! pod/perltodo.pod
30346 ____________________________________________________________________________
30347 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
30348         Log: Subject: typo in perlguts.pod
30349              From: "John P. Linderman" <jpl@research.att.com>
30350              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
30351              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
30352      Branch: perl
30353            ! pod/perlguts.pod
30354 ____________________________________________________________________________
30355 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
30356         Log: Subject: AIX and gcc (moving targets)
30357              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30358              Date: Mon, 28 May 2001 12:54:04 +0200
30359              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
30360      Branch: perl
30361            ! hints/aix.sh
30362 ____________________________________________________________________________
30363 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
30364         Log: Subject: Re: perlio + multiple perl_alloc..destruct
30365              From: Doug MacEachern <dougm@covalent.net>
30366              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
30367              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
30368      Branch: perl
30369            ! perlio.c
30370 ____________________________________________________________________________
30371 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
30372         Log: The #10251 wasn't quite up-to-the-code.
30373      Branch: perl
30374            ! t/op/misc.t
30375 ____________________________________________________________________________
30376 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
30377         Log: Test case for bug 20010526.004, fixed in #10252.
30378      Branch: perl
30379            ! t/op/taint.t
30380 ____________________________________________________________________________
30381 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
30382         Log: Subject: Re: [ID 20010526.004] Taint looses value
30383              From: Hugo <hv@crypt.compulink.co.uk>
30384              Date: Sun, 27 May 2001 20:39:32 +0100
30385              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
30386      Branch: perl
30387            ! sv.c
30388 ____________________________________________________________________________
30389 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
30390         Log: Test case for 20010422.005, fixed by #10250.
30391      Branch: perl
30392            ! t/op/misc.t
30393 ____________________________________________________________________________
30394 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
30395         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
30396              From: Spider Boardman <spider@Orb.Nashua.NH.US>
30397              Date: Mon, 28 May 2001 06:39:12 -0400
30398              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
30399      Branch: perl
30400            ! toke.c
30401 ____________________________________________________________________________
30402 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
30403         Log: Linerewrapping.
30404      Branch: perl
30405            ! lib/open.pm
30406 ____________________________________________________________________________
30407 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
30408         Log: Updates on the modules list.
30409      Branch: perl
30410            ! t/lib/1_compile.t
30411 ____________________________________________________________________________
30412 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
30413         Log: Add a test for PerlIO.
30414              
30415              (I probably got the crlf/raw thing wrong for clrfy platforms...)
30416      Branch: perl
30417            + t/lib/perlio.t
30418            ! MANIFEST lib/PerlIO.pm
30419 ____________________________________________________________________________
30420 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
30421         Log: Add a test for carp et alia.
30422      Branch: perl
30423            + t/lib/carp.t
30424            ! MANIFEST
30425 ____________________________________________________________________________
30426 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
30427         Log: Adding the new test would be swell.
30428      Branch: perl
30429            + t/pragma/autouse.t
30430 ____________________________________________________________________________
30431 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
30432         Log: Add a test for the autouse pragma.
30433      Branch: perl
30434            ! MANIFEST
30435 ____________________________________________________________________________
30436 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
30437         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
30438              From: dLux <dlux@spam.sch.bme.hu>
30439              Date: Sun, 27 May 2001 16:14:26 +0200
30440              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
30441      Branch: perl
30442            ! lib/autouse.pm
30443 ____________________________________________________________________________
30444 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
30445         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
30446              From: "Richard Soderberg" <rs@crystalflame.net>
30447              Date: Mon, 28 May 2001 03:56:36 -0700
30448              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
30449      Branch: perl
30450            ! utils/dprofpp.PL
30451 ____________________________________________________________________________
30452 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
30453         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
30454              From: "Stephen P. Potter" <spp@spotter.yi.org>
30455              Date: Tue, 22 May 2001 11:40:25 -0400
30456              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
30457              
30458              Subject: Re: [ID 20010522.003] Time::Local module bug
30459              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
30460              Date: Tue, 22 May 2001 11:50:19 -0400
30461              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
30462      Branch: perl
30463            ! lib/Time/Local.pm
30464 ____________________________________________________________________________
30465 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
30466         Log: The PERL_DL_NONLAZY can have whitespace in front.
30467      Branch: perl
30468            ! t/lib/extutils.t
30469 ____________________________________________________________________________
30470 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
30471         Log: Document strftime() and strptime().
30472      Branch: perl
30473            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
30474 ____________________________________________________________________________
30475 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
30476         Log: Make Time::Piece::strptime() to be a function, not a method.
30477      Branch: perl
30478            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
30479 ____________________________________________________________________________
30480 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
30481         Log: Tweak the test to be more portable.
30482      Branch: perl
30483            ! t/lib/extutils.t
30484 ____________________________________________________________________________
30485 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
30486         Log: Subject: PATCH: Re: Re: Attributes that tie
30487              From: Leon Brocard <acme@astray.com>
30488              Date: Sun, 27 May 2001 12:37:29 +0100
30489              Message-ID: <20010527123729.A22663@ns0.astray.com>
30490              
30491              Document that variable attributes are not currently usable
30492              for tieing.  (An ugly limitation that should be fixed.)
30493      Branch: perl
30494            ! lib/attributes.pm
30495 ____________________________________________________________________________
30496 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
30497         Log: Microperl tweaks.
30498      Branch: perl
30499            ! Makefile.micro uconfig.h uconfig.sh
30500 ____________________________________________________________________________
30501 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
30502         Log: Add make target for microperl (kind of silly, but convenient).
30503      Branch: perl
30504            ! Makefile.SH
30505 ____________________________________________________________________________
30506 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
30507         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
30508              for microperl.)
30509      Branch: perl
30510            ! doio.c
30511 ____________________________________________________________________________
30512 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
30513         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
30514              From: rspier@pobox.com (Robert Spier)
30515              Date: Sat, 26 May 2001 20:05:23 -0400
30516              Message-ID: <15120.17603.148648.12430@rls.cx>
30517              
30518              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
30519              From: rspier@pobox.com (Robert Spier)
30520              Date: Sun, 27 May 2001 00:23:12 -0400
30521              Message-ID: <15120.33072.511966.767230@rls.cx>
30522      Branch: perl
30523            ! doio.c pod/perlfunc.pod
30524 ____________________________________________________________________________
30525 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
30526         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
30527      Branch: perl
30528            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30529 ____________________________________________________________________________
30530 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
30531         Log: Add README.tru64.
30532      Branch: perl
30533            + README.tru64
30534 ____________________________________________________________________________
30535 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
30536         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
30537      Branch: perl
30538            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
30539            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
30540            ! MANIFEST
30541 ____________________________________________________________________________
30542 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
30543         Log: Integrate I18N::LangTags from Sean Burke.
30544              
30545              TODO: the language list from RFC 3066 needs to be integrated
30546              and made available somehow.  The list is included in the
30547              I18N-LangTags 0.21 distribution, but it is undocumented
30548              and unconnected to the module.
30549      Branch: perl
30550            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
30551            ! MANIFEST
30552 ____________________________________________________________________________
30553 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
30554         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
30555              envisioned by Sarathy.
30556      Branch: perl
30557            ! t/op/ver.t toke.c
30558 ____________________________________________________________________________
30559 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
30560         Log: Subject: [ID 20010525.001] Pod typo nits fixed
30561              From: lvirden@cas.org
30562              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
30563              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
30564              
30565              minus the perlsolaris decimation plus the
30566              
30567              Subject: Re: [ID 20010525.001] Pod typo nits fixed
30568              From: "Philip Newton" <Philip.Newton@gmx.net>
30569              Date: Fri, 25 May 2001 18:05:55 +0200
30570              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
30571      Branch: perl
30572            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
30573            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
30574            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
30575            ! pod/perlutil.pod pod/perlxstut.pod
30576 ____________________________________________________________________________
30577 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
30578         Log: return clauses are nice.
30579      Branch: perl
30580            ! sv.c
30581 ____________________________________________________________________________
30582 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
30583         Log: Subject: change 10199 backwards?
30584              From: Doug MacEachern <dougm@covalent.net>
30585              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
30586              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
30587      Branch: perl
30588            ! sv.c
30589 ____________________________________________________________________________
30590 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
30591         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
30592              From: Hugo <hv@crypt.compulink.co.uk>
30593              Date: Sat, 26 May 2001 17:05:12 +0100
30594              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
30595      Branch: perl
30596            + t/op/gmagic.t
30597            ! MANIFEST doop.c embed.h embed.pl global.sym
30598            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
30599            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
30600 ____________________________________________________________________________
30601 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
30602         Log: Regen headers for #10221.
30603      Branch: perl
30604            ! global.sym objXSUB.h perlapi.c
30605 ____________________________________________________________________________
30606 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
30607         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
30608              From: Juha Laiho <juha.laiho@Elma.Net>
30609              Date: Thu, 3 May 2001 09:51:30 +0300
30610              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
30611      Branch: perl
30612            ! embed.pl
30613 ____________________________________________________________________________
30614 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
30615         Log: Subject: Re: [PATCH] Re: stability of sort()?
30616              From: "John P. Linderman" <jpl@research.att.com>
30617              Date: Sat, 26 May 2001 13:27:19 -0400
30618              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
30619      Branch: perl
30620            ! pod/perlfunc.pod
30621 ____________________________________________________________________________
30622 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
30623         Log: Integrate perlio.
30624      Branch: perl
30625           !> pod/perlguts.pod
30626 ____________________________________________________________________________
30627 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
30628         Log: Subject: [PATCH perl@10210] PerlIO for VMS
30629              From: "Craig A. Berry" <craigberry@mac.com>
30630              Date: Sat, 26 May 2001 09:34:11 -0500
30631              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
30632      Branch: perl
30633            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
30634            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
30635            ! vms/vmsish.h
30636 ____________________________________________________________________________
30637 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
30638         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
30639              From: David Dyck <dcd@tc.fluke.com>
30640              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
30641              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
30642      Branch: perl
30643            ! lib/perl5db.pl
30644 ____________________________________________________________________________
30645 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
30646         Log: Subject: utf8 regexp tests
30647              From: Hugo <hv@crypt.compulink.co.uk>
30648              Date: Fri, 25 May 2001 22:35:01 +0100
30649              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
30650      Branch: perl
30651            ! t/op/regexp.t
30652 ____________________________________________________________________________
30653 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
30654         Log: Subject: [PATCH] Re: stability of sort()?
30655              From: Nicholas Clark <nick@ccl4.org>
30656              Date: Fri, 25 May 2001 22:40:19 +0100
30657              Message-ID: <20010525224019.B86445@plum.flirble.org>
30658      Branch: perl
30659            ! pod/perlfunc.pod
30660 ____________________________________________________________________________
30661 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
30662         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
30663              From: John Peacock <jpeacock@rowman.com>
30664              Date: Thu, 24 May 2001 22:14:01 -0400
30665              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
30666      Branch: perl
30667            ! mg.c scope.c sv.c
30668 ____________________________________________________________________________
30669 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
30670         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
30671              From: Nicholas Clark <nick@ccl4.org>
30672              Date: Sun, 20 May 2001 19:24:13 +0100
30673              Message-ID: <20010520192413.G83222@plum.flirble.org>
30674      Branch: perl
30675            + lib/ExtUtils/Constant.pm t/lib/extutils.t
30676            ! MANIFEST utils/h2xs.PL
30677 ____________________________________________________________________________
30678 [ 10212] By: nick                                  on 2001/05/26  09:49:28
30679         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
30680              add a few more notes there on use of mortals on the stack.
30681      Branch: perlio
30682            ! pod/perlguts.pod
30683 ____________________________________________________________________________
30684 [ 10211] By: nick                                  on 2001/05/26  09:05:36
30685         Log: Integrate mainline
30686      Branch: perlio
30687           +> t/lib/fcntl.t t/pragma/vars.t
30688           !> (integrate 49 files)
30689 ____________________________________________________________________________
30690 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
30691         Log: Update Changes.
30692      Branch: perl
30693            ! Changes patchlevel.h
30694 ____________________________________________________________________________
30695 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
30696         Log: Based on
30697              
30698              Subject: [PATCH pp.c] Wrapping pack("C",256)
30699              From: Simon Cozens <simon@netthink.co.uk>
30700              Date: Sat, 12 May 2001 17:58:41 +0100
30701              Message-ID: <20010512175841.A6132@netthink.co.uk>
30702      Branch: perl
30703            ! pod/perldiag.pod pp.c t/pragma/warn/pp
30704 ____________________________________________________________________________
30705 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
30706         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
30707              From: "Brendan O'Dea" <bod@compusol.com.au>
30708              Date: Fri, 25 May 2001 11:18:29 +1000
30709              Message-ID: <20010525111829.A28411@compusol.com.au>
30710              
30711              (Slightly modified.)
30712      Branch: perl
30713            ! lib/Term/Cap.pm
30714 ____________________________________________________________________________
30715 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
30716         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
30717              From: Hugo <hv@crypt.compulink.co.uk>
30718              Date: Fri, 25 May 2001 02:13:25 +0100
30719              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
30720      Branch: perl
30721            ! t/op/misc.t
30722 ____________________________________________________________________________
30723 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
30724         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
30725              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
30726              Date: Fri, 25 May 2001 10:25:36 +0900
30727              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
30728      Branch: perl
30729            ! regcomp.c regexec.c
30730 ____________________________________________________________________________
30731 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
30732         Log: Subject: [PATCH #2] stash autovivification and method call error messages
30733              From: Ilmari Karonen <iltzu@sci.fi>
30734              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
30735              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
30736      Branch: perl
30737            ! gv.c pp_hot.c t/op/method.t
30738 ____________________________________________________________________________
30739 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
30740         Log: Add make target and documentation for gprof profiling.
30741      Branch: perl
30742            ! Makefile.SH pod/perlhack.pod
30743 ____________________________________________________________________________
30744 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
30745         Log: Subject: Don't think about UTF8 
30746              From: Mike Guy <mjtg@cam.ac.uk> 
30747              Date: Tue, 22 May 2001 14:35:39 +0100
30748              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
30749      Branch: perl
30750            ! sv.h
30751 ____________________________________________________________________________
30752 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
30753         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
30754              From: Geraint A Edwards <gedge@serf.org> 
30755              Date: Thu, 24 May 2001 22:51:24 +0100
30756              Message-Id: <20010524225124.A34981@cymru.serf.org>
30757      Branch: perl
30758            ! x2p/find2perl.PL
30759 ____________________________________________________________________________
30760 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
30761         Log: DB_File has its own attribute story.
30762      Branch: perl
30763            ! ext/DB_File/DB_File.xs
30764 ____________________________________________________________________________
30765 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
30766         Log: Subject: Re: Making perl with -Wall
30767              From: Andy Dougherty <doughera@lafayette.edu>
30768              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
30769              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
30770      Branch: perl
30771            ! perl.h
30772 ____________________________________________________________________________
30773 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
30774         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
30775              From: "Richard Soderberg" <rs@crystalflame.net>
30776              Date: Thu, 24 May 2001 08:58:16 -0700
30777              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
30778      Branch: perl
30779            ! sv.c
30780 ____________________________________________________________________________
30781 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
30782         Log: IV/UV casting fixes from Nicholas Clark.
30783      Branch: perl
30784            ! perl.h pp_sys.c util.c
30785 ____________________________________________________________________________
30786 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
30787         Log: Subject: Re: Making perl with -Wall
30788              From: Michael G Schwern <schwern@pobox.com>
30789              Date: Thu, 24 May 2001 15:40:28 +0100
30790              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
30791      Branch: perl
30792            ! malloc.c perl.h
30793 ____________________________________________________________________________
30794 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
30795         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
30796              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30797              Date: Tue, 22 May 2001 11:49:37 +0200
30798              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
30799      Branch: metaconfig
30800            ! U/modified/Oldsym.U
30801      Branch: metaconfig/U/perl
30802            ! patchlevel.U
30803      Branch: perl
30804            ! Configure config_h.SH myconfig.SH
30805 ____________________________________________________________________________
30806 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
30807         Log: Under versiononly install also the scripts with the version suffix.
30808              (e.g. .../bin/h2xs5.7.1)
30809      Branch: perl
30810            ! installperl
30811 ____________________________________________________________________________
30812 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
30813         Log: Subject: [PATCH] Stop segfault in mg.c:636
30814              From: "Richard Soderberg" <rs@crystalflame.net>
30815              Date: Thu, 24 May 2001 05:51:52 -0700
30816              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
30817      Branch: perl
30818            ! mg.c
30819 ____________________________________________________________________________
30820 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
30821         Log: Iteration continues; hopefully convergently.
30822      Branch: perl
30823            ! t/lib/b-stash.t
30824 ____________________________________________________________________________
30825 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
30826         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
30827              From: Gisle Aas <gisle@ActiveState.com>
30828              Date: 23 May 2001 16:13:10 -0700
30829              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
30830      Branch: perl
30831            ! op.c toke.c
30832 ____________________________________________________________________________
30833 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
30834         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
30835              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
30836              Date: Thu, 24 May 2001 05:05:22 -0500
30837              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
30838      Branch: perl
30839            ! lib/dumpvar.pl lib/perl5db.pl
30840 ____________________________________________________________________________
30841 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
30842         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
30843              From: David Dyck <dcd@tc.fluke.com>
30844              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
30845              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
30846      Branch: perl
30847            ! lib/perl5db.pl
30848 ____________________________________________________________________________
30849 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
30850         Log: Tiny pod nits on READMEs, mostly whitespace issues.
30851      Branch: perl
30852            ! README.amiga README.dos README.macos README.mpeix README.vmesa
30853            ! README.win32
30854 ____________________________________________________________________________
30855 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
30856         Log: The DG/UX part of the 20010521.005.
30857      Branch: perl
30858            ! README.dgux
30859 ____________________________________________________________________________
30860 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
30861         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
30862              From: Hugo <hv@crypt.compulink.co.uk>
30863              Date: Mon, 21 May 2001 16:32:02 +0100
30864              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
30865      Branch: perl
30866            ! regcomp.c t/op/misc.t
30867 ____________________________________________________________________________
30868 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
30869         Log: Subject: [PATCH] Extra UNIVERSAL tests
30870              From: Mike Guy <mjtg@cam.ac.uk>
30871              Date: Wed, 23 May 2001 12:29:20 +0100
30872              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
30873      Branch: perl
30874            ! t/op/universal.t
30875 ____________________________________________________________________________
30876 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
30877         Log: Subject: [PATCH] Remove EQ keyword
30878              From: Mike Guy <mjtg@cam.ac.uk>
30879              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
30880              Date: Wed, 23 May 2001 11:17:29 +0100
30881      Branch: perl
30882            ! keywords.h keywords.pl
30883 ____________________________________________________________________________
30884 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
30885         Log: Subject: [PATCH] lib/perl5db.pl
30886              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
30887              Date: Wed, 23 May 2001 02:18:03 -0500
30888              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
30889      Branch: perl
30890            ! lib/perl5db.pl
30891 ____________________________________________________________________________
30892 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
30893         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
30894              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
30895              Date: Tue, 22 May 2001 23:34:41 -0500
30896              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
30897      Branch: perl
30898            ! lib/Term/Cap.pm
30899 ____________________________________________________________________________
30900 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
30901         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
30902              From: davem@fdgroup.co.uk
30903              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
30904              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
30905      Branch: perl
30906            ! emacs/e2ctags.pl
30907 ____________________________________________________________________________
30908 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
30909         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
30910              From: Michael G Schwern <schwern@pobox.com>
30911              Date: Tue, 22 May 2001 14:15:09 +0100
30912              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
30913      Branch: perl
30914            ! lib/vars.pm
30915 ____________________________________________________________________________
30916 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
30917         Log: Subject: [PATCH lib/vars.pm] Odd code nit
30918              From: Michael G Schwern <schwern@pobox.com>
30919              Date: Tue, 22 May 2001 14:14:28 +0100
30920              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
30921      Branch: perl
30922            ! lib/vars.pm
30923 ____________________________________________________________________________
30924 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
30925         Log: Use the new use vars feature.
30926      Branch: perl
30927            ! t/lib/b-stash.t
30928 ____________________________________________________________________________
30929 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
30930         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
30931              From: Mike Guy <mjtg@cam.ac.uk>
30932              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30933              Date: Tue, 22 May 2001 13:11:39 +0100
30934      Branch: perl
30935            + t/pragma/vars.t
30936            ! MANIFEST lib/vars.pm t/lib/1_compile.t
30937 ____________________________________________________________________________
30938 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
30939         Log: -qlongdouble considered harmful by Merijn.
30940      Branch: perl
30941            ! hints/aix.sh
30942 ____________________________________________________________________________
30943 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
30944         Log: Update Changes.
30945      Branch: perl
30946            ! Changes patchlevel.h
30947 ____________________________________________________________________________
30948 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
30949         Log: Add a test of its very own for Fcntl.  Hopefully portable.
30950      Branch: perl
30951            + t/lib/fcntl.t
30952            ! MANIFEST
30953 ____________________________________________________________________________
30954 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
30955         Log: Must be trickier for 'minitest' not to die.
30956      Branch: perl
30957            ! t/op/taint.t
30958 ____________________________________________________________________________
30959 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
30960         Log: Can't declare other people's variables.
30961      Branch: perl
30962            ! t/lib/b-stash.t
30963 ____________________________________________________________________________
30964 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
30965         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
30966      Branch: perl
30967            ! doio.c t/op/taint.t
30968 ____________________________________________________________________________
30969 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
30970         Log: The OS/2 variable needs to be declared.
30971      Branch: perl
30972            ! t/lib/b-stash.t
30973 ____________________________________________________________________________
30974 [ 10170] By: nick                                  on 2001/05/20  16:48:29
30975         Log: Integrate mainline
30976      Branch: perlio
30977           !> (integrate 41 files)
30978 ____________________________________________________________________________
30979 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
30980         Log: Small perlsec updates: clarify the taintedness of filename
30981              globbing; suggest using Scalar::Util::tainted().
30982      Branch: perl
30983            ! pod/perlsec.pod
30984 ____________________________________________________________________________
30985 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
30986         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
30987              From: Dave Mitchell <davem@fdgroup.co.uk>
30988              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
30989              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
30990      Branch: perl
30991            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
30992            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
30993            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
30994            ! xsutils.c
30995 ____________________________________________________________________________
30996 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
30997         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
30998              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30999              Date: Sat, 19 May 2001 04:08:46 -0400
31000              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
31001      Branch: perl
31002            ! lib/ExtUtils/Mksymlists.pm makedef.pl
31003 ____________________________________________________________________________
31004 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
31005         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
31006              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31007              Date: Sat, 19 May 2001 04:30:45 -0400
31008              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
31009      Branch: perl
31010            ! os2/os2.c
31011 ____________________________________________________________________________
31012 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
31013         Log: Subject: [PATCH 5.6.1] build bugs OS/2
31014              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31015              Date: Sat, 19 May 2001 04:35:28 -0400
31016              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
31017      Branch: perl
31018            ! os2/Makefile.SHs os2/os2.c
31019 ____________________________________________________________________________
31020 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
31021         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
31022              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31023              Date: Sat, 19 May 2001 04:04:23 -0400
31024              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
31025              
31026              (In bleadperl patched b-stash.t instead of b.t)
31027      Branch: perl
31028            ! t/lib/b-stash.t t/lib/bigfltpm.t
31029 ____________________________________________________________________________
31030 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
31031         Log: Subject: [PATCH 5.6.1] perl5db
31032              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31033              Date: Sat, 19 May 2001 03:49:09 -0400
31034              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
31035      Branch: perl
31036            ! lib/perl5db.pl
31037 ____________________________________________________________________________
31038 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
31039         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
31040              From: Gisle Aas <gisle@ActiveState.com>
31041              Date: 18 May 2001 14:24:51 -0700
31042              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
31043      Branch: perl
31044            ! pp_ctl.c
31045 ____________________________________________________________________________
31046 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
31047         Log: Subject: [PATCH] Chomp should not always stringify
31048              From: Gisle Aas <gisle@ActiveState.com>
31049              Date: 18 May 2001 07:55:25 -0700
31050              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
31051      Branch: perl
31052            ! doop.c t/op/chop.t
31053 ____________________________________________________________________________
31054 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
31055         Log: Integrate perlio.
31056      Branch: perl
31057           !> pod/perlfunc.pod
31058 ____________________________________________________________________________
31059 [ 10159] By: nick                                  on 2001/05/20  09:39:46
31060         Log: Document some more of open's features.
31061      Branch: perlio
31062            ! pod/perlfunc.pod
31063 ____________________________________________________________________________
31064 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
31065         Log: back out change#10153 (it has compatibility issues such as the
31066              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
31067              benefit for 5.6.x doesn't seem worth the risk)
31068      Branch: maint-5.6/perl
31069            ! toke.c
31070 ____________________________________________________________________________
31071 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
31072         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
31073      Branch: perl
31074            ! x2p/s2p.PL
31075 ____________________________________________________________________________
31076 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
31077         Log: Update Changes.
31078      Branch: perl
31079            ! Changes patchlevel.h
31080 ____________________________________________________________________________
31081 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
31082         Log: Integrate change #10144 from maintperl.
31083              
31084              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
31085      Branch: perl
31086           !> win32/config.bc win32/config.gc win32/config.vc
31087           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31088 ____________________________________________________________________________
31089 [ 10154] By: nick                                  on 2001/05/18  07:23:03
31090         Log: Integrate mainline.
31091      Branch: perlio
31092           +> README.dgux t/lib/i18n-collate.t utils.lst
31093           !> (integrate 49 files)
31094 ____________________________________________________________________________
31095 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
31096         Log: Integrate change #7224 from mainline into maintperl.
31097              
31098              Allow @+ and @- to be doublequoted, from Simon Cozens. 
31099              (Approved by Larry, see Tom's comment in 20000830.005.)
31100      Branch: maint-5.6/perl
31101           !> toke.c
31102 ____________________________________________________________________________
31103 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
31104         Log: Subject: [PATCH bleadperl] small lookbehind fix
31105              From: Hugo <hv@crypt.compulink.co.uk>
31106              Date: Fri, 18 May 2001 00:07:19 +0100
31107              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
31108      Branch: perl
31109            ! regexec.c
31110 ____________________________________________________________________________
31111 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
31112         Log: Detypos.
31113      Branch: perl
31114            ! installman utils.lst
31115 ____________________________________________________________________________
31116 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
31117         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
31118              in 20001222.001.
31119      Branch: perl
31120            ! t/lib/glob-basic.t
31121 ____________________________________________________________________________
31122 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
31123         Log: Subject: [PATCH] Test for bug 20010515.004
31124              From: Benjamin Sugars <bsugars@canoe.ca>
31125              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
31126              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
31127      Branch: perl
31128            ! t/op/misc.t
31129 ____________________________________________________________________________
31130 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
31131         Log: Integrate #10145 from maintperl.
31132              
31133              fix for ID 20010515.004 (needs test)
31134      Branch: perl
31135           !> pp_hot.c
31136 ____________________________________________________________________________
31137 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
31138         Log: Thinko noticed by Doug MacEachern.
31139      Branch: perl
31140            ! thread.h
31141 ____________________________________________________________________________
31142 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
31143         Log: Subject: Re: [PATCH] HERE mark in regex
31144              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31145              Date: Thu, 17 May 2001 12:20:33 -0400
31146              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
31147      Branch: perl
31148            ! t/op/re_tests
31149 ____________________________________________________________________________
31150 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
31151         Log: fix for ID 20010515.004 (needs test)
31152      Branch: maint-5.6/perl
31153            ! pp_hot.c
31154 ____________________________________________________________________________
31155 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
31156         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
31157      Branch: maint-5.6/perl
31158            ! win32/config.bc win32/config.gc win32/config.vc
31159            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31160 ____________________________________________________________________________
31161 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
31162         Log: Macrofy the getspecific (and use it also in util.c)
31163      Branch: perl
31164            ! thread.h util.c
31165 ____________________________________________________________________________
31166 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
31167         Log: Use the unchecked thread-specific key fetch also in Tru64.
31168      Branch: perl
31169            ! thread.h
31170 ____________________________________________________________________________
31171 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
31172         Log: Subject: [PATCH 5.6.1]Quick thread speedup
31173              From: Dan Sugalski <dan@sidhe.org> 
31174              Date: Wed, 16 May 2001 18:05:19 -0400
31175              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
31176      Branch: perl
31177            ! thread.h util.c
31178 ____________________________________________________________________________
31179 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
31180         Log: I think this is quite enough testing for a deprecated feature.
31181      Branch: perl
31182            + t/lib/i18n-collate.t
31183            ! MANIFEST t/lib/1_compile.t
31184 ____________________________________________________________________________
31185 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
31186         Log: More HP-UX lore from Jeff Okamoto.
31187      Branch: perl
31188            ! README.hpux
31189 ____________________________________________________________________________
31190 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
31191         Log: Sort utils.lst for easier maintenance.
31192      Branch: perl
31193            ! utils.lst
31194 ____________________________________________________________________________
31195 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
31196         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
31197              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31198              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
31199              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
31200              
31201              Add pod2latex to utils.lst.
31202      Branch: perl
31203            ! MANIFEST utils.lst
31204 ____________________________________________________________________________
31205 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
31206         Log: Subject: Re: [PATCH] HERE mark in regex
31207              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31208              Date: Wed, 16 May 2001 13:04:43 -0400
31209              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
31210      Branch: perl
31211            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
31212            ! t/op/regmesg.t t/pragma/warn/regcomp
31213 ____________________________________________________________________________
31214 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
31215         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
31216              From: Simon Cozens <simon@netthink.co.uk>
31217              Date: Wed, 16 May 2001 18:02:08 +0100
31218              Message-ID: <20010516180208.A6458@netthink.co.uk>
31219      Branch: perl
31220            ! installman utils.lst
31221 ____________________________________________________________________________
31222 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
31223         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
31224              From: "Philip Newton" <pnewton@gmx.de>
31225              Date: Tue, 15 May 2001 15:09:30 +0200
31226              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
31227              
31228              Test case for #10128.
31229      Branch: perl
31230            ! t/pragma/warn/pp_hot
31231 ____________________________________________________________________________
31232 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
31233         Log: Update Changes.
31234      Branch: perl
31235            ! Changes patchlevel.h
31236 ____________________________________________________________________________
31237 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
31238         Log: Deprecate pseudo-hashes.
31239      Branch: perl
31240            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
31241 ____________________________________________________________________________
31242 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
31243         Log: HP-UX hints update from Merijn.
31244      Branch: perl
31245            ! hints/hpux.sh
31246 ____________________________________________________________________________
31247 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
31248         Log: README.hpux update from Merijn.
31249      Branch: perl
31250            ! README.hpux
31251 ____________________________________________________________________________
31252 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
31253         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
31254              From: Simon Cozens <simon@netthink.co.uk>
31255              Date: Wed, 16 May 2001 15:57:55 +0100
31256              Message-ID: <20010516155755.A4728@netthink.co.uk>
31257      Branch: perl
31258            + utils.lst
31259            ! MANIFEST installman installperl
31260 ____________________________________________________________________________
31261 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
31262         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
31263              From: "Philip Newton" <pnewton@gmx.de>
31264              Date: Tue, 15 May 2001 16:31:05 +0200
31265              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
31266              
31267              Fix PERL_Y2KWARN test to check before rather than after appending.
31268      Branch: perl
31269            ! pp_hot.c
31270 ____________________________________________________________________________
31271 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
31272         Log: Regen Porting stuff.
31273      Branch: perl
31274            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31275            ! config_h.SH
31276 ____________________________________________________________________________
31277 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
31278         Log: Metaconfig unit change for #10125.
31279      Branch: metaconfig
31280            ! U/modified/Oldconfig.U
31281 ____________________________________________________________________________
31282 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
31283         Log: Use OSVERS.
31284      Branch: perl
31285            ! Configure config_h.SH perl.c
31286 ____________________________________________________________________________
31287 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
31288         Log: Regen toc.
31289      Branch: perl
31290            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31291 ____________________________________________________________________________
31292 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
31293         Log: Adding the README.dgux to the MANIFEST would be a good idea.
31294      Branch: perl
31295            ! MANIFEST
31296 ____________________________________________________________________________
31297 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
31298         Log: Move the stack desire definition to thread.h.
31299      Branch: perl
31300            ! ext/Thread/Thread.xs thread.h
31301 ____________________________________________________________________________
31302 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
31303         Log: DG-UX threading patches, including a README.dgux,
31304              from Takis Psarogiannakopoulos.
31305      Branch: perl
31306            + README.dgux
31307            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
31308 ____________________________________________________________________________
31309 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
31310         Log: Subject: [PATCH B::Deparse] More on /x regexes
31311              From: Robin Houston <robin@kitsite.com>
31312              Date: Tue, 15 May 2001 19:09:35 +0100
31313              Message-ID: <20010515190935.A27268@penderel>
31314      Branch: perl
31315            ! ext/B/B/Deparse.pm
31316 ____________________________________________________________________________
31317 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
31318         Log: Document that the core time() may be rounding rather
31319              than truncating, would have saved at least my confusion.
31320      Branch: perl
31321            ! ext/Time/HiRes/HiRes.pm
31322 ____________________________________________________________________________
31323 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
31324         Log: Subject: perl-current/t/time-hires.t
31325              From: John Peacock <jpeacock@rowman.com>
31326              Date: Fri, 11 May 2001 14:09:41 -0400
31327              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
31328      Branch: perl
31329            ! t/lib/time-hires.t
31330 ____________________________________________________________________________
31331 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
31332         Log: Subject: [PATCH dump.c] Op private flags
31333              From: Simon Cozens <simon@netthink.co.uk>
31334              Date: Sun, 13 May 2001 20:20:36 +0100
31335              Message-ID: <20010513202036.A21896@netthink.co.uk>
31336      Branch: perl
31337            ! dump.c
31338 ____________________________________________________________________________
31339 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
31340         Log: Upgrade to Switch 2.03.
31341      Branch: perl
31342            ! lib/Switch.pm
31343 ____________________________________________________________________________
31344 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
31345         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
31346              to PERL_CONFIG_SH and use it consistently.
31347      Branch: maint-5.6/perl
31348           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
31349           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
31350           !> myconfig.SH writemain.SH
31351 ____________________________________________________________________________
31352 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
31353         Log: Metaconfig units changes for #10113.
31354      Branch: metaconfig
31355            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
31356 ____________________________________________________________________________
31357 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
31358         Log: The problem described in 20010514.031 still wasn't
31359              fully cured, there were remnants of $CONFIG when
31360              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
31361              to avoid future conflicts.
31362      Branch: perl
31363            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
31364            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
31365            ! myconfig.SH writemain.SH
31366 ____________________________________________________________________________
31367 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
31368         Log: Half of #10107 got lost.
31369      Branch: perl
31370            ! ext/B/B/Deparse.pm
31371 ____________________________________________________________________________
31372 [ 10111] By: nick                                  on 2001/05/15  08:39:14
31373         Log: Integrate mainline.
31374      Branch: perlio
31375           +> ext/POSIX/hints/uts.pl
31376            - Todo Todo-5.6 t/camel-III/vstring.t
31377           !> (integrate 48 files)
31378 ____________________________________________________________________________
31379 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
31380         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
31381              From: Robin Houston <robin@kitsite.com>
31382              Date: Mon, 14 May 2001 22:27:08 +0100
31383              Message-ID: <20010514222708.A22963@penderel>
31384      Branch: perl
31385            ! t/TestInit.pm
31386 ____________________________________________________________________________
31387 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
31388         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
31389              From: Robin Houston <robin@kitsite.com>
31390              Date: Mon, 14 May 2001 22:16:43 +0100
31391              Message-ID: <20010514221643.A22437@penderel>
31392      Branch: perl
31393            ! ext/B/B/Deparse.pm
31394 ____________________________________________________________________________
31395 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
31396         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
31397              From: Robin Houston <robin@kitsite.com>
31398              Date: Mon, 14 May 2001 22:03:44 +0100
31399              Message-ID: <20010514220344.A20643@penderel>
31400      Branch: perl
31401            ! ext/B/B/Deparse.pm
31402 ____________________________________________________________________________
31403 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
31404         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
31405              From: Robin Houston <robin@kitsite.com>
31406              Date: Mon, 14 May 2001 22:10:07 +0100
31407              Message-ID: <20010514221007.A21118@penderel>
31408      Branch: perl
31409            ! ext/B/B/Deparse.pm
31410 ____________________________________________________________________________
31411 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
31412         Log: Fix for 20010514.037; substr() didn't invalidate the locale
31413              collation magic.
31414      Branch: perl
31415            ! pp.c
31416 ____________________________________________________________________________
31417 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
31418         Log: Update Changes.
31419      Branch: perl
31420            ! Changes patchlevel.h
31421 ____________________________________________________________________________
31422 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
31423         Log: Retract #10094.
31424      Branch: perl
31425            ! lib/Pod/Text.pm
31426 ____________________________________________________________________________
31427 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
31428         Log: Integrate change #10100 from maintperl.
31429              
31430              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
31431              bug ID 20010514.027)
31432      Branch: perl
31433           !> mg.c pp_ctl.c
31434 ____________________________________________________________________________
31435 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
31436         Log: Document the deprecatedness of suidperl.
31437      Branch: perl
31438            ! INSTALL pod/perlfaq1.pod
31439 ____________________________________________________________________________
31440 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
31441         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
31442              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31443              Date: Mon, 14 May 2001 09:38:59 -0400
31444              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
31445      Branch: perl
31446            ! lib/ExtUtils/MM_Unix.pm
31447 ____________________________________________________________________________
31448 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
31449         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
31450              bug ID 20010514.027)
31451              
31452              TODO: this needs a testsuite addition
31453      Branch: maint-5.6/perl
31454            ! mg.c pp_ctl.c
31455 ____________________________________________________________________________
31456 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
31457         Log: More DWIMminess for Class::Struct: calling the array or hash
31458              accessors only with one argument, an array or a hash reference,
31459              sets the underlying array or hash.  This mirrors nicely also
31460              the usage in the constructor.
31461              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
31462      Branch: perl
31463            ! lib/Class/Struct.pm t/lib/class-struct.t
31464 ____________________________________________________________________________
31465 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
31466         Log: Reference cmp'ing should go through the whole stringification
31467              process shebang, as pointed out by Sarathy in #10091.
31468      Branch: perl
31469            ! pp.c
31470 ____________________________________________________________________________
31471 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
31472         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
31473              From: Simon Cozens <simon@netthink.co.uk>
31474              Date: Sat, 12 May 2001 16:36:27 +0100
31475              Message-ID: <20010512163627.A5522@netthink.co.uk>
31476              
31477              with some additions salvaged from Todo and Todo-5.6 before
31478              retiring them.
31479      Branch: perl
31480            - Todo Todo-5.6
31481            ! MANIFEST pod/perltodo.pod
31482 ____________________________________________________________________________
31483 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
31484         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
31485              From: "Golubev I. N." <gin@mo.msk.ru>
31486              Date: Mon, 07 May 2001 14:33:34 (GMT)
31487              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
31488      Branch: perl
31489            ! perl.h
31490 ____________________________________________________________________________
31491 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
31492         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
31493              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
31494              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
31495              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
31496      Branch: perl
31497            ! lib/ExtUtils/MM_Unix.pm
31498 ____________________________________________________________________________
31499 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
31500         Log: (Retracted by #10104.)
31501              
31502              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
31503              From: barries <barries@slaysys.com>
31504              Date: Sat, 12 May 2001 01:28:10 -0400
31505              Message-ID: <20010512012810.B26358@jester.slaysys.com>
31506      Branch: perl
31507            ! lib/Pod/Text.pm
31508 ____________________________________________________________________________
31509 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
31510         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
31511              From: Mike Guy <mjtg@cam.ac.uk>
31512              Date: Sat, 12 May 2001 19:24:33 +0100
31513              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
31514      Branch: perl
31515            ! lib/AutoSplit.pm
31516 ____________________________________________________________________________
31517 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
31518         Log: Yet another HP-UX hints tweak from Merijn.
31519      Branch: perl
31520            ! hints/hpux.sh
31521 ____________________________________________________________________________
31522 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
31523         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
31524              isn't defined (changes#9366,9368,9370 from mainline without the
31525              pp_scmp() change)
31526      Branch: maint-5.6/perl
31527            ! pp.c pp.h pp_hot.c
31528 ____________________________________________________________________________
31529 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
31530         Log: The sorting seems to happen now automatically.
31531      Branch: perl
31532            ! t/lib/glob-basic.t
31533 ____________________________________________________________________________
31534 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
31535         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
31536              From: Benjamin Sugars <bsugars@canoe.ca>
31537              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
31538              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
31539      Branch: perl
31540            ! pod/perlfunc.pod
31541 ____________________________________________________________________________
31542 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
31543         Log: Subject: Re: undef(&foo) does not work for XS functions
31544              From: Doug MacEachern <dougm@covalent.net>
31545              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
31546              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
31547      Branch: perl
31548            ! op.c
31549 ____________________________________________________________________________
31550 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
31551         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
31552              From: Peter Prymmer <pvhp@forte.com>
31553              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
31554              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
31555      Branch: perl
31556            ! t/op/append.t
31557 ____________________________________________________________________________
31558 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
31559         Log: Update Changes.
31560      Branch: perl
31561            ! Changes patchlevel.h
31562 ____________________________________________________________________________
31563 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
31564         Log: Remove the 'asciir' re subpragma.  Should instead implement
31565              the 'physical vs logical' range scheme:
31566              
31567              \xAA-\xCC is a native physical range, you want that range of
31568              codepoints in your native encoding.  In EBCDIC the codepoints
31569              in the gaps (between i-j and r-s) should be included.
31570              
31571              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
31572              codepoints in Unicode.
31573              
31574              a-z is a logical range, you want that range of 'logical' codepoints
31575              in your native encoding.  In EBCDIC the codepoints in the gaps
31576              (between i-j and r-s) should not be included.
31577              
31578              Mixed cases (a-\xAA, etc) should either be errors, or maybe
31579              the 'logical' endpoints should be converted to native/Unicode
31580              codepoints, and the range handled as a physical range.
31581              
31582              'Logical endpoints' are to be recognized only in the A-Z, a-z,
31583              and 0-9 ranges.  Probably a warning should be given for mixed
31584              cases like A-z or a-9 (since such expressions are encoding
31585              dependent), with a recommendation to use physical ranges.
31586      Branch: perl
31587            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
31588            ! t/op/regexp.t
31589 ____________________________________________________________________________
31590 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
31591         Log: Make the test to cleanup the test directory tree
31592              both before and after the testing so that we always
31593              have a clean slate to work with.
31594      Branch: perl
31595            ! t/lib/filefind.t
31596 ____________________________________________________________________________
31597 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
31598         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
31599              From: Jon Eveland <jweveland@yahoo.com>
31600              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
31601              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
31602      Branch: perl
31603            ! pod/perlfunc.pod
31604 ____________________________________________________________________________
31605 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
31606         Log: Merge the camel-III/vstring.t with op/ver.t.
31607      Branch: perl
31608            - t/camel-III/vstring.t
31609            ! MANIFEST t/TEST t/harness t/op/ver.t
31610 ____________________________________________________________________________
31611 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
31612         Log: Add test.deparse make target.
31613      Branch: perl
31614            ! Makefile.SH
31615 ____________________________________________________________________________
31616 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
31617         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
31618              From: Robin Houston <robin@kitsite.com>
31619              Date: Fri, 11 May 2001 12:02:22 +0100
31620              Message-ID: <20010511120222.A11529@penderel>
31621      Branch: perl
31622            ! ext/B/B/Deparse.pm t/op/method.t
31623 ____________________________________________________________________________
31624 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
31625         Log: A nicely working combination for UTS from Hal Morris.
31626      Branch: perl
31627            + ext/POSIX/hints/uts.pl
31628            ! MANIFEST hints/uts.sh
31629 ____________________________________________________________________________
31630 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
31631         Log: i_ieeefp=undef for UTS.
31632      Branch: perl
31633            ! hints/uts.sh
31634 ____________________________________________________________________________
31635 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
31636         Log: Subject: RE: rand(0) is rand(1)
31637              From: Larry Shatzer <lshatzer@islanddata.com>
31638              Date: Thu, 10 May 2001 11:09:27 -0700
31639              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
31640      Branch: perl
31641            ! pod/perlfunc.pod
31642 ____________________________________________________________________________
31643 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
31644         Log: Subject: [patch] make op_{clear,null} public
31645              From: Doug MacEachern <dougm@covalent.net>
31646              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
31647              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
31648      Branch: perl
31649            ! embed.h embed.pl op.c proto.h
31650 ____________________________________________________________________________
31651 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
31652         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
31653              From: Robin Houston <robin@kitsite.com>
31654              Date: Thu, 10 May 2001 18:54:59 +0100
31655              Message-ID: <20010510185459.A5995@penderel>
31656      Branch: perl
31657            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
31658 ____________________________________________________________________________
31659 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
31660         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
31661              From: Robin Houston <robin@kitsite.com>
31662              Date: Thu, 10 May 2001 12:56:39 +0100
31663              Message-ID: <20010510125639.A2119@penderel>
31664      Branch: perl
31665            ! ext/B/B/Deparse.pm
31666 ____________________________________________________________________________
31667 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
31668         Log: Retract #10070, not ready yet.
31669      Branch: perl
31670            ! ext/B/B/Deparse.pm
31671 ____________________________________________________________________________
31672 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
31673         Log: The metaconfig unit change for #10071.
31674      Branch: metaconfig
31675            ! U/modified/mallocsrc.U
31676 ____________________________________________________________________________
31677 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
31678         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
31679      Branch: perl
31680            ! Configure
31681 ____________________________________________________________________________
31682 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
31683         Log: (Retracted by #10073)
31684              
31685              Subject: Re: [PATCH t/TEST] B::Deparse tester 
31686              From: Hugo <hv@crypt.compulink.co.uk>
31687              Date: Thu, 10 May 2001 05:48:09 +0100
31688              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
31689      Branch: perl
31690            ! ext/B/B/Deparse.pm
31691 ____________________________________________________________________________
31692 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
31693         Log: Add a for(func()) test.
31694      Branch: perl
31695            ! t/cmd/for.t
31696 ____________________________________________________________________________
31697 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
31698         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
31699              From: Robin Houston <robin@kitsite.com>
31700              Date: Thu, 10 May 2001 13:50:08 +0100
31701              Message-ID: <20010510135008.A2454@penderel>
31702      Branch: perl
31703            ! ext/B/B/Deparse.pm
31704 ____________________________________________________________________________
31705 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
31706         Log: A thinko in #10065.
31707      Branch: perl
31708            ! hv.c
31709 ____________________________________________________________________________
31710 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
31711         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
31712              From: Robin Houston <robin@kitsite.com>
31713              Date: Thu, 10 May 2001 02:10:34 +0100
31714              Message-ID: <20010510021034.A19421@penderel>
31715      Branch: perl
31716            ! ext/B/B.xs ext/B/B/Deparse.pm
31717 ____________________________________________________________________________
31718 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
31719         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
31720              From: Doug MacEachern <dougm@covalent.net>
31721              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
31722              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
31723      Branch: perl
31724            ! hv.c
31725 ____________________________________________________________________________
31726 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
31727         Log: One more workaround for the UTS compiler from Hal Morris.
31728      Branch: perl
31729            ! perl.h
31730 ____________________________________________________________________________
31731 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
31732         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
31733              From: Robin Houston <robin@kitsite.com>
31734              Date: Thu, 10 May 2001 01:02:08 +0100
31735              Message-ID: <20010510010208.A18200@penderel>
31736      Branch: perl
31737            ! ext/B/B/Debug.pm
31738 ____________________________________________________________________________
31739 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
31740         Log: Subject: [PATCH] Simplify deb_curcv() a bit
31741              From: Benjamin Sugars <bsugars@canoe.ca>
31742              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
31743              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
31744      Branch: perl
31745            ! run.c
31746 ____________________________________________________________________________
31747 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
31748         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
31749              From: Benjamin Sugars <bsugars@canoe.ca>
31750              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
31751              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
31752      Branch: perl
31753            ! t/lib/io_scalar.t
31754 ____________________________________________________________________________
31755 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
31756         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
31757              From: Peter Prymmer <pvhp@forte.com>
31758              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
31759              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
31760      Branch: perl
31761            ! t/lib/md5-file.t
31762 ____________________________________________________________________________
31763 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
31764         Log: Subject: [PATCH t/TEST] B::Deparse tester
31765              From: Robin Houston <robin@kitsite.com>
31766              Date: Wed, 9 May 2001 19:17:50 +0100
31767              Message-ID: <20010509191750.A16940@penderel>
31768      Branch: perl
31769            ! ext/B/O.pm t/TEST
31770 ____________________________________________________________________________
31771 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
31772         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
31773              From: Jeff Pinyan <jeffp@crusoe.net>
31774              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
31775              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
31776      Branch: perl
31777            ! lib/Pod/Html.pm
31778 ____________________________________________________________________________
31779 [ 10057] By: nick                                  on 2001/05/09  18:37:56
31780         Log: Integrate mainline.
31781      Branch: perlio
31782           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
31783           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
31784 ____________________________________________________________________________
31785 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
31786         Log: Update Changes.
31787      Branch: perl
31788            ! Changes patchlevel.h
31789 ____________________________________________________________________________
31790 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
31791         Log: Integrate perlio.
31792      Branch: perl
31793           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31794 ____________________________________________________________________________
31795 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
31796         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
31797              From: Benjamin Sugars <bsugars@canoe.ca>
31798              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
31799              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
31800      Branch: perl
31801            ! perlio.c
31802 ____________________________________________________________________________
31803 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
31804         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
31805              From: Benjamin Sugars <bsugars@canoe.ca>
31806              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
31807              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
31808      Branch: perl
31809            ! ext/PerlIO/Scalar/Scalar.xs
31810 ____________________________________________________________________________
31811 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
31812         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
31813              From: Jeff Pinyan <jeffp@crusoe.net>
31814              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
31815              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
31816      Branch: perl
31817            ! lib/Pod/Html.pm
31818 ____________________________________________________________________________
31819 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
31820         Log: EPOC tweak from Olaf Flebbe.
31821      Branch: perl
31822            ! epoc/epocish.h
31823 ____________________________________________________________________________
31824 [ 10050] By: nick                                  on 2001/05/09  14:37:57
31825         Log: win32, regen_config_h
31826      Branch: perlio
31827            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31828 ____________________________________________________________________________
31829 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
31830         Log: Integrate perlio.
31831      Branch: perl
31832           !> pp_sys.c
31833 ____________________________________________________________________________
31834 [ 10048] By: nick                                  on 2001/05/09  11:59:50
31835         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
31836              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
31837      Branch: perlio
31838            ! pp_sys.c
31839 ____________________________________________________________________________
31840 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
31841         Log: Integrate perlio.
31842      Branch: perl
31843           !> run.c
31844 ____________________________________________________________________________
31845 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
31846         Log: Subject: Re: Less warnings during configure
31847              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31848              Date: Wed, 09 May 2001 13:12:49 +0200
31849              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
31850      Branch: perl
31851            ! hints/hpux.sh
31852 ____________________________________________________________________________
31853 [ 10045] By: nick                                  on 2001/05/09  09:56:59
31854         Log: MULTIPLICITY/DEBUGGING build fix.
31855      Branch: perlio
31856            ! run.c
31857 ____________________________________________________________________________
31858 [ 10044] By: nick                                  on 2001/05/09  09:46:37
31859         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
31860      Branch: perlio
31861           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
31862            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
31863           !> (integrate 65 files)
31864 ____________________________________________________________________________
31865 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
31866         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
31867              From: Robin Houston <robin@kitsite.com>
31868              Date: Tue, 8 May 2001 19:38:00 +0100
31869              Message-ID: <20010508193800.A4389@penderel>
31870              
31871              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
31872              From: Robin Houston <robin@kitsite.com>
31873              Date: Tue, 8 May 2001 20:03:57 +0100
31874              Message-ID: <20010508200357.A4614@penderel>
31875              
31876              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
31877              From: Robin Houston <robin@kitsite.com>
31878              Date: Wed, 9 May 2001 00:12:05 +0100
31879              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
31880      Branch: perl
31881            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
31882 ____________________________________________________________________________
31883 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
31884         Log: Retract #10031.
31885      Branch: perl
31886            ! pod/perlfunc.pod
31887 ____________________________________________________________________________
31888 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
31889         Log: The metaconfig unit changes for #10040.
31890      Branch: metaconfig/U/perl
31891            ! Checkcc.U d_dlsymun.U dlsrc.U
31892 ____________________________________________________________________________
31893 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
31894         Log: The Configure half of
31895              
31896              Subject: Less warnings during configure
31897              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31898              Date: Tue, 08 May 2001 08:44:02 +0200
31899              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
31900      Branch: perl
31901            ! Configure
31902 ____________________________________________________________________________
31903 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
31904         Log: Subject: Less warnings during configure
31905              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31906              Date: Tue, 08 May 2001 08:44:02 +0200
31907              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
31908      Branch: perl
31909            ! hints/hpux.sh
31910 ____________________________________________________________________________
31911 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
31912         Log: Don't forget to whine about \d__\d.
31913      Branch: perl
31914            ! t/pragma/warn/toke toke.c
31915 ____________________________________________________________________________
31916 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
31917         Log: Allow underscores also in the exponent part.
31918      Branch: perl
31919            ! t/pragma/warn/toke toke.c
31920 ____________________________________________________________________________
31921 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
31922         Log: CodeMagicCD doesn't look like an *I*DE.
31923      Branch: perl
31924            ! pod/perlfaq3.pod
31925 ____________________________________________________________________________
31926 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
31927         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
31928              to be consistently down).
31929      Branch: perl
31930            ! pod/perlfaq3.pod
31931 ____________________________________________________________________________
31932 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
31933         Log: Upgrade to Text::Balanced 1.84.
31934      Branch: perl
31935            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
31936 ____________________________________________________________________________
31937 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
31938         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
31939              From: Benjamin Sugars <bsugars@canoe.ca>
31940              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
31941              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
31942      Branch: perl
31943            ! run.c
31944 ____________________________________________________________________________
31945 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
31946         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
31947              From: Peter Prymmer <pvhp@forte.com>
31948              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
31949              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
31950      Branch: perl
31951            ! t/pod/plainer.t
31952 ____________________________________________________________________________
31953 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
31954         Log: (Retracted by #10042)
31955              
31956              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
31957              From: "Philip Newton" <pnewton@gmx.de>
31958              Date: Tue, 8 May 2001 09:18:10 +0200
31959              Message-ID: <3AF7B9D2.28861.603732@localhost>
31960      Branch: perl
31961            ! pod/perlfunc.pod
31962 ____________________________________________________________________________
31963 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
31964         Log: Subject: [PATCH B::Deparse] Document known bugs
31965              From: Robin Houston <robin@kitsite.com>
31966              Date: Tue, 8 May 2001 01:53:34 +0100
31967              Message-ID: <20010508015334.A32394@penderel>
31968      Branch: perl
31969            ! ext/B/B/Deparse.pm
31970 ____________________________________________________________________________
31971 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
31972         Log: Subject: Re: Perl book, magazine and website updates.
31973              From: "Philip Newton" <pnewton@gmx.de>
31974              Date: Mon, 7 May 2001 17:03:58 +0200
31975              Message-ID: <3AF6D57E.5387.1E29930@localhost>
31976      Branch: perl
31977            ! pod/perlfaq2.pod
31978 ____________________________________________________________________________
31979 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
31980         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
31981              From: Peter Prymmer <pvhp@forte.com>
31982              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
31983              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
31984      Branch: perl
31985            ! t/io/fflush.t
31986 ____________________________________________________________________________
31987 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
31988         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
31989              From: Robin Houston <robin@kitsite.com>
31990              Date: Tue, 8 May 2001 01:14:55 +0100
31991              Message-ID: <20010508011455.A32162@penderel>
31992      Branch: perl
31993            ! ext/B/B/Deparse.pm
31994 ____________________________________________________________________________
31995 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
31996         Log: Typo in #10025.
31997      Branch: perl
31998            ! hints/uts.sh
31999 ____________________________________________________________________________
32000 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
32001         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
32002      Branch: perl
32003            ! hints/uts.sh
32004 ____________________________________________________________________________
32005 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
32006         Log: Subject: Re: [ID 20010506.045] question about hash syntax
32007              From: Peter Scott <Peter@PSDT.com>
32008              Date: Sun, 06 May 2001 13:10:40 -0700
32009              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
32010      Branch: perl
32011            ! pod/perl56delta.pod
32012 ____________________________________________________________________________
32013 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
32014         Log: Configure should figure out the list of dynamic extensions
32015              just fine in UTS-- and in fact it does, as reported by Hal Morris.
32016      Branch: perl
32017            ! hints/uts.sh
32018 ____________________________________________________________________________
32019 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
32020         Log: Update Changes.
32021      Branch: perl
32022            ! Changes patchlevel.h
32023 ____________________________________________________________________________
32024 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
32025         Log: Subject: [PATCH regcomp.c] Insecure regexes
32026              From: Robin Houston <robin@kitsite.com>
32027              Date: Mon, 7 May 2001 21:56:12 +0100
32028              Message-ID: <20010507215612.A31114@penderel>
32029      Branch: perl
32030            ! regcomp.c
32031 ____________________________________________________________________________
32032 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
32033         Log: Drop the foobar.perl.com references for now until Simon
32034              gets them sorted out.
32035      Branch: perl
32036            ! pod/perlfaq2.pod
32037 ____________________________________________________________________________
32038 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
32039         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
32040              From: Prymmer/Kahn <pvhp@best.com>
32041              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
32042              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
32043      Branch: perl
32044            ! lib/Devel/SelfStubber.pm
32045 ____________________________________________________________________________
32046 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
32047         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
32048              From: Prymmer/Kahn <pvhp@best.com>
32049              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
32050              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
32051      Branch: perl
32052            ! win32/Makefile
32053 ____________________________________________________________________________
32054 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
32055         Log: s/WebTechnique's/WebTechniques/
32056      Branch: perl
32057            ! pod/perlfaq2.pod
32058 ____________________________________________________________________________
32059 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
32060         Log: Llama 3 updates from Randal.
32061      Branch: perl
32062            ! pod/perlfaq2.pod
32063 ____________________________________________________________________________
32064 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
32065         Log: Subject: [PATCH] Help -Dt show correct pad variables
32066              From: Benjamin Sugars <ben.sugars@home.com>
32067              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
32068              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
32069      Branch: perl
32070            ! embed.h embed.pl proto.h run.c
32071 ____________________________________________________________________________
32072 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
32073         Log: Subject: [PATCH] Document C<our $foo : shared>
32074              From: Benjamin Sugars <ben.sugars@home.com>
32075              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
32076              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
32077      Branch: perl
32078            ! pod/perlfunc.pod
32079 ____________________________________________________________________________
32080 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
32081         Log: Subject: [PATCH B::Deparse] undefined folded constants
32082              From: Robin Houston <robin@kitsite.com>
32083              Date: Sun, 6 May 2001 17:19:09 +0100
32084              Message-ID: <20010506171909.A7046@penderel>
32085      Branch: perl
32086            ! ext/B/B/Deparse.pm
32087 ____________________________________________________________________________
32088 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
32089         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
32090              From: Robin Houston <robin@kitsite.com>
32091              Message-ID: <20010506164654.A6848@penderel>
32092              Date: Sun, 6 May 2001 16:46:54 +0100
32093      Branch: perl
32094            ! ext/B/B/Deparse.pm
32095 ____________________________________________________________________________
32096 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
32097         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
32098              From: Robin Houston <robin@kitsite.com>
32099              Date: Sun, 6 May 2001 14:47:02 +0100
32100              Message-ID: <20010506144702.A6308@penderel>
32101      Branch: perl
32102            ! t/op/my_stash.t
32103 ____________________________________________________________________________
32104 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
32105         Log: Subject: Perl book, magazine and website updates.
32106              From: Simon Cozens <simon@netthink.co.uk>
32107              Date: Sun, 6 May 2001 16:55:36 +0100
32108              Message-ID: <20010506165536.A1795@netthink.co.uk>
32109      Branch: perl
32110            ! pod/perlbook.pod pod/perlfaq2.pod
32111 ____________________________________________________________________________
32112 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
32113         Log: Tweaks on the Tru64 prof options.
32114      Branch: perl
32115            ! pod/perlhack.pod
32116 ____________________________________________________________________________
32117 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
32118         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
32119              From: Robin Houston <robin@kitsite.com>
32120              Date: Sun, 6 May 2001 14:40:51 +0100
32121              Message-ID: <20010506144051.A6279@penderel>
32122      Branch: perl
32123            ! t/pod/testp2pt.pl
32124 ____________________________________________________________________________
32125 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
32126         Log: Subject: [PATCH B::Deparse] scoping
32127              From: Robin Houston <robin@kitsite.com>
32128              Date: Sun, 6 May 2001 14:36:56 +0100
32129              Message-ID: <20010506143656.A4006@penderel>
32130      Branch: perl
32131            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
32132 ____________________________________________________________________________
32133 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
32134         Log: Document the undefinedness of bitshifting out of range.
32135      Branch: perl
32136            ! pod/perlop.pod
32137 ____________________________________________________________________________
32138 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
32139         Log: Retract #10003 and update the IDE descriptions a bit.
32140      Branch: perl
32141            ! pod/perlfaq3.pod
32142 ____________________________________________________________________________
32143 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
32144         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
32145              From: Prymmer/Kahn <pvhp@best.com>
32146              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
32147              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
32148      Branch: perl
32149            ! win32/Makefile win32/buildext.pl win32/config.bc
32150            ! win32/config.gc win32/config.vc
32151 ____________________________________________________________________________
32152 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
32153         Log: (Retracted by #10005.)
32154      Branch: perl
32155            ! pod/perlfaq3.pod
32156 ____________________________________________________________________________
32157 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
32158         Log: It's "psed", not "sed".
32159      Branch: perl
32160            ! x2p/s2p.PL
32161 ____________________________________________________________________________
32162 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
32163         Log: Update Changes.
32164      Branch: perl
32165            ! Changes patchlevel.h
32166 ____________________________________________________________________________
32167 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
32168         Log: Subject: Re: bleadperl make install fails due to "psed"
32169              From: andreas.koenig@anima.de (Andreas J. Koenig)
32170              Date: 05 May 2001 18:23:28 +0200
32171              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
32172      Branch: perl
32173            ! x2p/Makefile.SH x2p/s2p.PL
32174 ____________________________________________________________________________
32175 [  9999] By: jhi                                   on 2001/05/05  18:28:09
32176         Log: AUTHORS updates.
32177      Branch: perl
32178            ! AUTHORS
32179 ____________________________________________________________________________
32180 [  9998] By: jhi                                   on 2001/05/05  18:16:00
32181         Log: Updates on the pods related to the modules included since 5.6.
32182              
32183              TODO: perltodo really could use major updating.
32184      Branch: perl
32185            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
32186            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
32187            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
32188            ! pod/perlsyn.pod pod/perltodo.pod
32189 ____________________________________________________________________________
32190 [  9997] By: jhi                                   on 2001/05/05  17:35:17
32191         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
32192              from Kurt Skauen.
32193      Branch: perl
32194            + hints/atheos.sh
32195            ! MANIFEST
32196 ____________________________________________________________________________
32197 [  9996] By: jhi                                   on 2001/05/05  17:25:00
32198         Log: Add preemptive #undefs for some of the shorter and more prone
32199              to collision regcomp.h #defines.  (Background: the MASK collided
32200              with a system header #define in Rhapsody.)
32201      Branch: perl
32202            ! regcomp.h
32203 ____________________________________________________________________________
32204 [  9995] By: jhi                                   on 2001/05/05  13:24:21
32205         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
32206              From: Nicholas Clark <nick@ccl4.org>
32207              Date: Sat, 5 May 2001 14:46:39 +0100
32208              Message-ID: <20010505144639.O53513@plum.flirble.org>
32209              
32210              Add a test for the constants (if any) being processed correctly.
32211      Branch: perl
32212            ! utils/h2xs.PL
32213 ____________________________________________________________________________
32214 [  9994] By: jhi                                   on 2001/05/05  02:11:03
32215         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
32216              From: Peter Prymmer <pvhp@forte.com>
32217              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
32218              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
32219      Branch: perl
32220            ! t/lib/b-stash.t
32221 ____________________________________________________________________________
32222 [  9993] By: jhi                                   on 2001/05/05  02:03:49
32223         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
32224              From: Peter Prymmer <pvhp@forte.com>
32225              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
32226              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
32227      Branch: perl
32228            ! perlio.c vms/vmsish.h
32229 ____________________________________________________________________________
32230 [  9992] By: jhi                                   on 2001/05/04  17:21:12
32231         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
32232              From: Robin Barker <rmb1@cise.npl.co.uk>
32233              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
32234              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
32235      Branch: perl
32236            + t/pod/plainer.t
32237            ! MANIFEST
32238 ____________________________________________________________________________
32239 [  9991] By: jhi                                   on 2001/05/04  16:47:45
32240         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
32241              From: Robin Barker <rmb1@cise.npl.co.uk>
32242              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
32243              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
32244      Branch: perl
32245            ! regcomp.c
32246 ____________________________________________________________________________
32247 [  9990] By: jhi                                   on 2001/05/04  14:37:20
32248         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
32249              From: Prymmer/Kahn <pvhp@best.com>
32250              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
32251              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
32252      Branch: perl
32253            ! t/lib/b-stash.t
32254 ____________________________________________________________________________
32255 [  9989] By: jhi                                   on 2001/05/04  14:03:58
32256         Log: Introduce perl572delta, update Todo, add the missing
32257              mention about signal safety since 5.7.1 (though this
32258              requires verification and more details.)
32259      Branch: perl
32260            + pod/perl572delta.pod
32261            ! MANIFEST Todo pod/perl571delta.pod
32262 ____________________________________________________________________________
32263 [  9988] By: jhi                                   on 2001/05/04  12:41:51
32264         Log: Subject: [PATCH perl@9944] long =item
32265              From: Robin Barker <rmb1@cise.npl.co.uk>
32266              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
32267              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
32268      Branch: perl
32269            ! ext/Time/HiRes/HiRes.pm
32270 ____________________________________________________________________________
32271 [  9987] By: jhi                                   on 2001/05/04  12:39:19
32272         Log: The #9901 had removed one line essential for EBCDIC.
32273      Branch: perl
32274            ! regcomp.c
32275 ____________________________________________________________________________
32276 [  9986] By: jhi                                   on 2001/05/04  12:30:23
32277         Log: Subject: cygwin/Makefile.SHs INSTALL patch
32278              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
32279              Date: Mon, 08 Jan 2001 04:59:21 +0200
32280              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
32281      Branch: perl
32282            ! cygwin/Makefile.SHs
32283 ____________________________________________________________________________
32284 [  9985] By: jhi                                   on 2001/05/04  03:51:39
32285         Log: Encode/IO doc tweaks.
32286      Branch: perl
32287            ! ext/Encode/Encode.pm
32288 ____________________________________________________________________________
32289 [  9984] By: jhi                                   on 2001/05/04  03:29:34
32290         Log: Remove GDBM_File from the dynamic extensions for UTS,
32291              GDBM is not a standard feature.
32292      Branch: perl
32293            ! hints/uts.sh
32294 ____________________________________________________________________________
32295 [  9983] By: jhi                                   on 2001/05/04  03:22:59
32296         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
32297      Branch: perl
32298            ! pod/perlretut.pod
32299 ____________________________________________________________________________
32300 [  9982] By: jhi                                   on 2001/05/03  23:21:03
32301         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
32302              From: Benjamin Sugars <bsugars@canoe.ca>
32303              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
32304              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
32305      Branch: perl
32306            ! dump.c
32307 ____________________________________________________________________________
32308 [  9981] By: jhi                                   on 2001/05/03  23:20:05
32309         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
32310              From: Benjamin Sugars <bsugars@canoe.ca>
32311              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
32312              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
32313      Branch: perl
32314            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
32315 ____________________________________________________________________________
32316 [  9980] By: jhi                                   on 2001/05/03  23:15:29
32317         Log: Integrate perlio.
32318      Branch: perl
32319           !> ext/Encode/Encode.pm
32320 ____________________________________________________________________________
32321 [  9979] By: jhi                                   on 2001/05/03  16:54:59
32322         Log: Install psed man page.
32323      Branch: perl
32324            ! installman
32325 ____________________________________________________________________________
32326 [  9978] By: jhi                                   on 2001/05/03  16:45:58
32327         Log: Remove unused files; noted by Sarathy.
32328      Branch: perl
32329            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
32330            ! MANIFEST
32331 ____________________________________________________________________________
32332 [  9977] By: jhi                                   on 2001/05/03  16:42:30
32333         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
32334              From: Andy Dougherty <doughera@lafayette.edu>
32335              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
32336              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
32337      Branch: perl
32338            ! INSTALL
32339 ____________________________________________________________________________
32340 [  9976] By: nick                                  on 2001/05/03  16:40:42
32341         Log: Allow $answer = encode($object,$text); like it says in docs.
32342      Branch: perlio
32343            ! ext/Encode/Encode.pm
32344 ____________________________________________________________________________
32345 [  9975] By: nick                                  on 2001/05/03  16:22:30
32346         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
32347              to be in scope (fair enough), and also a package variable (our) for eval to see it.
32348      Branch: perlio
32349            ! ext/Encode/Encode.pm
32350 ____________________________________________________________________________
32351 [  9974] By: nick                                  on 2001/05/03  15:48:17
32352         Log: Integrate mainline.
32353      Branch: perlio
32354           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
32355           +> t/lib/filter-simple.t t/lib/next.t
32356           !> (integrate 70 files)
32357 ____________________________________________________________________________
32358 [  9973] By: jhi                                   on 2001/05/03  13:09:09
32359         Log: Update Changes.
32360      Branch: perl
32361            ! Changes patchlevel.h
32362 ____________________________________________________________________________
32363 [  9972] By: jhi                                   on 2001/05/03  12:58:33
32364         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
32365              From: Prymmer/Kahn <pvhp@best.com>
32366              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
32367              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
32368      Branch: perl
32369            ! t/io/fflush.t
32370 ____________________________________________________________________________
32371 [  9971] By: jhi                                   on 2001/05/03  12:57:26
32372         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
32373              From: Prymmer/Kahn <pvhp@best.com>
32374              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
32375              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
32376      Branch: perl
32377            ! win32/FindExt.pm
32378 ____________________________________________________________________________
32379 [  9970] By: jhi                                   on 2001/05/03  02:42:46
32380         Log: Can't croak sans thread context, from Doug MacEachern.
32381      Branch: perl
32382            ! toke.c
32383 ____________________________________________________________________________
32384 [  9969] By: jhi                                   on 2001/05/03  01:23:48
32385         Log: Subject: Random input test and Perl
32386              From: Ilya Zakharevich <ilya@math.berkeley.edu>
32387              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
32388              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
32389      Branch: perl
32390            ! toke.c
32391 ____________________________________________________________________________
32392 [  9968] By: jhi                                   on 2001/05/02  22:17:21
32393         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
32394              From: Peter Prymmer <pvhp@forte.com>
32395              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
32396              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
32397      Branch: perl
32398            ! pod/perlfunc.pod pod/perlport.pod
32399 ____________________________________________________________________________
32400 [  9967] By: jhi                                   on 2001/05/02  20:12:45
32401         Log: Workaround for UTS compiler casting bug from Hal Morris.
32402      Branch: perl
32403            ! perl.h
32404 ____________________________________________________________________________
32405 [  9966] By: jhi                                   on 2001/05/02  18:31:37
32406         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
32407              From: Dan Sugalski <dan@sidhe.org>
32408              Date: Wed, 02 May 2001 15:23:22 -0400
32409              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
32410      Branch: perl
32411            ! perl.c vms/vms.c
32412 ____________________________________________________________________________
32413 [  9965] By: jhi                                   on 2001/05/02  18:21:29
32414         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
32415      Branch: perl
32416            ! pod/perlfunc.pod
32417 ____________________________________________________________________________
32418 [  9964] By: jhi                                   on 2001/05/02  18:15:01
32419         Log: Document large files in INSTALL, document also the %x
32420              limitation if not use64bitint, closes bug 20010326.007.
32421      Branch: perl
32422            ! INSTALL
32423 ____________________________________________________________________________
32424 [  9963] By: jhi                                   on 2001/05/02  17:24:47
32425         Log: perlmodlib tweaks; regen pods.
32426      Branch: perl
32427            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
32428            ! pod/perltoc.pod
32429 ____________________________________________________________________________
32430 [  9962] By: jhi                                   on 2001/05/02  17:14:00
32431         Log: Fix for a segfault, from Marc Lehmann.
32432      Branch: perl
32433            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
32434 ____________________________________________________________________________
32435 [  9961] By: jhi                                   on 2001/05/02  15:55:53
32436         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
32437              From: "Philip Newton" <pnewton@gmx.de>
32438              Date: Wed, 2 May 2001 18:39:03 +0200
32439              Message-ID: <3AF05447.15525.173B588@localhost>
32440      Branch: perl
32441            ! pod/perlop.pod
32442 ____________________________________________________________________________
32443 [  9960] By: jhi                                   on 2001/05/02  15:35:37
32444         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
32445              From: Dan Sugalski <dan@sidhe.org>
32446              Date: Wed, 02 May 2001 11:37:27 -0400
32447              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
32448      Branch: perl
32449            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
32450            ! thread.h vms/vms.c vms/vmsish.h
32451 ____________________________________________________________________________
32452 [  9959] By: jhi                                   on 2001/05/02  15:21:08
32453         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
32454              From: Benjamin Sugars <bsugars@canoe.ca>
32455              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
32456              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
32457      Branch: perl
32458            ! ext/PerlIO/Scalar/Scalar.xs
32459 ____________________________________________________________________________
32460 [  9958] By: jhi                                   on 2001/05/02  15:15:53
32461         Log: Bug in #9915, spotted by Mike Guy.
32462      Branch: perl
32463            ! installperl
32464 ____________________________________________________________________________
32465 [  9957] By: jhi                                   on 2001/05/02  13:26:01
32466         Log: Add a test for not griping about references as array
32467              indices if the reference has magic in it (overloaded
32468              methods).
32469      Branch: perl
32470            ! pod/perldiag.pod t/pragma/warn/pp_hot
32471 ____________________________________________________________________________
32472 [  9956] By: jhi                                   on 2001/05/02  13:07:01
32473         Log: Retracted a bit too much in #9952.
32474      Branch: perl
32475            ! t/pragma/sub_lval.t
32476 ____________________________________________________________________________
32477 [  9955] By: jhi                                   on 2001/05/02  13:05:38
32478         Log: Test for #9952.
32479      Branch: perl
32480            ! t/op/tie.t
32481 ____________________________________________________________________________
32482 [  9954] By: jhi                                   on 2001/05/02  11:48:18
32483         Log: Additional note on the encoding example: one cannot
32484              convert string constants in-place.
32485      Branch: perl
32486            ! ext/Encode/Encode.pm
32487 ____________________________________________________________________________
32488 [  9953] By: jhi                                   on 2001/05/02  11:43:51
32489         Log: Note that if you have recent enough Perl you already
32490              have Filter::Util::Call.
32491      Branch: perl
32492            ! lib/Filter/Simple.pm
32493 ____________________________________________________________________________
32494 [  9952] By: jhi                                   on 2001/05/02  11:31:53
32495         Log: Retract changes #8254 and #8255, causes coredump in
32496              'tie FH, "main"', reported by Abigail, culprit found by
32497              Benjamin Sugars.  Mirrors maintperl change #9950.
32498      Branch: perl
32499            ! op.c t/pragma/sub_lval.t
32500 ____________________________________________________________________________
32501 [  9951] By: jhi                                   on 2001/05/02  11:14:29
32502         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
32503      Branch: perl
32504            + t/lib/MyFilter.pm
32505 ____________________________________________________________________________
32506 [  9950] By: gsar                                  on 2001/05/02  03:17:11
32507         Log: revert integration of changes#8254,8255 in change#8620 (causes
32508              a coredump in C<tie FH, 'foo'>; the idea itself may need better
32509              rationalization)
32510      Branch: maint-5.6/perl
32511            ! op.c t/pragma/sub_lval.t
32512 ____________________________________________________________________________
32513 [  9949] By: gsar                                  on 2001/05/02  02:56:32
32514         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
32515              
32516              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
32517              
32518              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
32519      Branch: maint-5.6/perl
32520           !> hints/svr5.sh
32521 ____________________________________________________________________________
32522 [  9948] By: gsar                                  on 2001/05/02  02:49:15
32523         Log: pod/find.t breaks on VMS (from Craig Berry)
32524      Branch: maint-5.6/perl
32525            ! t/pod/find.t
32526 ____________________________________________________________________________
32527 [  9947] By: jhi                                   on 2001/05/02  02:43:09
32528         Log: Add an encoding conversion example.
32529      Branch: perl
32530            ! ext/Encode/Encode.pm
32531 ____________________________________________________________________________
32532 [  9946] By: jhi                                   on 2001/05/02  01:34:22
32533         Log: Another coat of paint but still nowhere finished.
32534              Need to decide on the semantics of strptime(): should
32535              strptime() be a function instead of a method?  To do
32536              the week/monthname-strptiming the i18n/l10n bullet needs
32537              to be bitten with gusto.
32538      Branch: perl
32539            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
32540 ____________________________________________________________________________
32541 [  9945] By: jhi                                   on 2001/05/01  23:40:52
32542         Log: Update Changes.
32543      Branch: perl
32544            ! Changes patchlevel.h
32545 ____________________________________________________________________________
32546 [  9944] By: jhi                                   on 2001/05/01  23:33:37
32547         Log: Add known-to-be-tested modules to the list-to-be-skipped.
32548      Branch: perl
32549            ! t/lib/1_compile.t
32550 ____________________________________________________________________________
32551 [  9943] By: jhi                                   on 2001/05/01  23:24:40
32552         Log: Subject: BorlandC++ fix
32553              From: "Vadim Konovalov" <watman@inbox.ru>
32554              Date: Mon, 30 Apr 2001 20:12:26 -0700
32555              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
32556      Branch: perl
32557            ! win32/makefile.mk
32558 ____________________________________________________________________________
32559 [  9942] By: jhi                                   on 2001/05/01  23:18:02
32560         Log: Update to Filter::Simple 0.60, create a test for it.
32561      Branch: perl
32562            + t/lib/filter-simple.t
32563            ! MANIFEST lib/Filter/Simple.pm
32564 ____________________________________________________________________________
32565 [  9941] By: jhi                                   on 2001/05/01  19:47:24
32566         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
32567              From: Hugo <hv@crypt.compulink.co.uk>
32568              Date: Tue, 01 May 2001 20:12:20 +0100
32569              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
32570      Branch: perl
32571            ! pp_hot.c t/op/re_tests
32572 ____________________________________________________________________________
32573 [  9940] By: jhi                                   on 2001/05/01  19:42:16
32574         Log: Integrate perlio.
32575      Branch: perl
32576           !> lib/base.pm t/lib/fields.t
32577 ____________________________________________________________________________
32578 [  9939] By: jhi                                   on 2001/05/01  19:39:51
32579         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
32580              From: Benjamin Sugars <bsugars@canoe.ca>
32581              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
32582              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
32583      Branch: perl
32584            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
32585 ____________________________________________________________________________
32586 [  9938] By: jhi                                   on 2001/05/01  19:34:09
32587         Log: Add NEXT, a pseudo-class for method redispatching.
32588              <Damian>NEXT.pm probably offers more bang-for-buck
32589              than anything else I've ever written.</Damian>
32590      Branch: perl
32591            + lib/NEXT.pm t/lib/next.t
32592            ! MANIFEST
32593 ____________________________________________________________________________
32594 [  9937] By: jhi                                   on 2001/05/01  19:21:41
32595         Log: Update to Switch 2.02.
32596      Branch: perl
32597            ! lib/Switch.pm t/lib/switch.t
32598 ____________________________________________________________________________
32599 [  9936] By: nick                                  on 2001/05/01  19:09:21
32600         Log: Fix for base.pm clobbering $VERSION
32601      Branch: perlio
32602            ! lib/base.pm
32603 ____________________________________________________________________________
32604 [  9935] By: nick                                  on 2001/05/01  18:54:38
32605         Log: Test for base.pm clobbering $VERSION.
32606      Branch: perlio
32607            ! t/lib/fields.t
32608 ____________________________________________________________________________
32609 [  9934] By: jhi                                   on 2001/05/01  18:39:10
32610         Log: Add information about Scalar::Util::blessed.
32611      Branch: perl
32612            ! pod/perlobj.pod
32613 ____________________________________________________________________________
32614 [  9933] By: jhi                                   on 2001/05/01  18:33:51
32615         Log: Subject: Extra UNIVERSAL documentation
32616              From: Mike Guy <mjtg@cam.ac.uk>
32617              Date: Tue, 01 May 2001 20:12:11 +0100
32618              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
32619      Branch: perl
32620            ! pod/perlobj.pod
32621 ____________________________________________________________________________
32622 [  9932] By: jhi                                   on 2001/05/01  18:26:54
32623         Log: Subject: Autoflush in tests as appropriate
32624              From: Mike Guy <mjtg@cam.ac.uk>
32625              Date: Tue, 01 May 2001 20:05:31 +0100
32626              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
32627      Branch: perl
32628            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
32629            ! t/op/taint.t
32630 ____________________________________________________________________________
32631 [  9931] By: jhi                                   on 2001/05/01  18:02:29
32632         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
32633              From: Benjamin Sugars <bsugars@canoe.ca>
32634              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
32635              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
32636      Branch: perl
32637            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
32638 ____________________________________________________________________________
32639 [  9930] By: jhi                                   on 2001/05/01  15:12:26
32640         Log: Subject: Re: Finally got a round tuit
32641              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32642              Date: Tue, 01 May 2001 14:14:10 +0200
32643              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
32644              
32645              The -DP part, slightly modified.
32646      Branch: perl
32647            ! perl.c
32648 ____________________________________________________________________________
32649 [  9929] By: jhi                                   on 2001/05/01  14:17:15
32650         Log: Subject: Re: Finally got a round tuit
32651              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32652              Date: Tue, 01 May 2001 16:34:06 +0200
32653              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
32654              
32655              cpp and optimization tweaks for HP-UX.
32656      Branch: perl
32657            ! hints/hpux.sh
32658 ____________________________________________________________________________
32659 [  9928] By: jhi                                   on 2001/05/01  13:24:20
32660         Log: Tune the scan_num() comments to reality.
32661      Branch: perl
32662            ! toke.c
32663 ____________________________________________________________________________
32664 [  9927] By: jhi                                   on 2001/05/01  13:14:01
32665         Log: Subject: [PATCH B::Deparse] optimised sort
32666              From: Robin Houston <robin@kitsite.com>
32667              Date: Tue, 1 May 2001 14:07:12 +0100
32668              Message-ID: <20010501140712.A4266@penderel>
32669      Branch: perl
32670            ! ext/B/B/Deparse.pm
32671 ____________________________________________________________________________
32672 [  9926] By: jhi                                   on 2001/05/01  13:10:53
32673         Log: Subject: [PATCH t/lib/b-deparse.t] 
32674              From: Robin Houston <robin@kitsite.com>
32675              Date: Tue, 1 May 2001 13:37:42 +0100
32676              Message-ID: <20010501133742.A4082@penderel>
32677      Branch: perl
32678            ! t/lib/b-deparse.t
32679 ____________________________________________________________________________
32680 [  9925] By: jhi                                   on 2001/05/01  13:10:13
32681         Log: Subject: [PATCH B::Deparse] for(;;), sort
32682              From: Robin Houston <robin@kitsite.com>
32683              Date: Tue, 1 May 2001 13:35:00 +0100
32684              Message-ID: <20010501133500.A4061@penderel>
32685      Branch: perl
32686            ! ext/B/B/Deparse.pm
32687 ____________________________________________________________________________
32688 [  9924] By: jhi                                   on 2001/05/01  13:09:22
32689         Log: Subject: [PATCH B::Deparse] do, warn, use
32690              From: Robin Houston <robin@kitsite.com>
32691              Date: Tue, 1 May 2001 13:31:03 +0100
32692              Message-ID: <20010501133103.A4041@penderel>
32693      Branch: perl
32694            ! ext/B/B/Deparse.pm
32695 ____________________________________________________________________________
32696 [  9923] By: jhi                                   on 2001/05/01  11:45:36
32697         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
32698              From: Benjamin Sugars <ben.sugars@home.com>
32699              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
32700              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
32701      Branch: perl
32702            + t/io/fflush.t
32703            ! MANIFEST
32704 ____________________________________________________________________________
32705 [  9922] By: jhi                                   on 2001/05/01  11:35:42
32706         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
32707              From: Peter Prymmer <pvhp@forte.com>
32708              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
32709              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
32710      Branch: perl
32711            ! t/lib/selfstubber.t
32712 ____________________________________________________________________________
32713 [  9921] By: jhi                                   on 2001/04/30  16:34:33
32714         Log: Subject: [PATCH B::Concise] suppress warning
32715              From: Robin Houston <robin@kitsite.com>
32716              Date: Mon, 30 Apr 2001 16:09:49 +0100
32717              Message-ID: <20010430160949.A25086@penderel>
32718      Branch: perl
32719            ! ext/B/B/Concise.pm
32720 ____________________________________________________________________________
32721 [  9920] By: jhi                                   on 2001/04/30  13:56:04
32722         Log: Strip the *markers* from #9919.
32723      Branch: perl
32724            ! pod/perlfaq.pod pod/perlfaq5.pod
32725 ____________________________________________________________________________
32726 [  9919] By: jhi                                   on 2001/04/30  13:54:04
32727         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
32728              From: Gwyn Judd <b.judd@xtra.co.nz>
32729              Date: Sun, 29 Apr 2001 01:47:49 +1200
32730              Message-ID: <20010429014749.A4418@thislove>
32731      Branch: perl
32732            ! pod/perlfaq.pod pod/perlfaq5.pod
32733 ____________________________________________________________________________
32734 [  9918] By: jhi                                   on 2001/04/30  13:13:54
32735         Log: More_tweakage.
32736      Branch: perl
32737            ! pod/perldata.pod pod/perldiag.pod
32738 ____________________________________________________________________________
32739 [  9917] By: jhi                                   on 2001/04/30  13:01:27
32740         Log: Update Changes.
32741      Branch: perl
32742            ! Changes patchlevel.h
32743 ____________________________________________________________________________
32744 [  9916] By: jhi                                   on 2001/04/30  12:57:03
32745         Log: T_w_e_a_k_a_g_e.
32746      Branch: perl
32747            ! pod/perldata.pod pod/perldiag.pod
32748 ____________________________________________________________________________
32749 [  9915] By: jhi                                   on 2001/04/30  12:39:29
32750         Log: Install s2p also as psed.
32751              
32752              TODO: psed documentation?
32753      Branch: perl
32754            ! installperl
32755 ____________________________________________________________________________
32756 [  9914] By: jhi                                   on 2001/04/30  12:29:21
32757         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
32758              From: Jens Hamisch <jens@Strawberry.COM>
32759              Date: Fri, 27 Apr 2001 17:00:36 +0200
32760              Message-ID: <20010427170036.K1372@Strawberry.COM>
32761              
32762              SOCKS5_VERSION_NAME is the right symbol to detect
32763              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
32764              function called socks5_init() is available, and even that is
32765              not universal, most SOCKS5 installations use SOCKSinit()).
32766      Branch: perl
32767            ! perlio.c
32768 ____________________________________________________________________________
32769 [  9913] By: jhi                                   on 2001/04/30  12:22:15
32770         Log: Allow a zero timeout on IO::Socket accept and connect--
32771              though one really shouldn't do that.  Based on
32772              
32773              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
32774              From: "John Holdsworth" <coldwave@bigfoot.com>
32775              Date: Sun, 4 Feb 2001 12:48:18 +0100
32776              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
32777      Branch: perl
32778            ! ext/IO/lib/IO/Socket.pm
32779 ____________________________________________________________________________
32780 [  9912] By: jhi                                   on 2001/04/30  11:27:27
32781         Log: Save the spot of regprev (see #9911) for binary compatibility;
32782              regen API.
32783      Branch: perl
32784            ! embedvar.h perlapi.h thrdvar.h
32785 ____________________________________________________________________________
32786 [  9911] By: jhi                                   on 2001/04/30  11:22:03
32787         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
32788              From: Hugo <hv@crypt.compulink.co.uk>
32789              Date: Sun, 29 Apr 2001 17:09:30 +0100
32790              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
32791      Branch: perl
32792            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
32793 ____________________________________________________________________________
32794 [  9910] By: jhi                                   on 2001/04/30  11:15:12
32795         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
32796              a dummy for PL_numeric_radix); no pressing reason to break
32797              binary compatibility; regen API.
32798      Branch: perl
32799            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
32800            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
32801 ____________________________________________________________________________
32802 [  9909] By: jhi                                   on 2001/04/30  10:56:08
32803         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
32804              From: Walt Mankowski <waltman@netaxs.com>
32805              Date: Sun, 29 Apr 2001 21:53:48 -0400
32806              Message-ID: <20010429215348.A3971@netaxs.com>
32807      Branch: perl
32808            ! pod/perlfunc.pod
32809 ____________________________________________________________________________
32810 [  9908] By: jhi                                   on 2001/04/30  10:49:40
32811         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
32812      Branch: perl
32813            ! t/lib/selfstubber.t
32814 ____________________________________________________________________________
32815 [  9907] By: nick                                  on 2001/04/30  09:26:50
32816         Log: Integrate mainline.
32817      Branch: perlio
32818           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
32819 ____________________________________________________________________________
32820 [  9906] By: jhi                                   on 2001/04/29  23:24:20
32821         Log: Abigail spotted a thinko in #9905.
32822      Branch: perl
32823            ! pod/perldiag.pod
32824 ____________________________________________________________________________
32825 [  9905] By: jhi                                   on 2001/04/29  15:55:39
32826         Log: Changed the underscore/undebar syntax in numeric constants;
32827              now any grouping will do, as long as the underscores are not
32828              consecutive (so "zero-grouping" is out), and they do not begin
32829              or end the integer or fractional parts.
32830      Branch: perl
32831            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
32832 ____________________________________________________________________________
32833 [  9904] By: nick                                  on 2001/04/29  15:43:22
32834         Log: Integrate mainline.
32835      Branch: perlio
32836           +> (branch 98 files)
32837            - lib/unicode/Block.pl
32838            - lib/unicode/In/AlphabeticPresentationForms.pl
32839            - lib/unicode/In/Arabic.pl
32840            - lib/unicode/In/ArabicPresentationForms-A.pl
32841            - lib/unicode/In/ArabicPresentationForms-B.pl
32842            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
32843            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
32844            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
32845            - lib/unicode/In/BopomofoExtended.pl
32846            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
32847            - lib/unicode/In/CJKCompatibility.pl
32848            - lib/unicode/In/CJKCompatibilityForms.pl
32849            - lib/unicode/In/CJKCompatibilityIdeographs.pl
32850            - lib/unicode/In/CJKRadicalsSupplement.pl
32851            - lib/unicode/In/CJKSymbolsandPunctuation.pl
32852            - lib/unicode/In/CJKUnifiedIdeographs.pl
32853            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
32854            - lib/unicode/In/Cherokee.pl
32855            - lib/unicode/In/CombiningDiacriticalMarks.pl
32856            - lib/unicode/In/CombiningHalfMarks.pl
32857            - lib/unicode/In/CombiningMarksforSymbols.pl
32858            - lib/unicode/In/ControlPictures.pl
32859            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
32860            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
32861            - lib/unicode/In/EnclosedAlphanumerics.pl
32862            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
32863            - lib/unicode/In/Ethiopic.pl
32864            - lib/unicode/In/GeneralPunctuation.pl
32865            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
32866            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
32867            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
32868            - lib/unicode/In/HalfwidthandFullwidthForms.pl
32869            - lib/unicode/In/HangulCompatibilityJamo.pl
32870            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
32871            - lib/unicode/In/Hebrew.pl
32872            - lib/unicode/In/HighPrivateUseSurrogates.pl
32873            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
32874            - lib/unicode/In/IPAExtensions.pl
32875            - lib/unicode/In/IdeographicDescriptionCharacters.pl
32876            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
32877            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
32878            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
32879            - lib/unicode/In/Latin-1Supplement.pl
32880            - lib/unicode/In/LatinExtended-A.pl
32881            - lib/unicode/In/LatinExtended-B.pl
32882            - lib/unicode/In/LatinExtendedAdditional.pl
32883            - lib/unicode/In/LetterlikeSymbols.pl
32884            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
32885            - lib/unicode/In/MathematicalOperators.pl
32886            - lib/unicode/In/MiscellaneousSymbols.pl
32887            - lib/unicode/In/MiscellaneousTechnical.pl
32888            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
32889            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
32890            - lib/unicode/In/OpticalCharacterRecognition.pl
32891            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
32892            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
32893            - lib/unicode/In/SmallFormVariants.pl
32894            - lib/unicode/In/SpacingModifierLetters.pl
32895            - lib/unicode/In/Specials.pl
32896            - lib/unicode/In/SuperscriptsandSubscripts.pl
32897            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
32898            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
32899            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
32900            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
32901            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
32902           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
32903           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
32904           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
32905           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
32906           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
32907           !> utf8.c win32/Makefile
32908 ____________________________________________________________________________
32909 [  9903] By: jhi                                   on 2001/04/29  14:30:53
32910         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
32911              From: Prymmer/Kahn <pvhp@best.com>
32912              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
32913              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
32914      Branch: perl
32915            ! win32/Makefile
32916 ____________________________________________________________________________
32917 [  9902] By: jhi                                   on 2001/04/29  02:52:44
32918         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
32919              From: "Abigail" <abigail@foad.org>
32920              Date: Sun, 29 Apr 2001 03:14:25 +0200
32921              Message-ID: <20010429011425.24503.qmail@foad.org>
32922      Branch: perl
32923            ! ext/IO/lib/IO/Seekable.pm
32924 ____________________________________________________________________________
32925 [  9901] By: jhi                                   on 2001/04/29  02:04:46
32926         Log: In character classes one couldn't have 0x80..0xff characters
32927              at the left hand side if there were 0x100.. characters in the
32928              character class.
32929      Branch: perl
32930            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
32931            ! t/op/pat.t utf8.c
32932 ____________________________________________________________________________
32933 [  9900] By: jhi                                   on 2001/04/28  22:55:04
32934         Log: Forgot the latest mktables.PL from #9899.
32935      Branch: perl
32936            ! lib/unicode/mktables.PL
32937 ____________________________________________________________________________
32938 [  9899] By: jhi                                   on 2001/04/28  22:53:28
32939         Log: Explain the \p{} and \P{} error message better and
32940              have prettier prettyprint in In.pl.
32941      Branch: perl
32942            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
32943            ! pod/perldiag.pod
32944 ____________________________________________________________________________
32945 [  9898] By: jhi                                   on 2001/04/28  21:03:34
32946         Log: Add one possible explanation for the "Invalid [] range" error.
32947      Branch: perl
32948            ! pod/perldiag.pod
32949 ____________________________________________________________________________
32950 [  9897] By: jhi                                   on 2001/04/28  17:18:26
32951         Log: Add a level of indirection to the implementation of \p{InFoo}
32952              so that we don't have to have long filenames.  (Nothing changes
32953              in the user interface.)   The indirection is defined in
32954              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
32955              Also rename some the character classes by removing '-' from
32956              the classnames, and finally renamed Block.pl as Blocks.pl.
32957      Branch: perl
32958            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
32959            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
32960            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
32961            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
32962            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
32963            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
32964            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
32965            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
32966            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
32967            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
32968            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
32969            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
32970            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
32971            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
32972            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
32973            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
32974            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
32975            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
32976            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
32977            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
32978            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
32979            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
32980            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
32981            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
32982            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
32983            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
32984            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
32985            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
32986            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
32987            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
32988            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
32989            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
32990            + lib/unicode/In/94.pl lib/unicode/In/95.pl
32991            - lib/unicode/Block.pl
32992            - lib/unicode/In/AlphabeticPresentationForms.pl
32993            - lib/unicode/In/Arabic.pl
32994            - lib/unicode/In/ArabicPresentationForms-A.pl
32995            - lib/unicode/In/ArabicPresentationForms-B.pl
32996            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
32997            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
32998            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
32999            - lib/unicode/In/BopomofoExtended.pl
33000            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
33001            - lib/unicode/In/CJKCompatibility.pl
33002            - lib/unicode/In/CJKCompatibilityForms.pl
33003            - lib/unicode/In/CJKCompatibilityIdeographs.pl
33004            - lib/unicode/In/CJKRadicalsSupplement.pl
33005            - lib/unicode/In/CJKSymbolsandPunctuation.pl
33006            - lib/unicode/In/CJKUnifiedIdeographs.pl
33007            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
33008            - lib/unicode/In/Cherokee.pl
33009            - lib/unicode/In/CombiningDiacriticalMarks.pl
33010            - lib/unicode/In/CombiningHalfMarks.pl
33011            - lib/unicode/In/CombiningMarksforSymbols.pl
33012            - lib/unicode/In/ControlPictures.pl
33013            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
33014            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
33015            - lib/unicode/In/EnclosedAlphanumerics.pl
33016            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
33017            - lib/unicode/In/Ethiopic.pl
33018            - lib/unicode/In/GeneralPunctuation.pl
33019            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
33020            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
33021            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
33022            - lib/unicode/In/HalfwidthandFullwidthForms.pl
33023            - lib/unicode/In/HangulCompatibilityJamo.pl
33024            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
33025            - lib/unicode/In/Hebrew.pl
33026            - lib/unicode/In/HighPrivateUseSurrogates.pl
33027            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
33028            - lib/unicode/In/IPAExtensions.pl
33029            - lib/unicode/In/IdeographicDescriptionCharacters.pl
33030            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
33031            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
33032            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
33033            - lib/unicode/In/Latin-1Supplement.pl
33034            - lib/unicode/In/LatinExtended-A.pl
33035            - lib/unicode/In/LatinExtended-B.pl
33036            - lib/unicode/In/LatinExtendedAdditional.pl
33037            - lib/unicode/In/LetterlikeSymbols.pl
33038            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
33039            - lib/unicode/In/MathematicalOperators.pl
33040            - lib/unicode/In/MiscellaneousSymbols.pl
33041            - lib/unicode/In/MiscellaneousTechnical.pl
33042            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
33043            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
33044            - lib/unicode/In/OpticalCharacterRecognition.pl
33045            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
33046            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
33047            - lib/unicode/In/SmallFormVariants.pl
33048            - lib/unicode/In/SpacingModifierLetters.pl
33049            - lib/unicode/In/Specials.pl
33050            - lib/unicode/In/SuperscriptsandSubscripts.pl
33051            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
33052            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
33053            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
33054            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
33055            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
33056            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
33057            ! pod/perlunicode.pod
33058 ____________________________________________________________________________
33059 [  9896] By: jhi                                   on 2001/04/28  14:33:17
33060         Log: Update the information on shared library path on HP-UX.
33061      Branch: perl
33062            ! INSTALL
33063 ____________________________________________________________________________
33064 [  9895] By: jhi                                   on 2001/04/28  14:32:30
33065         Log: Because #9894 seems to do the trick, this workaround can be removed.
33066      Branch: perl
33067            ! t/lib/selfstubber.t
33068 ____________________________________________________________________________
33069 [  9894] By: jhi                                   on 2001/04/28  14:26:13
33070         Log: For PerlIO flush the children's file handles (on fork/exec/system).
33071      Branch: perl
33072            ! perl.h
33073 ____________________________________________________________________________
33074 [  9893] By: jhi                                   on 2001/04/28  14:23:15
33075         Log: Test tweak for #9891.
33076      Branch: perl
33077            ! t/lib/b-deparse.t
33078 ____________________________________________________________________________
33079 [  9892] By: jhi                                   on 2001/04/28  14:10:13
33080         Log: New HP-UX hints from Merijn.
33081      Branch: perl
33082            ! hints/hpux.sh
33083 ____________________________________________________________________________
33084 [  9891] By: jhi                                   on 2001/04/28  14:07:27
33085         Log: Subject: [PATCH B::Deparse] non-block scopes
33086              From: Robin Houston <robin@kitsite.com>
33087              Date: Fri, 27 Apr 2001 19:15:14 +0100
33088              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
33089      Branch: perl
33090            ! ext/B/B/Deparse.pm
33091 ____________________________________________________________________________
33092 [  9890] By: nick                                  on 2001/04/27  19:41:25
33093         Log: Integrate mainline
33094      Branch: perlio
33095           +> t/lib/selfstubber.t
33096           !> (integrate 50 files)
33097 ____________________________________________________________________________
33098 [  9889] By: jhi                                   on 2001/04/27  18:23:46
33099         Log: Subject: Re: selfstubber test fail on bleadperl
33100              From: Mike Guy <mjtg@cam.ac.uk>
33101              Date: Fri, 27 Apr 2001 19:31:18 +0100
33102              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
33103      Branch: perl
33104            ! t/lib/selfstubber.t
33105 ____________________________________________________________________________
33106 [  9888] By: jhi                                   on 2001/04/27  16:20:54
33107         Log: Test tweak for #9886.
33108      Branch: perl
33109            ! t/lib/b-deparse.t
33110 ____________________________________________________________________________
33111 [  9887] By: jhi                                   on 2001/04/27  16:16:33
33112         Log: Buffering issue at least in Solaris (even with perlio).
33113      Branch: perl
33114            ! t/lib/selfstubber.t
33115 ____________________________________________________________________________
33116 [  9886] By: jhi                                   on 2001/04/27  14:59:23
33117         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
33118              From: Robin Houston <robin@kitsite.com>
33119              Date: Fri, 27 Apr 2001 16:53:20 +0100
33120              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
33121      Branch: perl
33122            ! ext/B/B/Deparse.pm
33123 ____________________________________________________________________________
33124 [  9885] By: jhi                                   on 2001/04/27  14:23:51
33125         Log: Update Changes.
33126      Branch: perl
33127            ! Changes patchlevel.h
33128 ____________________________________________________________________________
33129 [  9884] By: jhi                                   on 2001/04/27  14:14:12
33130         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
33131              From: "Philip Newton" <pnewton@gmx.de>
33132              Date: Fri, 27 Apr 2001 16:40:13 +0200
33133              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
33134      Branch: perl
33135            ! pod/perldata.pod
33136 ____________________________________________________________________________
33137 [  9883] By: jhi                                   on 2001/04/27  13:28:19
33138         Log: Add LOG_PERROR; prettify the "removed".
33139      Branch: perl
33140            ! ext/Sys/Syslog/Syslog.xs
33141 ____________________________________________________________________________
33142 [  9882] By: jhi                                   on 2001/04/27  13:13:18
33143         Log: h2xs tweaks: use NV instead of double, "quote" the removed
33144              prefixes for clarity (especially when nothing is removed),
33145              slight pod reformats.
33146      Branch: perl
33147            ! utils/h2xs.PL
33148 ____________________________________________________________________________
33149 [  9881] By: jhi                                   on 2001/04/27  12:58:48
33150         Log: Don't bother creating existing directories.
33151      Branch: perl
33152            ! utils/h2xs.PL
33153 ____________________________________________________________________________
33154 [  9880] By: jhi                                   on 2001/04/27  12:45:39
33155         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
33156              From: Mike Schilli <m@perlmeister.com>
33157              Date: Wed, 25 Apr 2001 01:29:21 -0700
33158              Message-id: <3AE68AE1.6A981723@perlmeister.com>
33159      Branch: perl
33160            ! utils/h2xs.PL
33161 ____________________________________________________________________________
33162 [  9879] By: jhi                                   on 2001/04/27  12:40:55
33163         Log: break is not yet Perl.  Added the template license also to README.
33164      Branch: perl
33165            ! utils/h2xs.PL
33166 ____________________________________________________________________________
33167 [  9878] By: jhi                                   on 2001/04/27  03:08:20
33168         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
33169              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33170              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
33171              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
33172      Branch: perl
33173            ! t/lib/xs-typemap.t
33174 ____________________________________________________________________________
33175 [  9877] By: jhi                                   on 2001/04/26  23:54:40
33176         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
33177              From: "Abigail" <abigail@foad.org>
33178              Date: Fri, 27 Apr 2001 01:44:28 +0200
33179              Message-ID: <20010426234428.19786.qmail@foad.org>
33180      Branch: perl
33181            ! utils/h2xs.PL
33182 ____________________________________________________________________________
33183 [  9876] By: jhi                                   on 2001/04/26  23:52:06
33184         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
33185              From: Peter Prymmer <pvhp@forte.com>
33186              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
33187              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
33188      Branch: perl
33189            ! t/lib/selfstubber.t
33190 ____________________________________________________________________________
33191 [  9875] By: jhi                                   on 2001/04/26  23:48:10
33192         Log: Deparse nits.
33193      Branch: perl
33194            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
33195 ____________________________________________________________________________
33196 [  9874] By: jhi                                   on 2001/04/26  22:46:05
33197         Log: Document ANYOF_CLASS.
33198      Branch: perl
33199            ! regcomp.h
33200 ____________________________________________________________________________
33201 [  9873] By: jhi                                   on 2001/04/26  22:35:03
33202         Log: Subject: Re: [PATCH @9846] dumping ANYOF
33203              From: Hugo <hv@crypt.compulink.co.uk>
33204              Date: Thu, 26 Apr 2001 23:33:38 +0100
33205              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
33206      Branch: perl
33207            ! regcomp.c regcomp.h
33208 ____________________________________________________________________________
33209 [  9872] By: jhi                                   on 2001/04/26  22:34:31
33210         Log: Subject: [PATCH] more for Devel::SelfStubber
33211              From: Nicholas Clark <nick@ccl4.org>
33212              Date: Fri, 27 Apr 2001 00:13:52 +0100
33213              Message-ID: <20010427001351.K88186@plum.flirble.org>
33214      Branch: perl
33215            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
33216 ____________________________________________________________________________
33217 [  9871] By: jhi                                   on 2001/04/26  21:59:17
33218         Log: Subject: [PATCH B::Deparse] formats must be flush left
33219              From: Robin Houston <robin@kitsite.com>
33220              Date: Thu, 26 Apr 2001 23:54:29 +0100
33221              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
33222      Branch: perl
33223            ! ext/B/B/Deparse.pm
33224 ____________________________________________________________________________
33225 [  9870] By: jhi                                   on 2001/04/26  21:57:37
33226         Log: If some of the constants are prefixes of others,
33227              the prefixes may never get recognized.  (See 20010426.006.)
33228      Branch: perl
33229            ! utils/h2xs.PL
33230 ____________________________________________________________________________
33231 [  9869] By: jhi                                   on 2001/04/26  21:50:42
33232         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
33233              From: Chris Bongaarts <cab@tc.umn.edu>
33234              Date: Thu, 26 Apr 2001 17:10:31 -0500
33235              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
33236      Branch: perl
33237            ! ext/Sys/Syslog/Syslog.xs
33238 ____________________________________________________________________________
33239 [  9868] By: jhi                                   on 2001/04/26  21:35:12
33240         Log: Further cuts and more docs from Graham Barr.
33241      Branch: perl
33242            ! ext/List/Util/lib/List/Util.pm
33243            ! ext/List/Util/lib/Scalar/Util.pm
33244 ____________________________________________________________________________
33245 [  9867] By: jhi                                   on 2001/04/26  21:18:57
33246         Log: Subject: [PATCH 5.7.1] DB_File-1.77
33247              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
33248              Date: Thu, 26 Apr 2001 22:37:53 +0100
33249              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
33250      Branch: perl
33251            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
33252            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
33253 ____________________________________________________________________________
33254 [  9866] By: jhi                                   on 2001/04/26  21:12:31
33255         Log: Subject: [PATCH B::Deparse] fix easy bugs
33256              From: Robin Houston <robin@kitsite.com>
33257              Date: Thu, 26 Apr 2001 23:03:33 +0100
33258              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
33259      Branch: perl
33260            ! ext/B/B/Deparse.pm
33261 ____________________________________________________________________________
33262 [  9865] By: jhi                                   on 2001/04/26  20:26:13
33263         Log: Update Changes.
33264      Branch: perl
33265            ! Changes patchlevel.h
33266 ____________________________________________________________________________
33267 [  9864] By: jhi                                   on 2001/04/26  19:27:48
33268         Log: Dethinko from Robin Houston.
33269      Branch: perl
33270            ! ext/B/B/Deparse.pm
33271 ____________________________________________________________________________
33272 [  9863] By: jhi                                   on 2001/04/26  19:10:35
33273         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
33274              From: Robin Houston <robin@kitsite.com>
33275              Date: Thu, 26 Apr 2001 21:08:32 +0100
33276              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
33277      Branch: perl
33278            ! ext/B/B/Deparse.pm
33279 ____________________________________________________________________________
33280 [  9862] By: jhi                                   on 2001/04/26  19:04:23
33281         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
33282              From: Robin Houston <robin@kitsite.com>
33283              Date: Thu, 26 Apr 2001 20:52:50 +0100
33284              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
33285      Branch: perl
33286            ! ext/B/B/Deparse.pm
33287 ____________________________________________________________________________
33288 [  9861] By: jhi                                   on 2001/04/26  18:56:14
33289         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
33290              From: Mike Guy <mjtg@cam.ac.uk>
33291              Date: Thu, 26 Apr 2001 14:22:40 +0100
33292              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
33293      Branch: perl
33294            ! pod/perlobj.pod
33295 ____________________________________________________________________________
33296 [  9860] By: jhi                                   on 2001/04/26  18:46:42
33297         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
33298              From: Robin Houston <robin@kitsite.com>
33299              Date: Thu, 26 Apr 2001 20:34:29 +0100
33300              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
33301              
33302              Hashes do not interpolate.
33303      Branch: perl
33304            ! ext/B/B/Deparse.pm
33305 ____________________________________________________________________________
33306 [  9859] By: jhi                                   on 2001/04/26  18:43:51
33307         Log: Subject: The Time::Piece conspiracy unmasked!!!
33308              From: Mike Guy <mjtg@cam.ac.uk>
33309              Date: Thu, 26 Apr 2001 19:02:50 +0100
33310              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
33311              
33312              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
33313              From: Mike Guy <mjtg@cam.ac.uk>
33314              Date: Thu, 26 Apr 2001 19:08:21 +0100
33315              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
33316              
33317              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
33318              From: Graham Barr <gbarr@pobox.com>
33319              Date: Thu, 26 Apr 2001 19:12:03 +0100
33320              Message-ID: <20010426191203.A70835@pobox.com>
33321              
33322              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
33323      Branch: perl
33324            ! ext/List/Util/lib/List/Util.pm
33325            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
33326 ____________________________________________________________________________
33327 [  9858] By: jhi                                   on 2001/04/26  18:17:42
33328         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
33329              From: Robin Houston <robin@kitsite.com>
33330              Date: Thu, 26 Apr 2001 16:09:35 +0100
33331              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
33332      Branch: perl
33333            ! t/comp/proto.t
33334 ____________________________________________________________________________
33335 [  9857] By: jhi                                   on 2001/04/26  18:04:59
33336         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
33337              From: barries <barries@slaysys.com>
33338              Date: Thu, 26 Apr 2001 12:01:10 -0400
33339              Message-ID: <20010426120110.E29698@jester.slaysys.com>
33340      Branch: perl
33341            ! pod/perldiag.pod
33342 ____________________________________________________________________________
33343 [  9856] By: jhi                                   on 2001/04/26  18:03:33
33344         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
33345              Date: Thu, 26 Apr 2001 17:13:41 +0100
33346              From: Robin Houston <robin@kitsite.com>
33347              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
33348              
33349              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
33350              From: Robin Houston <robin@kitsite.com>
33351              Date: Thu, 26 Apr 2001 18:44:29 +0100
33352              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
33353      Branch: perl
33354            ! ext/B/B/Deparse.pm
33355 ____________________________________________________________________________
33356 [  9855] By: jhi                                   on 2001/04/26  17:56:04
33357         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
33358              From: Robin Houston <robin@kitsite.com>
33359              Date: Thu, 26 Apr 2001 17:04:08 +0100
33360              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
33361      Branch: perl
33362            ! ext/B/B/Deparse.pm
33363 ____________________________________________________________________________
33364 [  9854] By: jhi                                   on 2001/04/26  17:47:26
33365         Log: Subject: Re: Short test case for undef %stash:: crash
33366              From: Benjamin Sugars <bsugars@canoe.ca> 
33367              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
33368              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
33369              Changed and moved the perldiag entry.
33370      Branch: perl
33371            ! gv.c pod/perldiag.pod
33372 ____________________________________________________________________________
33373 [  9853] By: jhi                                   on 2001/04/26  14:35:16
33374         Log: Beginnings of strptime().  Do not touch the wet paint.
33375      Branch: perl
33376            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
33377 ____________________________________________________________________________
33378 [  9852] By: jhi                                   on 2001/04/26  13:17:21
33379         Log: Retract #9851, core dumps from pod2man.
33380      Branch: perl
33381            ! regcomp.c
33382 ____________________________________________________________________________
33383 [  9851] By: jhi                                   on 2001/04/26  11:54:41
33384         Log: (Retracted by #9852.)
33385              
33386              Subject: [PATCH @9846] dumping ANYOF
33387              From: Hugo <hv@crypt.compulink.co.uk>
33388              Date: Thu, 26 Apr 2001 05:32:38 +0100
33389              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
33390      Branch: perl
33391            ! regcomp.c
33392 ____________________________________________________________________________
33393 [  9850] By: jhi                                   on 2001/04/26  02:34:44
33394         Log: If ccflags was empty the _previous_ $* containing all the
33395              environment variables and Configure variables was used,
33396              which lead, among other bad things, into $ccflags being your
33397              uname -a output, which lead into test compile with cc failing,
33398              which lead into gcc being selected, which didn't work that well
33399              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
33400              with large files, et cetera.
33401      Branch: perl
33402            ! hints/hpux.sh
33403 ____________________________________________________________________________
33404 [  9849] By: jhi                                   on 2001/04/26  01:44:57
33405         Log: Make selfstubber test more portable.
33406      Branch: perl
33407            ! t/lib/selfstubber.t
33408 ____________________________________________________________________________
33409 [  9848] By: jhi                                   on 2001/04/26  00:50:26
33410         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
33411              From: Benjamin Sugars <ben.sugars@home.com>
33412              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
33413              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
33414      Branch: perl
33415            ! ext/Cwd/Cwd.xs
33416 ____________________________________________________________________________
33417 [  9847] By: jhi                                   on 2001/04/26  00:46:58
33418         Log: Subject: [PATCH: perl@9841] VMS updates
33419              From: Peter Prymmer <pvhp@forte.com>
33420              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
33421              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
33422      Branch: perl
33423            ! README.vms configure.com vms/descrip_mms.template
33424            ! vms/ext/filespec.t
33425 ____________________________________________________________________________
33426 [  9846] By: jhi                                   on 2001/04/26  00:11:56
33427         Log: re 'debug' was broken by #9084.
33428      Branch: perl
33429            ! ext/re/re.xs
33430 ____________________________________________________________________________
33431 [  9845] By: jhi                                   on 2001/04/25  22:33:17
33432         Log: Subject: [PATCH] test for Devel::SelfStubber
33433              From: Nicholas Clark <nick@ccl4.org>
33434              Date: Thu, 26 Apr 2001 00:00:54 +0100
33435              Message-ID: <20010426000054.D89026@plum.flirble.org>
33436      Branch: perl
33437            + t/lib/selfstubber.t
33438            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
33439 ____________________________________________________________________________
33440 [  9844] By: jhi                                   on 2001/04/25  22:29:32
33441         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
33442              From: Paul Johnson <paul@pjcj.net>
33443              Date: Thu, 26 Apr 2001 00:46:08 +0200
33444              Message-ID: <20010426004608.H2338@pjcj.net>
33445      Branch: perl
33446            ! ext/B/B/Concise.pm
33447 ____________________________________________________________________________
33448 [  9843] By: jhi                                   on 2001/04/25  22:28:28
33449         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
33450              From: Peter Prymmer <pvhp@forte.com>
33451              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
33452              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
33453      Branch: perl
33454            ! ext/Cwd/Cwd.xs
33455 ____________________________________________________________________________
33456 [  9842] By: jhi                                   on 2001/04/25  20:58:12
33457         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
33458              From: John Peacock <jpeacock@rowman.com>
33459              Date: Wed, 25 Apr 2001 17:30:26 -0400
33460              Message-ID: <3AE741F2.B3217464@rowman.com>
33461      Branch: perl
33462            ! lib/Math/BigInt.pm t/lib/bigintpm.t
33463 ____________________________________________________________________________
33464 [  9841] By: jhi                                   on 2001/04/25  20:07:05
33465         Log: Update Changes.
33466      Branch: perl
33467            ! Changes patchlevel.h
33468 ____________________________________________________________________________
33469 [  9840] By: jhi                                   on 2001/04/25  19:56:51
33470         Log: Yet another HP-UX hints version from Merijn.
33471      Branch: perl
33472            ! hints/hpux.sh
33473 ____________________________________________________________________________
33474 [  9839] By: jhi                                   on 2001/04/25  19:53:04
33475         Log: abs_path() didn't terminate the filename correctly,
33476              in DIRNAMLENless systems like HP-UX this would fail.
33477      Branch: perl
33478            ! ext/Cwd/Cwd.xs
33479 ____________________________________________________________________________
33480 [  9838] By: jhi                                   on 2001/04/25  16:37:26
33481         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
33482              From: Mike Guy <mjtg@cam.ac.uk>
33483              Date: Wed, 25 Apr 2001 18:31:47 +0100
33484              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
33485      Branch: perl
33486            ! op.c
33487 ____________________________________________________________________________
33488 [  9837] By: jhi                                   on 2001/04/25  16:21:53
33489         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
33490              From: Jon Eveland <jweveland@yahoo.com>
33491              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
33492              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
33493      Branch: perl
33494            ! lib/perl5db.pl
33495 ____________________________________________________________________________
33496 [  9836] By: jhi                                   on 2001/04/25  14:17:50
33497         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
33498              From: "Philip Newton" <pnewton@gmx.de>
33499              Date: Wed, 25 Apr 2001 17:05:58 +0200
33500              Message-ID: <3AE703F6.3234.1833C45@localhost>
33501      Branch: perl
33502            ! Porting/patching.pod
33503 ____________________________________________________________________________
33504 [  9835] By: jhi                                   on 2001/04/25  13:58:07
33505         Log: It would seem that both ar and full_ar need to be overridden
33506              for HP-UX to avoid the GNU ar.
33507      Branch: perl
33508            ! hints/hpux.sh
33509 ____________________________________________________________________________
33510 [  9834] By: jhi                                   on 2001/04/25  13:50:40
33511         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
33512              From: "Philip Newton" <pnewton@gmx.de>
33513              Date: Wed, 25 Apr 2001 16:09:23 +0200
33514              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
33515              
33516              Detypo.
33517      Branch: perl
33518            ! t/op/misc.t
33519 ____________________________________________________________________________
33520 [  9833] By: jhi                                   on 2001/04/25  12:36:11
33521         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
33522      Branch: perl
33523            ! hints/hpux.sh
33524 ____________________________________________________________________________
33525 [  9832] By: jhi                                   on 2001/04/25  12:33:36
33526         Log: New version of HP-UX hints from Merijn.
33527      Branch: perl
33528            ! hints/hpux.sh
33529 ____________________________________________________________________________
33530 [  9831] By: jhi                                   on 2001/04/25  03:39:45
33531         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
33532      Branch: perl
33533            ! hints/hpux.sh
33534 ____________________________________________________________________________
33535 [  9830] By: jhi                                   on 2001/04/25  02:53:25
33536         Log: The tzname[] bit is not needed by util.c -- and causes
33537              heartburn in VMS (and it missing was probably the cause of
33538              the Mac OS X trouble).  Ouch.
33539      Branch: perl
33540            ! ext/POSIX/POSIX.xs util.c
33541 ____________________________________________________________________________
33542 [  9829] By: jhi                                   on 2001/04/25  00:10:06
33543         Log: Metaconfig unit change for #9828.
33544      Branch: metaconfig
33545            ! U/compline/ccflags.U
33546 ____________________________________________________________________________
33547 [  9828] By: jhi                                   on 2001/04/25  00:04:18
33548         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
33549              (which is actually the reason for the change, we need to pass
33550              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
33551              EP/IX, OS/2, and TitanOS, based on the hints files.
33552      Branch: perl
33553            ! Configure config_h.SH
33554 ____________________________________________________________________________
33555 [  9827] By: jhi                                   on 2001/04/24  23:49:20
33556         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
33557              the $cat must have an absolute path.
33558      Branch: perl
33559            ! makedepend.SH
33560 ____________________________________________________________________________
33561 [  9826] By: jhi                                   on 2001/04/24  23:40:53
33562         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
33563      Branch: perl
33564            ! README.amiga
33565 ____________________________________________________________________________
33566 [  9825] By: jhi                                   on 2001/04/24  23:35:35
33567         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
33568              From: "Philip Newton" <pnewton@gmx.de>
33569              Date: Tue, 24 Apr 2001 18:52:49 +0200
33570              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
33571      Branch: perl
33572            ! x2p/find2perl.PL
33573 ____________________________________________________________________________
33574 [  9824] By: jhi                                   on 2001/04/24  23:33:07
33575         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
33576              Some gcc specifics dropped out due to extensive rewriting;
33577              will be put back later as needed.
33578      Branch: perl
33579            ! hints/hpux.sh
33580 ____________________________________________________________________________
33581 [  9823] By: jhi                                   on 2001/04/24  23:27:57
33582         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
33583      Branch: perl
33584            ! ext/POSIX/POSIX.xs
33585 ____________________________________________________________________________
33586 [  9822] By: jhi                                   on 2001/04/24  23:25:21
33587         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
33588              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33589              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
33590              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
33591      Branch: perl
33592            ! ext/XS/Typemap/Typemap.xs
33593 ____________________________________________________________________________
33594 [  9821] By: jhi                                   on 2001/04/24  23:24:10
33595         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
33596              From: "Abigail" <abigail@foad.org>
33597              Date: Tue, 24 Apr 2001 23:12:03 +0200
33598              Message-ID: <20010424211203.7901.qmail@foad.org>
33599      Branch: perl
33600            ! pod/perlport.pod
33601 ____________________________________________________________________________
33602 [  9820] By: jhi                                   on 2001/04/24  23:23:15
33603         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
33604              From: Matt Sergeant <matt@sergeant.org>
33605              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
33606              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
33607      Branch: perl
33608            ! pod/perlfaq4.pod
33609 ____________________________________________________________________________
33610 [  9819] By: nick                                  on 2001/04/24  18:49:43
33611         Log: Integrate mainline.
33612      Branch: perlio
33613           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
33614           !> (integrate 37 files)
33615 ____________________________________________________________________________
33616 [  9818] By: jhi                                   on 2001/04/24  14:35:23
33617         Log: Update Changes.
33618      Branch: perl
33619            ! Changes patchlevel.h
33620 ____________________________________________________________________________
33621 [  9817] By: jhi                                   on 2001/04/24  14:09:17
33622         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
33623              From: "Philip Newton" <pnewton@gmx.de>
33624              Date: Tue, 24 Apr 2001 12:58:12 +0200
33625              Message-ID: <3AE57864.8304.B77A0A@localhost> 
33626              
33627              plus add CPAN to the list of modules that have their own tests.
33628      Branch: perl
33629            ! t/lib/1_compile.t
33630 ____________________________________________________________________________
33631 [  9816] By: jhi                                   on 2001/04/24  14:07:03
33632         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
33633              From: Michael G Schwern <schwern@pobox.com>
33634              Date: Sat, 21 Apr 2001 22:35:00 +0100
33635              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
33636      Branch: perl
33637            ! t/lib/1_compile.t
33638 ____________________________________________________________________________
33639 [  9815] By: jhi                                   on 2001/04/24  13:54:32
33640         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
33641              From: Robin Houston <robin@kitsite.com>
33642              Date: Tue, 24 Apr 2001 15:51:18 +0100
33643              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
33644      Branch: perl
33645            ! ext/B/B/Deparse.pm
33646 ____________________________________________________________________________
33647 [  9814] By: jhi                                   on 2001/04/24  13:17:34
33648         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
33649              From: Bill Glicker <billg@burrelles.com>
33650              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
33651              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
33652      Branch: perl
33653            ! hints/svr5.sh
33654 ____________________________________________________________________________
33655 [  9813] By: jhi                                   on 2001/04/24  12:54:23
33656         Log: Prevent path disclosure (probing for existence of filenames)
33657              using suidperl; bug id 20010322.218.
33658      Branch: perl
33659            ! perl.c pod/perldiag.pod
33660 ____________________________________________________________________________
33661 [  9812] By: jhi                                   on 2001/04/24  12:08:36
33662         Log: Retract #9811.
33663      Branch: perl
33664            ! ext/POSIX/POSIX.xs
33665 ____________________________________________________________________________
33666 [  9811] By: jhi                                   on 2001/04/24  11:57:35
33667         Log: (Retracted by #9812.)
33668      Branch: perl
33669            ! ext/POSIX/POSIX.xs
33670 ____________________________________________________________________________
33671 [  9810] By: jhi                                   on 2001/04/24  03:32:35
33672         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
33673      Branch: perl
33674            ! util.c
33675 ____________________________________________________________________________
33676 [  9809] By: jhi                                   on 2001/04/24  03:16:13
33677         Log: The Math::BigFloat::import() was broken.
33678              (Fixes bug id 20010422.002.)
33679      Branch: perl
33680            ! lib/Math/BigFloat.pm
33681 ____________________________________________________________________________
33682 [  9808] By: jhi                                   on 2001/04/24  01:11:40
33683         Log: Additional dependencies; should help for parallel makes
33684              not to fail on missing lib/lib.pm or lib/re.pm.
33685      Branch: perl
33686            ! Makefile.SH
33687 ____________________________________________________________________________
33688 [  9807] By: jhi                                   on 2001/04/24  00:57:01
33689         Log: Update the test failure disclaimer.
33690      Branch: perl
33691            ! t/pragma/warn/pp_hot
33692 ____________________________________________________________________________
33693 [  9806] By: jhi                                   on 2001/04/24  00:54:04
33694         Log: Add make target "install-all" which is alias for "install"
33695              to cater for case-preserving filesystems like HFS+.
33696      Branch: perl
33697            ! INSTALL Makefile.SH
33698 ____________________________________________________________________________
33699 [  9805] By: jhi                                   on 2001/04/24  00:47:28
33700         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
33701              From: Peter Prymmer <pvhp@forte.com>
33702              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
33703              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
33704              
33705              (Ken William's message forwarded from macosx@perl.org)
33706      Branch: perl
33707            ! hints/darwin.sh
33708 ____________________________________________________________________________
33709 [  9804] By: jhi                                   on 2001/04/23  23:57:35
33710         Log: Cut-and-pasto.
33711      Branch: perl
33712            ! perlio.c
33713 ____________________________________________________________________________
33714 [  9803] By: jhi                                   on 2001/04/23  23:52:25
33715         Log: More PerlIO robustness.
33716      Branch: perl
33717            ! perlio.c
33718 ____________________________________________________________________________
33719 [  9802] By: jhi                                   on 2001/04/23  23:43:35
33720         Log: Make the "STD* opened only for ..." errors more consistent.
33721      Branch: perl
33722            ! doio.c
33723 ____________________________________________________________________________
33724 [  9801] By: jhi                                   on 2001/04/23  23:34:26
33725         Log: Test case for #9800.
33726      Branch: perl
33727            ! t/op/misc.t
33728 ____________________________________________________________________________
33729 [  9800] By: jhi                                   on 2001/04/23  23:14:43
33730         Log: Avoid coredump on 'close STDERR; die' by making
33731              the PerlIO calls more robust.  Also use SETERRNO()
33732              instead of errno = to be more VMS-ready.
33733      Branch: perl
33734            ! perlio.c
33735 ____________________________________________________________________________
33736 [  9799] By: jhi                                   on 2001/04/23  21:41:10
33737         Log: Subject: test for ID 20010423.002
33738              From: Robin Houston <robin@kitsite.com>
33739              Date: Mon, 23 Apr 2001 16:52:21 +0100
33740              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
33741      Branch: perl
33742            ! t/op/avhv.t
33743 ____________________________________________________________________________
33744 [  9798] By: jhi                                   on 2001/04/23  21:40:07
33745         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
33746              From: David Dyck <dcd@tc.fluke.com>
33747              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
33748              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
33749      Branch: perl
33750            ! installperl
33751 ____________________________________________________________________________
33752 [  9797] By: jhi                                   on 2001/04/23  21:37:56
33753         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
33754              From: Benjamin Sugars <bsugars@canoe.ca>
33755              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
33756              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
33757      Branch: perl
33758            ! ext/Cwd/Cwd.xs lib/Cwd.pm
33759 ____________________________________________________________________________
33760 [  9796] By: jhi                                   on 2001/04/23  21:29:24
33761         Log: Synchronize h2xs and pod2man some more on the documentation
33762              templates they propose.
33763      Branch: perl
33764            ! pod/pod2man.PL utils/h2xs.PL
33765 ____________________________________________________________________________
33766 [  9795] By: jhi                                   on 2001/04/23  17:30:40
33767         Log: Add one more naughty test for base64; make encoding logic cleaner.
33768      Branch: perl
33769            ! t/lib/mimeb64.t
33770 ____________________________________________________________________________
33771 [  9794] By: jhi                                   on 2001/04/23  13:51:32
33772         Log: Update Changes.
33773      Branch: perl
33774            ! Changes patchlevel.h
33775 ____________________________________________________________________________
33776 [  9793] By: jhi                                   on 2001/04/23  13:44:18
33777         Log: Duplicate lines.
33778      Branch: perl
33779            ! MANIFEST
33780 ____________________________________________________________________________
33781 [  9792] By: jhi                                   on 2001/04/23  13:39:13
33782         Log: Subject: Re: PATCH 5.7.1
33783              From: Mark-Jason Dominus <mjd@plover.com>
33784              Date: Mon, 23 Apr 2001 10:30:21 -0400
33785              Message-ID: <20010423143021.17335.qmail@plover.com>
33786      Branch: perl
33787            ! perl.h sv.c
33788 ____________________________________________________________________________
33789 [  9791] By: jhi                                   on 2001/04/23  13:32:40
33790         Log: Add the CPAN.pm 1.59_54 tests.
33791      Branch: perl
33792            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
33793            ! MANIFEST
33794 ____________________________________________________________________________
33795 [  9790] By: jhi                                   on 2001/04/23  13:21:55
33796         Log: Subject: Deparse nit
33797              From: Robin Houston <robin@kitsite.com>
33798              Date: Mon, 23 Apr 2001 12:38:20 +0100
33799              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
33800      Branch: perl
33801            ! ext/B/B/Deparse.pm
33802 ____________________________________________________________________________
33803 [  9789] By: jhi                                   on 2001/04/23  13:19:07
33804         Log: Subject: [PATCH] bug 20010423.002
33805              From: Robin Houston <robin@kitsite.com>
33806              Date: Mon, 23 Apr 2001 13:12:30 +0100
33807              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
33808      Branch: perl
33809            ! pp.c
33810 ____________________________________________________________________________
33811 [  9788] By: jhi                                   on 2001/04/23  13:02:49
33812         Log: Subject: PATCH [5.7.1] hv.c unused #define
33813              From: Mark-Jason Dominus <mjd@plover.com>
33814              Date: Sun, 22 Apr 2001 14:17:49 -0400
33815              Message-ID: <20010422181749.26976.qmail@plover.com>
33816      Branch: perl
33817            ! hv.c
33818 ____________________________________________________________________________
33819 [  9787] By: jhi                                   on 2001/04/23  13:02:02
33820         Log: Subject: PATCH 5.7.1
33821              From: Mark-Jason Dominus <mjd@plover.com>
33822              Date: Sun, 22 Apr 2001 15:12:57 -0400
33823              Message-ID: <20010422191258.6539.qmail@plover.com>
33824              
33825              plus Sarathy's STMT_START + STMT_END suggestion.
33826      Branch: perl
33827            ! perl.h
33828 ____________________________________________________________________________
33829 [  9786] By: jhi                                   on 2001/04/23  12:53:25
33830         Log: Fix for
33831              
33832              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
33833              From: dLux <dlux@spam.sch.bme.hu>
33834              Date: Mon, 23 Apr 2001 01:25:26 +0200
33835              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
33836              
33837              (SvGROW really does return a char *.)
33838      Branch: perl
33839            ! pod/perlapi.pod sv.h
33840 ____________________________________________________________________________
33841 [  9785] By: jhi                                   on 2001/04/23  04:34:04
33842         Log: Time::Piece work continues.  $t->day removed since
33843              I think it's too confusing.  Now has normal and
33844              abbreviated length weekday names and month names,
33845              the names change with _names(), not _list().
33846              Now has strftime() in Perl, _strftime() is
33847              the libc version (to which strftime() falls back
33848              if it doesn't know the format.  To do: the reverse
33849              of strftime, strptime(), and the localisation of both.
33850      Branch: perl
33851            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
33852            ! t/lib/time-piece.t
33853 ____________________________________________________________________________
33854 [  9784] By: jhi                                   on 2001/04/23  02:41:46
33855         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
33856              From: andreas.koenig@anima.de (Andreas J. Koenig)
33857              Date: 23 Apr 2001 05:20:55 +0200
33858              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
33859      Branch: perl
33860            ! t/pragma/overload.t
33861 ____________________________________________________________________________
33862 [  9783] By: jhi                                   on 2001/04/22  23:32:42
33863         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
33864              From: Robin Houston <robin@kitsite.com>
33865              Date: Mon, 23 Apr 2001 00:38:18 +0100
33866              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
33867      Branch: perl
33868            ! ext/B/B/Deparse.pm
33869 ____________________________________________________________________________
33870 [  9782] By: jhi                                   on 2001/04/22  20:55:43
33871         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
33872              From: Simon Cozens <simon@netthink.co.uk>
33873              Date: Sun, 22 Apr 2001 18:47:25 +0100
33874              Message-ID: <20010422184725.A14411@netthink.co.uk>
33875      Branch: perl
33876            ! sv.c t/pragma/overload.t
33877 ____________________________________________________________________________
33878 [  9781] By: jhi                                   on 2001/04/22  20:52:13
33879         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
33880              From: Robin Houston <robin@kitsite.com>
33881              Date: Sun, 22 Apr 2001 22:14:50 +0100
33882              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
33883      Branch: perl
33884            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
33885 ____________________________________________________________________________
33886 [  9780] By: nick                                  on 2001/04/22  20:40:31
33887         Log: Integrate mainline.
33888      Branch: perlio
33889           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
33890           +> t/lib/b-stash.t
33891           !> (integrate 38 files)
33892 ____________________________________________________________________________
33893 [  9779] By: jhi                                   on 2001/04/22  15:16:03
33894         Log: Subject: IO::Socket::INET patch
33895              From: andrew deryabin <djsf@technarchy.ru>
33896              Date: Sat, 21 Apr 2001 17:46:52 +0400
33897              Message-ID: <20010421174652.B1426@technarchy>
33898      Branch: perl
33899            ! ext/IO/lib/IO/Socket/INET.pm
33900 ____________________________________________________________________________
33901 [  9778] By: jhi                                   on 2001/04/22  15:14:33
33902         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
33903              From: Mark-Jason Dominus <mjd@plover.com>
33904              Date: Sat, 21 Apr 2001 21:27:49 -0400
33905              Message-ID: <20010422012749.27024.qmail@plover.com>
33906      Branch: perl
33907            ! regcomp.c
33908 ____________________________________________________________________________
33909 [  9777] By: jhi                                   on 2001/04/22  15:10:51
33910         Log: Subject: Re: Regex debugger patch 
33911              From: Mark-Jason Dominus <mjd@plover.com>
33912              Date: Sat, 21 Apr 2001 21:48:51 -0400
33913              Message-ID: <20010422014851.27165.qmail@plover.com>
33914      Branch: perl
33915            ! pod/perldebguts.pod
33916 ____________________________________________________________________________
33917 [  9776] By: jhi                                   on 2001/04/22  15:09:48
33918         Log: Subject: Re: Regex debugger patch
33919              From: Mark-Jason Dominus <mjd@plover.com>
33920              Date: Sat, 21 Apr 2001 14:24:39 -0400
33921              Message-ID: <20010421182439.16508.qmail@plover.com>
33922              
33923              Regex debugger backend.
33924      Branch: perl
33925            ! regcomp.c regexp.h
33926 ____________________________________________________________________________
33927 [  9775] By: jhi                                   on 2001/04/21  16:45:40
33928         Log: Subject: [PATCH] Typo in utf8.h
33929              From: Jesús Quiroga <jquiroga@pobox.com>
33930              Date: Sat, 21 Apr 2001 19:25:33 +0200
33931              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
33932      Branch: perl
33933            ! utf8.h
33934 ____________________________________________________________________________
33935 [  9774] By: jhi                                   on 2001/04/21  16:43:52
33936         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
33937              From: Joe Orton <jorton@redhat.com>
33938              Date: Tue, 17 Apr 2001 15:50:43 +0100
33939              Message-Id: <20010417155043.D19132@eu.c2.net>
33940      Branch: perl
33941            ! hints/svr5.sh
33942 ____________________________________________________________________________
33943 [  9773] By: jhi                                   on 2001/04/21  15:30:15
33944         Log: Subject: Patch utils/h2xs.PL
33945              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
33946              Date: Sat, 21 Apr 2001 10:32:16 -0500
33947              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
33948              
33949              Add MAILING list and LICENSE templates.
33950      Branch: perl
33951            ! utils/h2xs.PL
33952 ____________________________________________________________________________
33953 [  9772] By: jhi                                   on 2001/04/21  15:28:36
33954         Log: Subject: perlfaq2.patch for 5.7.1
33955              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
33956              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
33957              Date: Fri, 20 Apr 2001 16:42:19 -0500
33958              
33959              rm an extra tab, a blurb about the xx.cpan to clarify
33960              which countries actually have that and dejanews is history
33961              as well as most of that nonsensical entry.
33962      Branch: perl
33963            ! pod/perlfaq2.pod
33964 ____________________________________________________________________________
33965 [  9771] By: jhi                                   on 2001/04/21  15:27:17
33966         Log: Subject: perlfaq1.patch for 5.7.1
33967              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
33968              Date: Fri, 20 Apr 2001 16:57:36 -0500
33969              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
33970              
33971              Evil URLs must die. Especially when they are broken.
33972      Branch: perl
33973            ! pod/perlfaq1.pod
33974 ____________________________________________________________________________
33975 [  9770] By: jhi                                   on 2001/04/21  15:23:38
33976         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
33977              From: Michael G Schwern <schwern@pobox.com>
33978              Date: Sat, 21 Apr 2001 16:11:12 +0100
33979              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
33980      Branch: perl
33981            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
33982            + t/lib/b-stash.t
33983            ! MANIFEST ext/B/B.pm t/lib/b.t
33984 ____________________________________________________________________________
33985 [  9769] By: jhi                                   on 2001/04/21  15:03:32
33986         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
33987              From: Michael G Schwern <schwern@pobox.com>
33988              Date: Sat, 21 Apr 2001 09:48:00 +0100
33989              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
33990      Branch: perl
33991            ! utils/h2ph.PL
33992 ____________________________________________________________________________
33993 [  9768] By: jhi                                   on 2001/04/21  14:33:49
33994         Log: PerlIO and Encode doc cleanup and tweaks.
33995      Branch: perl
33996            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
33997            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
33998 ____________________________________________________________________________
33999 [  9767] By: jhi                                   on 2001/04/21  12:40:16
34000         Log: Integrate perlio.
34001      Branch: perl
34002           !> doio.c
34003 ____________________________________________________________________________
34004 [  9766] By: nick                                  on 2001/04/20  18:28:35
34005         Log: Avoid core dump on
34006              open(STDOUT,">",\$foo);
34007      Branch: perlio
34008            ! doio.c
34009 ____________________________________________________________________________
34010 [  9765] By: jhi                                   on 2001/04/20  13:23:43
34011         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
34012              From: Robin Houston <robin@kitsite.com>
34013              Date: Fri, 20 Apr 2001 14:29:22 +0100
34014              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
34015      Branch: perl
34016            ! ext/B/B.pm ext/B/B/Deparse.pm
34017 ____________________________________________________________________________
34018 [  9764] By: jhi                                   on 2001/04/20  13:19:33
34019         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
34020              From: Peter Prymmer <pvhp@forte.com>
34021              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
34022              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
34023      Branch: perl
34024            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
34025            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
34026            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
34027            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
34028 ____________________________________________________________________________
34029 [  9763] By: jhi                                   on 2001/04/20  12:36:39
34030         Log: Subject: Re: A new PerlIO coredump
34031              From: Nick Ing-Simmons <nik@tiuk.ti.com>
34032              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
34033              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
34034      Branch: perl
34035            ! doio.c
34036 ____________________________________________________________________________
34037 [  9762] By: jhi                                   on 2001/04/19  23:02:30
34038         Log: Update Changes.
34039      Branch: perl
34040            ! Changes patchlevel.h
34041 ____________________________________________________________________________
34042 [  9761] By: jhi                                   on 2001/04/19  22:59:19
34043         Log: More cleanup cleanup.
34044      Branch: perl
34045            ! Makefile.SH win32/Makefile win32/makefile.mk
34046 ____________________________________________________________________________
34047 [  9760] By: jhi                                   on 2001/04/19  22:50:31
34048         Log: lib/Time is non-empty, let's not rmdir it.
34049      Branch: perl
34050            ! Makefile.SH
34051 ____________________________________________________________________________
34052 [  9759] By: jhi                                   on 2001/04/19  22:36:51
34053         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
34054              From: Robin Houston <robin@kitsite.com>
34055              Date: Fri, 20 Apr 2001 00:18:53 +0100
34056              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
34057      Branch: perl
34058            ! ext/B/B/Deparse.pm
34059 ____________________________________________________________________________
34060 [  9758] By: jhi                                   on 2001/04/19  22:36:00
34061         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
34062              From: Peter Prymmer <pvhp@forte.com>
34063              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
34064              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
34065      Branch: perl
34066            ! ext/Cwd/Cwd.xs
34067 ____________________________________________________________________________
34068 [  9757] By: nick                                  on 2001/04/19  18:53:54
34069         Log: Blind (untested) integrate of mainline.
34070      Branch: perlio
34071           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
34072           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
34073           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
34074           !> (integrate 53 files)
34075 ____________________________________________________________________________
34076 [  9756] By: jhi                                   on 2001/04/19  16:59:23
34077         Log: Document and test Time::Piece.
34078      Branch: perl
34079            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
34080            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
34081 ____________________________________________________________________________
34082 [  9755] By: jhi                                   on 2001/04/19  12:13:29
34083         Log: A better fix for the \x{12345678} trouble from NI-S.
34084      Branch: perl
34085            ! utf8.c
34086 ____________________________________________________________________________
34087 [  9754] By: jhi                                   on 2001/04/19  11:56:07
34088         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
34089              From: Robin Houston <robin@kitsite.com>
34090              Date: Wed, 18 Apr 2001 17:58:33 +0100
34091              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
34092      Branch: perl
34093            ! ext/B/B/Deparse.pm op.c
34094 ____________________________________________________________________________
34095 [  9753] By: jhi                                   on 2001/04/19  04:21:52
34096         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
34097              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
34098              Date: Thu, 19 Apr 2001 01:11:41 -0400
34099              Message-ID: <20010419011141.A5798@cpan.org>
34100      Branch: perl
34101            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
34102 ____________________________________________________________________________
34103 [  9752] By: jhi                                   on 2001/04/19  02:41:10
34104         Log: The new time utils need to be thread-aware, too.
34105      Branch: perl
34106            ! util.c
34107 ____________________________________________________________________________
34108 [  9751] By: jhi                                   on 2001/04/19  02:26:47
34109         Log: Compilation nit noticed by AIX compiler.
34110      Branch: perl
34111            ! perlio.c
34112 ____________________________________________________________________________
34113 [  9750] By: jhi                                   on 2001/04/19  02:20:06
34114         Log: The new time utils need to be public.
34115      Branch: perl
34116            ! embed.pl
34117 ____________________________________________________________________________
34118 [  9749] By: jhi                                   on 2001/04/19  01:42:39
34119         Log: Regen toc.
34120      Branch: perl
34121            ! pod/perltoc.pod
34122 ____________________________________________________________________________
34123 [  9748] By: jhi                                   on 2001/04/19  01:41:10
34124         Log: Add Time::Piece, a slight rewrite of Time::Object,
34125              from Matt Sergeant.
34126      Branch: perl
34127            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
34128            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
34129            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
34130            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
34131            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
34132            ! win32/makefile.mk
34133 ____________________________________________________________________________
34134 [  9747] By: jhi                                   on 2001/04/19  00:55:35
34135         Log: The new metaconfig unit from strftime.
34136      Branch: metaconfig/U/perl
34137            + d_strftime.U
34138 ____________________________________________________________________________
34139 [  9746] By: jhi                                   on 2001/04/19  00:54:54
34140         Log: Move the strftime() wrapper from POSIX.xs to util.c
34141              as my_strftime(), requires HAS_STRFTIME.
34142      Branch: perl
34143            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34144            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
34145            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
34146            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34147            ! vos/config.ga.h win32/config.bc win32/config.gc
34148            ! win32/config.vc
34149 ____________________________________________________________________________
34150 [  9745] By: jhi                                   on 2001/04/18  23:11:03
34151         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
34152              in preparation of Time::Piece.
34153      Branch: perl
34154            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
34155 ____________________________________________________________________________
34156 [  9744] By: jhi                                   on 2001/04/18  22:33:12
34157         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
34158              From: Peter Prymmer <pvhp@forte.com>
34159              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
34160              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
34161      Branch: perl
34162            ! t/lib/exporter.t
34163 ____________________________________________________________________________
34164 [  9743] By: jhi                                   on 2001/04/18  22:32:23
34165         Log: Subject: Fwd: pod2html leaves cache files lying around?
34166              From: Rajesh Vaidheeswarran <rv@gnu.org>
34167              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
34168              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
34169      Branch: perl
34170            ! lib/Pod/Html.pm
34171 ____________________________________________________________________________
34172 [  9742] By: jhi                                   on 2001/04/18  20:31:49
34173         Log: Update Changes.
34174      Branch: perl
34175            ! Changes patchlevel.h
34176 ____________________________________________________________________________
34177 [  9741] By: jhi                                   on 2001/04/18  20:23:02
34178         Log: Declare hints only if needed.
34179      Branch: perl
34180            ! ext/B/B/Deparse.pm
34181 ____________________________________________________________________________
34182 [  9740] By: jhi                                   on 2001/04/18  19:06:05
34183         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
34184              bug noticed by Robin Houston; basically the code of detecting
34185              value wraparound was acting differently under different compilers
34186              and platforms.  The workaround is to remove the overflow check
34187              for now, a real fix would be to do the overflow (portably) right.
34188      Branch: perl
34189            ! t/op/pat.t utf8.c
34190 ____________________________________________________________________________
34191 [  9739] By: jhi                                   on 2001/04/18  19:01:23
34192         Log: Subject: [PATCH B::Deparse] some pragma support
34193              From: Robin Houston <robin@kitsite.com>
34194              Date: Wed, 18 Apr 2001 19:32:12 +0100
34195              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
34196      Branch: perl
34197            ! ext/B/B/Deparse.pm
34198 ____________________________________________________________________________
34199 [  9738] By: jhi                                   on 2001/04/18  15:16:37
34200         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
34201              From: Benjamin Sugars <bsugars@canoe.ca>
34202              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
34203              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
34204      Branch: perl
34205            ! t/op/glob.t
34206 ____________________________________________________________________________
34207 [  9737] By: jhi                                   on 2001/04/18  13:24:50
34208         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
34209              From: Tim Jenness <t.jenness@jach.hawaii.edu>
34210              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
34211              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
34212      Branch: perl
34213            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
34214            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
34215 ____________________________________________________________________________
34216 [  9736] By: jhi                                   on 2001/04/18  04:15:14
34217         Log: The #9735 also changes the subtest 12.
34218      Branch: perl
34219            ! t/lib/b.t
34220 ____________________________________________________________________________
34221 [  9735] By: jhi                                   on 2001/04/18  03:55:17
34222         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
34223              From: David Dyck <dcd@tc.fluke.com>
34224              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
34225              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
34226      Branch: perl
34227            ! ext/B/B/Deparse.pm
34228 ____________________________________________________________________________
34229 [  9734] By: jhi                                   on 2001/04/18  03:54:11
34230         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
34231              From: Gisle Aas <gisle@ActiveState.com>
34232              Date: 17 Apr 2001 19:06:45 -0700
34233              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
34234      Branch: perl
34235            ! pp_hot.c t/op/misc.t
34236 ____________________________________________________________________________
34237 [  9733] By: jhi                                   on 2001/04/17  22:25:22
34238         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
34239              From: "Abigail" <abigail@foad.org>
34240              Date: Wed, 18 Apr 2001 01:17:46 +0200
34241              Message-ID: <20010417231746.21657.qmail@foad.org>
34242      Branch: perl
34243            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
34244 ____________________________________________________________________________
34245 [  9732] By: jhi                                   on 2001/04/17  20:47:56
34246         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
34247              From: Robin Houston <robin@kitsite.com>
34248              Date: Tue, 17 Apr 2001 22:37:42 +0100
34249              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
34250      Branch: perl
34251            ! ext/B/B/Deparse.pm
34252 ____________________________________________________________________________
34253 [  9731] By: nick                                  on 2001/04/17  20:46:35
34254         Log: Re-sync for t/lib/b.t fix
34255      Branch: perlio
34256           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
34257 ____________________________________________________________________________
34258 [  9730] By: jhi                                   on 2001/04/17  20:45:29
34259         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
34260              From: Robin Houston <robin@kitsite.com>
34261              Date: Tue, 17 Apr 2001 22:29:36 +0100
34262              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
34263      Branch: perl
34264            ! ext/B/B.xs ext/B/B/Deparse.pm
34265 ____________________________________________________________________________
34266 [  9729] By: jhi                                   on 2001/04/17  20:43:11
34267         Log: Subject: Deparse - parenthesise args to undeclared subs
34268              From: Robin Houston <robin@kitsite.com>
34269              Date: Tue, 17 Apr 2001 21:31:05 +0100
34270              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
34271      Branch: perl
34272            ! ext/B/B/Deparse.pm
34273 ____________________________________________________________________________
34274 [  9728] By: jhi                                   on 2001/04/17  18:57:30
34275         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
34276              From: Benjamin Sugars <ben.sugars@home.com>
34277              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
34278              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
34279      Branch: perl
34280            ! t/lib/cwd.t
34281 ____________________________________________________________________________
34282 [  9727] By: jhi                                   on 2001/04/17  18:20:20
34283         Log: Subject: [PATCH B::Deparse] ambient pragmas
34284              From: Robin Houston <robin@kitsite.com>
34285              Date: Tue, 17 Apr 2001 20:01:59 +0100
34286              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
34287      Branch: perl
34288            ! ext/B/B/Deparse.pm t/lib/b.t
34289 ____________________________________________________________________________
34290 [  9726] By: nick                                  on 2001/04/17  16:33:51
34291         Log: Integrate mainline (t/lib/b.t fails test 2...)
34292      Branch: perlio
34293           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
34294           +> ext/List/Util/README ext/List/Util/Util.xs
34295           +> ext/List/Util/lib/List/Util.pm
34296           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
34297           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
34298           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
34299           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
34300           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
34301           !> (integrate 31 files)
34302 ____________________________________________________________________________
34303 [  9725] By: jhi                                   on 2001/04/17  12:14:24
34304         Log: Subject: multiple B::* changes
34305              From: Robin Houston <robin@kitsite.com>
34306              Date: Thu, 12 Apr 2001 20:12:27 +0100
34307              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
34308      Branch: perl
34309            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
34310 ____________________________________________________________________________
34311 [  9724] By: jhi                                   on 2001/04/17  11:59:05
34312         Log: Thread-awareness from Doug MacEachern.
34313      Branch: perl
34314            ! ext/List/Util/Util.xs
34315 ____________________________________________________________________________
34316 [  9723] By: jhi                                   on 2001/04/17  11:57:41
34317         Log: Make the test more portable.
34318      Branch: perl
34319            ! t/lib/cwd.t
34320 ____________________________________________________________________________
34321 [  9722] By: jhi                                   on 2001/04/17  11:53:50
34322         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
34323              From: Benjamin Sugars <ben.sugars@home.com>
34324              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
34325              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
34326      Branch: perl
34327            ! t/lib/cwd.t
34328 ____________________________________________________________________________
34329 [  9721] By: jhi                                   on 2001/04/17  11:52:17
34330         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
34331              From: Benjamin Sugars <bsugars@canoe.ca>
34332              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
34333              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
34334      Branch: perl
34335            ! op.c
34336 ____________________________________________________________________________
34337 [  9720] By: jhi                                   on 2001/04/17  11:35:42
34338         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
34339              From: Chris Nandor <pudge@pobox.com>
34340              Date: Tue, 17 Apr 2001 00:30:49 -0400
34341              Message-Id: <p05100207b701768712de@[10.0.1.177]>
34342      Branch: perl
34343            ! ext/File/Glob/bsd_glob.c gv.c
34344 ____________________________________________________________________________
34345 [  9719] By: jhi                                   on 2001/04/17  11:32:13
34346         Log: Subject: [PATCH] Tweten->West
34347              From: Casey West <casey@geeknest.com>
34348              Date: Mon, 16 Apr 2001 12:11:22 -0400
34349              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
34350      Branch: perl
34351            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
34352            ! pod/perltie.pod
34353 ____________________________________________________________________________
34354 [  9718] By: jhi                                   on 2001/04/16  03:22:52
34355         Log: Update Changes.
34356      Branch: perl
34357            ! Changes patchlevel.h
34358 ____________________________________________________________________________
34359 [  9717] By: jhi                                   on 2001/04/16  03:06:28
34360         Log: Regen toc.
34361      Branch: perl
34362            ! pod/perltoc.pod
34363 ____________________________________________________________________________
34364 [  9716] By: jhi                                   on 2001/04/16  02:58:42
34365         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
34366              From: Prymmer/Kahn <pvhp@best.com>
34367              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
34368              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
34369      Branch: perl
34370            ! utf8.c
34371 ____________________________________________________________________________
34372 [  9715] By: jhi                                   on 2001/04/15  23:40:35
34373         Log: Subject: Re: Net::Ping patch, adds stream protocol
34374              From: bronson@rinspin.com (Scott Bronson)
34375              Date: Tue, 10 Apr 2001 23:58:33 -0700
34376              Message-ID: <20010410235833.N29719@rinspin.com>
34377      Branch: perl
34378            ! lib/Net/Ping.pm
34379 ____________________________________________________________________________
34380 [  9714] By: jhi                                   on 2001/04/15  23:31:46
34381         Log: Printing out the ok messages helps successful testing.
34382      Branch: perl
34383            ! t/lib/time-hires.t
34384 ____________________________________________________________________________
34385 [  9713] By: jhi                                   on 2001/04/15  21:43:24
34386         Log: Update Douglas Wegscheid's email.
34387      Branch: perl
34388            ! AUTHORS
34389 ____________________________________________________________________________
34390 [  9712] By: jhi                                   on 2001/04/15  21:40:41
34391         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
34392              From: Michael G Schwern <schwern@pobox.com>
34393              Date: Sat, 14 Apr 2001 22:40:50 +0100
34394              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
34395      Branch: perl
34396            + t/lib/exporter.t
34397            ! MANIFEST lib/Exporter/Heavy.pm
34398 ____________________________________________________________________________
34399 [  9711] By: jhi                                   on 2001/04/15  21:39:21
34400         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
34401              From: Michael G Schwern <schwern@pobox.com>
34402              Date: Sat, 14 Apr 2001 22:13:59 +0100
34403              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
34404      Branch: perl
34405            ! t/op/loopctl.t
34406 ____________________________________________________________________________
34407 [  9710] By: jhi                                   on 2001/04/15  21:30:19
34408         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
34409              From: Michael G Schwern <schwern@pobox.com>
34410              Date: Sat, 14 Apr 2001 22:05:32 +0100
34411              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
34412      Branch: perl
34413            ! t/pragma/warnings.t
34414 ____________________________________________________________________________
34415 [  9709] By: jhi                                   on 2001/04/15  19:34:09
34416         Log: Integrate changes #9706,9707 from maintperl into mainline.
34417              
34418              change#7210 broke .packlist generation
34419              
34420              ExtUtils::Installed doesn't quote regex metacharacters in paths
34421              before using them in match; also make it work for dosish platforms
34422      Branch: perl
34423           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
34424 ____________________________________________________________________________
34425 [  9708] By: jhi                                   on 2001/04/15  19:31:01
34426         Log: Test also the scalar aspect of getitimer().
34427      Branch: perl
34428            ! t/lib/time-hires.t
34429 ____________________________________________________________________________
34430 [  9707] By: gsar                                  on 2001/04/15  17:24:20
34431         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
34432              before using them in match; also make it work for dosish platforms
34433      Branch: maint-5.6/perl
34434            ! lib/ExtUtils/Installed.pm
34435 ____________________________________________________________________________
34436 [  9706] By: gsar                                  on 2001/04/15  17:21:59
34437         Log: change#7210 broke .packlist generation (listed only filename
34438              rather than fully qualified path name)
34439      Branch: maint-5.6/perl
34440            ! lib/ExtUtils/Install.pm
34441 ____________________________________________________________________________
34442 [  9705] By: jhi                                   on 2001/04/15  12:36:33
34443         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
34444      Branch: perl
34445            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
34446            ! t/lib/time-hires.t
34447 ____________________________________________________________________________
34448 [  9704] By: jhi                                   on 2001/04/15  10:49:08
34449         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
34450              From: Prymmer/Kahn <pvhp@best.com>
34451              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
34452              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
34453      Branch: perl
34454            ! lib/utf8.pm pod/perlebcdic.pod
34455 ____________________________________________________________________________
34456 [  9703] By: jhi                                   on 2001/04/15  02:26:26
34457         Log: I keep forgetting to sort MANIFEST.
34458      Branch: perl
34459            ! MANIFEST
34460 ____________________________________________________________________________
34461 [  9702] By: jhi                                   on 2001/04/15  02:07:47
34462         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
34463              Now we have blessed, reftype, tainted, first, reduce, ...
34464      Branch: perl
34465            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
34466            + ext/List/Util/README ext/List/Util/Util.xs
34467            + ext/List/Util/lib/List/Util.pm
34468            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
34469            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
34470            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
34471            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
34472            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
34473            ! MANIFEST
34474 ____________________________________________________________________________
34475 [  9701] By: jhi                                   on 2001/04/14  15:05:25
34476         Log: Subject: RE: dprofpp.pl updates 
34477              From: Carl Eklof <CEklof@endeca.com>
34478              Date: Thu, 12 Apr 2001 18:45:46 -0400
34479              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
34480      Branch: perl
34481            ! utils/dprofpp.PL
34482 ____________________________________________________________________________
34483 [  9700] By: jhi                                   on 2001/04/14  14:44:55
34484         Log: Do not just blindly add CR.
34485      Branch: perl
34486            ! Porting/makerel
34487 ____________________________________________________________________________
34488 [  9699] By: jhi                                   on 2001/04/13  13:17:01
34489         Log: Update Changes.
34490      Branch: perl
34491            ! Changes patchlevel.h
34492 ____________________________________________________________________________
34493 [  9698] By: jhi                                   on 2001/04/13  12:44:48
34494         Log: Integrate perlio.
34495      Branch: perl
34496           !> ext/PerlIO/Scalar/Scalar.xs
34497 ____________________________________________________________________________
34498 [  9697] By: jhi                                   on 2001/04/13  12:29:15
34499         Log: Add more debug output to the test.
34500      Branch: perl
34501            ! t/lib/cwd.t
34502 ____________________________________________________________________________
34503 [  9696] By: nick                                  on 2001/04/13  10:14:29
34504         Log: Fix core dump on binmode($fh,'Scalar')
34505      Branch: perlio
34506            ! ext/PerlIO/Scalar/Scalar.xs
34507 ____________________________________________________________________________
34508 [  9695] By: nick                                  on 2001/04/13  09:05:42
34509         Log: Integrate mainline
34510      Branch: perlio
34511           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
34512           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
34513           +> t/lib/time-hires.t
34514           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
34515           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
34516           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
34517           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
34518           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
34519           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
34520           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
34521 ____________________________________________________________________________
34522 [  9694] By: jhi                                   on 2001/04/12  22:23:35
34523         Log: Integrate change #9693 from maintperl into mainline.
34524              
34525              $VERSION and Version() on the same line provokes a warning from
34526              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
34527      Branch: perl
34528           !> lib/Devel/SelfStubber.pm
34529 ____________________________________________________________________________
34530 [  9693] By: gsar                                  on 2001/04/12  21:55:56
34531         Log: $VERSION and Version() on the same line provokes a warning from
34532              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
34533      Branch: maint-5.6/perl
34534            ! lib/Devel/SelfStubber.pm
34535 ____________________________________________________________________________
34536 [  9692] By: jhi                                   on 2001/04/12  13:54:00
34537         Log: This is at least 5.005.
34538      Branch: perl
34539            ! ext/Time/HiRes/HiRes.xs
34540 ____________________________________________________________________________
34541 [  9691] By: jhi                                   on 2001/04/12  13:37:20
34542         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
34543      Branch: perl
34544            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
34545            ! win32/Makefile win32/makefile.mk
34546 ____________________________________________________________________________
34547 [  9690] By: jhi                                   on 2001/04/12  01:34:46
34548         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
34549      Branch: perl
34550            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
34551            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
34552            + t/lib/time-hires.t
34553            ! MANIFEST
34554 ____________________________________________________________________________
34555 [  9689] By: jhi                                   on 2001/04/12  00:28:39
34556         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
34557              From: Gisle Aas <gisle@ActiveState.com>
34558              Date: 11 Apr 2001 16:36:11 -0700
34559              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
34560      Branch: perl
34561            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
34562 ____________________________________________________________________________
34563 [  9688] By: jhi                                   on 2001/04/12  00:27:39
34564         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
34565              From: Gisle Aas <gisle@ActiveState.com>
34566              Date: 11 Apr 2001 11:13:24 -0700
34567              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
34568      Branch: perl
34569            ! ext/MIME/Base64/Base64.xs
34570 ____________________________________________________________________________
34571 [  9687] By: jhi                                   on 2001/04/11  19:51:47
34572         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
34573      Branch: perl
34574            ! Todo-5.6
34575 ____________________________________________________________________________
34576 [  9686] By: jhi                                   on 2001/04/11  16:54:25
34577         Log: Subject: [PATCH opcode.pl] Documentation of table format
34578              From: Simon Cozens <simon@netthink.co.uk>
34579              Date: Wed, 11 Apr 2001 12:59:31 +0100
34580              Message-ID: <20010411125931.A25681@netthink.co.uk>
34581      Branch: perl
34582            ! opcode.pl
34583 ____________________________________________________________________________
34584 [  9685] By: jhi                                   on 2001/04/11  16:53:15
34585         Log: Subject: [PATCH] prototype("CORE::recv")
34586              From: Simon Cozens <simon@netthink.co.uk>
34587              Date: Wed, 11 Apr 2001 13:24:35 +0100
34588              Message-ID: <20010411132435.A26169@netthink.co.uk>
34589      Branch: perl
34590            ! pp.c t/comp/proto.t
34591 ____________________________________________________________________________
34592 [  9684] By: jhi                                   on 2001/04/11  16:47:13
34593         Log: FAQ (and AUTHORS) update from Dan Carson: the information
34594              was several years obsolete, Term::Readkey has been updated
34595              to have the functionality.
34596      Branch: perl
34597            ! AUTHORS pod/perlfaq5.pod
34598 ____________________________________________________________________________
34599 [  9683] By: jhi                                   on 2001/04/11  12:15:46
34600         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
34601              From: Calle Dybedahl <calle@lysator.liu.se>
34602              Date: 10 Apr 2001 16:44:16 +0200
34603              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
34604      Branch: perl
34605            ! ext/MIME/Base64/Base64.xs
34606 ____________________________________________________________________________
34607 [  9682] By: jhi                                   on 2001/04/11  12:12:26
34608         Log: A more minimal fix for 20010410.006 from Hugo.
34609      Branch: perl
34610            ! regexec.c
34611 ____________________________________________________________________________
34612 [  9681] By: jhi                                   on 2001/04/11  11:34:23
34613         Log: Integrate changes #9678,9679 from maintline into mainperl.
34614              
34615              addendum to change#9676
34616              
34617              up $File::Glob::VERSION; add a note pointing out the version of
34618              the OpenBSD glob bsd_glob.c resembles
34619      Branch: perl
34620           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
34621           !> ext/File/Glob/bsd_glob.h
34622 ____________________________________________________________________________
34623 [  9680] By: jhi                                   on 2001/04/11  11:30:38
34624         Log: Bad test numbering in integrate in #9677.
34625              Fixes ID 20010411.001.
34626      Branch: perl
34627            ! t/op/pat.t
34628 ____________________________________________________________________________
34629 [  9679] By: gsar                                  on 2001/04/11  03:38:40
34630         Log: up $File::Glob::VERSION; add a note pointing out the version of
34631              the OpenBSD glob bsd_glob.c resembles
34632      Branch: maint-5.6/perl
34633            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
34634            ! ext/File/Glob/bsd_glob.h
34635 ____________________________________________________________________________
34636 [  9678] By: gsar                                  on 2001/04/11  03:09:48
34637         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
34638              revision 1.8.10.1 found here:
34639              
34640              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
34641      Branch: maint-5.6/perl
34642            ! ext/File/Glob/bsd_glob.c
34643 ____________________________________________________________________________
34644 [  9677] By: jhi                                   on 2001/04/11  02:54:39
34645         Log: Integrate changes #9675,9676 from maintperl into mainline.
34646              
34647              fix for bug 20010410.006, undo change#7115
34648              
34649              port the OpenBSD glob() security patch
34650      Branch: perl
34651           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
34652           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
34653           !> t/op/pat.t
34654 ____________________________________________________________________________
34655 [  9676] By: gsar                                  on 2001/04/11  02:19:02
34656         Log: port the glob() security patch found at:
34657              
34658              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
34659              
34660              CERT advisory for the issue is here:
34661              
34662              http://www.cert.org/advisories/CA-2001-07.html
34663              
34664              Note that the security scare is only relevant for those who are
34665              foolish enough to build suidperl (which is now officially discouraged)
34666      Branch: maint-5.6/perl
34667            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
34668            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
34669 ____________________________________________________________________________
34670 [  9675] By: gsar                                  on 2001/04/10  23:52:11
34671         Log: fix for bug 20010410.006
34672              
34673              undo change#7115 (came into maint-5.6 as change#8156)
34674              
34675              add tests to keep it from coming back
34676      Branch: maint-5.6/perl
34677            ! regexec.c t/op/pat.t
34678 ____________________________________________________________________________
34679 [  9674] By: nick                                  on 2001/04/10  20:39:31
34680         Log: Integrate mainline
34681      Branch: perlio
34682           +> Porting/testall.atom
34683           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
34684           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
34685           !> t/lib/lc-uk.t t/pod/find.t
34686 ____________________________________________________________________________
34687 [  9673] By: nick                                  on 2001/04/10  18:46:14
34688         Log: Integrate against change 9670 aka perl-5.7.1
34689      Branch: perlio
34690           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
34691           !> (integrate 53 files)
34692 ____________________________________________________________________________
34693 [  9672] By: jhi                                   on 2001/04/10  13:45:01
34694         Log: Add a script for doing cumulative profile of the test suite.
34695              (Requires ATOM, that is, Tru64.)
34696      Branch: perl
34697            + Porting/testall.atom
34698            ! MANIFEST
34699 ____________________________________________________________________________
34700 [  9671] By: jhi                                   on 2001/04/10  12:38:53
34701         Log: Missing std block.
34702      Branch: perl
34703            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
34704            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
34705            ! t/pod/find.t
34706 ____________________________________________________________________________
34707 [  9670] By: jhi                                   on 2001/04/10  01:25:58
34708         Log: This is 5.7.1.
34709      Branch: perl
34710            ! patchlevel.h
34711 ____________________________________________________________________________
34712 [  9669] By: jhi                                   on 2001/04/10  01:09:14
34713         Log: Update Changes.
34714      Branch: perl
34715            ! Changes patchlevel.h
34716 ____________________________________________________________________________
34717 [  9668] By: jhi                                   on 2001/04/10  01:00:38
34718         Log: Regen toc.
34719      Branch: perl
34720            ! pod/perltoc.pod
34721 ____________________________________________________________________________
34722 [  9667] By: jhi                                   on 2001/04/10  00:52:16
34723         Log: Update perlhist.
34724      Branch: perl
34725            ! pod/perlhist.pod
34726 ____________________________________________________________________________
34727 [  9666] By: jhi                                   on 2001/04/09  23:38:59
34728         Log: Slight wording tweaks from Damian to #9658.
34729      Branch: perl
34730            ! pod/perlobj.pod
34731 ____________________________________________________________________________
34732 [  9665] By: jhi                                   on 2001/04/09  19:56:06
34733         Log: Subject: [PATCH perlutil.pod] Nit
34734              From: Simon Cozens <simon@netthink.co.uk>
34735              Date: Mon, 9 Apr 2001 20:29:44 +0100
34736              Message-ID: <20010409202944.A14796@the.earth.li>
34737      Branch: perl
34738            ! pod/perlutil.pod
34739 ____________________________________________________________________________
34740 [  9664] By: jhi                                   on 2001/04/09  19:54:42
34741         Log: Subject: Re: perl571delta.pod@9631
34742              From: Mike Guy <mjtg@cam.ac.uk>
34743              Date: Mon, 09 Apr 2001 18:09:14 +0100
34744              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
34745      Branch: perl
34746            ! pod/perl571delta.pod
34747 ____________________________________________________________________________
34748 [  9663] By: jhi                                   on 2001/04/09  13:43:35
34749         Log: Update Changes.
34750      Branch: perl
34751            ! Changes patchlevel.h
34752 ____________________________________________________________________________
34753 [  9662] By: jhi                                   on 2001/04/09  13:24:46
34754         Log: tweak tweak.
34755      Branch: perl
34756            ! AUTHORS pod/perl571delta.pod
34757 ____________________________________________________________________________
34758 [  9661] By: jhi                                   on 2001/04/09  13:15:13
34759         Log: Thinko in manual patch applying.
34760      Branch: perl
34761            ! sv.c
34762 ____________________________________________________________________________
34763 [  9660] By: jhi                                   on 2001/04/09  13:07:53
34764         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
34765              From: Robin Barker <rmb1@cise.npl.co.uk> 
34766              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
34767              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
34768              
34769              (This corrects the case where the "isn't numeric" string contains \0s
34770              and is longer than the temporary buffer, and contains \0 at the point
34771              the string would be truncated by "...".) 
34772      Branch: perl
34773            ! sv.c
34774 ____________________________________________________________________________
34775 [  9659] By: jhi                                   on 2001/04/09  12:57:41
34776         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
34777      Branch: perl
34778            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
34779            ! t/lib/cgi-function.t t/lib/cgi-html.t
34780 ____________________________________________________________________________
34781 [  9658] By: jhi                                   on 2001/04/09  12:48:47
34782         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
34783              From: Ilmari Karonen <iltzu@sci.fi>
34784              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
34785              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
34786              
34787              Rearrange and rewrite the Method Invocation section
34788              to explain the concepts in nicer order.
34789      Branch: perl
34790            ! pod/perlobj.pod
34791 ____________________________________________________________________________
34792 [  9657] By: jhi                                   on 2001/04/09  12:35:58
34793         Log: Upgrade to podlators 1.09, from Russ Allbery.
34794      Branch: perl
34795            ! lib/Pod/Man.pm lib/Pod/Text.pm
34796 ____________________________________________________________________________
34797 [  9656] By: jhi                                   on 2001/04/09  12:31:53
34798         Log: perl571delta.
34799      Branch: perl
34800            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
34801 ____________________________________________________________________________
34802 [  9655] By: jhi                                   on 2001/04/09  12:20:09
34803         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
34804              From: Prymmer/Kahn <pvhp@best.com>
34805              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
34806              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
34807      Branch: perl
34808            ! lib/utf8.pm pod/perlunicode.pod
34809 ____________________________________________________________________________
34810 [  9654] By: gsar                                  on 2001/04/09  03:38:33
34811         Log: here lies 5.6.1
34812      Branch: maint-5.6/perl
34813            ! Changes
34814 ____________________________________________________________________________
34815 [  9653] By: jhi                                   on 2001/04/09  03:25:24
34816         Log: Update perlhist.
34817      Branch: perl
34818            ! pod/perlhist.pod
34819 ____________________________________________________________________________
34820 [  9652] By: jhi                                   on 2001/04/09  03:18:49
34821         Log: perl571delta tweaking continues.
34822      Branch: perl
34823            ! pod/perl571delta.pod
34824 ____________________________________________________________________________
34825 [  9651] By: gsar                                  on 2001/04/09  03:11:19
34826         Log: update Changes, patchlevel.h &c.
34827      Branch: maint-5.6/perl
34828            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
34829            ! pod/perltoc.pod
34830 ____________________________________________________________________________
34831 [  9650] By: jhi                                   on 2001/04/09  02:40:24
34832         Log: Integrate the perlfork half of #9513 from maintperl into mainline
34833              (the perlunicode half is obsolete)
34834      Branch: perl
34835            ! pod/perlfork.pod
34836 ____________________________________________________________________________
34837 [  9649] By: gsar                                  on 2001/04/09  02:35:43
34838         Log: tweak perldelta as suggested by Jarkko
34839      Branch: maint-5.6/perl
34840            ! pod/perldelta.pod
34841 ____________________________________________________________________________
34842 [  9648] By: jhi                                   on 2001/04/09  02:13:04
34843         Log: Integrate change #9646 from maintperl into mainline.
34844              
34845              add note about ithreads and Thread.pm
34846      Branch: perl
34847           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
34848 ____________________________________________________________________________
34849 [  9647] By: jhi                                   on 2001/04/09  02:10:18
34850         Log: Bad assumption that shortsize == 2.
34851      Branch: perl
34852            ! t/lib/xs-typemap.t
34853 ____________________________________________________________________________
34854 [  9646] By: gsar                                  on 2001/04/09  00:48:04
34855         Log: add note about ithreads and Thread.pm (too many people are
34856              confused by the fact that Thread.pm is built and installed
34857              under non-5005threads but doesn't work)
34858      Branch: maint-5.6/perl
34859            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
34860 ____________________________________________________________________________
34861 [  9645] By: gsar                                  on 2001/04/09  00:19:03
34862         Log: update perldelta.pod for changes in 5.6.1
34863      Branch: maint-5.6/perl
34864            ! Changes pod/perldelta.pod
34865 ____________________________________________________________________________
34866 [  9644] By: jhi                                   on 2001/04/08  20:37:00
34867         Log: Integrate change #9639 from maintperl into mainline:
34868              on windows, many of the README.* pods were being copied to
34869              the wrong location
34870      Branch: perl
34871           !> win32/Makefile win32/makefile.mk
34872 ____________________________________________________________________________
34873 [  9643] By: jhi                                   on 2001/04/08  20:07:11
34874         Log: Integrate change #9624 from maintperl into mainline:
34875              the pod tests were not okay.  (t/pod/find.t changes ignored)
34876      Branch: perl
34877           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
34878           !> t/pod/include.t t/pod/included.t t/pod/lref.t
34879           !> t/pod/multiline_items.t t/pod/nested_items.t
34880           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
34881           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
34882 ____________________________________________________________________________
34883 [  9642] By: jhi                                   on 2001/04/08  19:57:17
34884         Log: Integrate change #9638 from maintperl into mainline:
34885              update to latest JPL from the anoncvs repository
34886      Branch: perl
34887           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
34888           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
34889           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
34890 ____________________________________________________________________________
34891 [  9641] By: jhi                                   on 2001/04/08  19:53:30
34892         Log: perl571delta updates.
34893      Branch: perl
34894            ! lib/Filter/Simple.pm pod/perl571delta.pod
34895 ____________________________________________________________________________
34896 [  9640] By: gsar                                  on 2001/04/08  19:20:46
34897         Log: integrate change#9634 from mainline
34898              
34899              Fix the perlmodlib generation (didn't understand separate .pod
34900              files; didn't understand -- as the name-thing separator).
34901              Update the CPAN mirrors list.
34902      Branch: maint-5.6/perl
34903            ! pod/perlmodlib.pod
34904           !> pod/perlmodlib.PL
34905 ____________________________________________________________________________
34906 [  9639] By: gsar                                  on 2001/04/08  18:57:31
34907         Log: on windows, many of the README.* pods were being copied to the wrong
34908              location
34909      Branch: maint-5.6/perl
34910            ! win32/Makefile win32/makefile.mk
34911 ____________________________________________________________________________
34912 [  9638] By: gsar                                  on 2001/04/08  18:38:25
34913         Log: update to latest JPL from the anoncvs repository
34914      Branch: maint-5.6/perl
34915            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
34916            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
34917            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
34918 ____________________________________________________________________________
34919 [  9637] By: jhi                                   on 2001/04/08  17:53:53
34920         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
34921      Branch: perl
34922            ! pod/perl571delta.pod
34923 ____________________________________________________________________________
34924 [  9636] By: jhi                                   on 2001/04/08  17:18:32
34925         Log: Regen toc.
34926      Branch: perl
34927            ! pod/perltoc.pod
34928 ____________________________________________________________________________
34929 [  9635] By: jhi                                   on 2001/04/08  17:16:33
34930         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
34931              From: "Craig A. Berry" <craigberry@mac.com>
34932              Date: Sun, 08 Apr 2001 12:30:16 -0500
34933              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
34934      Branch: perl
34935            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
34936 ____________________________________________________________________________
34937 [  9634] By: jhi                                   on 2001/04/08  17:09:19
34938         Log: Fix the perlmodlib generation (didn't understand separate .pod
34939              files; didn't understand -- as the name-thing separator).
34940              
34941              Update the CPAN mirrors list.
34942      Branch: perl
34943            ! pod/perlmodlib.PL pod/perlmodlib.pod
34944 ____________________________________________________________________________
34945 [  9633] By: jhi                                   on 2001/04/08  16:49:17
34946         Log: Sort MANIFEST.
34947      Branch: perl
34948            ! MANIFEST
34949 ____________________________________________________________________________
34950 [  9632] By: gsar                                  on 2001/04/08  16:36:06
34951         Log: add $Tie::RefHash::VERSION
34952      Branch: maint-5.6/perl
34953            ! lib/Tie/RefHash.pm
34954 ____________________________________________________________________________
34955 [  9631] By: jhi                                   on 2001/04/08  16:10:15
34956         Log: perl571delta updates based on p5p feedback; still needs
34957              lots of examples.
34958      Branch: perl
34959            ! pod/perl571delta.pod
34960 ____________________________________________________________________________
34961 [  9630] By: jhi                                   on 2001/04/08  15:59:13
34962         Log: Update the list of supported platforms to talk about 5.7.1
34963              (and 5.6.1)
34964      Branch: perl
34965            ! pod/perlport.pod
34966 ____________________________________________________________________________
34967 [  9629] By: jhi                                   on 2001/04/08  15:55:41
34968         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
34969              from maintperl into mainline: perlport updates.
34970      Branch: perl
34971            ! pod/perlport.pod
34972 ____________________________________________________________________________
34973 [  9628] By: jhi                                   on 2001/04/08  15:53:17
34974         Log: perlsolaris.pod copied to wrong directory.
34975      Branch: perl
34976            ! win32/makefile.mk
34977 ____________________________________________________________________________
34978 [  9627] By: jhi                                   on 2001/04/08  14:48:18
34979         Log: Subject: Typos in perl571delta.pod
34980              From: "Stephen P. Potter" <spp@spotter.yi.org>
34981              Date: Sat, 07 Apr 2001 20:37:05 -0400
34982              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
34983      Branch: perl
34984            ! pod/perl571delta.pod
34985 ____________________________________________________________________________
34986 [  9626] By: jhi                                   on 2001/04/08  14:39:04
34987         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
34988      Branch: perl
34989            ! gv.c
34990 ____________________________________________________________________________
34991 [  9625] By: nick                                  on 2001/04/08  10:14:23
34992         Log: Integrate mainline
34993      Branch: perlio
34994           +> pod/perl570delta.pod pod/perl571delta.pod
34995           !> (integrate 27 files)
34996 ____________________________________________________________________________
34997 [  9624] By: gsar                                  on 2001/04/08  06:08:17
34998         Log: test in t/pod/* were busted
34999              
35000              these tests are still not enabled in t/{harness,TEST}
35001      Branch: maint-5.6/perl
35002            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
35003            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
35004            ! t/pod/multiline_items.t t/pod/nested_items.t
35005            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
35006            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
35007 ____________________________________________________________________________
35008 [  9623] By: gsar                                  on 2001/04/08  03:37:01
35009         Log: integrate change#9470 from mainline
35010              
35011              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
35012      Branch: maint-5.6/perl
35013           !> ext/Socket/Socket.xs
35014 ____________________________________________________________________________
35015 [  9622] By: jhi                                   on 2001/04/07  22:40:47
35016         Log: Update Changes.
35017      Branch: perl
35018            ! Changes patchlevel.h
35019 ____________________________________________________________________________
35020 [  9621] By: jhi                                   on 2001/04/07  22:34:16
35021         Log: Update AUTHORS.
35022      Branch: perl
35023            ! AUTHORS
35024 ____________________________________________________________________________
35025 [  9620] By: jhi                                   on 2001/04/07  22:12:47
35026         Log: Forgot to bump the number of tests in #9164.
35027      Branch: perl
35028            ! t/op/array.t
35029 ____________________________________________________________________________
35030 [  9619] By: jhi                                   on 2001/04/07  22:09:50
35031         Log: Bump patchlevel to 5.7.1.
35032      Branch: perl
35033            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35034            ! config_h.SH patchlevel.h
35035 ____________________________________________________________________________
35036 [  9618] By: jhi                                   on 2001/04/07  22:02:41
35037         Log: Populate perl571delta.
35038      Branch: perl
35039            ! pod/perl571delta.pod
35040 ____________________________________________________________________________
35041 [  9617] By: jhi                                   on 2001/04/07  22:01:23
35042         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
35043              to forget it later; do not change patchlevel.h yet or regenerate
35044              Configure yet.
35045      Branch: perl
35046            ! epoc/config.sh win32/Makefile win32/config_H.bc
35047            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
35048 ____________________________________________________________________________
35049 [  9616] By: jhi                                   on 2001/04/07  17:46:33
35050         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
35051      Branch: perl
35052            ! pod/perl571delta.pod
35053 ____________________________________________________________________________
35054 [  9615] By: jhi                                   on 2001/04/07  17:33:21
35055         Log: Change the toc configuration.
35056      Branch: perl
35057            ! pod/buildtoc.PL pod/perl.pod
35058 ____________________________________________________________________________
35059 [  9614] By: jhi                                   on 2001/04/07  17:29:47
35060         Log: Subject: PATCH: $[
35061              From: Robin Houston <robin@kitsite.com>
35062              Date: Fri, 6 Apr 2001 18:10:14 +0100
35063              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
35064      Branch: perl
35065            ! op.c t/op/array.t
35066 ____________________________________________________________________________
35067 [  9613] By: jhi                                   on 2001/04/07  17:28:26
35068         Log: Subject: [PATCH perl@9424] isn't numeric warning
35069              From: Robin Barker <rmb1@cise.npl.co.uk>
35070              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
35071              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
35072      Branch: perl
35073            ! sv.c t/pragma/warn/sv
35074 ____________________________________________________________________________
35075 [  9612] By: jhi                                   on 2001/04/07  17:26:45
35076         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
35077              From: Mike Guy <mjtg@cam.ac.uk>
35078              Date: Fri, 06 Apr 2001 12:47:06 +0100
35079              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
35080      Branch: perl
35081            ! dump.c t/lib/peek.t
35082 ____________________________________________________________________________
35083 [  9611] By: jhi                                   on 2001/04/07  17:21:35
35084         Log: Create perl571delta and seed it off with the perldelta changes
35085              since 5.7.0; remove those changes from perldelta and rename it
35086              as perl570delta; recreate perldelta but leave it almost empty.
35087      Branch: perl
35088            + pod/perl570delta.pod pod/perl571delta.pod
35089            ! MANIFEST pod/perldelta.pod
35090 ____________________________________________________________________________
35091 [  9610] By: jhi                                   on 2001/04/07  16:56:32
35092         Log: Denit.
35093      Branch: perl
35094            ! pod/perldelta.pod
35095 ____________________________________________________________________________
35096 [  9609] By: jhi                                   on 2001/04/07  16:38:32
35097         Log: Retract #9523: needs more thought.
35098      Branch: perl
35099            ! Makefile.SH
35100 ____________________________________________________________________________
35101 [  9608] By: jhi                                   on 2001/04/07  14:59:20
35102         Log: atmark() code cleanaup.
35103      Branch: perl
35104            ! ext/IO/IO.xs
35105 ____________________________________________________________________________
35106 [  9607] By: jhi                                   on 2001/04/07  14:48:14
35107         Log: Integrate change #9605 from maintperl into mainline.
35108              
35109              can't optimize away scope entry if tr/// is present
35110      Branch: perl
35111           !> op.c t/op/tr.t
35112 ____________________________________________________________________________
35113 [  9606] By: jhi                                   on 2001/04/07  14:43:59
35114         Log: Integrate perlio.
35115      Branch: perl
35116           +> win32/FindExt.pm
35117           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
35118           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
35119 ____________________________________________________________________________
35120 [  9605] By: gsar                                  on 2001/04/07  11:52:40
35121         Log: can't optimize away scope entry if tr/// is present
35122      Branch: maint-5.6/perl
35123            ! op.c t/op/tr.t
35124 ____________________________________________________________________________
35125 [  9604] By: nick                                  on 2001/04/07  11:39:45
35126         Log: Split out extension finding code from buildext.pl into FindExt.pm
35127              Use it to get Config.pm's idea of available extensions in line
35128              with what is built.
35129      Branch: perlio
35130            + win32/FindExt.pm
35131            ! MANIFEST win32/buildext.pl win32/config_sh.PL
35132            ! win32/makefile.mk
35133 ____________________________________________________________________________
35134 [  9603] By: nick                                  on 2001/04/07  09:11:38
35135         Log: Cleanup correction for failed :Via() layer, also set an error code.
35136      Branch: perlio
35137            ! ext/PerlIO/Via/Via.xs
35138 ____________________________________________________________________________
35139 [  9602] By: nick                                  on 2001/04/07  08:38:04
35140         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
35141              style. So don't use binmode() on the handles so that Win32 etc. see
35142              same sequence and produce same digests.
35143      Branch: perlio
35144            ! t/lib/md5-file.t
35145 ____________________________________________________________________________
35146 [  9601] By: nick                                  on 2001/04/07  08:36:26
35147         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
35148              Else it complains and so crlf layer (say) does not get pushed.
35149      Branch: perlio
35150            ! perlio.c
35151 ____________________________________________________________________________
35152 [  9600] By: jhi                                   on 2001/04/06  23:00:09
35153         Log: Integrate change #9599 from perlio into mainline.
35154      Branch: perl
35155           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
35156           !> win32/config_H.vc
35157 ____________________________________________________________________________
35158 [  9599] By: nick                                  on 2001/04/06  21:42:43
35159         Log: Quote $VERSION in Encode.pm.
35160              regen_config_h as requested.
35161      Branch: perlio
35162            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
35163            ! win32/config_H.vc
35164 ____________________________________________________________________________
35165 [  9598] By: nick                                  on 2001/04/06  20:34:59
35166         Log: Integrate mainline
35167      Branch: perlio
35168           +> README.macos
35169           !> (integrate 39 files)
35170 ____________________________________________________________________________
35171 [  9597] By: gsar                                  on 2001/04/06  18:06:35
35172         Log: integrate change#9464 from mainline (addendum to change#8313)
35173              
35174              Subject: [PATCH @9452] Better peep()ing for foreach() loops
35175      Branch: maint-5.6/perl
35176           !> op.c
35177 ____________________________________________________________________________
35178 [  9596] By: jhi                                   on 2001/04/06  17:26:03
35179         Log: The d_casti32=undef is good for you even when not use64bitall.
35180      Branch: perl
35181            ! hints/hpux.sh
35182 ____________________________________________________________________________
35183 [  9595] By: gsar                                  on 2001/04/06  14:57:17
35184         Log: add a low-impact fix to accomodate darwin-ism
35185      Branch: maint-5.6/perl
35186            ! ext/Errno/Errno_pm.PL
35187 ____________________________________________________________________________
35188 [  9594] By: jhi                                   on 2001/04/06  14:55:14
35189         Log: Integrate changes #9528,9593 from mainline into maintperl;
35190              tweaking the editor/IDE/shell list.
35191      Branch: maint-5.6/perl
35192           !> pod/perlfaq3.pod
35193 ____________________________________________________________________________
35194 [  9593] By: jhi                                   on 2001/04/06  14:51:39
35195         Log: Make the editor/IDE/shell list a little bit airier.
35196      Branch: perl
35197            ! pod/perlfaq3.pod
35198 ____________________________________________________________________________
35199 [  9592] By: gsar                                  on 2001/04/06  14:45:18
35200         Log: integrate change#9477 from mainline (base.pm doc tweak)
35201              
35202              missing doc entry for fmod()
35203      Branch: maint-5.6/perl
35204            ! lib/Math/BigFloat.pm
35205           !> lib/base.pm
35206 ____________________________________________________________________________
35207 [  9591] By: jhi                                   on 2001/04/06  13:55:48
35208         Log: Regen toc.
35209      Branch: perl
35210            ! pod/perltoc.pod
35211 ____________________________________________________________________________
35212 [  9590] By: jhi                                   on 2001/04/06  13:54:52
35213         Log: Math::BigFloat patches from John Peacock.  The equivalent
35214              of #9586 from maintperl but reworked by John to work with
35215              the bleadperl.
35216      Branch: perl
35217            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
35218 ____________________________________________________________________________
35219 [  9589] By: jhi                                   on 2001/04/06  13:42:23
35220         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
35221      Branch: perl
35222            ! ext/Digest/MD5/Makefile.PL
35223 ____________________________________________________________________________
35224 [  9588] By: jhi                                   on 2001/04/06  13:31:45
35225         Log: Integrate changes #9584,9587 from maintperl into mainline.
35226              
35227              keep eval"" CVs alive until the end of the statement in which
35228              they're called
35229              
35230              add README.macos (from Chris Nandor)
35231              
35232              tyop in change#9555
35233      Branch: perl
35234           +> README.macos
35235           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
35236           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
35237           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
35238           !> win32/makefile.mk
35239 ____________________________________________________________________________
35240 [  9587] By: gsar                                  on 2001/04/06  07:31:30
35241         Log: add README.macos (from Chris Nandor)
35242              
35243              tyop in change#9555
35244      Branch: maint-5.6/perl
35245            + README.macos
35246            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
35247            ! win32/Makefile win32/makefile.mk
35248 ____________________________________________________________________________
35249 [  9586] By: gsar                                  on 2001/04/06  07:08:54
35250         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
35251      Branch: maint-5.6/perl
35252            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
35253 ____________________________________________________________________________
35254 [  9585] By: gsar                                  on 2001/04/06  06:58:44
35255         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
35256              from mainline
35257              
35258              Subject: [PATCH] Base64 update to perlfaq9.pod
35259              
35260              Subject: [PATCH AUTHORS] Housekeeping
35261              
35262              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
35263              Mac OS X (Darwin) has extra pwent fields.
35264              
35265              Subject: [PATCH B::*] print control-character vars readably
35266              Needs EBCDICification.
35267              
35268              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
35269              
35270              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
35271              
35272              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
35273              
35274              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
35275              
35276              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
35277              
35278              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
35279              
35280              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
35281              
35282              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
35283              
35284              FreeBSD hints tweak from Anton Berezin.
35285              
35286              Subject: [PATCH foolperl & bleadperl] README.vms update
35287              
35288              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
35289      Branch: maint-5.6/perl
35290           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
35291           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
35292           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
35293 ____________________________________________________________________________
35294 [  9584] By: gsar                                  on 2001/04/06  04:09:00
35295         Log: keep eval"" CVs alive until the end of the statement in which
35296              they're called; this avoids a coredump ensuing from search for
35297              lexicals in code such as:
35298              
35299              sub bug {
35300              my $s = @_;
35301              eval q[sub { eval 'sub { &$s }' }];
35302              }
35303              bug("x")->()->();
35304              
35305              this code still doesn't work as intended (as it has remained
35306              since time immemorial), but it doesn't provoke a coredump anymore
35307      Branch: maint-5.6/perl
35308            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
35309            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
35310 ____________________________________________________________________________
35311 [  9583] By: jhi                                   on 2001/04/05  23:52:51
35312         Log: Update Changes.
35313      Branch: perl
35314            ! Changes patchlevel.h
35315 ____________________________________________________________________________
35316 [  9582] By: jhi                                   on 2001/04/05  23:11:23
35317         Log: Slight doc tweak.
35318      Branch: perl
35319            ! pod/perlunicode.pod
35320 ____________________________________________________________________________
35321 [  9581] By: jhi                                   on 2001/04/05  23:04:11
35322         Log: Integrate perlio.
35323      Branch: perl
35324           !> pod/perlunicode.pod
35325 ____________________________________________________________________________
35326 [  9580] By: jhi                                   on 2001/04/05  23:03:29
35327         Log: Test for #9579.
35328      Branch: perl
35329            ! t/op/do.t
35330 ____________________________________________________________________________
35331 [  9579] By: jhi                                   on 2001/04/05  22:54:17
35332         Log: Subject: [PATCH] Propagate calling context for do '...'
35333              From: Gisle Aas <gisle@ActiveState.com>
35334              Date: 04 Apr 2001 20:17:29 -0700
35335              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
35336      Branch: perl
35337            ! pod/perlfunc.pod pp_ctl.c
35338 ____________________________________________________________________________
35339 [  9578] By: jhi                                   on 2001/04/05  22:52:51
35340         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
35341              From: Peter Prymmer <pvhp@forte.com>
35342              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
35343              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
35344      Branch: perl
35345            ! README.vms
35346 ____________________________________________________________________________
35347 [  9577] By: jhi                                   on 2001/04/05  22:48:22
35348         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
35349              From: "Craig A. Berry" <craigberry@mac.com>
35350              Date: Thu, 5 Apr 2001 13:43:28 -0500
35351              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
35352      Branch: perl
35353            ! README.vms
35354 ____________________________________________________________________________
35355 [  9576] By: jhi                                   on 2001/04/05  22:31:38
35356         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
35357              From: Michael G Schwern <schwern@pobox.com>
35358              Date: Thu, 5 Apr 2001 21:53:21 +0100
35359              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
35360      Branch: perl
35361            ! lib/base.pm t/lib/fields.t
35362 ____________________________________________________________________________
35363 [  9575] By: jhi                                   on 2001/04/05  22:26:10
35364         Log: FreeBSD hints tweak from Anton Berezin.
35365      Branch: perl
35366            ! hints/freebsd.sh
35367 ____________________________________________________________________________
35368 [  9574] By: jhi                                   on 2001/04/05  22:24:03
35369         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
35370              From: David Dyck <dcd@tc.fluke.com>
35371              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
35372              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
35373      Branch: perl
35374            ! t/op/oct.t
35375 ____________________________________________________________________________
35376 [  9573] By: jhi                                   on 2001/04/05  22:23:06
35377         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
35378              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
35379              From: David Dyck <dcd@tc.fluke.com>
35380              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
35381      Branch: perl
35382            ! pp.c
35383 ____________________________________________________________________________
35384 [  9572] By: jhi                                   on 2001/04/05  22:14:47
35385         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
35386              From: Robin Houston <robin@kitsite.com>
35387              Date: Thu, 5 Apr 2001 20:56:48 +0100
35388              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
35389      Branch: perl
35390            ! ext/B/B/Deparse.pm
35391 ____________________________________________________________________________
35392 [  9571] By: jhi                                   on 2001/04/05  22:12:53
35393         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
35394              From: Robin Houston <robin@kitsite.com>
35395              Date: Thu, 5 Apr 2001 19:55:51 +0100
35396              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
35397      Branch: perl
35398            ! ext/B/B/Deparse.pm
35399 ____________________________________________________________________________
35400 [  9570] By: jhi                                   on 2001/04/05  22:11:06
35401         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
35402              From: Robin Houston <robin@kitsite.com>
35403              Date: Thu, 5 Apr 2001 20:16:29 +0100
35404              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
35405      Branch: perl
35406            ! ext/B/B/Deparse.pm
35407 ____________________________________________________________________________
35408 [  9569] By: nick                                  on 2001/04/05  21:32:26
35409         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
35410      Branch: perlio
35411            ! pod/perlunicode.pod
35412 ____________________________________________________________________________
35413 [  9568] By: nick                                  on 2001/04/05  19:38:09
35414         Log: Integrate mainline
35415      Branch: perlio
35416           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
35417           !> (integrate 35 files)
35418 ____________________________________________________________________________
35419 [  9567] By: jhi                                   on 2001/04/05  18:31:45
35420         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
35421              From: Robin Houston <robin@kitsite.com>
35422              Date: Thu, 5 Apr 2001 18:03:23 +0100
35423              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
35424      Branch: perl
35425            ! ext/B/B/Deparse.pm
35426 ____________________________________________________________________________
35427 [  9566] By: jhi                                   on 2001/04/05  18:29:35
35428         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
35429              From: Robin Houston <robin@kitsite.com>
35430              Date: Thu, 5 Apr 2001 16:45:18 +0100
35431              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
35432      Branch: perl
35433            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
35434 ____________________________________________________________________________
35435 [  9565] By: jhi                                   on 2001/04/05  18:24:23
35436         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
35437              From: Robin Houston <robin@kitsite.com>
35438              Date: Thu, 5 Apr 2001 14:50:09 +0100
35439              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
35440      Branch: perl
35441            ! ext/B/B/Deparse.pm
35442 ____________________________________________________________________________
35443 [  9564] By: jhi                                   on 2001/04/05  18:23:03
35444         Log: Subject: [PATCH B::*] print control-character vars readably
35445              From: Robin Houston <robin@kitsite.com>
35446              Date: Thu, 5 Apr 2001 14:27:38 +0100
35447              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
35448              
35449              Needs EBCDICification.
35450      Branch: perl
35451            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
35452            ! ext/B/B/Terse.pm
35453 ____________________________________________________________________________
35454 [  9563] By: jhi                                   on 2001/04/05  18:20:32
35455         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
35456              Date: Thu, 5 Apr 2001 13:21:42 -0400
35457              From: Paul Schinder <schinder@pobox.com>
35458              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
35459              
35460              Mac OS X (Darwin) has extra pwent fields.
35461      Branch: perl
35462            ! t/op/pwent.t
35463 ____________________________________________________________________________
35464 [  9562] By: jhi                                   on 2001/04/05  17:57:51
35465         Log: Regen toc.
35466      Branch: perl
35467            ! pod/perltoc.pod
35468 ____________________________________________________________________________
35469 [  9561] By: jhi                                   on 2001/04/05  17:47:33
35470         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
35471      Branch: metaconfig
35472            ! U/Glossary.patch
35473      Branch: metaconfig/U/perl
35474            + d_u32align.U
35475            ! d_cmsghdr_s.U d_msghdr_s.U
35476 ____________________________________________________________________________
35477 [  9560] By: jhi                                   on 2001/04/05  17:47:01
35478         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
35479              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
35480              Introduce probes for struct msghdr, struct cmsghdr,
35481              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
35482              ualarm, usleep, for possible later extension work.
35483      Branch: perl
35484            + t/lib/md5-align.t
35485            ! Configure MANIFEST Porting/Glossary Porting/config.sh
35486            ! Porting/config_H config_h.SH configure.com epoc/config.sh
35487            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
35488            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35489            ! vos/config.ga.h win32/config.bc win32/config.gc
35490            ! win32/config.vc
35491 ____________________________________________________________________________
35492 [  9559] By: jhi                                   on 2001/04/05  13:03:04
35493         Log: Be traditional in your cpp (for the Errno extension).
35494      Branch: perl
35495            ! hints/darwin.sh
35496 ____________________________________________________________________________
35497 [  9558] By: jhi                                   on 2001/04/05  13:00:05
35498         Log: Add $Config{cppflags} to the gcc incantation.
35499      Branch: perl
35500            ! ext/Errno/Errno_pm.PL
35501 ____________________________________________________________________________
35502 [  9557] By: jhi                                   on 2001/04/05  04:22:39
35503         Log: Introduce Sean Burke's Class::ISA 0.32.
35504      Branch: perl
35505            + lib/Class/ISA.pm t/lib/class-isa.t
35506            ! MANIFEST
35507 ____________________________________________________________________________
35508 [  9556] By: jhi                                   on 2001/04/05  04:09:50
35509         Log: Subject: [PATCH AUTHORS] Housekeeping
35510              From: Paul Johnson <paul@pjcj.net> 
35511              Date: Wed, 4 Apr 2001 22:45:47 +0200
35512              Message-ID: <20010404224547.D9548@pjcj.net>
35513      Branch: perl
35514            ! AUTHORS
35515 ____________________________________________________________________________
35516 [  9555] By: jhi                                   on 2001/04/05  04:06:33
35517         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
35518              From: Gisle Aas <gisle@ActiveState.com>
35519              Date: 04 Apr 2001 14:23:04 -0700
35520              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
35521      Branch: perl
35522            ! pod/perlfaq9.pod
35523 ____________________________________________________________________________
35524 [  9554] By: jhi                                   on 2001/04/05  04:05:49
35525         Log: Downgrade also the "Wide character" diagnostic.
35526      Branch: perl
35527            ! pod/perldiag.pod
35528 ____________________________________________________________________________
35529 [  9553] By: jhi                                   on 2001/04/05  04:00:33
35530         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
35531              maintperl into mainline.
35532              
35533              "double" should be "NV"; standard typemap is missing entry
35534              for NV
35535              
35536              s/djSP/dSP/
35537              
35538              Downgrade "Wide character in print" to a warning.
35539              
35540              B::Deparse fix for ${^FOO} and documentation for PVX() method
35541              (from Robin Houston)
35542              
35543              tr/// doesn't null-terminate the result in some situations
35544              (from Gisle Aas)
35545      Branch: perl
35546           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
35547           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
35548           !> t/io/utf8.t t/op/tr.t
35549 ____________________________________________________________________________
35550 [  9552] By: jhi                                   on 2001/04/05  03:52:50
35551         Log: Retract changes #9542 and #9538 (from maintperl, integrated
35552              at #9540), shouldn't be needed because of the perlio changes.
35553      Branch: perl
35554            ! util.c
35555 ____________________________________________________________________________
35556 [  9551] By: gsar                                  on 2001/04/05  00:18:34
35557         Log: tr/// doesn't null-terminate the result in some situations
35558              (from Gisle Aas)
35559      Branch: maint-5.6/perl
35560            ! doop.c t/op/tr.t
35561 ____________________________________________________________________________
35562 [  9550] By: gsar                                  on 2001/04/04  20:04:17
35563         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
35564              (from Robin Houston)
35565      Branch: maint-5.6/perl
35566            ! ext/B/B.pm ext/B/B/Deparse.pm
35567 ____________________________________________________________________________
35568 [  9549] By: nick                                  on 2001/04/04  18:56:15
35569         Log: Downgrade "Wide character in print" to a warning.
35570      Branch: perlio
35571            ! doio.c t/io/utf8.t
35572 ____________________________________________________________________________
35573 [  9548] By: gsar                                  on 2001/04/04  18:51:49
35574         Log: integrate changes#9460,9462,9482,9521,9522
35575              
35576              Subject: PATCH: B::Debug should show LOOP-specific fields
35577              
35578              Subject: B::Deparse precedence bug. (Patch included.)
35579              
35580              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
35581              
35582              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
35583              
35584              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
35585      Branch: maint-5.6/perl
35586           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
35587           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
35588 ____________________________________________________________________________
35589 [  9547] By: gsar                                  on 2001/04/04  18:49:16
35590         Log: s/djSP/dSP/
35591      Branch: maint-5.6/perl
35592            ! ext/Thread/Thread.xs
35593 ____________________________________________________________________________
35594 [  9546] By: nick                                  on 2001/04/04  18:44:00
35595         Log: Integrate mainline.
35596      Branch: perlio
35597           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
35598           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
35599 ____________________________________________________________________________
35600 [  9545] By: gsar                                  on 2001/04/04  18:38:52
35601         Log: integrate change#8837 from mainline
35602              
35603              Subject: [patch] -Wall cleanup round 2
35604      Branch: maint-5.6/perl
35605           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
35606           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
35607           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
35608           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
35609           !> ext/SDBM_File/SDBM_File.xs
35610 ____________________________________________________________________________
35611 [  9544] By: gsar                                  on 2001/04/04  17:49:57
35612         Log: "double" should be "NV"; standard typemap is missing entry
35613              for NV
35614      Branch: maint-5.6/perl
35615            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
35616 ____________________________________________________________________________
35617 [  9543] By: jhi                                   on 2001/04/04  14:13:18
35618         Log: Thou shalt not (just) match for English error messages.
35619      Branch: perl
35620            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
35621            ! os2/OS2/Process/Process.pm
35622 ____________________________________________________________________________
35623 [  9542] By: jhi                                   on 2001/04/04  13:20:39
35624         Log: Make the stdio tricks of fflush_all() to exist only if
35625              stdio is being used.
35626      Branch: perl
35627            ! util.c
35628 ____________________________________________________________________________
35629 [  9541] By: jhi                                   on 2001/04/04  04:20:24
35630         Log: Subject: Re: [PATCH] Lighten up glob
35631              From: Benjamin Sugars <bsugars@canoe.ca>
35632              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
35633              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
35634      Branch: perl
35635            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
35636            ! util.c
35637 ____________________________________________________________________________
35638 [  9540] By: jhi                                   on 2001/04/04  04:03:57
35639         Log: Integrate changes #9538,9539 from maintperl into mainline.
35640              
35641              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
35642              for use with _fwalk() (fix for change#7705)
35643              
35644              another tweak needed for SunOS 4.1.x build (from Mike Guy)
35645              (cp -f is not portable)
35646      Branch: perl
35647           !> Makefile.SH util.c
35648 ____________________________________________________________________________
35649 [  9539] By: gsar                                  on 2001/04/04  03:01:14
35650         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
35651      Branch: maint-5.6/perl
35652            ! Makefile.SH
35653 ____________________________________________________________________________
35654 [  9538] By: gsar                                  on 2001/04/04  01:00:38
35655         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
35656              for use with _fwalk() (fix for change#7705)
35657      Branch: maint-5.6/perl
35658            ! util.c
35659 ____________________________________________________________________________
35660 [  9537] By: nick                                  on 2001/04/03  19:24:55
35661         Log: Integrate mainline
35662      Branch: perlio
35663           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
35664           +> lib/unicode/PropList.html
35665            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
35666           !> (integrate 69 files)
35667 ____________________________________________________________________________
35668 [  9536] By: jhi                                   on 2001/04/03  18:02:31
35669         Log: Integrate change #9533 from maintperl into mainline.
35670              
35671              better fix for change#9517 to accomodate UNC paths like
35672              \\server\share\foo, and paths with trailing backslash
35673              like c:\this\
35674      Branch: perl
35675           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
35676 ____________________________________________________________________________
35677 [  9535] By: jhi                                   on 2001/04/03  17:58:07
35678         Log: Change the push/unshift warning to be of class syntax, not misc.
35679      Branch: perl
35680            ! op.c pod/perldiag.pod t/pragma/warn/op
35681 ____________________________________________________________________________
35682 [  9534] By: jhi                                   on 2001/04/03  15:03:46
35683         Log: Change the push/unshift warning (#9532) to talk about "no values"
35684              instead of "no arguments".
35685      Branch: perl
35686            ! op.c pod/perldiag.pod t/pragma/warn/op
35687 ____________________________________________________________________________
35688 [  9533] By: gsar                                  on 2001/04/03  14:30:07
35689         Log: better fix for change#9517 to accomodate UNC paths like
35690              \\server\share\foo, and paths with trailing backslash
35691              like c:\this\
35692      Branch: maint-5.6/perl
35693            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
35694 ____________________________________________________________________________
35695 [  9532] By: jhi                                   on 2001/04/03  13:11:46
35696         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
35697              From: Robin Houston <robin@kitsite.com>
35698              Date: Mon, 2 Apr 2001 15:03:29 +0100
35699              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
35700      Branch: perl
35701            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
35702 ____________________________________________________________________________
35703 [  9531] By: jhi                                   on 2001/04/03  13:06:34
35704         Log: Integrate change #9530 from maintperl into mainline.
35705              
35706              accomodate VMS "mailbox overflow" quirk in testsuite (from
35707              Craig Berry)
35708      Branch: perl
35709           !> t/lib/socket.t
35710 ____________________________________________________________________________
35711 [  9530] By: gsar                                  on 2001/04/03  04:56:41
35712         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
35713              Craig Berry)
35714      Branch: maint-5.6/perl
35715            ! t/lib/socket.t
35716 ____________________________________________________________________________
35717 [  9529] By: jhi                                   on 2001/04/03  02:34:34
35718         Log: Update Changes.
35719      Branch: perl
35720            ! Changes patchlevel.h
35721 ____________________________________________________________________________
35722 [  9528] By: jhi                                   on 2001/04/03  01:27:57
35723         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
35724              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
35725              To: perl5-porters@perl.org
35726              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
35727      Branch: perl
35728            ! pod/perlfaq3.pod
35729 ____________________________________________________________________________
35730 [  9527] By: jhi                                   on 2001/04/03  01:22:09
35731         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
35732              From: Peter Prymmer <pvhp@forte.com>
35733              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
35734              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
35735      Branch: perl
35736            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
35737 ____________________________________________________________________________
35738 [  9526] By: jhi                                   on 2001/04/03  01:18:25
35739         Log: The metaconfig unit changes for #9525.
35740      Branch: metaconfig
35741            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
35742      Branch: metaconfig/U/perl
35743            ! use64bits.U
35744 ____________________________________________________________________________
35745 [  9525] By: jhi                                   on 2001/04/03  01:17:30
35746         Log: Configure sanity checks:
35747              * if use64bitall is attempted but pointers are only 32-bit,
35748              'downgrade' to use64bitint
35749              * if use64bitint is attempted but there's no quad type,
35750              forget about use64bitint (well, the default for it is 'n',
35751              the user can still override this)
35752              * if pointers are 64 bits, do not try to use Perl's malloc
35753      Branch: perl
35754            ! Configure
35755 ____________________________________________________________________________
35756 [  9524] By: gsar                                  on 2001/04/03  01:09:12
35757         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
35758      Branch: maint-5.6/perl
35759            ! pp_sys.c
35760 ____________________________________________________________________________
35761 [  9523] By: jhi                                   on 2001/04/03  00:02:31
35762         Log: (Retracted by #9609)
35763              
35764              Make it harder for parallel makes to enter 'test' before
35765              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
35766              should be unhappy enough, but sometimes parallel makes seem
35767              to sneak past both in Tru64 and AIX.)
35768      Branch: perl
35769            ! Makefile.SH
35770 ____________________________________________________________________________
35771 [  9522] By: jhi                                   on 2001/04/02  22:35:31
35772         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
35773              Date: Mon, 2 Apr 2001 22:54:10 +0100
35774              From: Robin Houston <robin@kitsite.com>
35775              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
35776      Branch: perl
35777            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
35778 ____________________________________________________________________________
35779 [  9521] By: jhi                                   on 2001/04/02  22:32:23
35780         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
35781              From: Robin Houston <robin@kitsite.com>
35782              Date: Mon, 2 Apr 2001 20:24:03 +0100
35783              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
35784      Branch: perl
35785            ! ext/B/B/Concise.pm
35786 ____________________________________________________________________________
35787 [  9520] By: jhi                                   on 2001/04/02  22:30:43
35788         Log: Subject: [PATCH] REALLY pedantic hv.h nit
35789              From: Simon Cozens <simon@netthink.co.uk>
35790              Date: Mon, 2 Apr 2001 15:43:06 +0100
35791              Message-ID: <20010402154306.A21711@netthink.co.uk>
35792      Branch: perl
35793            ! hv.h
35794 ____________________________________________________________________________
35795 [  9519] By: jhi                                   on 2001/04/02  22:28:04
35796         Log: Based on
35797              
35798              Subject: [foolperl] EPOC fix
35799              From: Olaf Flebbe <O.Flebbe@science-computing.de>
35800              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
35801              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
35802      Branch: perl
35803            ! pp_sys.c
35804 ____________________________________________________________________________
35805 [  9518] By: jhi                                   on 2001/04/02  22:22:34
35806         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
35807              
35808              README.win32 tweaks; add a note about alternative location for
35809              getting a gcc-2.95.2 that will build perl properly on windows
35810              
35811              add some notes about gutsy threading matters
35812              
35813              many of the utilities interpolate literal paths within doublequotes
35814              (fails on dosish platforms where path contains backslashes)
35815      Branch: perl
35816           !> README.win32 pod/perlguts.pod utils/perldoc.PL
35817           !> x2p/find2perl.PL x2p/s2p.PL
35818 ____________________________________________________________________________
35819 [  9517] By: gsar                                  on 2001/04/02  19:52:21
35820         Log: many of the utilities interpolate literal paths within doublequotes
35821              (fails on dosish platforms where path contains backslashes)
35822      Branch: maint-5.6/perl
35823            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
35824 ____________________________________________________________________________
35825 [  9516] By: gsar                                  on 2001/04/02  05:49:37
35826         Log: a foolish release
35827      Branch: maint-5.6/perl
35828            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
35829            ! pod/perltoc.pod
35830 ____________________________________________________________________________
35831 [  9515] By: gsar                                  on 2001/04/02  05:04:29
35832         Log: add missing changelog summaries
35833      Branch: maint-5.6/perl
35834            ! Changes
35835 ____________________________________________________________________________
35836 [  9514] By: gsar                                  on 2001/04/02  04:07:13
35837         Log: add some notes about gutsy threading matters
35838      Branch: maint-5.6/perl
35839            ! pod/perlguts.pod
35840 ____________________________________________________________________________
35841 [  9513] By: gsar                                  on 2001/04/02  03:25:21
35842         Log: add more prominent caveat notices about experimental features
35843      Branch: maint-5.6/perl
35844            ! pod/perlfork.pod pod/perlunicode.pod
35845 ____________________________________________________________________________
35846 [  9512] By: gsar                                  on 2001/04/02  02:54:33
35847         Log: integrate changes#9479,9509 from mainline
35848              
35849              [PATCH] File::Glob stuff for Mac OS
35850              
35851              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
35852      Branch: maint-5.6/perl
35853           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
35854           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
35855           !> t/lib/glob-taint.t
35856 ____________________________________________________________________________
35857 [  9511] By: gsar                                  on 2001/04/02  02:38:24
35858         Log: README.win32 tweaks; add a note about alternative location for
35859              getting a gcc-2.95.2 that will build perl properly on windows
35860      Branch: maint-5.6/perl
35861            ! README.win32
35862 ____________________________________________________________________________
35863 [  9510] By: jhi                                   on 2001/04/01  20:45:10
35864         Log: An ambiguosity warning.
35865      Branch: perl
35866            ! t/lib/trig.t
35867 ____________________________________________________________________________
35868 [  9509] By: jhi                                   on 2001/04/01  19:53:47
35869         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
35870              From: Jonathan Stowe <gellyfish@gellyfish.com>
35871              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
35872              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
35873      Branch: perl
35874            ! ext/File/Glob/bsd_glob.c
35875 ____________________________________________________________________________
35876 [  9508] By: jhi                                   on 2001/04/01  19:35:03
35877         Log: Update Changes.
35878      Branch: perl
35879            ! Changes patchlevel.h
35880 ____________________________________________________________________________
35881 [  9507] By: jhi                                   on 2001/04/01  19:24:01
35882         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
35883              from mainline to maintperl: pod tweaks.
35884      Branch: maint-5.6/perl
35885           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
35886           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
35887           !> pod/perlvar.pod
35888 ____________________________________________________________________________
35889 [  9506] By: jhi                                   on 2001/04/01  19:11:53
35890         Log: Commit Sarathy to April release of 5.6.1 :-)
35891      Branch: perl
35892            ! pod/perlfaq1.pod
35893 ____________________________________________________________________________
35894 [  9505] By: jhi                                   on 2001/04/01  19:03:15
35895         Log: Subject: PATCH 5.6.0 (perldebug.pod)
35896              From: Mark-Jason Dominus <mjd@plover.com>
35897              Date: Sun, 01 Apr 2001 14:25:11 -0400
35898              Message-ID: <20010401182511.9247.qmail@plover.com>
35899      Branch: perl
35900            ! pod/perldebug.pod
35901 ____________________________________________________________________________
35902 [  9504] By: jhi                                   on 2001/04/01  18:43:09
35903         Log: Add great_circle_direction().
35904      Branch: perl
35905            ! lib/Math/Trig.pm t/lib/trig.t
35906 ____________________________________________________________________________
35907 [  9503] By: jhi                                   on 2001/04/01  17:29:12
35908         Log: Unicode ReadMe update for Unicode 3.1.
35909      Branch: perl
35910            ! lib/unicode/ReadMe.txt
35911 ____________________________________________________________________________
35912 [  9502] By: jhi                                   on 2001/04/01  17:18:40
35913         Log: Integrate change #9501 from maintperl into mainline.
35914              
35915              fix the perlembed notes on multiple interpreters
35916              
35917              fix ExtUtils::Embed to work passably on Windows
35918      Branch: perl
35919           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
35920 ____________________________________________________________________________
35921 [  9501] By: gsar                                  on 2001/04/01  07:21:57
35922         Log: fix the perlembed notes on multiple interpreters
35923              
35924              fix ExtUtils::Embed to work passably on Windows
35925      Branch: maint-5.6/perl
35926            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
35927 ____________________________________________________________________________
35928 [  9500] By: jhi                                   on 2001/04/01  05:58:23
35929         Log: Test for #9499.
35930      Branch: perl
35931            ! t/op/tr.t
35932 ____________________________________________________________________________
35933 [  9499] By: jhi                                   on 2001/04/01  05:55:46
35934         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
35935      Branch: perl
35936            ! embed.h embed.pl op.c proto.h
35937 ____________________________________________________________________________
35938 [  9498] By: jhi                                   on 2001/04/01  05:44:34
35939         Log: Protect the workaround hunk more.
35940      Branch: perl
35941            ! toke.c
35942 ____________________________________________________________________________
35943 [  9497] By: jhi                                   on 2001/04/01  00:24:25
35944         Log: Integrate changes #9493,9494,9495,9496 from maintperl
35945              into mainline.
35946              
35947              fix a broken workaround for Borland compiler in change#4739
35948              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
35949              
35950              nits spotted by Borland compiler
35951              
35952              avoid redefinition warnings under Borland 5.02
35953              
35954              various nits identified by the Borland 5.5 compiler; remove suppression
35955              of a few warnings
35956      Branch: perl
35957           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
35958           !> win32/win32.h
35959 ____________________________________________________________________________
35960 [  9496] By: gsar                                  on 2001/03/31  23:22:28
35961         Log: various nits identified by the Borland 5.5 compiler; remove suppression
35962              of a few warnings
35963      Branch: maint-5.6/perl
35964            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
35965 ____________________________________________________________________________
35966 [  9495] By: gsar                                  on 2001/03/31  21:03:08
35967         Log: avoid redefinition warnings under Borland 5.02
35968      Branch: maint-5.6/perl
35969            ! win32/makefile.mk
35970 ____________________________________________________________________________
35971 [  9494] By: gsar                                  on 2001/03/31  20:18:59
35972         Log: nits spotted by Borland compiler
35973      Branch: maint-5.6/perl
35974            ! utf8.h win32/win32.h
35975 ____________________________________________________________________________
35976 [  9493] By: gsar                                  on 2001/03/31  20:18:05
35977         Log: fix a broken workaround for Borland compiler in change#4739
35978              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
35979      Branch: maint-5.6/perl
35980            ! toke.c
35981 ____________________________________________________________________________
35982 [  9492] By: jhi                                   on 2001/03/31  18:36:24
35983         Log: Integrate change #9491 from maintperl into mainline.
35984              
35985              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
35986              directory is relative (need to fetch the full path name *before*
35987              the chdir!)
35988      Branch: perl
35989           !> lib/Cwd.pm
35990 ____________________________________________________________________________
35991 [  9491] By: gsar                                  on 2001/03/31  17:01:56
35992         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
35993              directory is relative (need to fetch the full path name *before*
35994              the chdir!)
35995              
35996              this is a followup patch for change#6749
35997      Branch: maint-5.6/perl
35998            ! lib/Cwd.pm
35999 ____________________________________________________________________________
36000 [  9490] By: jhi                                   on 2001/03/31  15:50:18
36001         Log: Subject: Re: [PATCH] av.h cosmetics
36002              From: Simon Cozens <simon@netthink.co.uk>
36003              Date: Sat, 31 Mar 2001 13:09:59 +0100
36004              Message-ID: <20010331130959.A22000@netthink.co.uk>
36005              
36006              Document AvALLOC.
36007      Branch: perl
36008            ! pod/perlguts.pod
36009 ____________________________________________________________________________
36010 [  9489] By: jhi                                   on 2001/03/31  15:48:44
36011         Log: Subject: [PATCH] Re: Math::Big* v1.21
36012              From: Tels <perl_dummy@bloodgate.com>
36013              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
36014              Message-Id: <200103311125.GAA377738@www08.hway.net>
36015      Branch: perl
36016            ! pod/perlop.pod
36017 ____________________________________________________________________________
36018 [  9488] By: jhi                                   on 2001/03/31  03:39:51
36019         Log: Debug output tweak.
36020      Branch: perl
36021            ! t/lib/cwd.t
36022 ____________________________________________________________________________
36023 [  9487] By: jhi                                   on 2001/03/31  03:33:02
36024         Log: OverVMSification.
36025      Branch: perl
36026            ! t/lib/cwd.t
36027 ____________________________________________________________________________
36028 [  9486] By: jhi                                   on 2001/03/31  03:01:40
36029         Log: Missed MANIFESTations in #9483.
36030      Branch: perl
36031            ! MANIFEST
36032 ____________________________________________________________________________
36033 [  9485] By: jhi                                   on 2001/03/31  02:58:17
36034         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
36035              From: Peter Prymmer <pvhp@forte.com>
36036              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
36037              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
36038      Branch: perl
36039            ! regexec.c t/lib/cwd.t
36040 ____________________________________________________________________________
36041 [  9484] By: jhi                                   on 2001/03/31  01:04:41
36042         Log: Obsolete file (see #3938)
36043      Branch: perl
36044            - lib/unicode/README.Ethiopic
36045            ! MANIFEST
36046 ____________________________________________________________________________
36047 [  9483] By: jhi                                   on 2001/03/31  00:52:42
36048         Log: Update to Unicode 3.1.
36049              (Rename Names.txt to NamesList.txt.)
36050      Branch: perl
36051            + lib/unicode/NamesList.txt lib/unicode/PropList.html
36052            - lib/unicode/Names.txt
36053            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
36054            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
36055            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
36056            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
36057            ! lib/unicode/UCD.html lib/unicode/Unicode.html
36058            ! lib/unicode/rename lib/unicode/version
36059 ____________________________________________________________________________
36060 [  9482] By: jhi                                   on 2001/03/30  23:33:44
36061         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
36062              From: Robin Houston <robin@kitsite.com>
36063              Date: Fri, 30 Mar 2001 20:07:22 +0100
36064              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
36065      Branch: perl
36066            ! ext/B/B/Deparse.pm
36067 ____________________________________________________________________________
36068 [  9481] By: jhi                                   on 2001/03/30  23:20:25
36069         Log: Subject: Re: [PATCH] CwdXS, Take 2
36070              From: Benjamin Sugars <bsugars@canoe.ca>
36071              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
36072              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
36073      Branch: perl
36074            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
36075            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
36076 ____________________________________________________________________________
36077 [  9480] By: jhi                                   on 2001/03/30  22:52:38
36078         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
36079              From: David Dyck <dcd@tc.fluke.com>
36080              Date: Fri, 30 Mar 2001 14:44:13 -0800
36081              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
36082              
36083              The t/rantests flags file creation was accidentally
36084              removed by #9217.
36085      Branch: perl
36086            ! Makefile.SH
36087 ____________________________________________________________________________
36088 [  9479] By: jhi                                   on 2001/03/30  22:45:45
36089         Log: Subject: [PATCH] File::Glob stuff for Mac OS
36090              From: Chris Nandor <pudge@pobox.com>
36091              Date: Fri, 30 Mar 2001 16:51:00 -0500
36092              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
36093      Branch: perl
36094            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
36095            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
36096            ! t/lib/glob-taint.t
36097 ____________________________________________________________________________
36098 [  9478] By: jhi                                   on 2001/03/30  22:43:12
36099         Log: Subject: fix for win32/buildext.pl
36100              From: "Vadim Konovalov" <watman@inbox.ru>
36101              Date: Sat, 31 Mar 2001 00:50:36 +0400
36102              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
36103      Branch: perl
36104            ! win32/buildext.pl
36105 ____________________________________________________________________________
36106 [  9477] By: jhi                                   on 2001/03/30  22:41:16
36107         Log: Subject: small base.pm doc patch
36108              From: Leon Brocard <acme@astray.com>
36109              Date: Fri, 30 Mar 2001 21:49:57 +0100
36110              Message-ID: <20010330214957.B8733@ns0.astray.com>
36111      Branch: perl
36112            ! lib/base.pm
36113 ____________________________________________________________________________
36114 [  9476] By: jhi                                   on 2001/03/30  18:16:57
36115         Log: Subject: [PATCH] av.h cosmetics
36116              From: Simon Cozens <simon@netthink.co.uk>
36117              Date: Fri, 30 Mar 2001 18:12:28 +0100
36118              Message-ID: <20010330181228.A9319@netthink.co.uk>
36119      Branch: perl
36120            ! av.h
36121 ____________________________________________________________________________
36122 [  9475] By: jhi                                   on 2001/03/30  18:15:50
36123         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
36124              From: "Philip Newton" <pnewton@gmx.de>
36125              Date: Fri, 30 Mar 2001 19:06:57 +0200
36126              Message-ID: <3AC4D951.14815.1AC7068@localhost>
36127      Branch: perl
36128            ! pod/perlhack.pod
36129 ____________________________________________________________________________
36130 [  9474] By: jhi                                   on 2001/03/30  18:14:02
36131         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
36132              From: Benjamin Sugars <bsugars@canoe.ca>
36133              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
36134              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
36135      Branch: perl
36136            ! t/lib/glob-basic.t
36137 ____________________________________________________________________________
36138 [  9473] By: jhi                                   on 2001/03/30  16:09:24
36139         Log: Update Changes.
36140      Branch: perl
36141            ! Changes patchlevel.h
36142 ____________________________________________________________________________
36143 [  9472] By: jhi                                   on 2001/03/30  15:16:08
36144         Log: Integrate perlio.
36145      Branch: perl
36146           !> t/lib/cwd.t t/lib/glob-basic.t
36147 ____________________________________________________________________________
36148 [  9471] By: nick                                  on 2001/03/30  14:47:10
36149         Log: Should be (^O eq 'MSWin32') not 'Win32'
36150              Fail #12 seems real - chdir is in wrong dir.
36151      Branch: perlio
36152            ! t/lib/cwd.t
36153 ____________________________________________________________________________
36154 [  9470] By: jhi                                   on 2001/03/30  14:41:11
36155         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
36156              From: Radu Greab <radu@netsoft.ro>
36157              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
36158              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
36159              
36160              Replace #9352.
36161      Branch: perl
36162            ! ext/Socket/Socket.xs pp_sys.c
36163 ____________________________________________________________________________
36164 [  9469] By: jhi                                   on 2001/03/30  14:37:51
36165         Log: Subject: PATCH pod/perldiag.pod
36166              From: Robin Houston <robin@kitsite.com>
36167              Date: Fri, 30 Mar 2001 14:10:36 +0100
36168              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
36169      Branch: perl
36170            ! pod/perldiag.pod t/lib/glob-basic.t
36171 ____________________________________________________________________________
36172 [  9468] By: jhi                                   on 2001/03/30  14:36:36
36173         Log: Subject: Better diagnostic in io/fs.t
36174              From: andreas.koenig@anima.de (Andreas J. Koenig)
36175              Date: 30 Mar 2001 10:11:43 +0200
36176              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
36177      Branch: perl
36178            ! t/io/fs.t
36179 ____________________________________________________________________________
36180 [  9467] By: nick                                  on 2001/03/30  14:25:43
36181         Log: Skip order test of glob if case-ignoring system cannot 
36182              create a.test and A.test
36183      Branch: perlio
36184            ! t/lib/glob-basic.t
36185 ____________________________________________________________________________
36186 [  9466] By: nick                                  on 2001/03/30  13:03:12
36187         Log: Integrate mainline.
36188      Branch: perlio
36189            - ext/re/hints/aix.pl
36190           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
36191           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
36192           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
36193           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
36194 ____________________________________________________________________________
36195 [  9465] By: jhi                                   on 2001/03/30  03:53:37
36196         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
36197              the tests sometimes hang, sometimes not.)
36198      Branch: perl
36199            ! t/lib/io_multihomed.t t/lib/io_sock.t
36200 ____________________________________________________________________________
36201 [  9464] By: jhi                                   on 2001/03/30  02:56:04
36202         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
36203              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36204              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
36205              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
36206      Branch: perl
36207            ! op.c
36208 ____________________________________________________________________________
36209 [  9463] By: jhi                                   on 2001/03/30  02:34:48
36210         Log: Test for #9462.
36211      Branch: perl
36212            ! t/lib/b.t
36213 ____________________________________________________________________________
36214 [  9462] By: jhi                                   on 2001/03/30  02:29:37
36215         Log: Subject: B::Deparse precedence bug. (Patch included.)
36216              From: Jeremy Madea <jmadea@inktomi.com>
36217              Date: Thu, 29 Mar 2001 12:05:02 -0800
36218              Message-ID: <20010329120502.A24881@dr.inktomi.com>
36219      Branch: perl
36220            ! ext/B/B/Deparse.pm
36221 ____________________________________________________________________________
36222 [  9461] By: jhi                                   on 2001/03/30  02:18:41
36223         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
36224              From: Peter Prymmer <pvhp@forte.com>
36225              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
36226              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
36227      Branch: perl
36228            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
36229            ! t/lib/md5-file.t
36230 ____________________________________________________________________________
36231 [  9460] By: jhi                                   on 2001/03/30  02:17:07
36232         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
36233              From: Robin Houston <robin@kitsite.com>
36234              Date: Thu, 29 Mar 2001 20:47:56 +0100
36235              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
36236      Branch: perl
36237            ! ext/B/B/Debug.pm
36238 ____________________________________________________________________________
36239 [  9459] By: jhi                                   on 2001/03/30  02:16:05
36240         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
36241              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
36242              Date: Wed, 28 Mar 2001 18:02:20 -0600
36243              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
36244      Branch: perl
36245            ! lib/ExtUtils/MM_VMS.pm
36246 ____________________________________________________________________________
36247 [  9458] By: jhi                                   on 2001/03/30  02:07:58
36248         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
36249              From: "Joshua E. Rodd" <jrodd@pbs.org>
36250              Date: Wed, 28 Mar 2001 17:29:12 -0500
36251              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
36252      Branch: perl
36253            ! pod/perlop.pod
36254 ____________________________________________________________________________
36255 [  9457] By: jhi                                   on 2001/03/30  02:04:33
36256         Log: Subject: ext/re/aix.pl can go
36257              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36258              Date: Thu, 29 Mar 2001 12:03:28 +0200
36259              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
36260      Branch: perl
36261            - ext/re/hints/aix.pl
36262            ! MANIFEST
36263 ____________________________________________________________________________
36264 [  9456] By: jhi                                   on 2001/03/30  02:03:32
36265         Log: Integrate perlio.
36266      Branch: perl
36267           !> ext/Encode/Encode.xs installperl
36268 ____________________________________________________________________________
36269 [  9455] By: nick                                  on 2001/03/29  21:11:46
36270         Log: DLL name has changed so installperl needs to know
36271              (Why isn't it working it out or passed it?)
36272      Branch: perlio
36273            ! installperl
36274 ____________________________________________________________________________
36275 [  9454] By: nick                                  on 2001/03/29  20:56:12
36276         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
36277              and we don't get undef warnings.
36278      Branch: perlio
36279            ! ext/Encode/Encode.xs
36280 ____________________________________________________________________________
36281 [  9453] By: nick                                  on 2001/03/29  17:58:48
36282         Log: Integrate mainline
36283      Branch: perlio
36284           !> Changes patchlevel.h
36285 ____________________________________________________________________________
36286 [  9452] By: jhi                                   on 2001/03/29  16:44:55
36287         Log: Update Changes.
36288      Branch: perl
36289            ! Changes patchlevel.h
36290 ____________________________________________________________________________
36291 [  9451] By: nick                                  on 2001/03/29  16:31:38
36292         Log: Integrate mainline
36293      Branch: perlio
36294           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
36295           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
36296           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
36297           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
36298           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
36299 ____________________________________________________________________________
36300 [  9450] By: jhi                                   on 2001/03/29  16:29:17
36301         Log: Integrate perlio.
36302      Branch: perl
36303           !> win32/buildext.pl
36304 ____________________________________________________________________________
36305 [  9449] By: jhi                                   on 2001/03/29  15:50:01
36306         Log: Update Changes.
36307      Branch: perl
36308            ! Changes patchlevel.h
36309 ____________________________________________________________________________
36310 [  9448] By: nick                                  on 2001/03/29  15:47:15
36311         Log: Make sure buildext.pl finds Errno.pm
36312      Branch: perlio
36313            ! win32/buildext.pl
36314 ____________________________________________________________________________
36315 [  9447] By: jhi                                   on 2001/03/29  15:39:34
36316         Log: Integrate perlio.
36317      Branch: perl
36318           !> win32/makefile.mk
36319 ____________________________________________________________________________
36320 [  9446] By: nick                                  on 2001/03/29  15:30:03
36321         Log: Integrate win32/makefile.mk with mainline.
36322      Branch: perlio
36323           !> win32/makefile.mk
36324 ____________________________________________________________________________
36325 [  9445] By: nick                                  on 2001/03/29  15:27:32
36326         Log: Fix breakage ... 
36327      Branch: perlio
36328            ! win32/makefile.mk
36329 ____________________________________________________________________________
36330 [  9444] By: jhi                                   on 2001/03/29  15:03:08
36331         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
36332              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
36333              Date: Thu, 29 Mar 2001 10:32:59 +0400
36334              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
36335      Branch: perl
36336            ! win32/makefile.mk
36337 ____________________________________________________________________________
36338 [  9443] By: jhi                                   on 2001/03/29  15:02:12
36339         Log: Integrate perlio.
36340      Branch: perl
36341           +> win32/buildext.pl
36342           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
36343           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
36344 ____________________________________________________________________________
36345 [  9442] By: nick                                  on 2001/03/29  14:59:11
36346         Log: Work in progress - determine win32 extensions to build via script.
36347      Branch: perlio
36348            + win32/buildext.pl
36349            ! MANIFEST win32/makefile.mk
36350 ____________________________________________________________________________
36351 [  9441] By: jhi                                   on 2001/03/29  14:51:47
36352         Log: Reintroduce the use of external pwd.
36353      Branch: perl
36354            ! t/lib/cwd.t
36355 ____________________________________________________________________________
36356 [  9440] By: jhi                                   on 2001/03/29  14:42:58
36357         Log: use warnings instead of -w.
36358      Branch: perl
36359            ! utils/h2xs.PL
36360 ____________________________________________________________________________
36361 [  9439] By: jhi                                   on 2001/03/29  14:41:52
36362         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
36363              From: Jonathan Stowe <gellyfish@gellyfish.com>
36364              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
36365              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
36366      Branch: perl
36367            ! utils/h2xs.PL
36368 ____________________________________________________________________________
36369 [  9438] By: jhi                                   on 2001/03/29  14:39:38
36370         Log: Subject: [PATCH perl@9424] minor pod nits
36371              From: Robin Barker <rmb1@cise.npl.co.uk>
36372              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
36373              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
36374      Branch: perl
36375            ! pod/perlhack.pod pod/perliol.pod
36376 ____________________________________________________________________________
36377 [  9437] By: jhi                                   on 2001/03/29  14:29:16
36378         Log: Subject: [PATCH perl@9424] typemap cast warning
36379              From: Robin Barker <rmb1@cise.npl.co.uk>
36380              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
36381              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
36382      Branch: perl
36383            ! lib/ExtUtils/typemap
36384 ____________________________________________________________________________
36385 [  9436] By: jhi                                   on 2001/03/29  14:26:03
36386         Log: Subject: [PATCH perl@9424] printf warning
36387              From: Robin Barker <rmb1@cise.npl.co.uk>
36388              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
36389              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
36390      Branch: perl
36391            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
36392            ! ext/Storable/Storable.xs toke.c
36393 ____________________________________________________________________________
36394 [  9435] By: nick                                  on 2001/03/29  14:23:31
36395         Log: Win32 has name conflict with ERROR
36396      Branch: perlio
36397            ! ext/PerlIO/Via/Via.xs
36398 ____________________________________________________________________________
36399 [  9434] By: jhi                                   on 2001/03/29  14:17:48
36400         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
36401              From: Peter Prymmer <pvhp@forte.com>
36402              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
36403              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
36404      Branch: perl
36405            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
36406 ____________________________________________________________________________
36407 [  9433] By: jhi                                   on 2001/03/29  13:52:44
36408         Log: test-prep target was missing.
36409      Branch: perl
36410            ! Makefile.SH
36411 ____________________________________________________________________________
36412 [  9432] By: nick                                  on 2001/03/29  12:40:03
36413         Log: Make as-shipped compiler default to MSVC6 
36414      Branch: perlio
36415            ! win32/makefile.mk
36416 ____________________________________________________________________________
36417 [  9431] By: nick                                  on 2001/03/29  12:12:16
36418         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
36419              akin to PerlIO::Scalar.
36420      Branch: perlio
36421            ! perlio.c perlio.h
36422 ____________________________________________________________________________
36423 [  9430] By: nick                                  on 2001/03/29  10:56:35
36424         Log: Integrate mainline.
36425      Branch: perlio
36426           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
36427           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
36428           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
36429           !> win32/makefile.mk win32/win32sck.c
36430 ____________________________________________________________________________
36431 [  9429] By: nick                                  on 2001/03/29  09:03:43
36432         Log: Noticed that two tests were skipped as perlio:: package
36433              isn't there any more. Changed the skip condition.
36434              Avoid core-dump if sv_utf8_upgrade() called on something
36435              that does not become SvPOK after SvPV() (e.g. a ref).
36436      Branch: perlio
36437            ! sv.c t/io/utf8.t t/lib/io_scalar.t
36438 ____________________________________________________________________________
36439 [  9428] By: jhi                                   on 2001/03/29  01:31:47
36440         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
36441              From: Benjamin Sugars <bsugars@canoe.ca> 
36442              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
36443              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
36444      Branch: perl
36445            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
36446            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
36447            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
36448 ____________________________________________________________________________
36449 [  9427] By: jhi                                   on 2001/03/29  00:49:30
36450         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
36451              From: "Vadim Konovalov" <watman@inbox.ru>
36452              Date: Thu, 29 Mar 2001 01:50:12 +0400
36453              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
36454      Branch: perl
36455            ! win32/makefile.mk win32/win32sck.c
36456 ____________________________________________________________________________
36457 [  9426] By: gsar                                  on 2001/03/29  00:28:04
36458         Log: dmake can only handle == and != in comparisons; support building
36459              with Borland's VCL libraries (from Vadim Konovalov)
36460      Branch: maint-5.6/perl
36461            ! win32/makefile.mk
36462 ____________________________________________________________________________
36463 [  9425] By: nick                                  on 2001/03/28  19:29:56
36464         Log: Integrate (@snapshot)
36465      Branch: perlio
36466           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
36467 ____________________________________________________________________________
36468 [  9424] By: jhi                                   on 2001/03/28  19:03:16
36469         Log: Update Changes.
36470      Branch: perl
36471            ! Changes patchlevel.h
36472 ____________________________________________________________________________
36473 [  9423] By: jhi                                   on 2001/03/28  18:52:09
36474         Log: Rmdir lib/XS on cleanup.
36475      Branch: perl
36476            ! Makefile.SH
36477 ____________________________________________________________________________
36478 [  9422] By: jhi                                   on 2001/03/28  18:49:34
36479         Log: Integrate perlio.
36480      Branch: perl
36481           !> t/op/utf8decode.t
36482 ____________________________________________________________________________
36483 [  9421] By: nick                                  on 2001/03/28  18:46:44
36484         Log: Loose duplicate chunk.
36485      Branch: perlio
36486            ! t/op/utf8decode.t
36487 ____________________________________________________________________________
36488 [  9420] By: nick                                  on 2001/03/28  18:44:11
36489         Log: Integrate mainline.
36490      Branch: perlio
36491           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
36492           !> vms/vmsish.h
36493 ____________________________________________________________________________
36494 [  9419] By: jhi                                   on 2001/03/28  18:42:05
36495         Log: Can't trust external pwds
36496              (either shell builtins or external programs)
36497      Branch: perl
36498            ! t/lib/cwd.t
36499 ____________________________________________________________________________
36500 [  9418] By: jhi                                   on 2001/03/28  18:34:05
36501         Log: Integrate perlio.
36502      Branch: perl
36503            - lib/perlio.pm
36504           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
36505           !> t/op/utf8decode.t
36506 ____________________________________________________________________________
36507 [  9417] By: nick                                  on 2001/03/28  18:24:02
36508         Log: PerlIO.pm / perlio.pm conflict.
36509              Update some pods.
36510              Make t/op/utf8decode.t a text file.
36511      Branch: perlio
36512            - lib/perlio.pm
36513            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
36514            ! t/op/utf8decode.t
36515 ____________________________________________________________________________
36516 [  9416] By: jhi                                   on 2001/03/28  18:06:07
36517         Log: Integrate change #9409 from mainline to maintperl.
36518              
36519              Yet another tweak on AIX dynaloading.
36520      Branch: maint-5.6/perl
36521           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
36522 ____________________________________________________________________________
36523 [  9415] By: gsar                                  on 2001/03/28  17:13:01
36524         Log: integrate changes#9377,9385,9401 from mainline
36525              
36526              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
36527              
36528              If directory entries compare equal case-insensitively,
36529              retry case-sensitively.
36530              
36531              Subject: [PATCH] B::Terse and warnings
36532      Branch: maint-5.6/perl
36533           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
36534           !> t/pragma/warn/perl
36535 ____________________________________________________________________________
36536 [  9414] By: jhi                                   on 2001/03/28  17:11:12
36537         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
36538              From: "Craig A. Berry" <craigberry@mac.com>
36539              Date: Wed, 28 Mar 2001 10:55:20 -0600
36540              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
36541      Branch: perl
36542            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
36543 ____________________________________________________________________________
36544 [  9413] By: jhi                                   on 2001/03/28  17:03:12
36545         Log: Dup hunk.
36546      Branch: perl
36547            ! t/op/utf8decode.t
36548 ____________________________________________________________________________
36549 [  9412] By: jhi                                   on 2001/03/28  17:02:36
36550         Log: Forced integrate from perlio.
36551      Branch: perl
36552           !> t/op/utf8decode.t
36553 ____________________________________________________________________________
36554 [  9411] By: nick                                  on 2001/03/28  16:50:03
36555         Log: Integrate mainline.
36556      Branch: perlio
36557           +> t/lib/cwd.t
36558           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
36559           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
36560           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
36561           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
36562           !> t/pragma/warn/perl
36563 ____________________________________________________________________________
36564 [  9410] By: jhi                                   on 2001/03/28  16:44:23
36565         Log: Subject: Re: [PATCH] 9403 cannot be tested
36566              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36567              Date: Wed, 28 Mar 2001 18:33:56 +0200
36568              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
36569      Branch: perl
36570            ! makedef.pl
36571 ____________________________________________________________________________
36572 [  9409] By: jhi                                   on 2001/03/28  16:12:45
36573         Log: Yet another tweak on AIX dynaloading.
36574      Branch: perl
36575            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
36576 ____________________________________________________________________________
36577 [  9408] By: jhi                                   on 2001/03/28  15:52:55
36578         Log: Subject: [PATCH] 9403 cannot be tested
36579              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
36580              Date: Wed, 28 Mar 2001 17:23:00 +0200
36581              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
36582              
36583              A missing symbol.
36584      Branch: perl
36585            ! makedef.pl
36586 ____________________________________________________________________________
36587 [  9407] By: jhi                                   on 2001/03/28  15:47:43
36588         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
36589      Branch: perl
36590            ! t/op/utf8decode.t
36591           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
36592           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
36593 ____________________________________________________________________________
36594 [  9406] By: jhi                                   on 2001/03/28  15:37:08
36595         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
36596              From: Benjamin Sugars <bsugars@canoe.ca> 
36597              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
36598              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
36599      Branch: perl
36600            + t/lib/cwd.t
36601            ! MANIFEST
36602 ____________________________________________________________________________
36603 [  9405] By: jhi                                   on 2001/03/28  15:13:18
36604         Log: pp_ne() needs a CORRECT boolean.
36605      Branch: perl
36606            ! pp.c
36607 ____________________________________________________________________________
36608 [  9404] By: jhi                                   on 2001/03/28  15:09:23
36609         Log: pp_ne() needs a boolean, not an integer.
36610      Branch: perl
36611            ! pp.c
36612 ____________________________________________________________________________
36613 [  9403] By: jhi                                   on 2001/03/28  14:47:43
36614         Log: (Retracted by #9404.)
36615      Branch: perl
36616            ! pp.c
36617 ____________________________________________________________________________
36618 [  9402] By: jhi                                   on 2001/03/28  14:43:59
36619         Log: Subject: Re: [PATCH] Typemap testing
36620              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
36621              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
36622              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
36623      Branch: perl
36624            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
36625            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
36626 ____________________________________________________________________________
36627 [  9401] By: jhi                                   on 2001/03/28  14:42:14
36628         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
36629              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
36630              Date: Sun, 25 Mar 2001 21:59:15 +0100
36631              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
36632              
36633              A variable will be checked for the "use once" warnings if:
36634              
36635              1. It is in the scope of a use warnings 'once'
36636              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
36637              
36638              Otherwise it won't be checked at all.
36639              
36640              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
36641              
36642              The enclosed patch partially fixes this issue. What I didn't
36643              get to work was the case where the "used once" warning is enabled
36644              in any file other than the main file.
36645      Branch: perl
36646            ! gv.c t/pragma/warn/perl
36647 ____________________________________________________________________________
36648 [  9400] By: nick                                  on 2001/03/28  14:38:24
36649         Log: More EBCDIC tweaks:
36650              - one more swash issue &~(0xA0-1) did not do the right thing,
36651              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
36652              - add "use re 'asciirange'" to make [!-~] etc. work
36653              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
36654              - Choose a key for t/op/each.t test which gets encoded.
36655              - Skip utf8decode if this is UTF-EBCDIC.
36656      Branch: perlio
36657            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
36658            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
36659 ____________________________________________________________________________
36660 [  9399] By: jhi                                   on 2001/03/28  14:21:00
36661         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
36662              Andreas Schwab.
36663      Branch: perl
36664            ! pp.c
36665 ____________________________________________________________________________
36666 [  9398] By: jhi                                   on 2001/03/28  00:55:56
36667         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
36668              From: David Dyck <dcd@tc.fluke.com>
36669              Date: Tue, 27 Mar 2001 15:16:24 -0800
36670              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
36671      Branch: perl
36672            ! ext/IO/lib/IO/Socket.pm
36673 ____________________________________________________________________________
36674 [  9397] By: jhi                                   on 2001/03/27  21:52:49
36675         Log: Integrate perlio.
36676      Branch: perl
36677           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
36678           +> ext/PerlIO/Via/Via.xs
36679           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
36680 ____________________________________________________________________________
36681 [  9396] By: nick                                  on 2001/03/27  21:45:13
36682         Log: Integrate mainline.
36683      Branch: perlio
36684           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
36685           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
36686 ____________________________________________________________________________
36687 [  9395] By: nick                                  on 2001/03/27  21:18:58
36688         Log: Outline docs for PerlIO and PerlIO::Scalar
36689      Branch: perlio
36690            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
36691 ____________________________________________________________________________
36692 [  9394] By: nick                                  on 2001/03/27  20:50:13
36693         Log: PerlIO::Via layer (alpha-ish).
36694      Branch: perlio
36695            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
36696            + ext/PerlIO/Via/Via.xs
36697            ! MANIFEST
36698 ____________________________________________________________________________
36699 [  9393] By: jhi                                   on 2001/03/27  20:49:55
36700         Log: Retract #9329 now that 9390 should take care of the matter.
36701      Branch: perl
36702            ! utils/h2xs.PL
36703 ____________________________________________________________________________
36704 [  9390] By: jhi                                   on 2001/03/27  20:47:50
36705         Log: Subject: Autoloading Errno.pm when %! is encountered
36706              From: Robin Houston <robin@kitsite.com>
36707              Date: Tue, 27 Mar 2001 20:57:11 +0100
36708              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
36709      Branch: perl
36710            ! embed.h embed.pl gv.c proto.h t/op/magic.t
36711 ____________________________________________________________________________
36712 [  9389] By: jhi                                   on 2001/03/27  20:24:31
36713         Log: Integrate perlio.
36714      Branch: perl
36715           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
36716           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
36717           !> utf8.c
36718 ____________________________________________________________________________
36719 [  9388] By: jhi                                   on 2001/03/27  20:21:38
36720         Log: Better have a three-element array if one is going to assign
36721              to the third element of that array. (from Tim Jenness)
36722      Branch: perl
36723            ! ext/XS/Typemap/Typemap.xs
36724 ____________________________________________________________________________
36725 [  9387] By: nick                                  on 2001/03/27  20:15:43
36726         Log: Integrate mainline.
36727      Branch: perlio
36728           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
36729           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
36730           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
36731           +> t/lib/xs-typemap.t
36732           !> (integrate 34 files)
36733 ____________________________________________________________________________
36734 [  9386] By: jhi                                   on 2001/03/27  20:04:18
36735         Log: Subject: Re: perl@9359 breaks HTML::Parser
36736              From: Gisle Aas <gisle@ActiveState.com>
36737              Date: 27 Mar 2001 11:30:24 -0800
36738              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
36739              
36740              Clarify the UTF-8 issues of the API docs.
36741              (Slightly reworded and expanded.)
36742      Branch: perl
36743            ! pod/perlapi.pod sv.c sv.h
36744 ____________________________________________________________________________
36745 [  9385] By: jhi                                   on 2001/03/27  19:44:25
36746         Log: If directory entries compare equal case-insensitively,
36747              retry case-sensitively.
36748      Branch: perl
36749            ! ext/File/Glob/bsd_glob.c
36750 ____________________________________________________________________________
36751 [  9384] By: nick                                  on 2001/03/27  19:38:50
36752         Log: Various EBCDIC fixes:
36753              - major revelation that swash code is encoding aware,
36754              (or thought it was) - now it is ;-)
36755              - With that out of the way fix a slab of tr/// cases.
36756              - Fix Encode 'Unicode' to be true Unicode so tests pass.
36757              - As anticipated Base64.xs needed tweaks.
36758              - Until tr/// works right avoid old_encode64 in MIME tests.
36759      Branch: perlio
36760            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
36761            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
36762 ____________________________________________________________________________
36763 [  9383] By: jhi                                   on 2001/03/27  18:34:41
36764         Log: Add the std test suite BEGIN block.
36765      Branch: perl
36766            ! t/lib/xs-typemap.t
36767 ____________________________________________________________________________
36768 [  9382] By: jhi                                   on 2001/03/27  15:16:07
36769         Log: Add debugging output to the test.
36770      Branch: perl
36771            ! t/lib/glob-basic.t
36772 ____________________________________________________________________________
36773 [  9381] By: jhi                                   on 2001/03/27  15:08:10
36774         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
36775      Branch: perl
36776            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
36777            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
36778            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
36779            + t/lib/xs-typemap.t
36780            ! MANIFEST
36781 ____________________________________________________________________________
36782 [  9380] By: jhi                                   on 2001/03/27  14:48:34
36783         Log: Subject: [PATCH] Typemap testing
36784              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
36785              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
36786              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
36787              
36788              (The first part of the patch.)
36789      Branch: perl
36790            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
36791 ____________________________________________________________________________
36792 [  9379] By: jhi                                   on 2001/03/27  14:44:56
36793         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
36794              From: Benjamin Sugars <bsugars@canoe.ca> 
36795              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
36796              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
36797      Branch: perl
36798            ! t/lib/glob-basic.t
36799 ____________________________________________________________________________
36800 [  9378] By: jhi                                   on 2001/03/27  14:42:30
36801         Log: Subject: [PATCH] perlvar nit
36802              From: Simon Cozens <simon@netthink.co.uk>
36803              Date: Tue, 27 Mar 2001 01:12:01 +0100
36804              Message-ID: <20010327011201.A19179@netthink.co.uk>
36805      Branch: perl
36806            ! pod/perlvar.pod
36807 ____________________________________________________________________________
36808 [  9377] By: jhi                                   on 2001/03/27  14:36:26
36809         Log: Subject: [PATCH] B::Terse and warnings
36810              From: Benjamin Sugars <ben.sugars@home.com>
36811              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
36812              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
36813      Branch: perl
36814            ! ext/B/B.pm ext/B/B/Terse.pm
36815 ____________________________________________________________________________
36816 [  9376] By: jhi                                   on 2001/03/27  14:31:31
36817         Log: Document sockatmark() some.
36818      Branch: perl
36819            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
36820            ! pod/perltoc.pod
36821 ____________________________________________________________________________
36822 [  9375] By: jhi                                   on 2001/03/27  14:00:24
36823         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
36824              noted by Gisle and fixed by NI-S.
36825      Branch: perl
36826            ! sv.c
36827 ____________________________________________________________________________
36828 [  9374] By: jhi                                   on 2001/03/27  05:50:01
36829         Log: Regen toc.
36830      Branch: perl
36831            ! pod/perltoc.pod
36832 ____________________________________________________________________________
36833 [  9373] By: jhi                                   on 2001/03/27  05:43:51
36834         Log: Pixie documenting.
36835      Branch: perl
36836            ! Makefile.SH pod/perlhack.pod
36837 ____________________________________________________________________________
36838 [  9372] By: jhi                                   on 2001/03/27  05:29:34
36839         Log: Metaconfig unit changes for #9371.
36840      Branch: metaconfig
36841            ! U/modified/myhostname.U
36842      Branch: metaconfig/U/perl
36843            + d_sockatmark.U
36844            ! gccvers.U
36845 ____________________________________________________________________________
36846 [  9371] By: jhi                                   on 2001/03/27  05:29:07
36847         Log: Add sockatmark() probing.
36848      Branch: perl
36849            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36850            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
36851            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36852            ! vos/config.ga.h win32/config.bc win32/config.gc
36853            ! win32/config.vc
36854 ____________________________________________________________________________
36855 [  9370] By: jhi                                   on 2001/03/26  22:01:18
36856         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
36857              Really need to benchmark this.
36858      Branch: perl
36859            ! pp.c
36860 ____________________________________________________________________________
36861 [  9369] By: nick                                  on 2001/03/26  21:59:30
36862         Log: Integrate mainline.
36863      Branch: perlio
36864            ! ext/MIME/Base64/QuotedPrint.pm
36865           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
36866           !> patchlevel.h pod/perlhack.pod pp_sys.c
36867 ____________________________________________________________________________
36868 [  9368] By: jhi                                   on 2001/03/26  21:47:03
36869         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
36870              
36871              TODO1: perlbench.
36872              TODO2: le, lt, ge, gt?  Yech.
36873      Branch: perl
36874            ! pp.c
36875 ____________________________________________________________________________
36876 [  9367] By: jhi                                   on 2001/03/26  21:34:57
36877         Log: Too much cut-and-paste in #9363.
36878      Branch: perl
36879            ! pp_sys.c
36880 ____________________________________________________________________________
36881 [  9366] By: jhi                                   on 2001/03/26  21:20:53
36882         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
36883              From: Andreas Schwab <schwab@suse.de>
36884              Date: 26 Mar 2001 17:29:04 +0200
36885              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
36886              
36887              (The patch for 5.6.0 or so, this is a guess for bleadperl)
36888      Branch: perl
36889            ! pp_hot.c
36890 ____________________________________________________________________________
36891 [  9365] By: jhi                                   on 2001/03/26  21:07:54
36892         Log: Integrate perlio.
36893      Branch: perl
36894           !> perlio.c
36895 ____________________________________________________________________________
36896 [  9364] By: nick                                  on 2001/03/26  20:30:48
36897         Log: REFCNT botch in layer name cache hash.
36898      Branch: perlio
36899            ! perlio.c
36900 ____________________________________________________________________________
36901 [  9363] By: jhi                                   on 2001/03/26  18:44:32
36902         Log: Subject: [PATCH] socket() leaks file descriptors
36903              From: Benjamin Sugars <bsugars@canoe.ca>
36904              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
36905              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
36906              
36907              Also sockpair() fixed similarly.
36908      Branch: perl
36909            ! pp_sys.c
36910 ____________________________________________________________________________
36911 [  9362] By: jhi                                   on 2001/03/26  18:37:52
36912         Log: Integrate perlio.
36913      Branch: perl
36914           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
36915 ____________________________________________________________________________
36916 [  9361] By: nick                                  on 2001/03/26  17:32:06
36917         Log: Implement flush of linebuffered streams on read of a tty.
36918      Branch: perlio
36919            ! perlio.c perliol.h
36920 ____________________________________________________________________________
36921 [  9360] By: nick                                  on 2001/03/26  17:12:32
36922         Log: Memory tweaks and notes for OEMVS.
36923      Branch: perlio
36924            ! README.os390 miniperlmain.c t/op/pat.t
36925 ____________________________________________________________________________
36926 [  9359] By: jhi                                   on 2001/03/26  02:12:54
36927         Log: Update Changes.
36928      Branch: perl
36929            ! Changes patchlevel.h
36930 ____________________________________________________________________________
36931 [  9358] By: jhi                                   on 2001/03/26  02:05:32
36932         Log: Document the most common pixie options.
36933      Branch: perl
36934            ! pod/perlhack.pod
36935 ____________________________________________________________________________
36936 [  9357] By: jhi                                   on 2001/03/26  01:25:28
36937         Log: For perl.pixie check *before* compiling that optimize is -g,
36938              as for perl.third.
36939      Branch: perl
36940            ! Makefile.SH
36941 ____________________________________________________________________________
36942 [  9356] By: jhi                                   on 2001/03/26  01:13:41
36943         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
36944      Branch: perl
36945            ! Makefile.SH
36946 ____________________________________________________________________________
36947 [  9355] By: jhi                                   on 2001/03/26  01:11:19
36948         Log: Remove t/perl.third.
36949      Branch: perl
36950            ! Makefile.SH
36951 ____________________________________________________________________________
36952 [  9354] By: jhi                                   on 2001/03/26  00:23:38
36953         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
36954              IO::Sockatmark().
36955      Branch: perl
36956            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
36957 ____________________________________________________________________________
36958 [  9353] By: jhi                                   on 2001/03/25  22:25:04
36959         Log: Integrate perlio.
36960      Branch: perl
36961           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
36962           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
36963           !> pp_hot.c win32/makefile.mk
36964 ____________________________________________________________________________
36965 [  9352] By: jhi                                   on 2001/03/25  22:21:41
36966         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
36967              From: Radu Greab <radu@netsoft.ro>
36968              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
36969              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
36970      Branch: perl
36971            ! pp_sys.c
36972 ____________________________________________________________________________
36973 [  9351] By: nick                                  on 2001/03/25  22:15:02
36974         Log: Fix readline in list mode to tell rest of world that it has
36975              things on the stack. Otherwise if perl code gets invoked
36976              underneath it it scribbles over results-so-far.
36977              (Why TIEHANDLE has not tripped on this is a mystery.)
36978      Branch: perlio
36979            ! pp_hot.c
36980 ____________________________________________________________________________
36981 [  9350] By: nick                                  on 2001/03/25  22:10:13
36982         Log: win32/makefile.mk typos
36983      Branch: perlio
36984            ! win32/makefile.mk
36985 ____________________________________________________________________________
36986 [  9349] By: nick                                  on 2001/03/25  21:31:14
36987         Log: Integrate now-non-binary file.
36988      Branch: perlio
36989           !> t/lib/mimeqp.t
36990 ____________________________________________________________________________
36991 [  9348] By: nick                                  on 2001/03/25  21:27:24
36992         Log: Make it text
36993      Branch: perlio
36994            ! t/lib/mimeqp.t
36995 ____________________________________________________________________________
36996 [  9347] By: nick                                  on 2001/03/25  21:25:37
36997         Log: Integrate mainline.
36998      Branch: perlio
36999           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
37000           !> lib/Term/ReadLine.pm t/lib/md5-file.t
37001 ____________________________________________________________________________
37002 [  9346] By: nick                                  on 2001/03/25  20:58:15
37003         Log: Add destruct time hook to PerlIO (for work-in-process implementing
37004              layers in perl code. In such cases layers need to be popped before
37005              we loose the ability to run perl code.)
37006              Also back-out "PerlIO::object" hook - it isn't going to work like that...
37007      Branch: perlio
37008            ! perl.c perlio.c perlio.h perliol.h
37009 ____________________________________________________________________________
37010 [  9345] By: nick                                  on 2001/03/25  20:49:11
37011         Log: Avoid at leasy one of undefined warnings in Encode.
37012      Branch: perlio
37013            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
37014 ____________________________________________________________________________
37015 [  9344] By: jhi                                   on 2001/03/25  20:37:43
37016         Log: A workaround for using Term::ReadLine in emacs minibuffer
37017              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
37018              additional tweaks from Ilya Zakharevich.
37019      Branch: perl
37020            ! lib/Term/ReadLine.pm
37021 ____________________________________________________________________________
37022 [  9343] By: nick                                  on 2001/03/25  20:21:14
37023         Log: Missing return value.
37024      Branch: perlio
37025            ! ext/PerlIO/Scalar/Scalar.xs
37026 ____________________________________________________________________________
37027 [  9342] By: jhi                                   on 2001/03/25  16:21:00
37028         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
37029              to equal the CPAN versions since no code changes have been made.
37030      Branch: perl
37031            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
37032            ! t/lib/md5-file.t
37033 ____________________________________________________________________________
37034 [  9341] By: jhi                                   on 2001/03/25  16:01:48
37035         Log: Escape 8-bit characters.
37036      Branch: perl
37037            ! t/lib/mimeqp.t
37038 ____________________________________________________________________________
37039 [  9340] By: gsar                                  on 2001/03/25  15:50:53
37040         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
37041              chars)
37042      Branch: perl
37043            + t/lib/mimeqp.t
37044 ____________________________________________________________________________
37045 [  9339] By: gsar                                  on 2001/03/25  15:48:50
37046         Log: delete mimeqp.t for later add with text mode set
37047      Branch: perl
37048            - t/lib/mimeqp.t
37049 ____________________________________________________________________________
37050 [  9338] By: nick                                  on 2001/03/25  09:01:57
37051         Log: Integrate mainline.
37052      Branch: perlio
37053           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
37054           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
37055           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
37056           +> t/lib/mimeb64u.t t/lib/mimeqp.t
37057           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
37058           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
37059           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
37060 ____________________________________________________________________________
37061 [  9337] By: jhi                                   on 2001/03/25  04:23:24
37062         Log: Add MIME::Base64 here and there.  Again, a lot of
37063              optimism is in the air.
37064      Branch: perl
37065            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
37066            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
37067 ____________________________________________________________________________
37068 [  9336] By: jhi                                   on 2001/03/25  04:12:43
37069         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
37070              this by ear as I do not do Win32 programming.)
37071      Branch: perl
37072            ! win32/Makefile win32/makefile.mk
37073 ____________________________________________________________________________
37074 [  9335] By: jhi                                   on 2001/03/25  04:03:50
37075         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
37076      Branch: perl
37077            ! t/lib/md5-file.t
37078 ____________________________________________________________________________
37079 [  9334] By: jhi                                   on 2001/03/25  03:58:53
37080         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
37081      Branch: perl
37082            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
37083            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
37084            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
37085            + t/lib/mimeb64u.t t/lib/mimeqp.t
37086            ! MANIFEST
37087 ____________________________________________________________________________
37088 [  9333] By: jhi                                   on 2001/03/24  20:14:37
37089         Log: Integrate perlio.
37090      Branch: perl
37091           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
37092 ____________________________________________________________________________
37093 [  9332] By: nick                                  on 2001/03/24  19:40:34
37094         Log: Fix un-init variable leading to spurious "Out of Memory!"
37095      Branch: perlio
37096            ! doio.c
37097 ____________________________________________________________________________
37098 [  9331] By: nick                                  on 2001/03/24  19:09:59
37099         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
37100              and update layers internals doc.
37101      Branch: perlio
37102            ! pod/perlfunc.pod pod/perliol.pod
37103 ____________________________________________________________________________
37104 [  9330] By: jhi                                   on 2001/03/24  18:42:11
37105         Log: The length might be uninitialized garbage if the *svp is the undef.
37106      Branch: perl
37107            ! doio.c
37108 ____________________________________________________________________________
37109 [  9329] By: jhi                                   on 2001/03/24  18:26:57
37110         Log: (Retracted by #9393)
37111              
37112              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
37113              From: Simon Cozens <simon@netthink.co.uk>
37114              Date: Sat, 24 Mar 2001 17:13:17 +0000
37115              Message-ID: <20010324171317.A13406@netthink.co.uk>
37116      Branch: perl
37117            ! utils/h2xs.PL
37118 ____________________________________________________________________________
37119 [  9328] By: nick                                  on 2001/03/24  17:22:02
37120         Log: Integrate mainline.
37121      Branch: perlio
37122           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
37123           !> lib/unicode/version
37124 ____________________________________________________________________________
37125 [  9327] By: nick                                  on 2001/03/24  17:16:02
37126         Log: Integrate mainline.
37127      Branch: perlio
37128           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
37129           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
37130           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
37131           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
37132           +> t/lib/md5-file.t
37133           !> MANIFEST Makefile.SH configure.com djgpp/config.over
37134           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
37135           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
37136           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
37137           !> win32/makefile.mk
37138 ____________________________________________________________________________
37139 [  9326] By: jhi                                   on 2001/03/24  17:00:42
37140         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
37141      Branch: perl
37142            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
37143            ! lib/unicode/version
37144 ____________________________________________________________________________
37145 [  9325] By: jhi                                   on 2001/03/24  16:22:33
37146         Log: Subject: Re: B::Deparse bug (5.6.0)
37147              From: Robin Houston <robin@kitsite.com>
37148              Date: Sat, 24 Mar 2001 14:33:09 +0000
37149              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
37150      Branch: perl
37151            ! op.c pp.c t/lib/b.t t/op/repeat.t
37152 ____________________________________________________________________________
37153 [  9324] By: jhi                                   on 2001/03/24  16:21:56
37154         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
37155              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
37156              these additions may be too optimistic.
37157      Branch: perl
37158            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
37159            ! hints/uwin.sh hints/vmesa.sh
37160 ____________________________________________________________________________
37161 [  9323] By: jhi                                   on 2001/03/24  16:06:01
37162         Log: Integrate perlio.
37163      Branch: perl
37164           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
37165           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
37166            ! Makefile.SH
37167           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
37168           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
37169           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
37170           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
37171           !> win32/makefile.mk win32/perlhost.h win32/win32.c
37172           !> win32/win32iop.h
37173 ____________________________________________________________________________
37174 [  9322] By: nick                                  on 2001/03/24  14:39:12
37175         Log: Routine Win32 regen_config_h - no real changes.
37176      Branch: perlio
37177            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37178 ____________________________________________________________________________
37179 [  9321] By: nick                                  on 2001/03/24  14:31:49
37180         Log: PerlIO fixups for Win32:
37181              - provide win33_popenlist() - non-functional as yet.
37182              - avoid need for aTHX in PerlIO_debug calls - even if not 
37183              enabled args are still evaluated so Win32 has trouble during fork().
37184              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
37185              - Fixup makedef.pl for latest set of symbols.
37186      Branch: perlio
37187            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
37188            ! win32/perlhost.h win32/win32.c win32/win32iop.h
37189 ____________________________________________________________________________
37190 [  9320] By: nick                                  on 2001/03/24  14:26:58
37191         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
37192              was gibberish - broke it on WIn32 at least.
37193      Branch: perlio
37194            ! ext/POSIX/POSIX.xs
37195 ____________________________________________________________________________
37196 [  9319] By: nick                                  on 2001/03/24  11:29:41
37197         Log: Generated files.
37198      Branch: perlio
37199            ! embed.h global.sym objXSUB.h perlapi.c proto.h
37200 ____________________________________________________________________________
37201 [  9318] By: nick                                  on 2001/03/24  10:29:37
37202         Log: Implement:
37203              1.  open($fh,"+<",undef);  # add test to t/io/open.t
37204              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
37205      Branch: perlio
37206            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
37207            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
37208            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
37209            ! t/io/open.t t/io/utf8.t
37210 ____________________________________________________________________________
37211 [  9317] By: jhi                                   on 2001/03/23  23:41:25
37212         Log: AIX does seems to have optimization problems with its C compilers.
37213      Branch: perl
37214            ! hints/aix.sh
37215 ____________________________________________________________________________
37216 [  9316] By: jhi                                   on 2001/03/23  23:40:46
37217         Log: Integrate perlio.
37218      Branch: perl
37219           +> lib/PerlIO.pm
37220           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
37221           !> perliol.h
37222 ____________________________________________________________________________
37223 [  9315] By: jhi                                   on 2001/03/23  22:16:30
37224         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
37225      Branch: perl
37226            ! t/lib/md5-file.t
37227 ____________________________________________________________________________
37228 [  9314] By: nick                                  on 2001/03/23  20:49:02
37229         Log: Perlio internals re-organized.
37230              - open process creates AV of layer/arg pairs
37231              (appends layers from open() or open.pm to default list).
37232              - push arg is now an SV.
37233              - layer ->Open get passed the AV
37234              - open is no longer mandatory method.
37235              - topmost layer that has ->Open method does the open
37236              - any layers above are pushed once that returns.
37237              - vtable re-ordered so dummy layers need only provide push/pop methods.
37238      Branch: perlio
37239            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
37240 ____________________________________________________________________________
37241 [  9313] By: nick                                  on 2001/03/23  16:27:41
37242         Log: Check in a stable (working) version before next round of tweaks.
37243              Changes include:
37244              - Move default layers code out of doio.c and into perlio.c
37245              - Single routine for parsing layer specification strings.
37246              - Skeleton support for demand loading of layers
37247              - Core-dump avoidance if PERLIO environment specifies loadable layer
37248              (does not _work_ as need IO to load and need load to do IO ...)
37249      Branch: perlio
37250            + lib/PerlIO.pm
37251            ! MANIFEST doio.c perlio.c
37252 ____________________________________________________________________________
37253 [  9312] By: gsar                                  on 2001/03/23  16:25:25
37254         Log: add execute bit to files with shebang lines in the repository;
37255              avoid clobbering execute bit in Porting/makerel 
37256      Branch: maint-5.6/perl
37257            ! (edit 144 files)
37258 ____________________________________________________________________________
37259 [  9311] By: jhi                                   on 2001/03/23  14:25:35
37260         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
37261      Branch: perl
37262            ! MANIFEST
37263 ____________________________________________________________________________
37264 [  9310] By: jhi                                   on 2001/03/23  13:45:04
37265         Log: Subject: [PATCH] Net::Ping
37266              From: Colin McMillen <mcmi0037@tc.umn.edu>
37267              Date: Thu, 22 Mar 2001 19:30:31 -0600
37268              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
37269      Branch: perl
37270            ! lib/Net/Ping.pm
37271 ____________________________________________________________________________
37272 [  9309] By: jhi                                   on 2001/03/23  13:39:13
37273         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
37274      Branch: perl
37275            ! t/lib/md5-aaa.t t/lib/md5-file.t
37276 ____________________________________________________________________________
37277 [  9308] By: jhi                                   on 2001/03/23  13:20:34
37278         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
37279              - bump the version to 2.14
37280              - drop the base64 tests since they require MIME::Base64
37281              - drop the rfc1321.txt
37282              - drop the hints/dec_osf.pl since it's only needed for
37283              pre-5.005_03 Perls
37284              Todo:
37285              - the U32 alignment testing is now removed; it needs to
37286              be reintroduced as as a Config variable (meaning also
37287              as a Configure test)
37288              - get the new EBCDIC md5sum for MD5.pm
37289              - test in Win32 to see how badly I botched the makefiles
37290      Branch: perl
37291            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
37292            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
37293            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
37294            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
37295            + t/lib/md5-file.t
37296            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
37297            ! win32/Makefile win32/makefile.mk
37298 ____________________________________________________________________________
37299 [  9307] By: jhi                                   on 2001/03/23  12:56:14
37300         Log: Integrate change #9306 from maintperl into mainline,
37301              AIX dynaloader for AIXes without <load.h>.
37302      Branch: perl
37303           !> ext/DynaLoader/hints/aix.pl
37304 ____________________________________________________________________________
37305 [  9306] By: jhi                                   on 2001/03/23  12:51:36
37306         Log: There are AIXes without /usr/include/load.h,
37307              patch from H.Merijn Brand.
37308      Branch: maint-5.6/perl
37309            ! ext/DynaLoader/hints/aix.pl
37310 ____________________________________________________________________________
37311 [  9305] By: nick                                  on 2001/03/23  11:00:42
37312         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
37313      Branch: perlio
37314            ! ext/Encode/Encode.xs perlio.c perlio.h
37315 ____________________________________________________________________________
37316 [  9304] By: nick                                  on 2001/03/23  10:20:46
37317         Log: Render -Duseperlio functional again.
37318              - this is "quick fix" which calls PerlIO_apply_layers after opening,
37319              which is what old scheme did. New scheme needs to change that
37320              to make open(...,\$scalar) etc. work but this will do for now.
37321      Branch: perlio
37322            ! perlio.c
37323 ____________________________________________________________________________
37324 [  9303] By: nick                                  on 2001/03/23  09:53:20
37325         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
37326              -Uuseperlio now works again.
37327              -Duseperlio is still poorly. Don't merge yet...
37328      Branch: perlio
37329            ! doio.c perlio.h
37330 ____________________________________________________________________________
37331 [  9302] By: nick                                  on 2001/03/22  22:26:51
37332         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
37333              type code.
37334              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
37335              is its main caller. In particular now has access to "extra" args, and
37336              can tell when an open handle is "reopened" (or duped?).
37337              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
37338              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
37339              PerlIO_open() et. al. (i.e. other way round).
37340              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
37341              with args close to PerlIO_openn().
37342      Branch: perlio
37343            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
37344 ____________________________________________________________________________
37345 [  9301] By: jhi                                   on 2001/03/22  20:58:04
37346         Log: Integrate perlio.
37347      Branch: perl
37348           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
37349           !> t/io/open.t util.c
37350 ____________________________________________________________________________
37351 [  9300] By: nick                                  on 2001/03/22  17:36:32
37352         Log: Don't include $@ in not ok message.
37353      Branch: perlio
37354            ! t/io/open.t
37355 ____________________________________________________________________________
37356 [  9299] By: gsar                                  on 2001/03/22  16:53:45
37357         Log: back out changes#7532,7521 for now (appears to have problems
37358              on IRIX)
37359      Branch: maint-5.6/perl
37360            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
37361            ! ext/POSIX/typemap pod/perlvar.pod
37362 ____________________________________________________________________________
37363 [  9298] By: nick                                  on 2001/03/22  14:35:46
37364         Log: Give a meaning to '&' in n-arg open case:
37365              open($fh,"<&",$scalar);
37366              $scalar can be:
37367              - an integer which does "fdopen"
37368              open($fh,"<&",2); # like open($fh,"<&2")
37369              - something that will yield a file handle via sv_2io()
37370              useful for dup'ing anonymous handles.
37371              e.g.:
37372              open(my $fh,"<&",\*STDIN);
37373              open(my $dup,"<&",$fh);
37374      Branch: perlio
37375            ! doio.c t/io/open.t
37376 ____________________________________________________________________________
37377 [  9297] By: nick                                  on 2001/03/22  13:34:35
37378         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
37379      Branch: perlio
37380            ! util.c
37381 ____________________________________________________________________________
37382 [  9296] By: nick                                  on 2001/03/22  12:51:20
37383         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
37384      Branch: perlio
37385            ! perl.c
37386 ____________________________________________________________________________
37387 [  9295] By: nick                                  on 2001/03/22  11:59:44
37388         Log: If stdin, stdout or stderr get opened in unexpected read/write state
37389              then warn at time of open not at time of use.
37390      Branch: perlio
37391            ! doio.c pp_hot.c pp_sys.c
37392 ____________________________________________________________________________
37393 [  9294] By: nick                                  on 2001/03/22  10:54:35
37394         Log: Die on n-arg open(...,"",xxx,yyy,...)
37395              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
37396              - die on read/write cases so we can decide what it means later.
37397      Branch: perlio
37398            ! doio.c embed.pl iperlsys.h util.c
37399 ____________________________________________________________________________
37400 [  9293] By: nick                                  on 2001/03/22  09:02:45
37401         Log: perlio tweaks (reported by Nick Clark)
37402              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
37403              error check in Pendinf_read().
37404      Branch: perlio
37405            ! perlio.c
37406 ____________________________________________________________________________
37407 [  9292] By: gsar                                  on 2001/03/22  07:12:00
37408         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
37409              fixes)
37410      Branch: maint-5.6/perl
37411           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
37412 ____________________________________________________________________________
37413 [  9291] By: jhi                                   on 2001/03/22  06:06:44
37414         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
37415      Branch: perl
37416            ! t/op/re_tests
37417 ____________________________________________________________________________
37418 [  9290] By: jhi                                   on 2001/03/22  05:57:01
37419         Log: Move MacOS Classic higher in the list of supported platforms.
37420      Branch: maint-5.6/perl
37421            ! pod/perlport.pod
37422 ____________________________________________________________________________
37423 [  9289] By: gsar                                  on 2001/03/22  05:35:04
37424         Log: revert part of change#6438 for compatibility (av_reify()
37425              appears to be needed to implement av_splice()ish things
37426              in XS)
37427      Branch: maint-5.6/perl
37428            ! embed.pl global.sym objXSUB.h perlapi.c
37429 ____________________________________________________________________________
37430 [  9288] By: gsar                                  on 2001/03/22  03:09:19
37431         Log: update copyright year
37432      Branch: maint-5.6/perl
37433            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
37434            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
37435            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
37436            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
37437            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
37438            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
37439            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
37440            ! x2p/walk.c
37441 ____________________________________________________________________________
37442 [  9287] By: jhi                                   on 2001/03/21  20:30:54
37443         Log: Integrate perlio.
37444      Branch: perl
37445           !> ext/Data/Dumper/Dumper.xs
37446 ____________________________________________________________________________
37447 [  9286] By: gsar                                  on 2001/03/21  19:49:54
37448         Log: makefile.mk tweak
37449      Branch: maint-5.6/perl
37450            ! win32/Makefile win32/makefile.mk
37451 ____________________________________________________________________________
37452 [  9285] By: nick                                  on 2001/03/21  19:07:13
37453         Log: Multiplicity fix for Dumper.
37454      Branch: perlio
37455            ! ext/Data/Dumper/Dumper.xs
37456 ____________________________________________________________________________
37457 [  9284] By: nick                                  on 2001/03/21  19:01:07
37458         Log: Integrate mainline - (does not build xTHX issue in Dumper).
37459      Branch: perlio
37460           !> (integrate 27 files)
37461 ____________________________________________________________________________
37462 [  9283] By: jhi                                   on 2001/03/21  17:17:35
37463         Log: Integrate change #9282 from mainline into maintperl,
37464              4-arg UTF-8 substr().
37465      Branch: maint-5.6/perl
37466           !> pp.c
37467 ____________________________________________________________________________
37468 [  9282] By: jhi                                   on 2001/03/21  17:15:43
37469         Log: The #9270 would have leaked a scalar if pp_substr()
37470              returned early.
37471      Branch: perl
37472            ! pp.c
37473 ____________________________________________________________________________
37474 [  9281] By: gsar                                  on 2001/03/21  17:03:14
37475         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
37476      Branch: maint-5.6/perl
37477            ! win32/makefile.mk
37478 ____________________________________________________________________________
37479 [  9280] By: gsar                                  on 2001/03/21  17:01:20
37480         Log: some tweaks to change#9278 (fork() emulation should be enabled
37481              by setting BUILD_FLAVOR instead of changing the defaults)
37482      Branch: maint-5.6/perl
37483            ! win32/makefile.mk
37484 ____________________________________________________________________________
37485 [  9279] By: gsar                                  on 2001/03/21  16:47:19
37486         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
37487      Branch: maint-5.6/perl
37488            ! ext/File/Glob/Glob.pm
37489           !> lib/Cwd.pm
37490 ____________________________________________________________________________
37491 [  9278] By: jhi                                   on 2001/03/21  14:35:10
37492         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
37493              From: "Vadim Konovalov" <watman@inbox.ru>
37494              Date: Wed, 21 Mar 2001 01:53:51 +0300
37495              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
37496      Branch: maint-5.6/perl
37497            ! win32/makefile.mk win32/win32sck.c
37498 ____________________________________________________________________________
37499 [  9277] By: jhi                                   on 2001/03/21  13:58:28
37500         Log: Integrate change #9270 from mainline to maintperl:
37501              continued 4-arg UTF-8 substr() fixing.
37502      Branch: maint-5.6/perl
37503           !> pp.c t/op/substr.t
37504 ____________________________________________________________________________
37505 [  9276] By: jhi                                   on 2001/03/21  13:33:00
37506         Log: More pixie cleaning.
37507      Branch: perl
37508            ! Makefile.SH
37509 ____________________________________________________________________________
37510 [  9275] By: jhi                                   on 2001/03/21  03:54:17
37511         Log: Update Changes.
37512      Branch: perl
37513            ! Changes patchlevel.h
37514 ____________________________________________________________________________
37515 [  9274] By: jhi                                   on 2001/03/21  03:48:24
37516         Log: First stab at making Data::Dumper to grok Unicode.
37517              
37518              TODO: tests, EBCDICify.
37519      Branch: perl
37520            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
37521 ____________________________________________________________________________
37522 [  9273] By: jhi                                   on 2001/03/21  02:23:00
37523         Log: Fix for
37524              
37525              Subject: Memory leak in unquoted print   
37526              From: Benjamin Sugars <bsugars@canoe.ca> 
37527              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
37528              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
37529      Branch: perl
37530            ! perlio.c
37531 ____________________________________________________________________________
37532 [  9272] By: jhi                                   on 2001/03/21  01:33:17
37533         Log: Subject: Re: [PATCH] POSIX::getcwd()
37534              From: Benjamin Sugars <bsugars@canoe.ca> 
37535              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
37536              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
37537      Branch: perl
37538            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
37539 ____________________________________________________________________________
37540 [  9271] By: jhi                                   on 2001/03/21  01:22:52
37541         Log: Subject: [PATCH] Cwd.pm docs
37542              From: Benjamin Sugars <bsugars@canoe.ca>
37543              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
37544              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
37545      Branch: perl
37546            ! lib/Cwd.pm
37547 ____________________________________________________________________________
37548 [  9270] By: jhi                                   on 2001/03/21  01:16:29
37549         Log: Continue 4-arg substr() UTF-8 fixage.
37550      Branch: perl
37551            ! pp.c t/op/substr.t
37552 ____________________________________________________________________________
37553 [  9269] By: jhi                                   on 2001/03/21  00:46:14
37554         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
37555              
37556              revert the leak fix in change#9142 (problem needs a more experimental
37557              fix unsuitable for 5.6.1)
37558              
37559              do alphabetical sorting by default (for csh compatibility)
37560              
37561              cut-n-paste goof in change#9264
37562              
37563              VMS piping fixes (from Charles Lane)
37564      Branch: perl
37565           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
37566           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
37567           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
37568 ____________________________________________________________________________
37569 [  9268] By: jhi                                   on 2001/03/21  00:37:04
37570         Log: Integrate perlio.
37571      Branch: perl
37572           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
37573           !> utf8.c utf8.h utfebcdic.h
37574 ____________________________________________________________________________
37575 [  9267] By: nick                                  on 2001/03/20  20:04:39
37576         Log: More EBCDIC stuff:
37577              - Loose the extra level of function on ASCII.
37578              - spotted a chr(0) issue in sv.c
37579              - re-work of UTF-X tr/// ranges to work in Unicode
37580              space. Still issues with the "0xff is illegal UTF-8" hack.
37581              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
37582              (why do it once when you can do it all over the place :-(
37583              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
37584              need utf8.pm for swashes.
37585              - Simplified and commented scan_const() in toke.c
37586              Still something wrong regexp and tr (swashes?).
37587      Branch: perlio
37588            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
37589            ! utf8.c utf8.h utfebcdic.h
37590 ____________________________________________________________________________
37591 [  9266] By: gsar                                  on 2001/03/20  19:16:43
37592         Log: VMS piping fixes (from Charles Lane)
37593      Branch: maint-5.6/perl
37594            ! vms/vms.c vms/vmspipe.com
37595 ____________________________________________________________________________
37596 [  9265] By: gsar                                  on 2001/03/20  17:53:52
37597         Log: cut-n-paste goof in change#9264
37598      Branch: maint-5.6/perl
37599            ! ext/File/Glob/Glob.xs
37600 ____________________________________________________________________________
37601 [  9264] By: gsar                                  on 2001/03/20  17:43:47
37602         Log: do alphabetical sorting by default (for csh compatibility);
37603              bsd_glob() does ASCII sort by default as usual, unless
37604              GLOB_ALPHASORT was specified
37605      Branch: maint-5.6/perl
37606            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
37607            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
37608            ! ext/File/Glob/bsd_glob.h
37609 ____________________________________________________________________________
37610 [  9263] By: gsar                                  on 2001/03/20  16:40:08
37611         Log: integrate change#9255 from mainline (unicode fix)
37612              
37613              substr($bytestr, i, n, $charstr)
37614      Branch: maint-5.6/perl
37615           !> Todo-5.6 pp.c t/op/substr.t
37616 ____________________________________________________________________________
37617 [  9262] By: gsar                                  on 2001/03/20  15:57:41
37618         Log: revert the leak fix in change#9142 (problem needs a more experimental
37619              fix unsuitable for 5.6.1)
37620      Branch: maint-5.6/perl
37621            ! scope.c
37622 ____________________________________________________________________________
37623 [  9261] By: jhi                                   on 2001/03/20  14:26:25
37624         Log: Integrate changes #9259,9260 from maintperl into mainline.
37625              
37626              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
37627              
37628              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
37629      Branch: perl
37630           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
37631 ____________________________________________________________________________
37632 [  9260] By: jhi                                   on 2001/03/20  14:05:46
37633         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
37634              From: Robin Barker <rmb1@cise.npl.co.uk>
37635              Date: Tue, 20 Mar 2001 10:12:04 GMT
37636              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
37637      Branch: maint-5.6/perl
37638            ! run.c
37639 ____________________________________________________________________________
37640 [  9259] By: jhi                                   on 2001/03/20  14:04:39
37641         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
37642              From: Chris Nandor <pudge@pobox.com>
37643              Date: Tue, 20 Mar 2001 00:40:56 -0500
37644              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
37645      Branch: maint-5.6/perl
37646            ! ext/POSIX/POSIX.xs lib/File/Path.pm
37647 ____________________________________________________________________________
37648 [  9258] By: jhi                                   on 2001/03/20  05:09:34
37649         Log: Update Changes.
37650      Branch: perl
37651            ! Changes patchlevel.h
37652 ____________________________________________________________________________
37653 [  9257] By: jhi                                   on 2001/03/20  05:04:25
37654         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
37655      Branch: perl
37656            ! t/op/tr.t
37657 ____________________________________________________________________________
37658 [  9256] By: jhi                                   on 2001/03/20  04:43:12
37659         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
37660              From: Peter Prymmer <pvhp@forte.com>
37661              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
37662              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
37663      Branch: maint-5.6/perl
37664            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
37665 ____________________________________________________________________________
37666 [  9255] By: jhi                                   on 2001/03/19  23:17:17
37667         Log: substr($bytestr, i, n, $charstr)
37668              
37669              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
37670      Branch: perl
37671            ! Todo-5.6 pp.c t/op/substr.t
37672 ____________________________________________________________________________
37673 [  9254] By: jhi                                   on 2001/03/19  22:25:09
37674         Log: Rearrange the make test target prerequisites so that
37675              in a parallel make 'all' is finished before 'test'.
37676      Branch: perl
37677            ! Makefile.SH
37678 ____________________________________________________________________________
37679 [  9253] By: jhi                                   on 2001/03/19  21:48:07
37680         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
37681              From: Robin Houston <robin@kitsite.com>
37682              Date: Mon, 19 Mar 2001 15:48:41 +0000
37683              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
37684      Branch: perl
37685            ! pp_ctl.c
37686 ____________________________________________________________________________
37687 [  9252] By: jhi                                   on 2001/03/19  21:42:27
37688         Log: Integrate perlio.
37689      Branch: perl
37690           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
37691           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
37692           !> utfebcdic.h vms/perly_c.vms
37693 ____________________________________________________________________________
37694 [  9251] By: jhi                                   on 2001/03/19  21:31:28
37695         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
37696              
37697              Dynaloading in 64-bit AIX with vac.
37698      Branch: perl
37699           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
37700           !> hints/aix.sh
37701 ____________________________________________________________________________
37702 [  9250] By: jhi                                   on 2001/03/19  21:18:00
37703         Log: A more robust solution for the 64bitall AIX dynaloading
37704              problem, from Jens-Uwe Mager.
37705      Branch: maint-5.6/perl
37706            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
37707 ____________________________________________________________________________
37708 [  9249] By: nick                                  on 2001/03/19  20:59:37
37709         Log: Integrate mainline.
37710      Branch: perlio
37711           !> (integrate 42 files)
37712 ____________________________________________________________________________
37713 [  9248] By: nick                                  on 2001/03/19  20:22:07
37714         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
37715              (Building on OS390 uses native YACC and YYDEBUG has other
37716              side effects.)
37717      Branch: perlio
37718            ! perly.c perly.y vms/perly_c.vms
37719 ____________________________________________________________________________
37720 [  9247] By: jhi                                   on 2001/03/19  19:59:53
37721         Log: 64-bit AIX dynaloading problem (see #9244) idea
37722              from Jens-Uwe Mager.
37723      Branch: maint-5.6/perl
37724            ! ext/DynaLoader/dl_aix.xs
37725 ____________________________________________________________________________
37726 [  9246] By: nick                                  on 2001/03/19  19:27:57
37727         Log: More EBCDIC fixes.
37728      Branch: perlio
37729            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
37730            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
37731 ____________________________________________________________________________
37732 [  9245] By: jhi                                   on 2001/03/19  19:05:19
37733         Log: Integrate change #9243 from mainline into maintperl.
37734              
37735              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
37736      Branch: maint-5.6/perl
37737           !> README.vmesa
37738 ____________________________________________________________________________
37739 [  9244] By: jhi                                   on 2001/03/19  19:03:15
37740         Log: Get 64bitall AIX building, but still does not test okay:
37741              dynaloading anything fails, for example for op/defins:
37742              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
37743              (update: fixed by #9247,9250)
37744      Branch: maint-5.6/perl
37745            ! hints/aix.sh
37746 ____________________________________________________________________________
37747 [  9243] By: jhi                                   on 2001/03/19  19:00:16
37748         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
37749              From: Robin Barker <rmb1@cise.npl.co.uk>
37750              Date: Mon, 19 Mar 2001 18:01:57 GMT
37751              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
37752      Branch: perl
37753            ! README.vmesa
37754 ____________________________________________________________________________
37755 [  9242] By: jhi                                   on 2001/03/19  18:58:43
37756         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
37757              
37758              TODO: tests.
37759      Branch: perl
37760            ! doop.c op.c
37761 ____________________________________________________________________________
37762 [  9241] By: gsar                                  on 2001/03/19  17:34:46
37763         Log: VMSify tests (from Charles Lane)
37764      Branch: maint-5.6/perl
37765            ! t/lib/filehand.t t/lib/texttabs.t
37766 ____________________________________________________________________________
37767 [  9240] By: jhi                                   on 2001/03/19  14:24:26
37768         Log: Integrate change #9233 from maintperl into mainline.
37769              
37770              some refcounts were incorrect in perl_clone()
37771      Branch: perl
37772           !> sv.c
37773 ____________________________________________________________________________
37774 [  9239] By: gsar                                  on 2001/03/19  09:23:17
37775         Log: this is 5.6.1-trial3
37776      Branch: maint-5.6/perl
37777            ! Changes
37778 ____________________________________________________________________________
37779 [  9238] By: gsar                                  on 2001/03/19  08:47:04
37780         Log: some new symbols are only available under ithreads
37781      Branch: maint-5.6/perl
37782            ! makedef.pl
37783 ____________________________________________________________________________
37784 [  9237] By: gsar                                  on 2001/03/19  08:42:28
37785         Log: update patchlevel.h, Changes, &c.
37786      Branch: maint-5.6/perl
37787            ! Changes patchlevel.h pod/perlhist.pod
37788           !> AUTHORS
37789 ____________________________________________________________________________
37790 [  9236] By: gsar                                  on 2001/03/19  08:17:49
37791         Log: integrate changes#8068,8717 from mainline
37792              
37793              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
37794              
37795              [PATCH CPAN 1.59_51] warning message (not!)
37796      Branch: maint-5.6/perl
37797           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
37798           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
37799           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
37800           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
37801           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
37802 ____________________________________________________________________________
37803 [  9235] By: gsar                                  on 2001/03/19  08:07:09
37804         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
37805              
37806              [PATCH] Add missing CV flags to dump.c
37807              
37808              Re: [patch] Re: PL_ptr_table
37809              
37810              Fixup non-ithread build after 8713
37811              
37812              Generated files form 8713 etc.
37813              
37814              Correct the correction :-(
37815              
37816              Documenting coderef @INC (Re: CPAN "make this script work" feature)
37817              
37818              Subject: Re: sync sync sync: have I missed any patches?
37819              Replace djSP with dSP.
37820      Branch: maint-5.6/perl
37821           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
37822           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
37823           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
37824           !> sv.c sv.h win32/perlhost.h
37825 ____________________________________________________________________________
37826 [  9234] By: gsar                                  on 2001/03/19  07:22:05
37827         Log: revert the change#9090 integrate for now (change looks somewhat
37828              incomplete in that [ha]v_exists() need something similar; lacks
37829              tests; &c.)
37830      Branch: maint-5.6/perl
37831            ! hv.c
37832 ____________________________________________________________________________
37833 [  9233] By: gsar                                  on 2001/03/19  07:10:01
37834         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
37835              destruction when there are unreferenced scalars (SvREFCNT==0)
37836      Branch: maint-5.6/perl
37837            ! sv.c
37838 ____________________________________________________________________________
37839 [  9232] By: jhi                                   on 2001/03/19  05:11:02
37840         Log: Regen api and toc.
37841      Branch: maint-5.6/perl
37842            ! pod/perlapi.pod pod/perltoc.pod
37843 ____________________________________________________________________________
37844 [  9231] By: jhi                                   on 2001/03/19  04:06:03
37845         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
37846              add a lost line in pp.c:pp_chop(), update to new op/chop.
37847              
37848              Clarify the description differentiating for and while; inspired by
37849              
37850              Subject: [ID 20010306.004] || != named unary operator
37851              
37852              The $Is_MacOS needs to be declared.
37853      Branch: maint-5.6/perl
37854            ! pp.c t/op/chop.t
37855           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
37856 ____________________________________________________________________________
37857 [  9230] By: jhi                                   on 2001/03/19  03:48:16
37858         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
37859              9079,9083,9089,9090,9091 from mainline to maintperl.
37860              
37861              Quieten some noise in Win32 builds
37862              
37863              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
37864              
37865              The perlretut was still talking about the old \p and \P
37866              definitions.
37867              
37868              More tweakage on the Unicode character class descriptions.
37869              
37870              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
37871              
37872              Subject: 'no *POSIX' Patch speeding up make on BS2000 
37873              
37874              Subject: [PATCH] perldata.pod here-doc docs
37875              
37876              Add /sbin and /usr/sbin to the list of directories scanned
37877              for setuid programs.  Takes care of bug id 20010309.003.
37878              
37879              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
37880              
37881              In op/stat #35 better to scan all the potential directories
37882              for setuids, not just the first one.
37883      Branch: maint-5.6/perl
37884            ! Makefile.SH
37885           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
37886           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
37887           !> t/op/stat.t toke.c win32/win32.h
37888 ____________________________________________________________________________
37889 [  9229] By: jhi                                   on 2001/03/19  02:31:50
37890         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
37891              From: Chris Nandor <pudge@pobox.com>
37892              Date: Sat, 10 Mar 2001 14:22:19 -0500
37893              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
37894      Branch: maint-5.6/perl
37895            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
37896            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
37897            ! t/lib/b.t t/lib/errno.t
37898 ____________________________________________________________________________
37899 [  9228] By: jhi                                   on 2001/03/19  02:29:59
37900         Log: Integrate changes #9113,9122 from mainline into maintperl.
37901              
37902              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?)
37903      Branch: maint-5.6/perl
37904           !> Configure README.os390 hints/os390.sh
37905 ____________________________________________________________________________
37906 [  9227] By: jhi                                   on 2001/03/19  02:22:35
37907         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
37908              into maintperl.
37909              
37910              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
37911              
37912              Forgot to check-in the larger part of #9120, duh.
37913              
37914              Subject: Another patch for integer.pm POD 
37915              
37916              h2ph strictness and cleanliness from Kurt Starsinic.
37917              
37918              Borland filename case problem.
37919              
37920              h2ph strictness and cleanliness from Kurt Starsinic.
37921              
37922              Subject: [PATCH] the uncontroversial doc patches
37923      Branch: maint-5.6/perl
37924           +> win32/sncfnmcs.pl
37925           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
37926           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
37927           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
37928           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
37929           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
37930           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
37931           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
37932 ____________________________________________________________________________
37933 [  9226] By: jhi                                   on 2001/03/19  02:10:21
37934         Log: Integrate changes #9207,9214 from mainline into maintperl.
37935              
37936              podchecker relaxations: =over has an *optional* number after it,
37937              and whitespace in L<> is okay.
37938      Branch: maint-5.6/perl
37939           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
37940           !> t/pod/poderrs.xr
37941 ____________________________________________________________________________
37942 [  9225] By: jhi                                   on 2001/03/19  02:07:38
37943         Log: Integrate change #9219 from maintperl into mainline.
37944              
37945              remove duplicated tests
37946      Branch: perl
37947           !> t/op/re_tests
37948 ____________________________________________________________________________
37949 [  9224] By: jhi                                   on 2001/03/19  02:06:11
37950         Log: Integrate change #9223 from mainline to maintperl.
37951              
37952              Document -Dmksymlinks.
37953      Branch: maint-5.6/perl
37954           !> INSTALL
37955 ____________________________________________________________________________
37956 [  9223] By: jhi                                   on 2001/03/19  02:01:25
37957         Log: Document -Dmksymlinks.
37958      Branch: perl
37959            ! INSTALL
37960 ____________________________________________________________________________
37961 [  9222] By: jhi                                   on 2001/03/19  01:15:35
37962         Log: The -Dmksymlinks wasn't working for maintperl.
37963      Branch: maint-5.6/perl
37964            ! Configure
37965 ____________________________________________________________________________
37966 [  9221] By: jhi                                   on 2001/03/19  00:49:43
37967         Log: Cleanup pixie residue.
37968      Branch: perl
37969            ! Makefile.SH
37970 ____________________________________________________________________________
37971 [  9220] By: jhi                                   on 2001/03/19  00:44:47
37972         Log: Document the use of pixie/prof; create make targets for it.
37973              
37974              TODO: make t/TEST pixie-aware.
37975      Branch: perl
37976            ! Makefile.SH pod/perlhack.pod
37977 ____________________________________________________________________________
37978 [  9219] By: gsar                                  on 2001/03/19  00:16:55
37979         Log: remove duplicated tests
37980      Branch: maint-5.6/perl
37981            ! t/op/re_tests
37982 ____________________________________________________________________________
37983 [  9218] By: jhi                                   on 2001/03/18  23:59:31
37984         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
37985      Branch: perl
37986            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
37987 ____________________________________________________________________________
37988 [  9217] By: jhi                                   on 2001/03/18  23:25:20
37989         Log: Rewrite the tests section of Makefile to be less redundant
37990              and to allow for more flexible test targets, many recursive
37991              make calls introduced.
37992      Branch: perl
37993            ! Makefile.SH
37994 ____________________________________________________________________________
37995 [  9216] By: jhi                                   on 2001/03/18  22:30:04
37996         Log: Document the use of Third Degree (sparsely).
37997      Branch: perl
37998            ! pod/perlhack.pod t/TEST
37999 ____________________________________________________________________________
38000 [  9215] By: jhi                                   on 2001/03/18  22:10:30
38001         Log: Make targets for testing with Third Degree.
38002      Branch: perl
38003            ! Makefile.SH
38004 ____________________________________________________________________________
38005 [  9214] By: jhi                                   on 2001/03/18  21:08:53
38006         Log: The podchecker relaxations need to mirrored also at the tests.
38007      Branch: perl
38008            ! t/pod/poderrs.xr
38009 ____________________________________________________________________________
38010 [  9213] By: jhi                                   on 2001/03/18  20:56:21
38011         Log: Update Changes.
38012      Branch: perl
38013            ! Changes patchlevel.h
38014 ____________________________________________________________________________
38015 [  9212] By: jhi                                   on 2001/03/18  20:36:59
38016         Log: Looking for config.sh in parent directories isn't
38017              very useful for the toplevel Makefile.
38018      Branch: perl
38019            ! Makefile.SH
38020 ____________________________________________________________________________
38021 [  9211] By: jhi                                   on 2001/03/18  20:33:37
38022         Log: On "make clean" take care of Third Degree droppings.
38023      Branch: perl
38024            ! Makefile.SH
38025 ____________________________________________________________________________
38026 [  9210] By: jhi                                   on 2001/03/18  20:21:34
38027         Log: Add a hook for running the tests under the Third Degree
38028              debugging tool (set $ENV{PERL_3LOG} to non-zero)
38029              
38030              TODO: Document the use of Third Degree.
38031      Branch: perl
38032            ! t/TEST
38033 ____________________________________________________________________________
38034 [  9209] By: jhi                                   on 2001/03/18  20:19:07
38035         Log: Regen toc and api pods.
38036      Branch: perl
38037            ! pod/perlapi.pod pod/perltoc.pod
38038 ____________________________________________________________________________
38039 [  9208] By: jhi                                   on 2001/03/18  20:12:12
38040         Log: Integrate changes #8128,9132 from mainline into maintperl,
38041              Tie::SubstrHash fixes.
38042      Branch: maint-5.6/perl
38043           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
38044 ____________________________________________________________________________
38045 [  9207] By: jhi                                   on 2001/03/18  20:07:43
38046         Log: podchecker relaxations from Michael Stevens.
38047      Branch: perl
38048            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
38049 ____________________________________________________________________________
38050 [  9206] By: jhi                                   on 2001/03/18  20:04:24
38051         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
38052      Branch: perl
38053            ! lib/Locale/Constants.pm lib/Locale/Country.pm
38054            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
38055            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
38056 ____________________________________________________________________________
38057 [  9205] By: jhi                                   on 2001/03/18  19:54:45
38058         Log: Integrate changes #9161,9162 from maintperl to mainline.
38059              
38060              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
38061              results
38062      Branch: perl
38063           !> t/op/magic.t
38064 ____________________________________________________________________________
38065 [  9204] By: jhi                                   on 2001/03/18  19:37:46
38066         Log: Make perl.third checks more understandable to the builder.
38067      Branch: perl
38068            ! Makefile.SH
38069 ____________________________________________________________________________
38070 [  9203] By: jhi                                   on 2001/03/18  19:20:54
38071         Log: Re-integrate #9138 from maintperl to mainline,
38072              the squelching of the unneeded "Scalars leaked" messages.
38073      Branch: perl
38074           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
38075           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
38076           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
38077 ____________________________________________________________________________
38078 [  9202] By: jhi                                   on 2001/03/18  18:48:36
38079         Log: More robust and more paranoid perl.third target.
38080      Branch: perl
38081            ! Makefile.SH
38082 ____________________________________________________________________________
38083 [  9201] By: jhi                                   on 2001/03/18  18:39:21
38084         Log: Integrate change #9197 from maintperl to mainline.
38085              
38086              more thorough cleaning of arenas.
38087      Branch: perl
38088           !> embed.pl perl.c proto.h sv.c t/op/sort.t
38089 ____________________________________________________________________________
38090 [  9200] By: jhi                                   on 2001/03/18  18:25:17
38091         Log: Integrate perlio.
38092      Branch: perl
38093           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
38094           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
38095           !> t/lib/encode.t toke.c universal.c utf8.c
38096 ____________________________________________________________________________
38097 [  9199] By: nick                                  on 2001/03/18  15:23:51
38098         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
38099              is the sense of the test being done. Avoid some magical 127 and 128 values
38100              by using macros.
38101      Branch: perlio
38102            ! doop.c pp_ctl.c sv.c toke.c
38103 ____________________________________________________________________________
38104 [  9198] By: nick                                  on 2001/03/18  14:18:12
38105         Log: UTF-X encoding invariance for Encode:
38106              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
38107              - move the XS code for those to universal.c (so in miniperl)
38108              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
38109              - change ext/Encode/compile to use above.
38110              - Fix t/lib/encode.t for above
38111              - Teach t/lib/b.t to expect -uutf8
38112              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
38113              utf8.pm is needed.
38114      Branch: perlio
38115            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
38116            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
38117 ____________________________________________________________________________
38118 [  9197] By: gsar                                  on 2001/03/18  12:15:57
38119         Log: more thorough cleaning of arenas--keep going until no more
38120              SvREFCNT_dec()s occur (this fixes the problem that causes the
38121              pesky "Scalars leaked" warnings)
38122      Branch: maint-5.6/perl
38123            ! embed.pl perl.c proto.h sv.c t/op/sort.t
38124 ____________________________________________________________________________
38125 [  9196] By: nick                                  on 2001/03/18  10:57:29
38126         Log: Fix pragma/utf8.t # 15
38127              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
38128              are SvUTF8 as well.
38129      Branch: perlio
38130            ! toke.c
38131 ____________________________________________________________________________
38132 [  9195] By: nick                                  on 2001/03/18  09:27:06
38133         Log: Integrate mainline
38134      Branch: perlio
38135           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
38136           !> t/op/pat.t
38137 ____________________________________________________________________________
38138 [  9194] By: jhi                                   on 2001/03/18  05:29:59
38139         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
38140              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
38141      Branch: perl
38142            ! op.c op.h t/op/misc.t t/op/pat.t
38143 ____________________________________________________________________________
38144 [  9193] By: jhi                                   on 2001/03/18  05:15:06
38145         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
38146      Branch: perl
38147            ! mg.c t/op/pat.t
38148 ____________________________________________________________________________
38149 [  9192] By: jhi                                   on 2001/03/18  04:22:43
38150         Log: tr/// UTF-8 patches from Inaba Hiroto.
38151      Branch: perl
38152            ! doop.c op.c
38153 ____________________________________________________________________________
38154 [  9191] By: jhi                                   on 2001/03/18  04:21:17
38155         Log: Integrate perlio.
38156      Branch: perl
38157           !> utf8.c utfebcdic.h
38158 ____________________________________________________________________________
38159 [  9190] By: nick                                  on 2001/03/17  20:32:01
38160         Log: Correct #if EBCDIC side typos.
38161              Builds and passes many tests on OS390.
38162      Branch: perlio
38163            ! utf8.c utfebcdic.h
38164 ____________________________________________________________________________
38165 [  9189] By: jhi                                   on 2001/03/17  18:55:49
38166         Log: Add prerequisites for the perl.third target.
38167      Branch: perl
38168            ! Makefile.SH
38169 ____________________________________________________________________________
38170 [  9188] By: jhi                                   on 2001/03/17  18:46:00
38171         Log: Integrate perlio.
38172      Branch: perl
38173           +> utfebcdic.h
38174           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
38175 ____________________________________________________________________________
38176 [  9187] By: jhi                                   on 2001/03/17  18:38:47
38177         Log: Add a make rule for perl.third (the Third Degree memory debugging
38178              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
38179      Branch: perl
38180            ! Makefile.SH
38181 ____________________________________________________________________________
38182 [  9186] By: nick                                  on 2001/03/17  18:34:48
38183         Log: MANIFEST addition :-(
38184      Branch: perlio
38185            ! MANIFEST
38186 ____________________________________________________________________________
38187 [  9185] By: nick                                  on 2001/03/17  18:29:50
38188         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
38189              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
38190              a superset of ASCII are invariant under the encoding. This is EBCDIC
38191              friendly as an encoded string can be looked at as being EBCDIC by lexer
38192              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
38193              ASCII on ASCII machines.
38194              
38195              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
38196              seperate.
38197              - Add some more macros to comprehend different shift amounts and
38198              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
38199              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
38200              and conditionaly #include it.
38201              
38202              EBCDIC build as yet untested.  ASCII still fails the one test.
38203      Branch: perlio
38204            + utfebcdic.h
38205            ! utf8.c utf8.h
38206 ____________________________________________________________________________
38207 [  9184] By: nick                                  on 2001/03/17  17:44:16
38208         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
38209      Branch: perlio
38210            ! doop.c perl.h pp.c utf8.h
38211 ____________________________________________________________________________
38212 [  9183] By: jhi                                   on 2001/03/17  15:55:42
38213         Log: Integrate perlio.
38214      Branch: perl
38215            ! MANIFEST
38216           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
38217 ____________________________________________________________________________
38218 [  9182] By: nick                                  on 2001/03/17  09:16:06
38219         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
38220      Branch: perlio
38221            ! t/op/pat.t
38222 ____________________________________________________________________________
38223 [  9181] By: nick                                  on 2001/03/17  09:15:11
38224         Log: Integrate mainline.
38225      Branch: perlio
38226           +> lib/Locale/Constants.pm lib/Locale/Country.pm
38227           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
38228           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
38229           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
38230           !> (integrate 83 files)
38231 ____________________________________________________________________________
38232 [  9180] By: nick                                  on 2001/03/16  17:23:21
38233         Log: EBCDIC Fixes.
38234      Branch: perlio
38235            ! perl.h sv.c toke.c utf8.c utf8.h
38236 ____________________________________________________________________________
38237 [  9179] By: jhi                                   on 2001/03/16  14:10:12
38238         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
38239              a change needed to work around an AIX compiler bug.
38240      Branch: perl
38241            ! ext/Storable/Storable.xs
38242 ____________________________________________________________________________
38243 [  9178] By: jhi                                   on 2001/03/16  03:19:59
38244         Log: With Damian's approval synchronize damian's modules'
38245              licensing with Perl's standard module licensing.
38246      Branch: perl
38247            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
38248 ____________________________________________________________________________
38249 [  9177] By: jhi                                   on 2001/03/16  03:15:34
38250         Log: Make the Filter::Util:Call files have their own copies
38251              of the Perl standard module licensing, from Paul Marquess.
38252      Branch: perl
38253            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
38254 ____________________________________________________________________________
38255 [  9176] By: jhi                                   on 2001/03/16  02:56:04
38256         Log: Subject: [PATCH] more pod patches
38257              From: Michael Stevens <michael@etla.org>
38258              Date: Thu, 15 Mar 2001 21:25:18 +0000
38259              Message-ID: <20010315212518.A18870@firedrake.org>
38260      Branch: perl
38261            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
38262            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
38263            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
38264            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
38265            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
38266            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
38267            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
38268            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
38269            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
38270            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
38271            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
38272            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
38273            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
38274            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
38275            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
38276            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
38277            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
38278            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
38279            ! lib/Locale/Country.pm lib/Locale/Language.pm
38280            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
38281            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
38282            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
38283            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
38284            ! os2/OS2/Process/Process.pm
38285 ____________________________________________________________________________
38286 [  9175] By: jhi                                   on 2001/03/16  02:53:32
38287         Log: Subject: [PATCH] the uncontroversial doc patches
38288              From: Michael Stevens <michael@etla.org>
38289              Date: Thu, 15 Mar 2001 20:01:12 +0000
38290              Message-ID: <20010315200112.A7636@firedrake.org>
38291      Branch: perl
38292            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
38293            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
38294            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
38295            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
38296            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
38297 ____________________________________________________________________________
38298 [  9174] By: jhi                                   on 2001/03/16  02:50:49
38299         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
38300              From: Paul Lindner <lindner@inuus.com>
38301              Date: Fri, 16 Mar 2001 11:28:03 -0800
38302              Message-ID: <20010316112803.A7577@inuus.com>
38303      Branch: perl
38304            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
38305 ____________________________________________________________________________
38306 [  9173] By: nick                                  on 2001/03/15  20:21:03
38307         Log: 1st day's EBCDIC fixes:
38308              - toke.c's parsing of strings needed attention
38309              needed to conditionally e2a if string was already UTF-8
38310              - e2a/a2e tables where wrong way round.
38311              - new macros in utf8.h
38312      Branch: perlio
38313            ! perl.h toke.c utf8.h
38314 ____________________________________________________________________________
38315 [  9172] By: jhi                                   on 2001/03/15  15:17:17
38316         Log: Update Changes.
38317      Branch: perl
38318            ! Changes patchlevel.h
38319 ____________________________________________________________________________
38320 [  9171] By: jhi                                   on 2001/03/15  15:09:32
38321         Log: Subject: Re: Another Borland C++ problem.
38322              From: "Vadim Konovalov" <watman@inbox.ru>
38323              Date: Sat, 10 Mar 2001 19:26:07 +0300
38324              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
38325              
38326              Borland filename case problem.
38327      Branch: perl
38328            + win32/sncfnmcs.pl
38329            ! MANIFEST README.win32
38330 ____________________________________________________________________________
38331 [  9170] By: jhi                                   on 2001/03/15  14:54:23
38332         Log: Add Locale::Codes 1.06, from Neil Bowers.
38333      Branch: perl
38334            + lib/Locale/Constants.pm lib/Locale/Country.pm
38335            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
38336            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
38337            + t/lib/lc-language.t t/lib/lc-uk.t
38338            ! MANIFEST
38339 ____________________________________________________________________________
38340 [  9169] By: jhi                                   on 2001/03/15  14:19:01
38341         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
38342      Branch: perl
38343            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
38344            ! ext/Storable/Storable.xs
38345 ____________________________________________________________________________
38346 [  9168] By: jhi                                   on 2001/03/15  14:13:22
38347         Log: Integrate changes #9120,9167 from mainline to maintperl.
38348              
38349              Subject: [PATCH 5.6.1] OS/2 docs
38350              
38351              Subject: [PATCH 5.6.1] perldoc
38352      Branch: maint-5.6/perl
38353           !> os2/Changes utils/perldoc.PL
38354 ____________________________________________________________________________
38355 [  9167] By: jhi                                   on 2001/03/15  14:07:42
38356         Log: Subject: [PATCH 5.6.1] perldoc
38357              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38358              Date: Wed, 14 Mar 2001 23:46:52 -0500
38359              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
38360      Branch: perl
38361            ! utils/perldoc.PL
38362 ____________________________________________________________________________
38363 [  9166] By: jhi                                   on 2001/03/15  13:53:15
38364         Log: sigaction test condition tweakage.
38365      Branch: perl
38366            ! t/lib/sigaction.t
38367 ____________________________________________________________________________
38368 [  9165] By: alanbur                               on 2001/03/15  03:49:17
38369         Log: Resynchronised with parent
38370      Branch: maint-5.6/pureperl
38371           +> os2/os2add.sym t/op/anonsub.t
38372           !> (integrate 72 files)
38373 ____________________________________________________________________________
38374 [  9164] By: jhi                                   on 2001/03/15  01:05:01
38375         Log: Avoid stomping off the beginning of an array in tr///.
38376      Branch: perl
38377            ! op.c
38378 ____________________________________________________________________________
38379 [  9163] By: jhi                                   on 2001/03/15  00:58:57
38380         Log: h2ph strictness and cleanliness from Kurt Starsinic.
38381      Branch: perl
38382            ! utils/h2ph.PL
38383 ____________________________________________________________________________
38384 [  9162] By: gsar                                  on 2001/03/15  00:56:53
38385         Log: avoid warnings
38386      Branch: maint-5.6/perl
38387            ! t/op/magic.t
38388 ____________________________________________________________________________
38389 [  9161] By: gsar                                  on 2001/03/15  00:52:09
38390         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
38391              results
38392      Branch: maint-5.6/perl
38393            ! t/op/magic.t
38394 ____________________________________________________________________________
38395 [  9160] By: jhi                                   on 2001/03/14  22:02:10
38396         Log: Do not use the Perl malloc in IRIX, suggested by
38397              Helmus Jarausch.
38398      Branch: perl
38399            ! hints/irix_6.sh
38400 ____________________________________________________________________________
38401 [  9159] By: nick                                  on 2001/03/14  21:45:59
38402         Log: Integrate mainline
38403      Branch: perlio
38404           +> t/op/loopctl.t
38405           !> (integrate 41 files)
38406 ____________________________________________________________________________
38407 [  9158] By: jhi                                   on 2001/03/14  21:10:09
38408         Log: The Day of the Retractions continues: the #9138
38409              (integrated in #9144) doesn't work well in mainline.
38410      Branch: perl
38411            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
38412            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
38413            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
38414 ____________________________________________________________________________
38415 [  9157] By: jhi                                   on 2001/03/14  20:58:12
38416         Log: The #9145 CANNOT be enabled: the clear_pmop code still
38417              dumps core all over in Tru64.
38418      Branch: perl
38419            ! op.c op.h t/op/pat.t
38420 ____________________________________________________________________________
38421 [  9156] By: jhi                                   on 2001/03/14  20:48:06
38422         Log: Integrate change #9154 from maintperl to mainline.
38423              
38424              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
38425              (caused Storable 1.0.10 to break on windows)
38426      Branch: perl
38427           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
38428           !> perlapi.c proto.h
38429 ____________________________________________________________________________
38430 [  9155] By: jhi                                   on 2001/03/14  20:23:53
38431         Log: Retract #9136: breaks threading (and binary compatibility).
38432      Branch: perl
38433            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
38434 ____________________________________________________________________________
38435 [  9154] By: gsar                                  on 2001/03/14  17:48:18
38436         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
38437              (caused Storable 1.0.10 to break on windows)
38438      Branch: maint-5.6/perl
38439            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
38440            ! perlapi.c proto.h
38441 ____________________________________________________________________________
38442 [  9153] By: jhi                                   on 2001/03/14  13:35:21
38443         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
38444      Branch: perl
38445            ! t/lib/sigaction.t
38446 ____________________________________________________________________________
38447 [  9152] By: gsar                                  on 2001/03/14  07:29:40
38448         Log: back out changes#9012,9010,9009 and parts of change#9016
38449              (causes ABRs under purify, and some prerequisites don't
38450              seem to be there in 5.6.x)
38451      Branch: maint-5.6/perl
38452            ! doop.c op.c t/op/tr.t toke.c
38453 ____________________________________________________________________________
38454 [  9151] By: gsar                                  on 2001/03/14  07:01:29
38455         Log: reenable change#9145 (the test was busted due to a missing
38456              C<print "ok 27\n">)
38457      Branch: perl
38458            ! op.c op.h t/op/pat.t
38459 ____________________________________________________________________________
38460 [  9150] By: jhi                                   on 2001/03/14  06:38:36
38461         Log: Retract #9145.
38462      Branch: perl
38463            ! op.c op.h t/op/pat.t
38464 ____________________________________________________________________________
38465 [  9149] By: jhi                                   on 2001/03/14  06:14:56
38466         Log: Retract #9143.
38467      Branch: perl
38468            ! op.c
38469 ____________________________________________________________________________
38470 [  9148] By: gsar                                  on 2001/03/14  06:13:02
38471         Log: Uninitialized Memory Read in regexec.c
38472      Branch: perl
38473            ! regexec.c
38474 ____________________________________________________________________________
38475 [  9147] By: jhi                                   on 2001/03/14  04:59:54
38476         Log: Subject: PATCH: make goto work in nested eval ""
38477              From: Robin Houston <robin@kitsite.com>
38478              Date: Wed, 14 Mar 2001 04:16:10 +0000
38479              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
38480      Branch: perl
38481            ! pp_ctl.c t/op/goto.t
38482 ____________________________________________________________________________
38483 [  9146] By: jhi                                   on 2001/03/14  04:42:54
38484         Log: Preserve the #ifdef PERL_CORE in perly.h.
38485      Branch: perl
38486            ! perly.fixer
38487 ____________________________________________________________________________
38488 [  9145] By: jhi                                   on 2001/03/14  03:57:41
38489         Log: (Retracted by #9150.)
38490      Branch: perl
38491            ! op.c op.h t/op/pat.t
38492 ____________________________________________________________________________
38493 [  9144] By: jhi                                   on 2001/03/14  03:50:38
38494         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
38495              
38496              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
38497              
38498              remove squelch controls for "Scalars leaked" messages in most places
38499              (these are now cured)
38500              
38501              fix another memory leak reported by purify (tie callbacks that
38502              croak can leak when wiping out magic)
38503      Branch: perl
38504           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
38505           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
38506           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
38507           !> t/pragma/warnings.t
38508 ____________________________________________________________________________
38509 [  9143] By: jhi                                   on 2001/03/14  03:37:53
38510         Log: (Retracted by #9149.)
38511      Branch: perl
38512            ! op.c
38513 ____________________________________________________________________________
38514 [  9142] By: gsar                                  on 2001/03/14  03:20:48
38515         Log: fix another memory leak reported by purify (tie callbacks that
38516              croak can leak when wiping out magic)
38517      Branch: maint-5.6/perl
38518            ! scope.c
38519 ____________________________________________________________________________
38520 [  9141] By: jhi                                   on 2001/03/14  02:55:00
38521         Log: Subject: PATCH for [ID 20010305.003]
38522              From: Robin Houston <robin@kitsite.com>
38523              Date: Wed, 14 Mar 2001 02:45:51 +0000
38524              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
38525      Branch: perl
38526            ! pp_ctl.c t/op/eval.t
38527 ____________________________________________________________________________
38528 [  9140] By: jhi                                   on 2001/03/14  02:41:54
38529         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
38530              Date: Wed, 14 Mar 2001 01:52:51 +0000
38531              From: Robin Houston <robin@kitsite.com>
38532              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
38533              
38534              Fix for 2000313.004.
38535      Branch: perl
38536            ! pp_ctl.c t/op/goto.t
38537 ____________________________________________________________________________
38538 [  9139] By: jhi                                   on 2001/03/14  02:40:50
38539         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
38540              From: Robin Houston <robin@kitsite.com>
38541              Date: Wed, 14 Mar 2001 00:43:45 +0000
38542              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
38543      Branch: perl
38544            + t/op/loopctl.t
38545            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
38546            ! vms/perly_c.vms
38547 ____________________________________________________________________________
38548 [  9138] By: gsar                                  on 2001/03/14  01:18:00
38549         Log: remove squelch controls for "Scalars leaked" messages in most places
38550              (these are now cured)
38551      Branch: maint-5.6/perl
38552            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
38553            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
38554            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
38555 ____________________________________________________________________________
38556 [  9137] By: gsar                                  on 2001/03/14  00:57:04
38557         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
38558      Branch: maint-5.6/perl
38559            ! regcomp.c
38560 ____________________________________________________________________________
38561 [  9136] By: jhi                                   on 2001/03/13  23:12:24
38562         Log: (Retracted by #9155)
38563              
38564              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
38565              From: Jens-Uwe Mager <jum@helios.de>
38566              Date: Wed, 21 Feb 2001 21:32:04 +0100
38567              Message-ID: <20010221213203.A18340@ans.helios.de>
38568      Branch: perl
38569            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
38570 ____________________________________________________________________________
38571 [  9135] By: jhi                                   on 2001/03/13  22:50:05
38572         Log: Integrate perlio.
38573      Branch: perl
38574           !> pp.c
38575 ____________________________________________________________________________
38576 [  9134] By: jhi                                   on 2001/03/13  22:49:05
38577         Log: Integrate change #9131 from maintperl into mainline.
38578              
38579              make the error text look more consistent in hints/hpux.sh
38580      Branch: perl
38581           !> hints/hpux.sh
38582 ____________________________________________________________________________
38583 [  9133] By: gsar                                  on 2001/03/13  22:46:20
38584         Log: integrate change#9067 from mainline
38585              
38586              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
38587      Branch: maint-5.6/perl
38588           !> lib/ExtUtils/MM_Unix.pm
38589 ____________________________________________________________________________
38590 [  9132] By: jhi                                   on 2001/03/13  22:41:21
38591         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
38592              From: "John P. Linderman" <jpl@research.att.com>
38593              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
38594              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
38595              
38596              A more correct prime finder.
38597      Branch: perl
38598            ! lib/Tie/SubstrHash.pm
38599 ____________________________________________________________________________
38600 [  9131] By: gsar                                  on 2001/03/13  22:30:42
38601         Log: make the error text look more consistent in hints/hpux.sh
38602      Branch: maint-5.6/perl
38603            ! hints/hpux.sh
38604 ____________________________________________________________________________
38605 [  9130] By: jhi                                   on 2001/03/13  22:23:44
38606         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
38607              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38608              Date: Tue, 13 Mar 2001 18:41:26 +0100
38609              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
38610              
38611              If the test is run non-interactively the default handler
38612              is different.
38613      Branch: perl
38614            ! t/lib/sigaction.t
38615 ____________________________________________________________________________
38616 [  9129] By: jhi                                   on 2001/03/13  22:20:21
38617         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
38618              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38619              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
38620              Date:     Tue, 13 Mar 2001 16:44:32 EST
38621      Branch: perl
38622            ! t/lib/1_compile.t
38623 ____________________________________________________________________________
38624 [  9128] By: jhi                                   on 2001/03/13  22:18:34
38625         Log: Subject: Another patch for integer.pm POD 
38626              From: "John L. Allen" <allen@grumman.com>
38627              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
38628              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
38629      Branch: perl
38630            ! lib/integer.pm
38631 ____________________________________________________________________________
38632 [  9127] By: nick                                  on 2001/03/13  21:26:30
38633         Log: Integrate mainline.
38634      Branch: perlio
38635           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
38636           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
38637           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
38638           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
38639           !> Changes Configure MANIFEST README.os2 README.os390
38640           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
38641           !> os2/Changes patchlevel.h win32/perlhost.h
38642 ____________________________________________________________________________
38643 [  9126] By: nick                                  on 2001/03/13  20:39:51
38644         Log: #ifdef'ed out code to make packed side of pack/unpack
38645              octets. (i.e. pack('U') => encode_utf8).
38646      Branch: perlio
38647            ! pp.c
38648 ____________________________________________________________________________
38649 [  9125] By: jhi                                   on 2001/03/13  15:07:16
38650         Log: Update Changes.
38651      Branch: perl
38652            ! Changes patchlevel.h
38653 ____________________________________________________________________________
38654 [  9124] By: jhi                                   on 2001/03/13  14:22:45
38655         Log: Workaround for the buggy ("internal compiler error")
38656              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
38657              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
38658              of Andreas König.
38659      Branch: perl
38660            ! ext/re/Makefile.PL hints/aix.sh
38661 ____________________________________________________________________________
38662 [  9123] By: jhi                                   on 2001/03/13  03:24:34
38663         Log: Typo in #9114.
38664      Branch: metaconfig
38665            ! U/modified/myhostname.U
38666 ____________________________________________________________________________
38667 [  9122] By: jhi                                   on 2001/03/13  03:24:06
38668         Log: Typo in #9113.
38669      Branch: perl
38670            ! Configure
38671 ____________________________________________________________________________
38672 [  9121] By: jhi                                   on 2001/03/13  01:53:05
38673         Log: Forgot to check-in the larger part of #9120, duh.
38674      Branch: perl
38675            ! README.os2
38676 ____________________________________________________________________________
38677 [  9120] By: jhi                                   on 2001/03/13  01:51:31
38678         Log: Subject: [PATCH 5.6.1] OS/2 docs
38679              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38680              Date: Mon, 12 Mar 2001 03:27:32 -0500
38681              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
38682      Branch: perl
38683            ! os2/Changes
38684 ____________________________________________________________________________
38685 [  9119] By: jhi                                   on 2001/03/13  01:49:41
38686         Log: Integrate change #9116 from maintperl into mainline.
38687              
38688              Win32::GetCwd() returns C: instead of C:\ in the root directory
38689              under ithreads
38690      Branch: perl
38691           !> win32/perlhost.h
38692 ____________________________________________________________________________
38693 [  9118] By: jhi                                   on 2001/03/13  01:13:39
38694         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
38695      Branch: perl
38696            + lib/Switch.pm t/lib/switch.t
38697            ! MANIFEST
38698 ____________________________________________________________________________
38699 [  9117] By: jhi                                   on 2001/03/13  01:03:17
38700         Log: Add Text::Balanced 1.83.
38701      Branch: perl
38702            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
38703            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
38704            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
38705            + t/lib/tb-xvari.t
38706            ! MANIFEST
38707 ____________________________________________________________________________
38708 [  9116] By: gsar                                  on 2001/03/13  00:55:53
38709         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
38710              under ithreads
38711      Branch: maint-5.6/perl
38712            ! win32/perlhost.h
38713 ____________________________________________________________________________
38714 [  9115] By: jhi                                   on 2001/03/13  00:54:09
38715         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
38716              From: "John L. Allen" <allen@grumman.com>
38717              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
38718              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
38719              
38720              use integer document clarification.
38721      Branch: perl
38722            ! lib/integer.pm
38723 ____________________________________________________________________________
38724 [  9114] By: jhi                                   on 2001/03/13  00:38:54
38725         Log: Metaconfig unit change for #9113.
38726      Branch: metaconfig
38727            ! U/modified/myhostname.U
38728 ____________________________________________________________________________
38729 [  9113] By: jhi                                   on 2001/03/13  00:38:35
38730         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?)
38731              From: Peter Prymmer <pvhp@forte.com>
38732              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
38733              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
38734      Branch: perl
38735            ! Configure README.os390 hints/os390.sh
38736 ____________________________________________________________________________
38737 [  9112] By: jhi                                   on 2001/03/13  00:29:00
38738         Log: Integrate perlio.
38739      Branch: perl
38740           !> sv.c utf8.h
38741 ____________________________________________________________________________
38742 [  9111] By: nick                                  on 2001/03/12  21:16:33
38743         Log: Integrate mainline.
38744      Branch: perlio
38745           +> t/op/anonsub.t
38746           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
38747           !> proto.h sv.c
38748 ____________________________________________________________________________
38749 [  9110] By: nick                                  on 2001/03/12  21:00:13
38750         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
38751      Branch: perlio
38752            ! sv.c utf8.h
38753 ____________________________________________________________________________
38754 [  9109] By: jhi                                   on 2001/03/12  16:04:47
38755         Log: Integrate change #9108 from maintperl to mainline.
38756              
38757              fix memory leak in C<sub X { sub {} }> arising from a refcount
38758              loop between the outer sub and the inner prototype anonsub
38759              
38760              this also enables closures returned by subroutines that
38761              subsequently get redefined to work without generating coredumps :)
38762              
38763              completely removed the free_closures() hack--it shouldn't be
38764              needed anymore
38765      Branch: perl
38766           +> t/op/anonsub.t
38767           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
38768           !> proto.h sv.c
38769 ____________________________________________________________________________
38770 [  9108] By: gsar                                  on 2001/03/12  10:21:31
38771         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
38772              loop between the outer sub and the inner prototype anonsub
38773              
38774              this also enables closures returned by subroutines that
38775              subsequently get redefined to work without generating coredumps :)
38776              
38777              completely removed the free_closures() hack--it shouldn't be
38778              needed anymore
38779      Branch: maint-5.6/perl
38780            + t/op/anonsub.t
38781            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
38782            ! proto.h sv.c
38783 ____________________________________________________________________________
38784 [  9107] By: jhi                                   on 2001/03/12  05:15:31
38785         Log: Integrate perlio.
38786      Branch: perl
38787           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
38788 ____________________________________________________________________________
38789 [  9106] By: nick                                  on 2001/03/11  20:10:12
38790         Log: regcomp.c is working in native space, not Unicode space (if different)
38791              as it is doing compare against 'W' in \W etc.
38792      Branch: perlio
38793            ! regcomp.c
38794 ____________________________________________________________________________
38795 [  9105] By: nick                                  on 2001/03/11  19:39:34
38796         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
38797              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
38798      Branch: perlio
38799            ! regcomp.c toke.c utf8.c
38800 ____________________________________________________________________________
38801 [  9104] By: nick                                  on 2001/03/11  18:15:44
38802         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
38803      Branch: perlio
38804            ! sv.c
38805 ____________________________________________________________________________
38806 [  9103] By: nick                                  on 2001/03/11  18:03:28
38807         Log: Integrate mainline (for regexp stuff).
38808      Branch: perlio
38809           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
38810           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
38811           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
38812           !> t/lib/errno.t t/op/pat.t
38813 ____________________________________________________________________________
38814 [  9102] By: nick                                  on 2001/03/11  17:44:20
38815         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
38816              - exclude layer syms in makedef.pl for sfio
38817              - also inhibit Encode from trying to build ":encode()" layer.
38818      Branch: perlio
38819            ! ext/Encode/Encode.xs makedef.pl
38820 ____________________________________________________________________________
38821 [  9101] By: jhi                                   on 2001/03/10  22:38:13
38822         Log: The $Is_MacOS needs to be declared.
38823      Branch: perl
38824            ! lib/ExtUtils/Manifest.pm
38825 ____________________________________________________________________________
38826 [  9100] By: jhi                                   on 2001/03/10  22:14:29
38827         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
38828              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
38829              pollute the symbolspace if using sfio.
38830      Branch: perl
38831            ! ext/Encode/Encode.xs
38832 ____________________________________________________________________________
38833 [  9099] By: jhi                                   on 2001/03/10  21:58:48
38834         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
38835              Date: Sat, 10 Mar 2001 14:23:55 -0500
38836              From: Chris Nandor <pudge@pobox.com>
38837              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
38838      Branch: perl
38839            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
38840            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
38841            ! t/lib/errno.t
38842 ____________________________________________________________________________
38843 [  9098] By: jhi                                   on 2001/03/10  21:38:30
38844         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
38845      Branch: perl
38846            ! regcomp.c regexec.c t/op/pat.t
38847 ____________________________________________________________________________
38848 [  9097] By: jhi                                   on 2001/03/10  14:38:07
38849         Log: Integrate perlio.
38850      Branch: perl
38851           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
38852           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
38853           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
38854 ____________________________________________________________________________
38855 [  9096] By: nick                                  on 2001/03/10  11:55:43
38856         Log: EBCDIC sanity - phase I
38857              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
38858              - use utf8n_xxxx (c.f. pvn) for forms which take length.
38859              - back out vN.N and $^V exceptions to e2a/a2e
38860              - make "locale" isxxx macros be uvchr (may be redundant?)
38861              
38862              Not clear yet that toUPPER_uni et. al. return being handled correctly.
38863              The tr// and rexexp stuff still needs an audit, assumption is they are working
38864              in Unicode space.
38865              
38866              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
38867      Branch: perlio
38868            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
38869            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
38870            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
38871 ____________________________________________________________________________
38872 [  9095] By: jhi                                   on 2001/03/09  22:10:01
38873         Log: Integrate perlio.
38874      Branch: perl
38875           !> dump.c
38876 ____________________________________________________________________________
38877 [  9094] By: nick                                  on 2001/03/09  17:36:38
38878         Log: Builds an passes all tests after integrate and this tweak.
38879      Branch: perlio
38880            ! dump.c
38881 ____________________________________________________________________________
38882 [  9093] By: nick                                  on 2001/03/09  17:16:03
38883         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
38884      Branch: perlio
38885           +> lib/unicode/Scripts.txt t/lib/sigaction.t
38886           !> (integrate 79 files)
38887 ____________________________________________________________________________
38888 [  9092] By: jhi                                   on 2001/03/09  15:28:26
38889         Log: Update Changes.
38890      Branch: perl
38891            ! Changes patchlevel.h
38892 ____________________________________________________________________________
38893 [  9091] By: jhi                                   on 2001/03/09  15:25:05
38894         Log: In op/stat #35 better to scan all the potential directories
38895              for setuids, not just the first one.
38896      Branch: perl
38897            ! t/op/stat.t
38898 ____________________________________________________________________________
38899 [  9090] By: jhi                                   on 2001/03/09  15:01:27
38900         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
38901              From: rspier@pobox.com (Robert Spier)
38902              Date: Fri, 9 Mar 2001 03:30:20 -0500
38903              Message-ID: <15016.38044.381174.160189@rls.cx>
38904              
38905              EXISTS() returning undef mistakenly triggered a FETCH().
38906      Branch: perl
38907            ! hv.c
38908 ____________________________________________________________________________
38909 [  9089] By: jhi                                   on 2001/03/09  14:59:02
38910         Log: Add /sbin and /usr/sbin to the list of directories scanned
38911              for setuid programs.  Takes care of bug id 20010309.003.
38912      Branch: perl
38913            ! t/op/stat.t
38914 ____________________________________________________________________________
38915 [  9088] By: jhi                                   on 2001/03/09  14:48:32
38916         Log: Regen perlapi, perltoc.
38917      Branch: perl
38918            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
38919 ____________________________________________________________________________
38920 [  9087] By: jhi                                   on 2001/03/09  14:38:56
38921         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
38922              From: David Mitchell <davem@fdgroup.co.uk>
38923              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
38924              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
38925      Branch: perl
38926            ! dump.c perl.c perl.h pod/perlrun.pod
38927 ____________________________________________________________________________
38928 [  9086] By: jhi                                   on 2001/03/09  01:47:16
38929         Log: A modified version of
38930              
38931              Subject: [ID 20010307.005] POSIX::sigaction has various problems
38932              From: anders@broadcom.com
38933              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
38934              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
38935              
38936              Currently the sigaction.t test #6 fails (and is fudged to look
38937              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
38938              This may well be a genuine bug in Linux sigaction() (since at
38939              least Tru64, Solaris, and HP-UX disagree with Linux).
38940              Anyone with POSIX / SUSv2 tome handy?  The problem is that
38941              the flags of the oldaction don't match with the flags in
38942              the previously installed disposition.
38943      Branch: perl
38944            + t/lib/sigaction.t
38945            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
38946 ____________________________________________________________________________
38947 [  9085] By: jhi                                   on 2001/03/09  01:30:13
38948         Log: Subject: Re: mission impossible for the day
38949              From: Alex Gough <alex@rcon.org>
38950              Date: Thu, 08 Mar 2001 17:18:19 +0000
38951              Message-ID: <3AA7BEDB.8070409@rcon.org>
38952              
38953              If references (are overloaded) and can be directly stringified,
38954              show that instead of "stringified".
38955              
38956              (The problem, infinite mutual recursion caused by overloaded bool
38957              in Switch.pm, tracked by David Mitchell)
38958      Branch: perl
38959            ! lib/Carp/Heavy.pm
38960 ____________________________________________________________________________
38961 [  9084] By: jhi                                   on 2001/03/09  01:20:39
38962         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
38963              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
38964              From: David Mitchell <davem@fdgroup.co.uk>
38965              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
38966      Branch: perl
38967            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
38968            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
38969 ____________________________________________________________________________
38970 [  9083] By: jhi                                   on 2001/03/09  01:16:51
38971         Log: Subject: [PATCH] perldata.pod here-doc docs
38972              From: Jeff Pinyan <jeffp@crusoe.net>
38973              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
38974              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
38975      Branch: perl
38976            ! pod/perldata.pod
38977 ____________________________________________________________________________
38978 [  9082] By: jhi                                   on 2001/03/09  01:01:27
38979         Log: Subject: Re: Unicode/EBCDIC
38980              From: Peter Prymmer <pvhp@forte.com>
38981              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
38982              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
38983      Branch: perl
38984            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
38985 ____________________________________________________________________________
38986 [  9081] By: jhi                                   on 2001/03/08  13:41:30
38987         Log: Subject: Ooops, wrong 'no *POSIX' Patch
38988              From: Dorner Thomas <Thomas.Dorner@start.de>
38989              Date: Thu, 8 Mar 2001 08:43:28 +0100
38990              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
38991      Branch: perl
38992            ! hints/posix-bc.sh
38993 ____________________________________________________________________________
38994 [  9080] By: jhi                                   on 2001/03/08  13:11:42
38995         Log: It's Scripts.txt, not Script.txt.
38996      Branch: perl
38997            ! MANIFEST
38998 ____________________________________________________________________________
38999 [  9079] By: jhi                                   on 2001/03/08  12:59:05
39000         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
39001              From: Dorner Thomas <Thomas.Dorner@start.de>
39002              Date: Wed, 7 Mar 2001 14:13:31 +0100
39003              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
39004      Branch: perl
39005            ! makedepend.SH
39006 ____________________________________________________________________________
39007 [  9078] By: jhi                                   on 2001/03/08  12:57:43
39008         Log: Retract #9069, wrong patch.
39009      Branch: perl
39010            ! Makefile.SH
39011 ____________________________________________________________________________
39012 [  9077] By: jhi                                   on 2001/03/08  01:06:13
39013         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
39014      Branch: perl
39015            + lib/unicode/Scripts.txt
39016            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
39017            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
39018            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
39019            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
39020            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
39021            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
39022            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
39023            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
39024            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
39025            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
39026            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
39027            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
39028            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
39029            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
39030            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
39031            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
39032            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
39033            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
39034            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
39035            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
39036            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
39037            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
39038            ! lib/unicode/version
39039 ____________________________________________________________________________
39040 [  9076] By: jhi                                   on 2001/03/07  22:59:39
39041         Log: Integrate change #7784 from mainline into maintperl.
39042              
39043              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
39044      Branch: maint-5.6/perl
39045           !> pp_ctl.c t/op/pat.t
39046 ____________________________________________________________________________
39047 [  9075] By: jhi                                   on 2001/03/07  22:05:11
39048         Log: More UTF-8 test tweaks.
39049      Branch: perl
39050            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
39051 ____________________________________________________________________________
39052 [  9074] By: nick                                  on 2001/03/07  21:39:29
39053         Log: Integrate mainline.
39054      Branch: perlio
39055           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
39056           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
39057           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
39058           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
39059           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
39060 ____________________________________________________________________________
39061 [  9073] By: jhi                                   on 2001/03/07  16:37:09
39062         Log: Update Changes.
39063      Branch: perl
39064            ! Changes patchlevel.h
39065 ____________________________________________________________________________
39066 [  9072] By: jhi                                   on 2001/03/07  16:32:30
39067         Log: Subject: [ID 20010306.004] || != named unary operator
39068              From: abela@geneanet.org
39069              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
39070              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
39071      Branch: perl
39072            ! pod/perlop.pod
39073 ____________________________________________________________________________
39074 [  9071] By: jhi                                   on 2001/03/07  15:14:11
39075         Log: Subject: downgrading to bytes for common functions
39076              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
39077              Date: Wed, 7 Mar 2001 02:36:55 -0500
39078              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
39079      Branch: perl
39080            ! pp_sys.c
39081 ____________________________________________________________________________
39082 [  9070] By: jhi                                   on 2001/03/07  15:04:58
39083         Log: Clarify the description differentiating for and while; inspired by
39084              
39085              Subject: [ID 20010306.002] for/while difference in for definition
39086              From: abela@geneanet.org
39087              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
39088              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
39089      Branch: perl
39090            ! pod/perlsyn.pod
39091 ____________________________________________________________________________
39092 [  9069] By: jhi                                   on 2001/03/07  14:55:30
39093         Log: (Retracted by #9078.)
39094      Branch: perl
39095            ! Makefile.SH
39096 ____________________________________________________________________________
39097 [  9068] By: jhi                                   on 2001/03/07  14:51:17
39098         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
39099              From: Radu Greab <radu@netsoft.ro>
39100              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
39101              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
39102      Branch: perl
39103            ! pp.c t/op/chop.t
39104 ____________________________________________________________________________
39105 [  9067] By: jhi                                   on 2001/03/07  14:48:57
39106         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
39107              From: Simon Cozens <simon@netthink.co.uk>
39108              Date: Wed, 7 Mar 2001 13:59:28 +0000
39109              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
39110              
39111              In order to allow MakeMaker to build correct Makefiles,
39112              you need to change the order of the arguments in MM_Unix.pm
39113              as well. (Unless you have C89_CCMODE set, but we're trying
39114              to be POSIXly correct)
39115              
39116              Thanks to Merijn Broeren for tracking this down.
39117      Branch: perl
39118            ! lib/ExtUtils/MM_Unix.pm
39119 ____________________________________________________________________________
39120 [  9066] By: jhi                                   on 2001/03/07  14:30:02
39121         Log: Floating point too messy.
39122      Branch: perl
39123            ! t/camel-III/vstring.t
39124 ____________________________________________________________________________
39125 [  9065] By: jhi                                   on 2001/03/07  14:17:44
39126         Log: Integrate change #9064 from maintperl into mainline.
39127              
39128              fix memory leak in pack("Bb",...)
39129      Branch: perl
39130           !> perl.c
39131 ____________________________________________________________________________
39132 [  9064] By: gsar                                  on 2001/03/07  06:29:24
39133         Log: fix memory leak in pack("Bb",...)
39134      Branch: maint-5.6/perl
39135            ! perl.c
39136 ____________________________________________________________________________
39137 [  9063] By: jhi                                   on 2001/03/07  00:55:04
39138         Log: Major utf8 test reorganisation and rewrite.
39139              Hopefully no tests were lost in the shuffle.
39140              (The beginning of pragma/utf8 was lost intentionally,
39141              the tests were rather bogus and incomplete.)
39142      Branch: perl
39143            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
39144            ! t/pragma/utf8.t
39145 ____________________________________________________________________________
39146 [  9062] By: jhi                                   on 2001/03/07  00:41:16
39147         Log: More tweakage on the Unicode character class descriptions.
39148      Branch: perl
39149            ! lib/unicode/mktables.PL pod/perlretut.pod
39150 ____________________________________________________________________________
39151 [  9061] By: jhi                                   on 2001/03/06  23:12:38
39152         Log: The perlretut was still talking about the old \p and \P
39153              definitions.
39154      Branch: perl
39155            ! pod/perlretut.pod
39156 ____________________________________________________________________________
39157 [  9060] By: nick                                  on 2001/03/06  20:52:37
39158         Log: Integrate mainline (make test works again now).
39159      Branch: perlio
39160           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
39161 ____________________________________________________________________________
39162 [  9059] By: jhi                                   on 2001/03/06  15:36:14
39163         Log: 0.999... does equal 1.0, doesn't it?
39164      Branch: perl
39165            ! t/camel-III/vstring.t
39166 ____________________________________________________________________________
39167 [  9058] By: jhi                                   on 2001/03/06  15:34:00
39168         Log: Make /x{abcd}/ to work without use utf8.
39169      Branch: perl
39170            ! regcomp.c
39171 ____________________________________________________________________________
39172 [  9057] By: jhi                                   on 2001/03/06  03:02:36
39173         Log: Easier to outcomment all the three reset() tests for now.
39174      Branch: perl
39175            ! t/op/pat.t
39176 ____________________________________________________________________________
39177 [  9056] By: jhi                                   on 2001/03/06  02:30:02
39178         Log: Comment out the deadly reset; until the 20010301.005
39179              is finally fixed.
39180      Branch: perl
39181            ! t/op/pat.t
39182 ____________________________________________________________________________
39183 [  9055] By: jhi                                   on 2001/03/06  02:21:26
39184         Log: Integrate the change #9054 from mainline:
39185              retract the PMOP cleanup patch pending further investigation.
39186      Branch: maint-5.6/perl
39187           !> op.c op.h
39188 ____________________________________________________________________________
39189 [  9054] By: jhi                                   on 2001/03/06  02:19:57
39190         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
39191              with oddly familiar stack traces.
39192      Branch: perl
39193            ! op.c op.h
39194 ____________________________________________________________________________
39195 [  9053] By: jhi                                   on 2001/03/05  23:20:28
39196         Log: Integrate perlio.
39197      Branch: perl
39198           +> ext/Encode/Encode/koi8-r.ucm
39199           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
39200           !> makedef.pl
39201 ____________________________________________________________________________
39202 [  9052] By: nick                                  on 2001/03/05  23:08:17
39203         Log: skipping USE_PERLIO symbols correction.
39204      Branch: perlio
39205            ! makedef.pl
39206 ____________________________________________________________________________
39207 [  9051] By: nick                                  on 2001/03/05  22:35:07
39208         Log: More Encode alias tidying.
39209      Branch: perlio
39210            + ext/Encode/Encode/koi8-r.ucm
39211            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
39212 ____________________________________________________________________________
39213 [  9050] By: jhi                                   on 2001/03/05  21:44:29
39214         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
39215              Sarathy's fix for ID 20010301.005.
39216      Branch: maint-5.6/perl
39217           !> op.c op.h
39218 ____________________________________________________________________________
39219 [  9049] By: nick                                  on 2001/03/05  19:54:04
39220         Log: Integrate Jarkko's Encode.pm tweak.
39221      Branch: perlio
39222           !> ext/Encode/Encode.pm
39223 ____________________________________________________________________________
39224 [  9048] By: nick                                  on 2001/03/05  19:47:57
39225         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
39226      Branch: perlio
39227           +> os2/os2add.sym
39228           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
39229           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
39230           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
39231           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
39232           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
39233 ____________________________________________________________________________
39234 [  9047] By: jhi                                   on 2001/03/05  19:25:26
39235         Log: Regen perlapi.
39236      Branch: perl
39237            ! pod/perlapi.pod
39238 ____________________________________________________________________________
39239 [  9046] By: jhi                                   on 2001/03/05  19:12:14
39240         Log: Integrate perlio.
39241      Branch: perl
39242           +> t/camel-III/vstring.t
39243           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
39244 ____________________________________________________________________________
39245 [  9045] By: jhi                                   on 2001/03/05  19:10:36
39246         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
39247      Branch: perl
39248            ! ext/Encode/Encode.pm
39249 ____________________________________________________________________________
39250 [  9044] By: jhi                                   on 2001/03/05  18:49:12
39251         Log: Forgot the other half of the PMOP patch (#9033).
39252      Branch: perl
39253            ! op.h
39254 ____________________________________________________________________________
39255 [  9043] By: nick                                  on 2001/03/05  18:14:47
39256         Log: Update MANIFEST for new test.
39257      Branch: perlio
39258            ! MANIFEST
39259 ____________________________________________________________________________
39260 [  9042] By: nick                                  on 2001/03/05  18:12:41
39261         Log: Some tests for Camel 3rd edition features.
39262              Make gethostbyaddr() test in above work.
39263      Branch: perlio
39264            + t/camel-III/vstring.t
39265            ! pp.h pp_sys.c t/TEST t/harness
39266 ____________________________________________________________________________
39267 [  9041] By: jhi                                   on 2001/03/05  17:41:48
39268         Log: Add more ISO 8859 encoding aliases.
39269      Branch: perl
39270            ! ext/Encode/Encode.pm
39271 ____________________________________________________________________________
39272 [  9040] By: jhi                                   on 2001/03/05  17:30:43
39273         Log: Integrate perlio.
39274      Branch: perl
39275           !> MANIFEST sv.c
39276 ____________________________________________________________________________
39277 [  9039] By: nick                                  on 2001/03/05  17:11:36
39278         Log: Missed added file.
39279      Branch: perlio
39280            ! MANIFEST
39281 ____________________________________________________________________________
39282 [  9038] By: jhi                                   on 2001/03/05  15:58:01
39283         Log: Add tr tests for EBCDIC, from Karsten Sperling.
39284      Branch: perl
39285            ! t/op/tr.t
39286 ____________________________________________________________________________
39287 [  9037] By: nick                                  on 2001/03/05  15:56:35
39288         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
39289              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
39290              
39291              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
39292              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
39293              - uses SvPV() rather than sv_2pv() in case it isn't a string.
39294      Branch: perlio
39295            ! sv.c
39296 ____________________________________________________________________________
39297 [  9036] By: jhi                                   on 2001/03/05  15:49:15
39298         Log: Add matching tests currently failing in EBCDIC,
39299              suggested by Karsten Sperling.
39300      Branch: perl
39301            ! t/op/pat.t
39302 ____________________________________________________________________________
39303 [  9035] By: jhi                                   on 2001/03/05  15:36:55
39304         Log: The #9034 needs a MANIFESTation.
39305      Branch: perl
39306            ! MANIFEST
39307 ____________________________________________________________________________
39308 [  9034] By: jhi                                   on 2001/03/05  15:35:14
39309         Log: Integrate perlio.
39310      Branch: perl
39311           +> ext/Encode/Encode/Tcl.pm
39312           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
39313           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
39314           !> ext/Encode/Encode/iso8859-1.ucm
39315           !> ext/Encode/Encode/iso8859-10.ucm
39316           !> ext/Encode/Encode/iso8859-13.ucm
39317           !> ext/Encode/Encode/iso8859-14.ucm
39318           !> ext/Encode/Encode/iso8859-15.ucm
39319           !> ext/Encode/Encode/iso8859-16.ucm
39320           !> ext/Encode/Encode/iso8859-2.ucm
39321           !> ext/Encode/Encode/iso8859-3.ucm
39322           !> ext/Encode/Encode/iso8859-4.ucm
39323           !> ext/Encode/Encode/iso8859-5.ucm
39324           !> ext/Encode/Encode/iso8859-6.ucm
39325           !> ext/Encode/Encode/iso8859-7.ucm
39326           !> ext/Encode/Encode/iso8859-8.ucm
39327           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
39328           !> t/lib/encode.t
39329 ____________________________________________________________________________
39330 [  9033] By: jhi                                   on 2001/03/05  15:33:18
39331         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
39332              From: Gurusamy Sarathy <gsar@ActiveState.com>
39333              Date: Sun, 04 Mar 2001 22:33:15 -0800
39334              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
39335              
39336              PMOPs need to remember their own stash so that they can
39337              gracefully remove themselves from their linked list.
39338      Branch: perl
39339            ! op.c
39340 ____________________________________________________________________________
39341 [  9032] By: nick                                  on 2001/03/05  14:51:50
39342         Log: Encode implementation "completion"
39343              Implement and document define_encoding()
39344              Implement and document encoding aliases including define_alias()
39345              Make Encode::XS use define_encoding() rather than back-door.
39346              Move run-time *.enc to separate Encode::Tcl module.
39347              Make 'compile' honour <codeset_name>
39348              Change canonical names of to iso-8859-* and US-ascii.
39349      Branch: perlio
39350            + ext/Encode/Encode/Tcl.pm
39351            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
39352            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
39353            ! ext/Encode/Encode/iso8859-1.ucm
39354            ! ext/Encode/Encode/iso8859-10.ucm
39355            ! ext/Encode/Encode/iso8859-13.ucm
39356            ! ext/Encode/Encode/iso8859-14.ucm
39357            ! ext/Encode/Encode/iso8859-15.ucm
39358            ! ext/Encode/Encode/iso8859-16.ucm
39359            ! ext/Encode/Encode/iso8859-2.ucm
39360            ! ext/Encode/Encode/iso8859-3.ucm
39361            ! ext/Encode/Encode/iso8859-4.ucm
39362            ! ext/Encode/Encode/iso8859-5.ucm
39363            ! ext/Encode/Encode/iso8859-6.ucm
39364            ! ext/Encode/Encode/iso8859-7.ucm
39365            ! ext/Encode/Encode/iso8859-8.ucm
39366            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
39367            ! t/lib/encode.t
39368 ____________________________________________________________________________
39369 [  9031] By: jhi                                   on 2001/03/05  13:51:17
39370         Log: Integrate change #9030 from maintperl into mainline.
39371              
39372              Subject: [PATCH 5.6.1] OS/2 cleanup
39373      Branch: perl
39374           +> os2/os2add.sym
39375           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
39376           !> makedef.pl os2/Changes os2/Makefile.SHs
39377           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
39378           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
39379           !> os2/os2.sym os2/os2ish.h
39380 ____________________________________________________________________________
39381 [  9030] By: jhi                                   on 2001/03/05  13:46:49
39382         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
39383              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39384              Date: Mon, 5 Mar 2001 02:29:44 -0500
39385              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
39386      Branch: maint-5.6/perl
39387            + os2/os2add.sym
39388            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
39389            ! makedef.pl os2/Changes os2/Makefile.SHs
39390            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
39391            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
39392            ! os2/os2.sym os2/os2ish.h
39393 ____________________________________________________________________________
39394 [  9029] By: jhi                                   on 2001/03/05  13:40:35
39395         Log: Integrate change #9028 from maintperl into mainline.
39396              
39397              various nits in MM_Unix.pm found by disabling SelfLoader
39398      Branch: perl
39399           !> lib/ExtUtils/MM_Unix.pm
39400 ____________________________________________________________________________
39401 [  9028] By: gsar                                  on 2001/03/05  09:58:38
39402         Log: various nits in MM_Unix.pm found by disabling SelfLoader
39403      Branch: maint-5.6/perl
39404            ! lib/ExtUtils/MM_Unix.pm
39405 ____________________________________________________________________________
39406 [  9027] By: nick                                  on 2001/03/05  08:35:22
39407         Log: Integrate mainline
39408      Branch: perlio
39409           !> (integrate 28 files)
39410 ____________________________________________________________________________
39411 [  9026] By: jhi                                   on 2001/03/05  02:14:59
39412         Log: Integrate change #9025 from mainline to maintperl,
39413              retract \N{U+HHHH}.
39414      Branch: maint-5.6/perl
39415           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
39416           !> t/lib/charnames.t toke.c
39417 ____________________________________________________________________________
39418 [  9025] By: jhi                                   on 2001/03/05  02:13:09
39419         Log: Retracting \N{U+HHHH}.
39420      Branch: perl
39421            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
39422            ! t/lib/charnames.t toke.c
39423 ____________________________________________________________________________
39424 [  9024] By: jhi                                   on 2001/03/04  20:51:07
39425         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
39426              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
39427              Date: Fri, 02 Mar 2001 18:25:26 +0100
39428              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
39429              
39430              Casting problem.
39431      Branch: perl
39432            ! ext/Storable/Storable.xs
39433 ____________________________________________________________________________
39434 [  9023] By: jhi                                   on 2001/03/04  19:46:45
39435         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
39436              From: nick@talking.bollo.cx
39437              Date: Sat, 03 Mar 2001 21:41:33 +0000
39438              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
39439              
39440              Revert the workaround.
39441      Branch: perl
39442            ! perlio.c
39443 ____________________________________________________________________________
39444 [  9022] By: jhi                                   on 2001/03/04  19:36:28
39445         Log: Update Changes.
39446      Branch: perl
39447            ! Changes patchlevel.h
39448 ____________________________________________________________________________
39449 [  9021] By: jhi                                   on 2001/03/04  18:41:00
39450         Log: makedef.pl updates suggested by Chris Nandor; double-checking
39451              the changes in AIX, OS/2 Win32 would be nice.
39452      Branch: perl
39453            ! makedef.pl
39454 ____________________________________________________________________________
39455 [  9020] By: jhi                                   on 2001/03/04  18:23:58
39456         Log: Integrate change #9012 from maintperl into mainline,
39457              quench a compiler warning.
39458      Branch: perl
39459           !> toke.c
39460 ____________________________________________________________________________
39461 [  9019] By: jhi                                   on 2001/03/04  18:18:43
39462         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
39463              
39464              \N{U+HHHH} fix.
39465              
39466              pattern in G_ARRAY context
39467      Branch: maint-5.6/perl
39468           !> pp_hot.c t/op/pat.t toke.c
39469 ____________________________________________________________________________
39470 [  9018] By: jhi                                   on 2001/03/04  18:07:48
39471         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
39472              From: Jeff Pinyan <jeffp@crusoe.net>
39473              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
39474              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
39475      Branch: perl
39476            ! pp_hot.c t/op/pat.t
39477 ____________________________________________________________________________
39478 [  9017] By: jhi                                   on 2001/03/04  18:06:21
39479         Log: I thought I tested the #9014.
39480      Branch: perl
39481            ! toke.c
39482 ____________________________________________________________________________
39483 [  9016] By: jhi                                   on 2001/03/04  17:41:22
39484         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
39485              
39486              Tweak the get*ent() OS/2 prototypes.
39487              
39488              Add the \N{U+HHHH} syntax.
39489              
39490              More tr/// UTF-8 fixes from Inaba Hiroto.
39491      Branch: maint-5.6/perl
39492           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
39493           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
39494 ____________________________________________________________________________
39495 [  9015] By: jhi                                   on 2001/03/04  17:36:04
39496         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
39497      Branch: perl
39498            ! doop.c t/op/tr.t
39499 ____________________________________________________________________________
39500 [  9014] By: jhi                                   on 2001/03/04  17:24:49
39501         Log: Add the \N{U+HHHH} syntax.
39502      Branch: perl
39503            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
39504            ! t/lib/charnames.t toke.c
39505 ____________________________________________________________________________
39506 [  9013] By: jhi                                   on 2001/03/04  17:20:45
39507         Log: Tweak the get*ent() OS/2 prototypes.
39508      Branch: perl
39509            ! os2/os2.c
39510 ____________________________________________________________________________
39511 [  9012] By: gsar                                  on 2001/03/04  06:26:14
39512         Log: avoid warning (nit in change#9009)
39513      Branch: maint-5.6/perl
39514            ! toke.c
39515 ____________________________________________________________________________
39516 [  9011] By: gsar                                  on 2001/03/04  06:15:24
39517         Log: lib/charnames.t fails in 5.6.x because of older Unicode
39518              data
39519              
39520              TODO: need to revisit this after updating lib/unicode/...
39521      Branch: maint-5.6/perl
39522            ! t/lib/charnames.t
39523 ____________________________________________________________________________
39524 [  9010] By: gsar                                  on 2001/03/04  06:08:36
39525         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
39526      Branch: maint-5.6/perl
39527            ! toke.c
39528 ____________________________________________________________________________
39529 [  9009] By: jhi                                   on 2001/03/03  19:27:20
39530         Log: Integrate change #9008 from mainline to maintperl,
39531              UTF-8 tr/// fixes from Inaba Hiroto.
39532      Branch: maint-5.6/perl
39533           !> doop.c op.c t/op/tr.t toke.c
39534 ____________________________________________________________________________
39535 [  9008] By: jhi                                   on 2001/03/03  19:19:42
39536         Log: UTF8 tr/// fixes from Inaba Hiroto.
39537      Branch: perl
39538            ! doop.c op.c t/op/tr.t toke.c
39539 ____________________________________________________________________________
39540 [  9007] By: jhi                                   on 2001/03/03  19:00:30
39541         Log: Integrate change #9006 from maintperl to mainline,
39542              more robust quest for the infinite.
39543      Branch: perl
39544           !> lib/Math/Complex.pm
39545 ____________________________________________________________________________
39546 [  9006] By: jhi                                   on 2001/03/03  18:58:06
39547         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
39548              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39549              Date: Sat, 3 Mar 2001 12:51:50 -0500
39550              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
39551              
39552              Be more robust in our quest for the infinite.
39553      Branch: maint-5.6/perl
39554            ! lib/Math/Complex.pm
39555 ____________________________________________________________________________
39556 [  9005] By: jhi                                   on 2001/03/03  17:55:50
39557         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
39558      Branch: maint-5.6/perl
39559            ! doio.c
39560 ____________________________________________________________________________
39561 [  9004] By: jhi                                   on 2001/03/03  17:40:14
39562         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
39563              so that picky compilers like IRIX won't get huffy about
39564              "statements without effect" (like 1;).
39565      Branch: perl
39566            ! toke.c
39567 ____________________________________________________________________________
39568 [  9003] By: jhi                                   on 2001/03/03  17:15:52
39569         Log: Integrate change #9002 from mainline to maintperl.
39570              
39571              Subject: [perl-5.6.x, perl-current] accept for EPOC
39572      Branch: maint-5.6/perl
39573           !> pp_sys.c
39574 ____________________________________________________________________________
39575 [  9002] By: jhi                                   on 2001/03/03  17:14:30
39576         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
39577              From: Olaf Flebbe <O.Flebbe@science-computing.de>
39578              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
39579              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
39580      Branch: perl
39581            ! pp_sys.c
39582 ____________________________________________________________________________
39583 [  9001] By: jhi                                   on 2001/03/03  17:13:13
39584         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
39585              From: "Craig A. Berry" <craigberry@mac.com>
39586              Date: Fri, 02 Mar 2001 17:44:40 -0600
39587              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
39588      Branch: perl
39589            ! t/pod/find.t
39590 ____________________________________________________________________________
39591 [  9000] By: jhi                                   on 2001/03/03  17:11:55
39592         Log: Integrate changes #8997,8999 from maintperl.
39593              
39594              Subject: [PATCH 5.6.1] compiling on OS/2
39595              (Better error message from hints/os2.sh)
39596              
39597              Subject: [PATCH 5.6.1] syslog.t
39598      Branch: perl
39599           !> hints/os2.sh t/lib/syslog.t
39600 ____________________________________________________________________________
39601 [  8999] By: jhi                                   on 2001/03/03  17:09:28
39602         Log: Subject: [PATCH 5.6.1] syslog.t
39603              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39604              Date: Sat, 3 Mar 2001 02:11:17 -0500
39605              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
39606      Branch: maint-5.6/perl
39607            ! t/lib/syslog.t
39608 ____________________________________________________________________________
39609 [  8998] By: jhi                                   on 2001/03/03  17:07:50
39610         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
39611              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39612              Date: Sat, 3 Mar 2001 01:53:52 -0500
39613              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
39614      Branch: maint-5.6/perl
39615            ! opcode.pl os2/os2.c
39616 ____________________________________________________________________________
39617 [  8997] By: jhi                                   on 2001/03/03  17:03:30
39618         Log: Subject: [PATCH 5.6.1] compiling on OS/2
39619              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39620              Date: Sat, 3 Mar 2001 01:59:59 -0500
39621              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
39622      Branch: maint-5.6/perl
39623            ! hints/os2.sh
39624 ____________________________________________________________________________
39625 [  8996] By: jhi                                   on 2001/03/03  00:55:58
39626         Log: Regen files for mainline.
39627      Branch: perl
39628            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39629            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
39630 ____________________________________________________________________________
39631 [  8995] By: jhi                                   on 2001/03/03  00:35:22
39632         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
39633              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
39634              to maintperl.
39635              
39636              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
39637              
39638              Add Configure option -Dmksymlinks which will create a symlink
39639              forest if the current/build differs from the source directory.
39640              (8218,8220,8221,8317,8318,8971)
39641              
39642              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
39643              (Document APPLLIB_EXP in INSTALL.)
39644              
39645              If running byacc write-enable also perly.h.
39646              
39647              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
39648              
39649              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
39650              
39651              Sanity check for conflicting thread flavours.
39652              
39653              Fix the sys/fcntl.h problem reported by Peter Prymmer.
39654              
39655              Add few CPUs/architectures to the Cppsym scan,
39656              add -perlio to archname if so selected (modified 8890)
39657              
39658              Be more helpful for devel builders, suggested by John L. Allen.
39659              (admittedly pointless change for maintperl, but the usedevel
39660              code is there already)
39661      Branch: maint-5.6/perl
39662           !> Configure INSTALL Makefile.SH Porting/Glossary
39663           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
39664           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
39665           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
39666           !> win32/config.bc win32/config.gc win32/config.vc
39667 ____________________________________________________________________________
39668 [  8994] By: jhi                                   on 2001/03/02  23:31:41
39669         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
39670      Branch: metaconfig/U/perl
39671            ! gccvers.U
39672 ____________________________________________________________________________
39673 [  8993] By: jhi                                   on 2001/03/02  23:22:12
39674         Log: Regenerate various files for maint.
39675      Branch: maint-5.6/perl
39676            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
39677            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
39678 ____________________________________________________________________________
39679 [  8992] By: alanbur                               on 2001/03/02  22:48:34
39680         Log: Resync wuth parent
39681      Branch: maint-5.6/pureperl
39682           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
39683           !> (integrate 60 files)
39684 ____________________________________________________________________________
39685 [  8991] By: jhi                                   on 2001/03/02  21:00:08
39686         Log: Retract the #8742 part of #8986, backward compat.
39687      Branch: maint-5.6/perl
39688            ! embed.pl
39689 ____________________________________________________________________________
39690 [  8990] By: jhi                                   on 2001/03/02  20:40:07
39691         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
39692      Branch: maint-5.6/perl
39693            ! hv.c
39694 ____________________________________________________________________________
39695 [  8989] By: jhi                                   on 2001/03/02  19:59:56
39696         Log: Update Changes.
39697      Branch: perl
39698            ! Changes patchlevel.h
39699 ____________________________________________________________________________
39700 [  8988] By: jhi                                   on 2001/03/02  19:57:08
39701         Log: Integrate perlio.
39702      Branch: perl
39703           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
39704           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
39705           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
39706           !> ext/Encode/Encode/iso8859-10.ucm
39707           !> ext/Encode/Encode/iso8859-13.ucm
39708           !> ext/Encode/Encode/iso8859-14.ucm
39709           !> ext/Encode/Encode/iso8859-15.ucm
39710           !> ext/Encode/Encode/iso8859-16.ucm
39711           !> ext/Encode/Encode/iso8859-2.ucm
39712           !> ext/Encode/Encode/iso8859-3.ucm
39713           !> ext/Encode/Encode/iso8859-4.ucm
39714           !> ext/Encode/Encode/iso8859-5.ucm
39715           !> ext/Encode/Encode/iso8859-6.ucm
39716           !> ext/Encode/Encode/iso8859-7.ucm
39717           !> ext/Encode/Encode/iso8859-8.ucm
39718           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
39719           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
39720 ____________________________________________________________________________
39721 [  8987] By: jhi                                   on 2001/03/02  19:43:40
39722         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
39723              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
39724              8950,8952,8955 from mainline to maintperl.
39725              
39726              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
39727              
39728              Put to rest the 20010205.001, the email address checking (not) regex.
39729              
39730              fork() not everywhere, cleanup temp files.
39731              
39732              The #8843 wasn't quite right: %Config needs to imported.
39733              
39734              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
39735              (#8849: the glob-basic hunk needed massaging as it depended
39736              on Schwern's large-scale (unintegrated) patches)
39737              
39738              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
39739              
39740              Upgrade to CGI.pm 2.752, from Lincoln Stein.
39741              (Note: there were some conflicts due to EBCDIC and EPOC
39742              patches, in general I preferred the repository code.)
39743              (When 2.753 comes out, we need to synchronize.)
39744              
39745              Subject: [PATCH] fix for charnames above FFFF
39746              
39747              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
39748              
39749              If no sfio, no -lsfio.
39750              
39751              Run run/*.t also in minitest.
39752              
39753              Subject:  [PATCH perl 5.7.0] malloc message address offset
39754              
39755              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
39756              
39757              Subject: fix for parameter -Dm (for perl@8867)
39758              
39759              Subject: [PATCH: perl@8892] was Re: hashing order difference?
39760              (make the test more portable)
39761              
39762              Subject: Re: [PATCH] fix for charnames above FFFF
39763              
39764              Subject: Re: I'm losing the war...
39765              (hv_store() not working correctly in ENV_IS_CASELESS case.)
39766              
39767              Subject: Modified README.bs2000 
39768              
39769              Subject: [PATCH: perl@8935] -Dt padsv($var)
39770              
39771              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
39772              
39773              Subject: PATCH: extra tests to check on negative float to unsigned cast
39774              
39775              Subject: [PATCH] XPUSH[insp] was Re: progress
39776              
39777              Subject: Re: Compile with perlcc..
39778      Branch: maint-5.6/perl
39779           !> (integrate 36 files)
39780 ____________________________________________________________________________
39781 [  8986] By: jhi                                   on 2001/03/02  18:51:25
39782         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
39783              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
39784              to maintperl.
39785              
39786              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
39787              
39788              Subject: [DOC PATCH] overload.pm nits
39789              
39790              Add header for LIB$ prototypes (C. Berry)
39791              
39792              Convert fwrite()s to sockets to write()s, since some socket stacks
39793              don't take kindly to stdio.
39794              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
39795              (for often optional LNMs)
39796              Correct a few typos
39797              (C. Bailey)
39798              
39799              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
39800              
39801              De-cut-and-pasto.
39802              
39803              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
39804              
39805              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
39806              
39807              Upgrade to CPAN 1.59_54, from Andreas König.
39808              
39809              Bogus shebang.
39810              
39811              Subject: [PATCH] Document makepatch in Porting/patching
39812              
39813              UTF-8 documentation.
39814              
39815              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
39816              
39817              Sort the MANIFEST.
39818              
39819              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
39820              
39821              Subject: [PATCH @8807] toke.c cleanup: scan_str()
39822              
39823              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
39824              
39825              Add run/*.t to testables.
39826              
39827              TODO: integrate #8784.
39828      Branch: maint-5.6/perl
39829           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
39830           !> (integrate 28 files)
39831 ____________________________________________________________________________
39832 [  8985] By: nick                                  on 2001/03/02  18:15:45
39833         Log: Integrate mainline
39834      Branch: perlio
39835           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
39836           !> vms/vms.c
39837 ____________________________________________________________________________
39838 [  8984] By: jhi                                   on 2001/03/02  16:00:17
39839         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
39840              
39841              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
39842              5.004_05, and mention the suidperl August 2000 security problem.
39843              (#8978,#8981)
39844              
39845              Subject: [ID 20010301.004] Technically speaking in perldata
39846              
39847              Subject: [PATCH] File::Copy for bleadperl, maintperl
39848              
39849              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
39850              
39851              (The #8982, fix for 20010221.005 and 20010221.008,
39852              would be nice too but it didn't integrate cleanly.)
39853      Branch: maint-5.6/perl
39854           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
39855 ____________________________________________________________________________
39856 [  8983] By: jhi                                   on 2001/03/02  15:51:16
39857         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
39858              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39859              Date:     Thu, 1 Mar 2001 15:54:09 EST
39860              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
39861      Branch: perl
39862            ! vms/vms.c
39863 ____________________________________________________________________________
39864 [  8982] By: jhi                                   on 2001/03/02  15:43:31
39865         Log: Subject: Re: sync sync sync: have I missed any patches?
39866              From: Radu Greab <radu@netsoft.ro> 
39867              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
39868              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
39869              
39870              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
39871              was checking argv[0] regardless of whether a different pathname
39872              will actually be executed."  Test case not supplied because 
39873              drafting that, ironically enough, revealed another bug
39874              (or a feature).
39875      Branch: perl
39876            ! doio.c
39877 ____________________________________________________________________________
39878 [  8981] By: jhi                                   on 2001/03/02  15:28:03
39879         Log: Misdate in #8978.
39880      Branch: perl
39881            ! pod/perlfaq1.pod
39882 ____________________________________________________________________________
39883 [  8980] By: jhi                                   on 2001/03/02  15:24:20
39884         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
39885              From: Chris Nandor <pudge@pobox.com>
39886              Date: Wed, 28 Feb 2001 22:10:15 -0500
39887              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
39888      Branch: perl
39889            ! lib/File/Copy.pm
39890 ____________________________________________________________________________
39891 [  8979] By: jhi                                   on 2001/03/02  15:17:16
39892         Log: Subject: [ID 20010301.004] Technically speaking in perldata
39893              From: abela@geneanet.org
39894              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
39895              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
39896      Branch: perl
39897            ! pod/perldata.pod
39898 ____________________________________________________________________________
39899 [  8978] By: jhi                                   on 2001/03/02  15:15:27
39900         Log: Subject: [ID 20010301.003] ref to 5.004
39901              From: abela@geneanet.org
39902              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
39903              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
39904              
39905              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
39906              and mention the suidperl August 2000 security problem.
39907      Branch: perl
39908            ! pod/perlfaq1.pod
39909 ____________________________________________________________________________
39910 [  8977] By: alanbur                               on 2001/03/02  14:17:45
39911         Log: Resynchronised with parent
39912      Branch: maint-5.6/pureperl
39913           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
39914           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
39915           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
39916           !> vms/descrip_mms.template win32/win32.c win32/win32.h
39917           !> win32/win32iop.h
39918 ____________________________________________________________________________
39919 [  8976] By: nick                                  on 2001/03/01  23:25:30
39920         Log: Integrate mainline.
39921      Branch: perlio
39922            - t/op/qu.t
39923           !> (integrate 55 files)
39924 ____________________________________________________________________________
39925 [  8975] By: jhi                                   on 2001/03/01  16:51:34
39926         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
39927      Branch: perl
39928           !> toke.c
39929 ____________________________________________________________________________
39930 [  8974] By: gsar                                  on 2001/03/01  16:28:21
39931         Log: fix for bugid 20010226.008
39932              
39933              the problem was that some of the pointers (PL_last_lop and
39934              PL_last_uni specifically) into the lex buffers weren't correctly
39935              being invalidated when the buffer changed; this would leave the
39936              pointers pointing at an arbitrary location in the buffer if
39937              the buffer didn't need to be reallocated, or point into freed
39938              memory if the buffer had to be realloced
39939              
39940              TODO item for bugdb maintainers: check other seemingly random
39941              parser-related bugs--they might be cured by this
39942      Branch: maint-5.6/perl
39943            ! toke.c
39944 ____________________________________________________________________________
39945 [  8973] By: jhi                                   on 2001/03/01  02:23:25
39946         Log: Retract #8970 because of a completely mysterious core dump:
39947              adding the tests 241..244 causes op/pat dump core at test #25.
39948              The test needs a lot of whittling down before the bug can be solved.
39949      Branch: perl
39950            ! t/op/pat.t
39951 ____________________________________________________________________________
39952 [  8972] By: jhi                                   on 2001/03/01  01:58:38
39953         Log: Regen perlapi.
39954      Branch: perl
39955            ! pod/perlapi.pod
39956 ____________________________________________________________________________
39957 [  8971] By: jhi                                   on 2001/03/01  01:34:09
39958         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))
39959              From: Nicholas Clark <nick@ccl4.org>
39960              Date: Wed, 28 Feb 2001 23:28:49 +0000
39961              Message-ID: <20010228232849.A55187@plum.flirble.org>
39962              
39963              Allow a completely write protected source code tree
39964              when using the Configure -Dmksymlinks.
39965      Branch: perl
39966            ! embed.pl warnings.pl
39967 ____________________________________________________________________________
39968 [  8970] By: jhi                                   on 2001/03/01  01:32:04
39969         Log: Add back the EBCDIC character range tests (for matching).
39970      Branch: perl
39971            ! t/op/pat.t
39972 ____________________________________________________________________________
39973 [  8969] By: nick                                  on 2001/02/28  18:18:01
39974         Log: Add charname comments to .ucm files writen by 'compile',
39975              also order charmaps in those files by source encoding.
39976              regenerate distrubuted .ucm files
39977      Branch: perlio
39978            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
39979            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
39980            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
39981            ! ext/Encode/Encode/iso8859-10.ucm
39982            ! ext/Encode/Encode/iso8859-13.ucm
39983            ! ext/Encode/Encode/iso8859-14.ucm
39984            ! ext/Encode/Encode/iso8859-15.ucm
39985            ! ext/Encode/Encode/iso8859-16.ucm
39986            ! ext/Encode/Encode/iso8859-2.ucm
39987            ! ext/Encode/Encode/iso8859-3.ucm
39988            ! ext/Encode/Encode/iso8859-4.ucm
39989            ! ext/Encode/Encode/iso8859-5.ucm
39990            ! ext/Encode/Encode/iso8859-6.ucm
39991            ! ext/Encode/Encode/iso8859-7.ucm
39992            ! ext/Encode/Encode/iso8859-8.ucm
39993            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
39994            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
39995 ____________________________________________________________________________
39996 [  8968] By: jhi                                   on 2001/02/28  16:26:37
39997         Log: Expand usemorebits early if d_casti32 needs to be undefined.
39998      Branch: perl
39999            ! hints/hpux.sh hints/irix_6.sh
40000 ____________________________________________________________________________
40001 [  8967] By: jhi                                   on 2001/02/28  16:22:26
40002         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
40003              retract toke.c/qu parts of #8583, retract #8485, retract
40004              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
40005              op/length.t, and MANIFEST, and delete t/op/qu.t.
40006      Branch: perl
40007            - t/op/qu.t
40008            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
40009            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
40010            ! t/op/length.t toke.c
40011 ____________________________________________________________________________
40012 [  8966] By: jhi                                   on 2001/02/28  15:00:27
40013         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
40014              by not changing from pre-Unicode days into being Unicode-aware.
40015              Sniff.
40016      Branch: perl
40017            ! pp.c t/op/pack.t t/op/qu.t
40018 ____________________________________________________________________________
40019 [  8965] By: jhi                                   on 2001/02/28  14:37:55
40020         Log: Subject: Re: Errors in core PODs
40021              From: Michael Stevens <michael@etla.org> 
40022              Date: Fri, 23 Feb 2001 15:47:56 +0000
40023              Message-ID: <20010223154756.A7723@firedrake.org> 
40024      Branch: perl
40025            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
40026            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
40027            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
40028            ! x2p/a2p.pod
40029 ____________________________________________________________________________
40030 [  8964] By: jhi                                   on 2001/02/28  14:35:35
40031         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
40032              (The #8961 was too bold.)
40033      Branch: perl
40034            ! hints/hpux.sh hints/irix_6.sh
40035 ____________________________________________________________________________
40036 [  8963] By: jhi                                   on 2001/02/28  14:33:39
40037         Log: Subject: Re: sync sync sync: have I missed any patches?
40038              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40039              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
40040              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
40041              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
40042              
40043              Replace djSP with dSP.
40044      Branch: perl
40045            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
40046            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
40047            ! win32/perlhost.h
40048 ____________________________________________________________________________
40049 [  8962] By: jhi                                   on 2001/02/27  23:21:14
40050         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
40051      Branch: perl
40052            ! lib/Filter/Simple.pm
40053 ____________________________________________________________________________
40054 [  8961] By: jhi                                   on 2001/02/27  22:55:26
40055         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
40056              and this would be it.
40057      Branch: perl
40058            ! hints/hpux.sh hints/irix_6.sh
40059 ____________________________________________________________________________
40060 [  8960] By: jhi                                   on 2001/02/27  22:51:33
40061         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
40062              From: "Craig A. Berry" <craigberry@mac.com>
40063              Date: Tue, 27 Feb 2001 16:11:44 -0600
40064              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
40065      Branch: maint-5.6/perl
40066            ! configure.com vms/descrip_mms.template
40067 ____________________________________________________________________________
40068 [  8959] By: jhi                                   on 2001/02/27  22:47:23
40069         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
40070              From: "Craig A. Berry" <craigberry@mac.com>
40071              Date: Tue, 27 Feb 2001 16:11:44 -0600
40072              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
40073      Branch: perl
40074            ! configure.com vms/descrip_mms.template
40075 ____________________________________________________________________________
40076 [  8958] By: jhi                                   on 2001/02/27  15:16:42
40077         Log: Update Changes.
40078      Branch: perl
40079            ! Changes patchlevel.h
40080 ____________________________________________________________________________
40081 [  8957] By: jhi                                   on 2001/02/27  06:15:07
40082         Log: Subject: [5.6.x] EPOC additions
40083              From: Olaf Flebbe <O.Flebbe@science-computing.de>
40084              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
40085              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
40086      Branch: maint-5.6/perl
40087            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
40088 ____________________________________________________________________________
40089 [  8956] By: jhi                                   on 2001/02/27  06:12:11
40090         Log: Subject: [perl-current] EPOC 
40091              From: Olaf Flebbe <O.Flebbe@science-computing.de>
40092              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
40093              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
40094      Branch: perl
40095            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
40096            ! epoc/epocish.c epoc/epocish.h pp_sys.c
40097 ____________________________________________________________________________
40098 [  8955] By: jhi                                   on 2001/02/27  05:59:50
40099         Log: Subject: Re: Compile with perlcc..
40100              From: Edward Peschko <edwardp@excitehome.net>
40101              Date: Mon, 26 Feb 2001 18:51:58 -0800
40102              Message-ID: <20010226185158.A9871@excitehome.net>
40103              
40104              plus add a simple usage message if no arguments given.
40105      Branch: perl
40106            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
40107            ! utils/Makefile utils/perlcc.PL win32/pod.mak
40108 ____________________________________________________________________________
40109 [  8954] By: nick                                  on 2001/02/26  21:02:59
40110         Log: Integrate mainline
40111      Branch: perlio
40112           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
40113           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
40114           !> t/op/sprintf.t
40115 ____________________________________________________________________________
40116 [  8953] By: jhi                                   on 2001/02/26  14:43:54
40117         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
40118              From: Nicholas Clark <nick@ccl4.org>
40119              Date: Mon, 26 Feb 2001 00:42:07 +0000
40120              Message-ID: <20010226004207.F23333@plum.flirble.org>
40121      Branch: perl
40122            ! pp_ctl.c
40123 ____________________________________________________________________________
40124 [  8952] By: jhi                                   on 2001/02/26  14:42:13
40125         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
40126              From: Simon Cozens <simon@netthink.co.uk>
40127              Date: Mon, 26 Feb 2001 12:23:48 +0000
40128              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
40129      Branch: perl
40130            ! pod/perlguts.pod
40131 ____________________________________________________________________________
40132 [  8951] By: jhi                                   on 2001/02/26  14:39:15
40133         Log: Subject: [PATCH] perlio - unknown layer
40134              From: Nicholas Clark <nick@ccl4.org>
40135              Date: Mon, 26 Feb 2001 00:27:19 +0000
40136              Message-ID: <20010226002719.E23333@plum.flirble.org>
40137      Branch: perl
40138            ! perlio.c
40139 ____________________________________________________________________________
40140 [  8950] By: jhi                                   on 2001/02/26  14:38:04
40141         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
40142              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
40143              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
40144              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
40145      Branch: perl
40146            ! t/op/bop.t
40147 ____________________________________________________________________________
40148 [  8949] By: jhi                                   on 2001/02/26  14:37:07
40149         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
40150              From: Peter Prymmer <pvhp@forte.com>
40151              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
40152              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
40153      Branch: perl
40154            ! lib/Test.pm
40155 ____________________________________________________________________________
40156 [  8948] By: jhi                                   on 2001/02/26  14:35:53
40157         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
40158              From: Radu Greab <radu@netsoft.ro>
40159              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
40160              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
40161      Branch: perl
40162            ! pod/perlop.pod
40163 ____________________________________________________________________________
40164 [  8947] By: jhi                                   on 2001/02/26  14:34:46
40165         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
40166              From: David Mitchell <davem@fdgroup.co.uk>
40167              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
40168              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
40169      Branch: perl
40170            ! run.c
40171 ____________________________________________________________________________
40172 [  8946] By: jhi                                   on 2001/02/26  14:32:37
40173         Log: Subject: Modified README.bs2000 
40174              From: Dorner Thomas <Thomas.Dorner@start.de>
40175              Date: Mon, 26 Feb 2001 09:22:17 +0100
40176              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
40177      Branch: perl
40178            ! README.bs2000
40179 ____________________________________________________________________________
40180 [  8945] By: jhi                                   on 2001/02/26  14:19:53
40181         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
40182              to maintperl, listing the known failures on the tests 129 and 130.
40183      Branch: maint-5.6/perl
40184           !> t/op/sprintf.t
40185 ____________________________________________________________________________
40186 [  8944] By: jhi                                   on 2001/02/26  14:14:15
40187         Log: Add more known sprintf failures.
40188      Branch: perl
40189            ! t/op/sprintf.t
40190 ____________________________________________________________________________
40191 [  8943] By: jhi                                   on 2001/02/26  13:56:22
40192         Log: perlglob.exe needs to be found in Win32, patch from
40193              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
40194              which needs external glob at mini-perl time."
40195      Branch: perl
40196            ! ext/Encode/compile
40197 ____________________________________________________________________________
40198 [  8942] By: jhi                                   on 2001/02/26  13:52:19
40199         Log: A missing dTHX from Vadim Konovalov.
40200      Branch: perl
40201            ! perlio.c
40202 ____________________________________________________________________________
40203 [  8941] By: jhi                                   on 2001/02/26  13:37:05
40204         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
40205      Branch: perl
40206            ! op.c
40207 ____________________________________________________________________________
40208 [  8940] By: jhi                                   on 2001/02/26  13:35:40
40209         Log: Integrate perlio.
40210      Branch: perl
40211           !> ext/Encode/Encode.pm
40212 ____________________________________________________________________________
40213 [  8939] By: nick                                  on 2001/02/25  23:47:09
40214         Log: Integrate mainline.
40215      Branch: perlio
40216           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
40217           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
40218 ____________________________________________________________________________
40219 [  8938] By: nick                                  on 2001/02/25  19:36:28
40220         Log: Encode implementations docs.
40221      Branch: perlio
40222            ! ext/Encode/Encode.pm
40223 ____________________________________________________________________________
40224 [  8937] By: jhi                                   on 2001/02/25  19:26:16
40225         Log: Script wasn't aligned with reality.
40226      Branch: perl
40227            ! t/pod/find.t
40228 ____________________________________________________________________________
40229 [  8936] By: jhi                                   on 2001/02/25  18:54:55
40230         Log: Update Changes.
40231      Branch: perl
40232            ! Changes patchlevel.h
40233 ____________________________________________________________________________
40234 [  8935] By: jhi                                   on 2001/02/25  18:46:36
40235         Log: Retract #8929,8930,8932,8933 for now.
40236      Branch: perl
40237            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
40238 ____________________________________________________________________________
40239 [  8934] By: jhi                                   on 2001/02/25  17:34:35
40240         Log: Integrate perlio.
40241      Branch: perl
40242           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
40243           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
40244           !> t/lib/encode.t
40245 ____________________________________________________________________________
40246 [  8933] By: jhi                                   on 2001/02/25  17:33:12
40247         Log: (Retracted by #8395.)
40248              
40249              Slight tweaks in scan_const(), not fixes yet, it seems like
40250              lots of work remains to be done...
40251      Branch: perl
40252            ! toke.c
40253 ____________________________________________________________________________
40254 [  8932] By: jhi                                   on 2001/02/25  17:27:11
40255         Log: (Retracted by #8395.)
40256              
40257              Missing from #8930.
40258      Branch: perl
40259            ! perl.h
40260 ____________________________________________________________________________
40261 [  8931] By: jhi                                   on 2001/02/25  17:26:19
40262         Log: A comment tweak.
40263      Branch: perl
40264            ! utf8.c
40265 ____________________________________________________________________________
40266 [  8930] By: jhi                                   on 2001/02/25  17:25:47
40267         Log: (Retracted by #8395.)
40268              
40269              Attempt to fix the EBCDIC character range problwm with //.
40270      Branch: perl
40271            ! regcomp.c
40272 ____________________________________________________________________________
40273 [  8929] By: jhi                                   on 2001/02/25  17:23:45
40274         Log: (Retracted by #8395.)
40275              
40276              Expand the EBCDIC character range tests, and add few nasty
40277              tr tests from Karsten Sperling.
40278      Branch: perl
40279            ! t/op/pat.t t/op/tr.t
40280 ____________________________________________________________________________
40281 [  8928] By: jhi                                   on 2001/02/25  17:18:49
40282         Log: Missing check-in.
40283      Branch: perl
40284            ! lib/Pod/Find.pm
40285 ____________________________________________________________________________
40286 [  8927] By: nick                                  on 2001/02/25  11:30:22
40287         Log: Change method names in Encode implementation classes to something
40288              less confusing (preparing to "go public").
40289      Branch: perlio
40290            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
40291 ____________________________________________________________________________
40292 [  8926] By: nick                                  on 2001/02/25  10:53:24
40293         Log: GCC __atribute__ / printf fix
40294      Branch: perlio
40295            ! perl.h
40296 ____________________________________________________________________________
40297 [  8925] By: nick                                  on 2001/02/25  10:52:25
40298         Log: Checked in the wrong one ...
40299      Branch: perlio
40300            ! ext/Encode/Encode.pm
40301 ____________________________________________________________________________
40302 [  8924] By: nick                                  on 2001/02/24  18:46:51
40303         Log: Integrate mainline - to see what Jarkko has in ...
40304      Branch: perlio
40305           +> t/pod/testpods/lib/Pod/Stuff.pm
40306           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
40307 ____________________________________________________________________________
40308 [  8923] By: nick                                  on 2001/02/24  17:05:23
40309         Log: Encode API documentation nd tidy up.
40310              Minor additions to test.
40311              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
40312              Adds STRLEN to standard typemap.
40313      Branch: perlio
40314            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
40315            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
40316 ____________________________________________________________________________
40317 [  8922] By: jhi                                   on 2001/02/24  16:38:12
40318         Log: Add a test for the "character range should match in EBCDIC
40319              if specified using explicit numerics" bug found by Karsten
40320              Sperling.
40321      Branch: perl
40322            ! t/op/pat.t
40323 ____________________________________________________________________________
40324 [  8921] By: jhi                                   on 2001/02/24  16:30:16
40325         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
40326              From: schwern@pobox.com
40327              Date: Fri, 23 Feb 2001 03:21:37 -0500
40328              Message-ID: <20010223032137.A26022@magnonel.guild.net>
40329              
40330              plus Charles Lane's fixes, plus tweaks.
40331      Branch: perl
40332            + t/pod/testpods/lib/Pod/Stuff.pm
40333            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
40334 ____________________________________________________________________________
40335 [  8920] By: nick                                  on 2001/02/24  10:30:11
40336         Log: Integrate mainline
40337      Branch: perlio
40338           !> (integrate 33 files)
40339 ____________________________________________________________________________
40340 [  8919] By: jhi                                   on 2001/02/24  00:23:35
40341         Log: Subject: Re: I'm losing the war...
40342              From: "Vadim Konovalov" <watman@inbox.ru>
40343              Date: Sat, 24 Feb 2001 00:10:14 +0300
40344              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
40345              
40346              hv_store() not working correctly in ENV_IS_CASELESS case.
40347      Branch: perl
40348            ! hv.c
40349 ____________________________________________________________________________
40350 [  8918] By: jhi                                   on 2001/02/24  00:20:09
40351         Log: Subject: Re: [PATCH] fix for charnames above FFFF
40352              From: andreas.koenig@anima.de (Andreas J. Koenig)
40353              Date: 23 Feb 2001 02:39:03 +0100
40354              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
40355              
40356              A further efficiency tweak.
40357      Branch: perl
40358            ! lib/charnames.pm
40359 ____________________________________________________________________________
40360 [  8917] By: jhi                                   on 2001/02/23  20:27:51
40361         Log: Integrate change #8916 from mainline,
40362              do away with USE_WIN32_RTL_ENV.
40363      Branch: maint-5.6/perl
40364           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
40365 ____________________________________________________________________________
40366 [  8916] By: jhi                                   on 2001/02/23  20:02:25
40367         Log: Abolish USE_WIN32_RTL_ENV.
40368      Branch: perl
40369            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
40370 ____________________________________________________________________________
40371 [  8915] By: jhi                                   on 2001/02/23  19:36:00
40372         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
40373              later protected by some #define.
40374      Branch: perl
40375            ! gv.c
40376 ____________________________________________________________________________
40377 [  8914] By: jhi                                   on 2001/02/23  19:31:38
40378         Log: Retract #8902 for now, requested by Charles Lane, the correct
40379              fix will be something else.
40380      Branch: perl
40381            ! op.c
40382 ____________________________________________________________________________
40383 [  8913] By: jhi                                   on 2001/02/23  19:11:36
40384         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
40385              From: Peter Prymmer <pvhp@forte.com>
40386              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
40387              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
40388      Branch: perl
40389            ! t/op/lex_assign.t
40390 ____________________________________________________________________________
40391 [  8912] By: jhi                                   on 2001/02/23  18:38:20
40392         Log: Subject: [patch] perlio + useithreads
40393              From: Doug MacEachern <dougm@covalent.net>
40394              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
40395              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
40396              
40397              Gets things running but not complete.
40398      Branch: perl
40399            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
40400 ____________________________________________________________________________
40401 [  8911] By: jhi                                   on 2001/02/23  04:20:02
40402         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
40403              
40404              Duplicated environment freeing, File::Temp 0.12,
40405              op/append portability (EBCDIC) tweak.
40406      Branch: maint-5.6/perl
40407           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
40408           !> t/op/append.t
40409 ____________________________________________________________________________
40410 [  8910] By: jhi                                   on 2001/02/23  02:07:33
40411         Log: Integrate change #8909 from mainline, a better Borland
40412              putenv() workaround.
40413      Branch: maint-5.6/perl
40414           !> perl.c
40415 ____________________________________________________________________________
40416 [  8909] By: jhi                                   on 2001/02/23  02:05:46
40417         Log: A better workaround for Borland putenv() brokenness from Sarathy.
40418      Branch: perl
40419            ! perl.c
40420 ____________________________________________________________________________
40421 [  8908] By: jhi                                   on 2001/02/23  02:04:14
40422         Log: Subject: fix for parameter -Dm (for perl@8867)
40423              From: "Vadim Konovalov" <watman@inbox.ru>
40424              Date: Thu, 22 Feb 2001 17:30:12 +0300
40425              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
40426      Branch: perl
40427            ! perl.h
40428 ____________________________________________________________________________
40429 [  8907] By: jhi                                   on 2001/02/23  01:58:20
40430         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
40431              From: Peter Prymmer <pvhp@forte.com>
40432              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
40433              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
40434      Branch: perl
40435            ! t/op/append.t
40436 ____________________________________________________________________________
40437 [  8906] By: jhi                                   on 2001/02/23  01:48:34
40438         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
40439      Branch: perl
40440            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
40441 ____________________________________________________________________________
40442 [  8905] By: jhi                                   on 2001/02/23  01:43:30
40443         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
40444              From: Peter Prymmer <pvhp@forte.com>
40445              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
40446              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
40447      Branch: perl
40448            ! t/lib/st-06compat.t
40449 ____________________________________________________________________________
40450 [  8904] By: jhi                                   on 2001/02/23  01:42:39
40451         Log: Metaconfig unit change for #8903.
40452      Branch: metaconfig/U/perl
40453            ! Devel.U
40454 ____________________________________________________________________________
40455 [  8903] By: jhi                                   on 2001/02/23  01:42:12
40456         Log: Be more helpful for devel builders, suggested by John L. Allen.
40457      Branch: perl
40458            ! Configure
40459 ____________________________________________________________________________
40460 [  8902] By: jhi                                   on 2001/02/23  01:37:41
40461         Log: (Retracted by #8914)
40462              (Wrongly, reinstated by #8941)
40463              
40464              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
40465              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40466              Date:     Thu, 22 Feb 2001 09:43:57 EST
40467              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
40468      Branch: perl
40469            ! op.c
40470 ____________________________________________________________________________
40471 [  8901] By: jhi                                   on 2001/02/23  01:20:32
40472         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
40473              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40474              Date:     Thu, 22 Feb 2001 08:01:35 EST
40475              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
40476      Branch: perl
40477            ! malloc.c
40478 ____________________________________________________________________________
40479 [  8900] By: jhi                                   on 2001/02/23  01:18:02
40480         Log: Integrate changes #8898,8899 from mainline, environ handling.
40481      Branch: maint-5.6/perl
40482           !> perl.c
40483 ____________________________________________________________________________
40484 [  8899] By: jhi                                   on 2001/02/23  01:16:25
40485         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
40486              putenv() is not to be relied on, they are either broken or leaky
40487              or both.)
40488      Branch: perl
40489            ! perl.c
40490 ____________________________________________________________________________
40491 [  8898] By: jhi                                   on 2001/02/22  23:36:59
40492         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
40493              and safesysfree() must be used.
40494      Branch: perl
40495            ! perl.c
40496 ____________________________________________________________________________
40497 [  8897] By: jhi                                   on 2001/02/22  23:25:45
40498         Log: With environ one must use safesysmalloc()/safesysfree().
40499      Branch: perl
40500            ! perl.c
40501 ____________________________________________________________________________
40502 [  8896] By: jhi                                   on 2001/02/22  22:13:18
40503         Log: If we have a duplicated environment free it
40504              if PERL_DESTRUCT_LEVEL.
40505      Branch: perl
40506            ! perl.c
40507 ____________________________________________________________________________
40508 [  8895] By: alanbur                               on 2001/02/22  19:31:57
40509         Log: Synchronised with parent
40510      Branch: maint-5.6/pureperl
40511           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
40512 ____________________________________________________________________________
40513 [  8894] By: gsar                                  on 2001/02/22  19:06:18
40514         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
40515              
40516              fix memory leak in method call optimization (change#3768);
40517              made C<eval "$x->foo()"> leak
40518              
40519              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
40520      Branch: maint-5.6/perl
40521           !> op.c
40522 ____________________________________________________________________________
40523 [  8893] By: jhi                                   on 2001/02/22  18:35:27
40524         Log: (Retracted by #8915.)
40525              
40526              Third Degree finding:
40527              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
40528      Branch: perl
40529            ! gv.c
40530 ____________________________________________________________________________
40531 [  8892] By: jhi                                   on 2001/02/22  14:28:32
40532         Log: Update Changes.
40533      Branch: perl
40534            ! Changes patchlevel.h
40535 ____________________________________________________________________________
40536 [  8891] By: jhi                                   on 2001/02/22  13:22:45
40537         Log: Metaconfig unit changes for #8890.
40538      Branch: metaconfig
40539            ! U/modified/Cppsym.U U/threads/archname.U
40540 ____________________________________________________________________________
40541 [  8890] By: jhi                                   on 2001/02/22  13:22:12
40542         Log: Add -stdio to the archname if no perlio selected,
40543              no -perlio added since that is now the default.
40544              
40545              Add few CPUs/architectures to the Cppsym scan.
40546      Branch: perl
40547            ! Configure config_h.SH
40548 ____________________________________________________________________________
40549 [  8889] By: jhi                                   on 2001/02/22  13:05:59
40550         Log: Metaconfig unit change for #8888.
40551      Branch: metaconfig/U/perl
40552            ! useperlio.U
40553 ____________________________________________________________________________
40554 [  8888] By: jhi                                   on 2001/02/22  13:05:28
40555         Log: *drum roll*  Make perlio the default.
40556      Branch: perl
40557            ! Configure config_h.SH
40558 ____________________________________________________________________________
40559 [  8887] By: jhi                                   on 2001/02/22  12:50:52
40560         Log: Integrate change #8665 from maintperl to mainline,
40561              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
40562      Branch: perl
40563           !> ext/POSIX/POSIX.xs
40564 ____________________________________________________________________________
40565 [  8886] By: jhi                                   on 2001/02/22  12:49:24
40566         Log: Integrate changes #8883,8884 from mainline to maintperl.
40567              
40568              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
40569              Subject: Re: File::Temp::_gettemp warning
40570      Branch: maint-5.6/perl
40571           !> embed.h embed.pl lib/File/Temp.pm
40572 ____________________________________________________________________________
40573 [  8885] By: jhi                                   on 2001/02/22  12:43:59
40574         Log: Based on
40575              
40576              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
40577              From: schwab@suse.de
40578              Date: Thu, 22 Feb 2001 13:08:09 +0100
40579              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
40580              
40581              but the fix done slightly differently because the other
40582              half was already done in #8664.
40583      Branch: maint-5.6/perl
40584            ! ext/POSIX/POSIX.xs
40585 ____________________________________________________________________________
40586 [  8884] By: jhi                                   on 2001/02/22  12:37:15
40587         Log: Subject: Re: File::Temp::_gettemp warning
40588              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40589              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
40590              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
40591              
40592              This patch to File::Temp does two things:
40593              
40594              1. Fixes the problem with CGI::Carp when determining
40595              the Fcntl constants
40596              
40597              2. Removes most of the carps and consolidates them so that all the
40598              reasons are included in a single die that is caught by the test. This
40599              means that the correct skipping behaviour is displayed by the test.
40600      Branch: perl
40601            ! lib/File/Temp.pm
40602 ____________________________________________________________________________
40603 [  8883] By: jhi                                   on 2001/02/22  12:29:19
40604         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
40605              From: Peter Prymmer <pvhp@forte.com>
40606              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
40607              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
40608      Branch: perl
40609            ! embed.h embed.pl
40610 ____________________________________________________________________________
40611 [  8882] By: jhi                                   on 2001/02/21  19:41:33
40612         Log: Integrate change #8881 from mainlin to maintperl.
40613              
40614              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
40615      Branch: maint-5.6/perl
40616           !> op.c
40617 ____________________________________________________________________________
40618 [  8881] By: jhi                                   on 2001/02/21  19:38:57
40619         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
40620              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40621              Date:     Wed, 21 Feb 2001 13:08:03 EST
40622              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
40623      Branch: perl
40624            ! op.c
40625 ____________________________________________________________________________
40626 [  8880] By: jhi                                   on 2001/02/21  19:34:34
40627         Log: Retract #8875, cannot let go of the old semantics of unpack U
40628              without rethinking utf8decode.t.
40629      Branch: perl
40630            ! pp.c t/op/pack.t
40631 ____________________________________________________________________________
40632 [  8879] By: jhi                                   on 2001/02/21  19:08:02
40633         Log: Run run/*.t also in minitest.
40634      Branch: perl
40635            ! Makefile.SH
40636 ____________________________________________________________________________
40637 [  8878] By: nick                                  on 2001/02/21  18:55:37
40638         Log: Integrate mainline
40639      Branch: perlio
40640           !> (integrate 76 files)
40641 ____________________________________________________________________________
40642 [  8877] By: jhi                                   on 2001/02/21  15:09:33
40643         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
40644      Branch: metaconfig
40645            ! U/compline/nblock_io.U
40646      Branch: perl
40647            ! Configure config_h.SH
40648 ____________________________________________________________________________
40649 [  8876] By: jhi                                   on 2001/02/21  14:54:45
40650         Log: If no sfio, no -lsfio.
40651      Branch: metaconfig/U/perl
40652            ! d_sfio.U
40653      Branch: perl
40654            ! Configure config_h.SH
40655 ____________________________________________________________________________
40656 [  8875] By: jhi                                   on 2001/02/21  14:54:00
40657         Log: Make unpack C and unpack U truly equivalent.
40658      Branch: perl
40659            ! pp.c t/op/pack.t
40660 ____________________________________________________________________________
40661 [  8874] By: jhi                                   on 2001/02/21  14:26:02
40662         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
40663              From: Peter Prymmer <pvhp@forte.com>
40664              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
40665              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
40666      Branch: perl
40667            ! pod/perlport.pod
40668 ____________________________________________________________________________
40669 [  8873] By: jhi                                   on 2001/02/21  14:24:31
40670         Log: Subject: [PATCH] fix for charnames above FFFF
40671              From: andreas.koenig@anima.de (Andreas J. Koenig)
40672              Date: 21 Feb 2001 07:05:45 +0100
40673              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
40674      Branch: perl
40675            ! lib/charnames.pm t/lib/charnames.t
40676 ____________________________________________________________________________
40677 [  8872] By: jhi                                   on 2001/02/21  14:15:25
40678         Log: Integrate change #8868 from pureperl to mainline.
40679              
40680              Fixed reference count loop caused by sv_magic.
40681      Branch: perl
40682           !> sv.c
40683 ____________________________________________________________________________
40684 [  8871] By: jhi                                   on 2001/02/21  14:07:29
40685         Log: Integrate change #8868 from pureperl to maintperl.
40686              
40687              Fixed reference count loop caused by sv_magic.
40688      Branch: maint-5.6/perl
40689           !> sv.c
40690 ____________________________________________________________________________
40691 [  8870] By: jhi                                   on 2001/02/21  14:04:41
40692         Log: Put back the #8840, it was innocent.
40693      Branch: perl
40694            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
40695            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
40696 ____________________________________________________________________________
40697 [  8869] By: jhi                                   on 2001/02/21  14:00:03
40698         Log: unpack("C", ...) was left slightly unfinished by #8865.
40699      Branch: perl
40700            ! pp.c t/op/pack.t
40701 ____________________________________________________________________________
40702 [  8868] By: alanbur                               on 2001/02/21  01:33:45
40703         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
40704              from gv_fetchpv to create single-character magic variables (e.g. $!),
40705              and it is passed a sv and the gv that contains the sv as the mg_obj
40706              value.  When sv_magic stores the mg_obj pointer it increments the gv
40707              refcount, thus causing a sv-gv pair that can't be freed.  There is
40708              already a check for sv == obj which is used to prevent such reference
40709              loops.  This change extends the check to cover the case described above.
40710      Branch: maint-5.6/pureperl
40711            ! sv.c
40712 ____________________________________________________________________________
40713 [  8867] By: jhi                                   on 2001/02/21  00:52:39
40714         Log: Update Changes.
40715      Branch: perl
40716            ! Changes patchlevel.h
40717 ____________________________________________________________________________
40718 [  8866] By: jhi                                   on 2001/02/21  00:34:20
40719         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
40720              (Note: there were some conflicts due to EBCDIC and EPOC
40721              patches, in general I preferred the repository code.)
40722              (When 2.753 comes out, we need to synchronize.)
40723      Branch: perl
40724            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
40725            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
40726            ! t/lib/cgi-html.t
40727 ____________________________________________________________________________
40728 [  8865] By: jhi                                   on 2001/02/21  00:24:22
40729         Log: Make pack("C", 0x100) to create Unicode, unless under the
40730              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
40731              will understand Unicode, unless you under know what.
40732      Branch: perl
40733            ! pp.c t/op/pack.t t/op/qu.t
40734 ____________________________________________________________________________
40735 [  8864] By: alanbur                               on 2001/02/20  22:35:34
40736         Log: Resynchronised with parent
40737      Branch: maint-5.6/pureperl
40738           !> README.win32 ext/GDBM_File/GDBM_File.pm
40739           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
40740           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
40741           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
40742           !> t/lib/sdbm.t util.c
40743 ____________________________________________________________________________
40744 [  8863] By: jhi                                   on 2001/02/20  20:55:11
40745         Log: Integrate change #8860,8861 from mainline into maintperl.
40746              
40747              "pseudo-literal j"
40748              
40749              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
40750      Branch: maint-5.6/perl
40751           !> lib/Test.pm pod/perlop.pod
40752 ____________________________________________________________________________
40753 [  8862] By: jhi                                   on 2001/02/20  20:30:07
40754         Log: Don't do casting between pointers pointing to differently sized
40755              integers.
40756      Branch: perl
40757            ! hv.c sv.c
40758 ____________________________________________________________________________
40759 [  8861] By: jhi                                   on 2001/02/20  19:53:44
40760         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
40761              From: Peter Prymmer <pvhp@forte.com>
40762              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
40763              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
40764      Branch: perl
40765            ! lib/Test.pm
40766 ____________________________________________________________________________
40767 [  8860] By: jhi                                   on 2001/02/20  19:48:02
40768         Log: "pseudo-literal j", a documentation glitch reported to Debian.
40769              The text recovered from Perl 5.005_03, and pseudo-literal replaced
40770              by "backtick string".
40771      Branch: perl
40772            ! pod/perlop.pod
40773 ____________________________________________________________________________
40774 [  8859] By: jhi                                   on 2001/02/20  19:15:46
40775         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
40776              from Chris Nandor.
40777      Branch: perl
40778            ! makedef.pl
40779 ____________________________________________________________________________
40780 [  8858] By: jhi                                   on 2001/02/20  17:36:53
40781         Log: Integrate pureperl changes #8844,8845,8850 to mainline
40782              (via maintperl #8855).
40783              
40784              Fixed %^H scoping bug
40785              
40786              Removed GV <-> CV refcount loop
40787              
40788              Removed %ENV refcount loop
40789      Branch: perl
40790           !> gv.c op.c perl.c pp.c scope.c
40791 ____________________________________________________________________________
40792 [  8857] By: jhi                                   on 2001/02/20  17:34:32
40793         Log: Integrate changes #8853,8854 from maintperl to mainline.
40794              
40795              EBDIC fixes, README.win32 Borland update.
40796      Branch: perl
40797           !> README.win32 handy.h util.c
40798 ____________________________________________________________________________
40799 [  8856] By: jhi                                   on 2001/02/20  17:33:16
40800         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
40801      Branch: maint-5.6/perl
40802           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
40803           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
40804           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
40805 ____________________________________________________________________________
40806 [  8855] By: jhi                                   on 2001/02/20  17:32:13
40807         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
40808              
40809              Fixed %^H scoping bug
40810              
40811              Removed GV <-> CV refcount loop
40812              
40813              Removed %ENV refcount loop
40814      Branch: maint-5.6/perl
40815           !> gv.c op.c perl.c pp.c scope.c
40816 ____________________________________________________________________________
40817 [  8854] By: jhi                                   on 2001/02/20  17:25:06
40818         Log: Subject: Addition to readme.win32 for Borland C++ compilers
40819              Date: Tue, 20 Feb 2001 02:15:25 +0300
40820              From: "Vadim Konovalov" <watman@inbox.ru>
40821              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
40822              
40823              Document Borland compiler misbehaviour.
40824      Branch: maint-5.6/perl
40825            ! README.win32
40826 ____________________________________________________________________________
40827 [  8853] By: jhi                                   on 2001/02/20  17:22:25
40828         Log: The assimilation of ebcdic.c didn't quite work at the first try,
40829              patches from Thomas Dorner.
40830      Branch: maint-5.6/perl
40831            ! handy.h util.c
40832 ____________________________________________________________________________
40833 [  8852] By: jhi                                   on 2001/02/20  17:20:15
40834         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
40835              From: Chris Nandor <pudge@pobox.com>
40836              Date: Tue, 20 Feb 2001 08:32:45 -0500
40837              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
40838      Branch: maint-5.6/perl
40839            ! makedef.pl mg.c
40840 ____________________________________________________________________________
40841 [  8851] By: jhi                                   on 2001/02/20  17:15:52
40842         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
40843      Branch: perl
40844            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
40845            ! t/lib/filter-util.t
40846 ____________________________________________________________________________
40847 [  8850] By: alanbur                               on 2001/02/20  17:12:40
40848         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
40849              and the magic pointer points back to the GV that contains the
40850              %ENV hash.  This creates a refcount loop that prevents members
40851              of %ENV from being freed correctly.  This change removes the
40852              refcount loop - the magic pointer was never used anyway, the
40853              only use of the magic was to check the type ('E') so that the
40854              appropriate environment manipulation code is called when %ENV
40855              is modified.
40856      Branch: maint-5.6/pureperl
40857            ! perl.c
40858 ____________________________________________________________________________
40859 [  8849] By: jhi                                   on 2001/02/20  17:12:20
40860         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
40861              From: "Craig A. Berry" <craigberry@mac.com>
40862              Date: Mon, 19 Feb 2001 23:36:12 -0600
40863              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
40864              
40865              Case-forgiving systems match TestInit.pm with TES*.
40866      Branch: perl
40867            ! t/lib/glob-basic.t
40868 ____________________________________________________________________________
40869 [  8848] By: jhi                                   on 2001/02/20  17:10:02
40870         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
40871      Branch: perl
40872            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
40873            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
40874            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
40875 ____________________________________________________________________________
40876 [  8847] By: jhi                                   on 2001/02/20  15:34:41
40877         Log: The #8843 wasn't quite right: %Config needs to imported.
40878      Branch: perl
40879            ! t/run/runenv.t
40880 ____________________________________________________________________________
40881 [  8846] By: jhi                                   on 2001/02/20  15:31:50
40882         Log: Retract the #8838 and #8840 for now because of
40883              the DB_File tie problem.
40884      Branch: perl
40885            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
40886            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
40887            ! proto.h sv.c
40888 ____________________________________________________________________________
40889 [  8845] By: alanbur                               on 2001/02/20  14:25:41
40890         Log: Removed GV <-> CV refcount loop
40891              CvGV(mycv) points to the parent GV of the CV, and was previously
40892              refcounted.  The pointer remains, but the refcounting has been removed
40893              as it causes a refcount loop between the CV and GV that means the CV
40894              can't ever be deleted.
40895      Branch: maint-5.6/pureperl
40896            ! gv.c op.c pp.c
40897 ____________________________________________________________________________
40898 [  8844] By: alanbur                               on 2001/02/20  14:23:13
40899         Log: Fixed %^H scoping bug
40900      Branch: maint-5.6/pureperl
40901            ! scope.c
40902 ____________________________________________________________________________
40903 [  8843] By: jhi                                   on 2001/02/19  13:38:08
40904         Log: fork() not everywhere, cleanup temp files.
40905      Branch: perl
40906            ! t/run/runenv.t
40907 ____________________________________________________________________________
40908 [  8842] By: alanbur                               on 2001/02/19  12:42:07
40909         Log: Resynchronised with parent
40910      Branch: maint-5.6/pureperl
40911           !> pod/perlfaq4.pod sv.c utf8.c
40912 ____________________________________________________________________________
40913 [  8841] By: jhi                                   on 2001/02/19  03:35:51
40914         Log: Update Changes.
40915      Branch: perl
40916            ! Changes patchlevel.h
40917 ____________________________________________________________________________
40918 [  8840] By: jhi                                   on 2001/02/19  00:23:41
40919         Log: Subject: [patch] add sv_setref_uv
40920              From: Doug MacEachern <dougm@covalent.net>
40921              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
40922              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
40923      Branch: perl
40924            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
40925            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
40926 ____________________________________________________________________________
40927 [  8839] By: jhi                                   on 2001/02/19  00:01:38
40928         Log: Put to rest the 20010205.001, the email address checking (not) regex.
40929      Branch: perl
40930            ! pod/perlfaq9.pod
40931 ____________________________________________________________________________
40932 [  8838] By: jhi                                   on 2001/02/18  22:17:54
40933         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
40934              From: Doug MacEachern <dougm@covalent.net>
40935              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
40936              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
40937      Branch: perl
40938            ! lib/ExtUtils/xsubpp
40939 ____________________________________________________________________________
40940 [  8837] By: jhi                                   on 2001/02/18  22:16:50
40941         Log: Subject: [patch] -Wall cleanup round 2
40942              From: Doug MacEachern <dougm@covalent.net>
40943              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
40944              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
40945      Branch: perl
40946            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
40947            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
40948            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
40949            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
40950            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
40951            ! ext/SDBM_File/SDBM_File.xs
40952 ____________________________________________________________________________
40953 [  8836] By: jhi                                   on 2001/02/18  22:11:20
40954         Log: Misapplied regex optimizations when \C is present.
40955              Fixes 20001230.002.
40956              
40957              What still remains broken is that the submatches that
40958              have \C in them get their UTF8 flag on because their
40959              parent SV has it on.  This will result in malformed
40960              UTF8 if a \C happened to match a non-ASCII byte.
40961      Branch: perl
40962            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
40963            ! t/pragma/utf8.t
40964 ____________________________________________________________________________
40965 [  8835] By: jhi                                   on 2001/02/18  20:12:02
40966         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
40967              
40968              The hash key got wrongly UTF8fied.
40969      Branch: perl
40970            ! pod/perlapi.pod toke.c utf8.c
40971 ____________________________________________________________________________
40972 [  8834] By: jhi                                   on 2001/02/18  19:44:25
40973         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
40974              don't warn on magical or overloaded things.
40975      Branch: perl
40976            ! pp_hot.c
40977 ____________________________________________________________________________
40978 [  8833] By: nick                                  on 2001/02/18  19:31:22
40979         Log: Integrate mainline
40980      Branch: perlio
40981           +> t/TestInit.pm t/run/runenv.t
40982            - t/UTEST
40983           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
40984           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
40985           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
40986           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
40987           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
40988           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
40989           !> utf8.c
40990 ____________________________________________________________________________
40991 [  8832] By: jhi                                   on 2001/02/18  19:21:18
40992         Log: Integrate perlio.
40993      Branch: perl
40994           !> perlio.c pod/perldiag.pod
40995 ____________________________________________________________________________
40996 [  8831] By: jhi                                   on 2001/02/18  19:14:20
40997         Log: Integrate change #8827 from mainline.
40998              
40999              UTF8 tweaks.
41000      Branch: maint-5.6/perl
41001           !> sv.c utf8.c
41002 ____________________________________________________________________________
41003 [  8830] By: nick                                  on 2001/02/18  19:10:34
41004         Log: Apply the spirit of patch from Nick Clark:
41005              Subject: [PATCH] Re: extensions that provide layers
41006              From: Nicholas Clark <nick@ccl4.org>
41007              Date: Mon, 12 Feb 2001 16:43:51 +0000
41008              Message-Id: <20010212164350.Q3652@plum.flirble.org>
41009      Branch: perlio
41010            ! perlio.c pod/perldiag.pod
41011 ____________________________________________________________________________
41012 [  8829] By: jhi                                   on 2001/02/18  19:03:25
41013         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
41014              From: schwern@pobox.com 
41015              Date: Sun, 18 Feb 2001 13:44:35 -0500
41016              Message-ID: <20010218134435.A17544@magnonel.guild.net>
41017              
41018              Applied, but as t/TestInit.pm.
41019      Branch: perl
41020            + t/TestInit.pm
41021            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
41022            ! t/op/subst_wamp.t
41023 ____________________________________________________________________________
41024 [  8828] By: jhi                                   on 2001/02/18  18:43:52
41025         Log: Integrate perlio.
41026      Branch: perl
41027           !> perlio.c
41028 ____________________________________________________________________________
41029 [  8827] By: jhi                                   on 2001/02/18  18:41:33
41030         Log: UTF-8 tweaks.
41031      Branch: perl
41032            ! sv.c utf8.c
41033 ____________________________________________________________________________
41034 [  8826] By: nick                                  on 2001/02/18  17:40:59
41035         Log: Fix [ID 20010217.002]
41036              open FOO, "<:raw:perlio", ...
41037              :raw now inserts default base layer below itself.
41038              Also
41039              open FOO, "<:unix", ...
41040              works as well - but leaves buffer layer on stack under the unix layer.
41041      Branch: perlio
41042            ! perlio.c
41043 ____________________________________________________________________________
41044 [  8825] By: jhi                                   on 2001/02/18  17:15:39
41045         Log: Integrate perlio.
41046      Branch: perl
41047           !> perlio.c perliol.h
41048 ____________________________________________________________________________
41049 [  8824] By: jhi                                   on 2001/02/18  17:10:53
41050         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
41051              From: schwern@pobox.com
41052              Date: Sun, 18 Feb 2001 01:48:50 -0500
41053              Message-ID: <20010218014850.C19957@magnonel.guild.net>
41054      Branch: perl
41055            ! lib/Test/Harness.pm t/TEST t/op/chop.t
41056 ____________________________________________________________________________
41057 [  8823] By: jhi                                   on 2001/02/18  17:01:06
41058         Log: Add run/*.t to testables.
41059      Branch: perl
41060            ! t/TEST
41061 ____________________________________________________________________________
41062 [  8822] By: jhi                                   on 2001/02/18  16:58:58
41063         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
41064              From: schwern@pobox.com
41065              Date: Sun, 18 Feb 2001 01:11:35 -0500
41066              Message-ID: <20010218011135.A19957@magnonel.guild.net>
41067              
41068              Revive mjd's and Simon's PERL5OPT fix.
41069      Branch: perl
41070            + t/run/runenv.t
41071            ! MANIFEST perl.c
41072 ____________________________________________________________________________
41073 [  8821] By: jhi                                   on 2001/02/18  16:53:46
41074         Log: Subject: Re: Why t/TEST and not Test::Harness?
41075              From: schwern@pobox.com
41076              Date: Sat, 17 Feb 2001 22:44:44 -0500
41077              Message-ID: <20010217224444.A6679@magnonel.guild.net>
41078              
41079              Replace UTEST with TEST -utf8.
41080      Branch: perl
41081            - t/UTEST
41082            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
41083            ! t/lib/glob-basic.t
41084 ____________________________________________________________________________
41085 [  8820] By: nick                                  on 2001/02/18  13:06:16
41086         Log: Clean up a few core dumps when layers are used in unexpected ways.
41087              (Still not "right"...)
41088      Branch: perlio
41089            ! perlio.c perliol.h
41090 ____________________________________________________________________________
41091 [  8819] By: jhi                                   on 2001/02/18  02:25:55
41092         Log: Integrate change #8818 from maintperl, a FAQ nit.
41093      Branch: perl
41094           !> pod/perlfaq4.pod
41095 ____________________________________________________________________________
41096 [  8818] By: jhi                                   on 2001/02/18  02:24:50
41097         Log: FAQ nit from Chris Fedde.
41098      Branch: maint-5.6/perl
41099            ! pod/perlfaq4.pod
41100 ____________________________________________________________________________
41101 [  8817] By: nick                                  on 2001/02/17  18:20:14
41102         Log: Integrate mainline
41103      Branch: perlio
41104           +> lib/unicode/UCD.html lib/unicode/Unicode.html
41105           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
41106           +> pod/perlclib.pod
41107            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
41108            - lib/unicode/Unicode.301
41109           !> (integrate 324 files)
41110 ____________________________________________________________________________
41111 [  8816] By: jhi                                   on 2001/02/17  16:56:58
41112         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
41113      Branch: perl
41114            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
41115            ! ext/Storable/Storable.xs t/lib/st-06compat.t
41116            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
41117 ____________________________________________________________________________
41118 [  8815] By: jhi                                   on 2001/02/17  16:40:07
41119         Log: Subject: [patch] -Wall
41120              From: Doug MacEachern <dougm@covalent.net>
41121              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
41122              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
41123      Branch: perl
41124            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
41125            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
41126 ____________________________________________________________________________
41127 [  8814] By: jhi                                   on 2001/02/16  19:27:18
41128         Log: Document qu better.
41129      Branch: perl
41130            ! pod/perlop.pod
41131 ____________________________________________________________________________
41132 [  8813] By: jhi                                   on 2001/02/15  13:54:37
41133         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
41134              From: Hugo <hv@crypt.compulink.co.uk>
41135              Date: Thu, 15 Feb 2001 13:39:49 +0000
41136              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
41137      Branch: perl
41138            ! toke.c
41139 ____________________________________________________________________________
41140 [  8812] By: alanbur                               on 2001/02/15  13:52:16
41141         Log: Resynchronised with parent
41142      Branch: maint-5.6/pureperl
41143            - ebcdic.c
41144           !> (integrate 36 files)
41145 ____________________________________________________________________________
41146 [  8811] By: jhi                                   on 2001/02/15  13:51:16
41147         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
41148              
41149              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
41150              From: Jan Dubois <JanD@ActiveState.com>
41151              Date: Wed, 31 Jan 2001 21:17:03 -0800
41152              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
41153              
41154              tweak change#8659 to keep it simple
41155              
41156              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
41157              From: Russ Allbery <rra@stanford.edu>
41158              Date: 14 Feb 2001 10:15:41 -0800
41159              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
41160              
41161              (8809 empty)
41162              
41163              Upgrade to podlators 1.08, from Russ Allbery.
41164      Branch: perl
41165           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
41166           !> utils/perldoc.PL
41167 ____________________________________________________________________________
41168 [  8810] By: jhi                                   on 2001/02/15  13:35:08
41169         Log: Upgrade to podlators 1.08, from Russ Allbery.
41170      Branch: maint-5.6/perl
41171            ! lib/Pod/Man.pm lib/Pod/Text.pm
41172 ____________________________________________________________________________
41173 [  8809] By: jhi                                   on 2001/02/15  13:26:38
41174         Log: (accidentally empty check-in)
41175      Branch: maint-5.6/perl
41176            ! lib/Test/Harness.pm
41177 ____________________________________________________________________________
41178 [  8808] By: jhi                                   on 2001/02/15  13:23:47
41179         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
41180              From: Russ Allbery <rra@stanford.edu>
41181              Date: 14 Feb 2001 10:15:41 -0800
41182              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
41183              
41184              perldoc was hardcoding $Config{installscript}, which breaks
41185              when install* isn't where Perl ends up (such as with AFS).
41186              
41187              Use $Config{scriptdir} instead.
41188      Branch: maint-5.6/perl
41189            ! utils/perldoc.PL
41190 ____________________________________________________________________________
41191 [  8807] By: jhi                                   on 2001/02/14  14:37:27
41192         Log: Update Changes.
41193      Branch: perl
41194            ! Changes patchlevel.h
41195 ____________________________________________________________________________
41196 [  8806] By: jhi                                   on 2001/02/14  14:25:31
41197         Log: Integrate changes #8803,8804,8805 from mainline.
41198              
41199              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
41200              
41201              Don't skip too much of the locale error message if no environ array,
41202              from Chris Nandor.
41203              
41204              More MacOS Classic fixes from Chris Nandor.
41205      Branch: maint-5.6/perl
41206           !> doop.c lib/Cwd.pm perl.c perl.h util.c
41207 ____________________________________________________________________________
41208 [  8805] By: jhi                                   on 2001/02/14  03:29:01
41209         Log: More MacOS Classic fixes from Chris Nandor.
41210      Branch: perl
41211            ! doop.c lib/Cwd.pm
41212 ____________________________________________________________________________
41213 [  8804] By: jhi                                   on 2001/02/14  03:18:35
41214         Log: Don't skip too much of the locale error message if no environ array,
41215              from Chris Nandor.
41216      Branch: perl
41217            ! util.c
41218 ____________________________________________________________________________
41219 [  8803] By: jhi                                   on 2001/02/14  03:14:14
41220         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
41221      Branch: perl
41222            ! perl.c perl.h
41223 ____________________________________________________________________________
41224 [  8802] By: jhi                                   on 2001/02/13  18:31:33
41225         Log: AUTHORS update.
41226      Branch: perl
41227            ! AUTHORS
41228 ____________________________________________________________________________
41229 [  8801] By: jhi                                   on 2001/02/13  17:55:19
41230         Log: Integrate change #8792 from mainline.
41231              
41232              Subject: buncha MacPerl patches for bleadperl
41233              From: Chris Nandor <pudge@pobox.com>
41234              Date: Tue, 13 Feb 2001 00:02:43 -0500
41235              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
41236      Branch: maint-5.6/perl
41237           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
41238           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
41239           !> t/lib/basename.t toke.c util.h
41240 ____________________________________________________________________________
41241 [  8800] By: jhi                                   on 2001/02/13  17:46:43
41242         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
41243              to be forced to Off_t.
41244              
41245              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
41246              From: nick@ccl4.org
41247              Date: Thu, 1 Feb 2001 12:01:04 +0000
41248              Message-Id: <20010201120103.E11401@plum.flirble.org>
41249      Branch: maint-5.6/perl
41250            ! iperlsys.h perlio.c
41251 ____________________________________________________________________________
41252 [  8799] By: jhi                                   on 2001/02/13  16:52:51
41253         Log: Duplex duplex hunk hunk.
41254      Branch: maint-5.6/perl
41255            ! Makefile.SH
41256 ____________________________________________________________________________
41257 [  8797] By: jhi                                   on 2001/02/13  14:52:04
41258         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
41259              From: "Craig A. Berry" <craigberry@mac.com>
41260              Date: Mon, 12 Feb 2001 11:05:25 -0600
41261              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
41262      Branch: perl
41263            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
41264 ____________________________________________________________________________
41265 [  8796] By: jhi                                   on 2001/02/13  14:36:47
41266         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
41267              From: simon.cozens@pembroke.oxford.ac.uk 
41268              Date: Sat, 10 Feb 2001 17:57:02 +0000
41269              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
41270              
41271              Now it does include.
41272      Branch: perl
41273            ! pod/perldiag.pod
41274 ____________________________________________________________________________
41275 [  8795] By: jhi                                   on 2001/02/13  14:30:11
41276         Log: Sort the MANIFEST.
41277      Branch: perl
41278            ! MANIFEST
41279 ____________________________________________________________________________
41280 [  8794] By: jhi                                   on 2001/02/13  14:26:51
41281         Log: Integrate change #8793 from mainline, FAQ updates.
41282      Branch: maint-5.6/perl
41283           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
41284 ____________________________________________________________________________
41285 [  8793] By: jhi                                   on 2001/02/13  14:25:13
41286         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
41287      Branch: perl
41288            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
41289 ____________________________________________________________________________
41290 [  8792] By: jhi                                   on 2001/02/13  14:22:50
41291         Log: Subject: buncha MacPerl patches for bleadperl
41292              From: Chris Nandor <pudge@pobox.com>
41293              Date: Tue, 13 Feb 2001 00:02:43 -0500
41294              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
41295      Branch: perl
41296            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
41297            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
41298            ! t/lib/basename.t toke.c util.h
41299 ____________________________________________________________________________
41300 [  8791] By: jhi                                   on 2001/02/13  14:10:39
41301         Log: Integrate change #8790 from mainline.
41302              
41303              environ array wrongly assumed in Perl_init_i18nl10n(),
41304      Branch: maint-5.6/perl
41305           !> util.c
41306 ____________________________________________________________________________
41307 [  8790] By: jhi                                   on 2001/02/13  14:06:15
41308         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
41309              noticed by Chris Nandor in MacOS Classic.
41310      Branch: perl
41311            ! util.c
41312 ____________________________________________________________________________
41313 [  8789] By: jhi                                   on 2001/02/13  13:58:07
41314         Log: Integrate changes #8373,8487,8544,8783 from mainline.
41315              
41316              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
41317              hints files, the dynaloading, assimilate ebcdic into util.c.
41318      Branch: maint-5.6/perl
41319            - ebcdic.c
41320            ! MANIFEST hints/posix-bc.sh
41321           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
41322           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
41323           !> perlapi.c proto.h util.c
41324 ____________________________________________________________________________
41325 [  8788] By: alanbur                               on 2001/02/13  10:33:13
41326         Log: Integrated changes from maint-5.6
41327      Branch: maint-5.6/pureperl
41328           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
41329           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
41330           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41331           !> vos/config.ga.h vos/configure_perl.cm
41332 ____________________________________________________________________________
41333 [  8787] By: jhi                                   on 2001/02/13  05:56:36
41334         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
41335      Branch: perl
41336           !> Makefile.SH
41337 ____________________________________________________________________________
41338 [  8786] By: jhi                                   on 2001/02/13  05:54:34
41339         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
41340              From: Dorner Thomas <Thomas.Dorner@start.de>
41341              Date: Mon, 12 Feb 2001 15:06:26 +0100
41342              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
41343      Branch: maint-5.6/perl
41344            ! Makefile.SH
41345 ____________________________________________________________________________
41346 [  8785] By: jhi                                   on 2001/02/13  05:29:04
41347         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
41348      Branch: perl
41349           !> hints/openbsd.sh
41350 ____________________________________________________________________________
41351 [  8784] By: jhi                                   on 2001/02/13  02:25:24
41352         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
41353              From: Peter Prymmer <pvhp@forte.com>
41354              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
41355              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
41356      Branch: perl
41357            ! pod/perlclib.pod
41358 ____________________________________________________________________________
41359 [  8783] By: jhi                                   on 2001/02/13  02:22:36
41360         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
41361      Branch: perl
41362            - ebcdic.c
41363            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
41364            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
41365            ! util.c
41366 ____________________________________________________________________________
41367 [  8782] By: jhi                                   on 2001/02/13  02:00:07
41368         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
41369      Branch: maint-5.6/perl
41370            ! pod/perlport.pod
41371 ____________________________________________________________________________
41372 [  8781] By: jhi                                   on 2001/02/13  01:58:44
41373         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
41374      Branch: maint-5.6/perl
41375            ! hints/openbsd.sh
41376 ____________________________________________________________________________
41377 [  8780] By: jhi                                   on 2001/02/13  01:57:33
41378         Log: Synchronize the regexp tests between maintperl and mainline.
41379      Branch: maint-5.6/perl
41380           !> t/op/re_tests
41381 ____________________________________________________________________________
41382 [  8779] By: jhi                                   on 2001/02/13  01:49:35
41383         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
41384              From: Hugo <hv@crypt.compulink.co.uk>
41385              Date: Tue, 13 Feb 2001 00:11:11 +0000
41386              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
41387      Branch: perl
41388            ! regcomp.c t/op/re_tests
41389 ____________________________________________________________________________
41390 [  8778] By: jhi                                   on 2001/02/13  00:23:10
41391         Log: Comments do not nest.
41392      Branch: perl
41393            ! perl.h
41394 ____________________________________________________________________________
41395 [  8777] By: jhi                                   on 2001/02/13  00:17:54
41396         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
41397              From: Hugo <hv@crypt.compulink.co.uk>
41398              Date: Tue, 13 Feb 2001 00:11:11 +0000
41399              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
41400      Branch: maint-5.6/perl
41401            ! regcomp.c t/op/re_tests
41402 ____________________________________________________________________________
41403 [  8776] By: jhi                                   on 2001/02/12  23:25:52
41404         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
41405      Branch: maint-5.6/perl
41406            ! pod/perlport.pod
41407 ____________________________________________________________________________
41408 [  8775] By: jhi                                   on 2001/02/12  23:04:28
41409         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
41410      Branch: maint-5.6/perl
41411            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
41412            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41413            ! vos/configure_perl.cm
41414 ____________________________________________________________________________
41415 [  8774] By: jhi                                   on 2001/02/12  22:59:11
41416         Log: Subject: Re: [patch] context for 'U' magic functions
41417              From: Doug MacEachern <dougm@covalent.net>
41418              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
41419              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
41420              
41421              plus the suggestion by Nick Ing-Simmons to name the macro
41422              as PERL_MG_UFUNC to avoid namespace pollution, plus add
41423              the advice by Doug for XS writers to perl.h
41424      Branch: perl
41425            ! mg.c perl.h
41426 ____________________________________________________________________________
41427 [  8773] By: jhi                                   on 2001/02/11  20:14:12
41428         Log: Update Changes.
41429      Branch: perl
41430            ! Changes patchlevel.h
41431 ____________________________________________________________________________
41432 [  8772] By: jhi                                   on 2001/02/11  18:47:52
41433         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
41434              From: Simon Cozens <simon@cozens.net>
41435              Date: Wed, 31 Jan 2001 16:31:43 +0000
41436              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
41437      Branch: perl
41438            + pod/perlclib.pod
41439            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
41440            ! pod/perltoc.pod
41441 ____________________________________________________________________________
41442 [  8771] By: jhi                                   on 2001/02/11  18:36:48
41443         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
41444              
41445              Blocks-4d3.beta.txt
41446              CaseFolding-3d4.beta.txt
41447              CompositionExclusions-3d6.beta.txt
41448              EastAsianWidth-4d4.beta.txt
41449              LineBreak-6d3.beta.txt
41450              NamesList-3.1.0d1.beta.txt
41451              PropList-3.1.0d4.beta.txt
41452              SpecialCasing-4d1.beta.txt
41453              UnicodeData-3.1.0d6.beta.txt
41454      Branch: perl
41455            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
41456           +> lib/unicode/UCD.html lib/unicode/Unicode.html
41457            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
41458            - lib/unicode/Unicode.301
41459            ! (edit 257 files)
41460 ____________________________________________________________________________
41461 [  8770] By: jhi                                   on 2001/02/11  17:26:22
41462         Log: UTF-8 documentation.
41463      Branch: perl
41464            ! utf8.h
41465 ____________________________________________________________________________
41466 [  8769] By: jhi                                   on 2001/02/11  17:12:49
41467         Log: Retract #8762.
41468      Branch: perl
41469            ! regexec.c
41470 ____________________________________________________________________________
41471 [  8768] By: jhi                                   on 2001/02/11  16:54:45
41472         Log: Subject: [PATCH] Test::Harness
41473              From: andreas.koenig@anima.de (Andreas J. Koenig)
41474              Date: 11 Feb 2001 14:37:00 +0100
41475              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
41476      Branch: perl
41477            ! lib/Test/Harness.pm
41478 ____________________________________________________________________________
41479 [  8767] By: jhi                                   on 2001/02/11  16:53:52
41480         Log: Subject: [PATCH] Document makepatch in Porting/patching
41481              From: andreas.koenig@anima.de (Andreas J. Koenig)
41482              Date: 11 Feb 2001 16:46:28 +0100
41483              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
41484      Branch: perl
41485            ! Porting/patching.pod
41486 ____________________________________________________________________________
41487 [  8766] By: jhi                                   on 2001/02/11  06:30:23
41488         Log: Subject: Re: [patch] GvSHARED
41489              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
41490              From: Doug MacEachern <dougm@covalent.net>
41491              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
41492              
41493              Subject: Re: [patch] GvSHARED
41494              From: Doug MacEachern <dougm@covalent.net>
41495              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
41496              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
41497              
41498              Subject: [patch] attributes.pm support for `shared'
41499              From: Doug MacEachern <dougm@covalent.net>
41500              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
41501              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
41502              
41503              our() attributes were ignored, our :shared pieces missing,
41504              allow attributes.pm to turn on shared.
41505      Branch: perl
41506            ! op.c t/op/attrs.t toke.c xsutils.c
41507 ____________________________________________________________________________
41508 [  8765] By: alanbur                               on 2001/02/10  23:11:19
41509         Log: Resync with parent (hopefully sucessfully this time)
41510      Branch: maint-5.6/pureperl
41511           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
41512           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
41513           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
41514           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
41515           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
41516           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
41517           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
41518 ____________________________________________________________________________
41519 [  8764] By: jhi                                   on 2001/02/10  22:54:38
41520         Log: Make TEST and UTEST more verbose in case something goes
41521              wrong in running/compiling a script, suggested by Doug
41522              MacEachern.
41523      Branch: perl
41524            ! t/TEST t/UTEST
41525 ____________________________________________________________________________
41526 [  8763] By: jhi                                   on 2001/02/10  22:11:34
41527         Log: Bogus shebang.
41528      Branch: perl
41529            ! t/lib/texttabs.t
41530 ____________________________________________________________________________
41531 [  8762] By: jhi                                   on 2001/02/10  21:56:02
41532         Log: (Retracted by #8769)
41533      Branch: perl
41534            ! regexec.c
41535 ____________________________________________________________________________
41536 [  8761] By: jhi                                   on 2001/02/10  21:26:15
41537         Log: Subject: Re: [patch] GvSHARED 
41538              From: Doug MacEachern <dougm@covalent.net>
41539              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
41540              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
41541              
41542              our @EXPORT : shared = (...);
41543      Branch: perl
41544            ! toke.c
41545 ____________________________________________________________________________
41546 [  8760] By: jhi                                   on 2001/02/10  21:25:07
41547         Log: Subject: [patch] GvSHARED
41548              From: Doug MacEachern <dougm@covalent.net>
41549              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
41550              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
41551      Branch: perl
41552            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
41553 ____________________________________________________________________________
41554 [  8759] By: alanbur                               on 2001/02/10  21:24:27
41555         Log: Backed out mismerge.
41556      Branch: maint-5.6/pureperl
41557            ! MANIFEST README.hpux README.vmesa gv.c installhtml
41558            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
41559            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
41560            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
41561            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
41562            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
41563            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
41564 ____________________________________________________________________________
41565 [  8758] By: jhi                                   on 2001/02/10  18:01:17
41566         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
41567              
41568              Fixed UMRs and leak in Perl_pmtrans()
41569              
41570              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
41571              associated UTFied tr/// code.  Also fixed scoping leak of
41572              PL_reg_start_tmp.
41573              
41574              newATTRSUB leaks when an attempt to redefine the active sort sub is
41575              made.
41576      Branch: maint-5.6/perl
41577           !> op.c regcomp.c
41578 ____________________________________________________________________________
41579 [  8757] By: alanbur                               on 2001/02/10  17:56:46
41580         Log: Resynchronised with parent
41581      Branch: maint-5.6/pureperl
41582           +> README.bs2000
41583            - README.posix-bc
41584            ! gv.c perl.c sv.c
41585           !> MANIFEST README.hpux README.vmesa installhtml
41586           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
41587           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
41588           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
41589           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
41590           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
41591           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
41592 ____________________________________________________________________________
41593 [  8756] By: alanbur                               on 2001/02/10  17:51:15
41594         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
41595              made.
41596      Branch: maint-5.6/pureperl
41597            ! op.c
41598 ____________________________________________________________________________
41599 [  8755] By: jhi                                   on 2001/02/09  22:41:35
41600         Log: Upgrade to CPAN 1.59_54, from Andreas König.
41601      Branch: perl
41602            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41603 ____________________________________________________________________________
41604 [  8754] By: jhi                                   on 2001/02/09  22:29:20
41605         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
41606              
41607              Didn't upgrade the fill.t since it has a dependency to File::Slurp
41608              purely for debugging purposes, the actual test hasn't changed.
41609      Branch: perl
41610            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
41611            ! t/lib/textwrap.t
41612 ____________________________________________________________________________
41613 [  8753] By: jhi                                   on 2001/02/09  20:17:50
41614         Log: Integrate change #8682 from maintperl.
41615              
41616              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
41617              to work correctly.
41618      Branch: perl
41619           !> hints/irix_6.sh
41620 ____________________________________________________________________________
41621 [  8752] By: jhi                                   on 2001/02/09  20:00:46
41622         Log: Update Changes.
41623      Branch: perl
41624            ! Changes patchlevel.h
41625 ____________________________________________________________________________
41626 [  8751] By: nick                                  on 2001/02/09  19:48:37
41627         Log: Integrate mainline
41628      Branch: perlio
41629           +> README.bs2000 t/lib/cgi-esc.t
41630            - README.posix-bc
41631           !> (integrate 53 files)
41632 ____________________________________________________________________________
41633 [  8750] By: nick                                  on 2001/02/09  19:25:16
41634         Log: Subject: RE: Biannual Competition to Improve Hashing Function
41635              From: Fisher Mark <fisherm@tce.com>
41636              Date: Thu, 8 Feb 2001 10:44:00 -0500
41637              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
41638              Date: Thu, 8 Feb 2001 15:02:47 -0500
41639              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
41640      Branch: perl
41641            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
41642 ____________________________________________________________________________
41643 [  8749] By: jhi                                   on 2001/02/09  19:02:35
41644         Log: Forgotten fragment.
41645      Branch: perl
41646            ! pod/perlapi.pod
41647 ____________________________________________________________________________
41648 [  8748] By: jhi                                   on 2001/02/09  18:31:34
41649         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
41650              plus manual tweakage.
41651              
41652              Sync the perlfaq2 between mainline and maintperl.
41653      Branch: maint-5.6/perl
41654            ! pod/perlfaq2.pod
41655      Branch: perl
41656           !> pod/perlfaq2.pod
41657 ____________________________________________________________________________
41658 [  8747] By: jhi                                   on 2001/02/09  18:12:04
41659         Log: Subject: versiononly and installperl
41660              From: abigail@foad.org
41661              Date: Wed, 7 Feb 2001 22:43:12 +0100
41662              Message-ID: <20010207214312.7045.qmail@foad.org>    
41663              
41664              Add +v flag to force a normal install of the perl binary
41665              and the utilities.
41666              
41667              Subject: [PATCH] installperl
41668              From: Nicholas Clark <nick@ccl4.org>
41669              Date: Fri, 9 Feb 2001 16:28:57 +0000
41670              Message-ID: <20010209162857.B10931@plum.flirble.org>
41671              
41672              Add -A flag which also hardlinks the binary with
41673              the full architecture name.
41674      Branch: perl
41675            ! installperl
41676 ____________________________________________________________________________
41677 [  8746] By: jhi                                   on 2001/02/09  18:03:43
41678         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
41679              
41680              Subject: perlfaq2, re: perlmongers
41681              
41682              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
41683              
41684              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
41685              
41686              Subject: [ID 20010205.001] typo in perlfaq9
41687              
41688              Subject: [ID 20010208.002] unordered explanation in perlcall
41689      Branch: maint-5.6/perl
41690           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
41691           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
41692           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
41693 ____________________________________________________________________________
41694 [  8745] By: jhi                                   on 2001/02/09  17:59:09
41695         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
41696              From: abela@geneanet.org
41697              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
41698              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
41699      Branch: perl
41700            ! pod/perlcall.pod
41701 ____________________________________________________________________________
41702 [  8744] By: jhi                                   on 2001/02/09  17:48:16
41703         Log: Subject: [ID 20010205.001] typo in perlfaq9
41704              From: eserte@vran.herceg.de
41705              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
41706              Message-Id: <200102042244.XAA21926@vran.herceg.de>
41707      Branch: perl
41708            ! pod/perlfaq9.pod
41709 ____________________________________________________________________________
41710 [  8743] By: jhi                                   on 2001/02/09  17:25:12
41711         Log: Integrate change #8695 from maintperl.
41712              
41713              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
41714      Branch: perl
41715           !> thread.h
41716 ____________________________________________________________________________
41717 [  8742] By: jhi                                   on 2001/02/09  17:21:22
41718         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
41719              From: Andy Dougherty <doughera@lafayette.edu>
41720              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
41721              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
41722      Branch: perl
41723            ! embed.pl
41724 ____________________________________________________________________________
41725 [  8741] By: jhi                                   on 2001/02/09  17:05:19
41726         Log: Integrate changes #8738,8739,8740 from maintperl.
41727              
41728              Html files will be installed in a more logical and easier to
41729              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
41730              
41731              Html files will be generated with a header to make them look
41732              a little less bare.
41733              
41734              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
41735      Branch: perl
41736           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
41737 ____________________________________________________________________________
41738 [  8740] By: jhi                                   on 2001/02/09  17:03:46
41739         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
41740              From: "Brendan O'Dea" <bod@compusol.com.au>
41741              Date: Sun, 4 Feb 2001 11:17:56 +1100
41742              Message-ID: <20010204111756.A16301@compusol.com.au>
41743      Branch: maint-5.6/perl
41744            ! pod/perlfaq3.pod
41745 ____________________________________________________________________________
41746 [  8739] By: jhi                                   on 2001/02/09  17:01:59
41747         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
41748              From: "Indy Singh" <indy@nusphere.com>
41749              Date: Fri, 2 Feb 2001 15:09:59 -0500
41750              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
41751              
41752              Html files will be generated with a header to make them look
41753              a little less bare.
41754      Branch: maint-5.6/perl
41755            ! installhtml
41756 ____________________________________________________________________________
41757 [  8738] By: jhi                                   on 2001/02/09  16:58:48
41758         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
41759              From: "Indy Singh" <indy@nusphere.com>
41760              Date: Fri, 2 Feb 2001 15:08:23 -0500
41761              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
41762              
41763              Html files will be installed in a more logical and easier to
41764              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
41765      Branch: maint-5.6/perl
41766            ! win32/Makefile win32/makefile.mk
41767 ____________________________________________________________________________
41768 [  8737] By: jhi                                   on 2001/02/09  16:46:54
41769         Log: Integrate changes #8687,8736 from maintperl.
41770              
41771              HP-UX thread patches from Merijn H. Brand.
41772              
41773              Latin nit from Philip Newton.
41774      Branch: perl
41775           !> README.hpux hints/hpux.sh
41776 ____________________________________________________________________________
41777 [  8736] By: jhi                                   on 2001/02/09  16:42:31
41778         Log: Latin nit from Philip Newton.
41779      Branch: maint-5.6/perl
41780            ! README.hpux
41781 ____________________________________________________________________________
41782 [  8735] By: jhi                                   on 2001/02/09  16:24:03
41783         Log: Integrate changes #8704,8710 from pureperl.
41784              
41785              Fixed UMRs and leak in Perl_pmtrans()
41786              
41787              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
41788              associated UTFied tr/// code.  Also fixed scoping leak of
41789              PL_reg_start_tmp.
41790      Branch: perl
41791           !> op.c regcomp.c
41792 ____________________________________________________________________________
41793 [  8734] By: jhi                                   on 2001/02/09  15:40:21
41794         Log: Integrate change #8733 from maintperl.
41795              
41796              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
41797      Branch: perl
41798           !> pod/perlre.pod
41799 ____________________________________________________________________________
41800 [  8733] By: jhi                                   on 2001/02/09  15:35:47
41801         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
41802              From: Prymmer/Kahn <pvhp@best.com>
41803              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
41804              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
41805      Branch: maint-5.6/perl
41806            ! pod/perlre.pod
41807 ____________________________________________________________________________
41808 [  8732] By: jhi                                   on 2001/02/09  15:26:17
41809         Log: Rename README.posix-bc to README.bs2000 (to avoid the
41810              confusion of a "perlposix-bc.pod"), add a few missing
41811              arch pods, regen toc.
41812      Branch: maint-5.6/perl
41813           +> README.bs2000
41814            - README.posix-bc
41815            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
41816            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
41817 ____________________________________________________________________________
41818 [  8731] By: jhi                                   on 2001/02/09  15:23:39
41819         Log: De-cut-and-pasto.
41820      Branch: perl
41821            ! pod/perl.pod
41822 ____________________________________________________________________________
41823 [  8730] By: jhi                                   on 2001/02/09  15:11:13
41824         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
41825              when people think that perlposix-bc.pod tells anything about
41826              Perl and POSIX.  Regen toc.
41827      Branch: perl
41828           +> README.bs2000
41829            - README.posix-bc
41830            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
41831            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
41832 ____________________________________________________________________________
41833 [  8729] By: jhi                                   on 2001/02/09  14:52:28
41834         Log: The README.vmesa part of #8712 from maintperl.
41835      Branch: perl
41836            ! README.vmesa
41837 ____________________________________________________________________________
41838 [  8728] By: jhi                                   on 2001/02/09  14:46:06
41839         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
41840              From: Peter Prymmer <pvhp@forte.com>
41841              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
41842              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
41843      Branch: maint-5.6/perl
41844            ! README.vmesa win32/Makefile win32/makefile.mk
41845 ____________________________________________________________________________
41846 [  8727] By: jhi                                   on 2001/02/09  14:33:25
41847         Log: Integrate change #8712 from mainline.
41848              
41849              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
41850      Branch: maint-5.6/perl
41851           !> lib/Pod/Find.pm
41852 ____________________________________________________________________________
41853 [  8726] By: jhi                                   on 2001/02/09  14:30:28
41854         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
41855              From: Peter Prymmer <pvhp@forte.com>
41856              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
41857              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
41858      Branch: perl
41859            + t/lib/cgi-esc.t
41860            ! MANIFEST lib/CGI/Util.pm
41861 ____________________________________________________________________________
41862 [  8725] By: jhi                                   on 2001/02/09  04:56:47
41863         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
41864      Branch: maint-5.6/perl
41865            ! pod/perlport.pod
41866 ____________________________________________________________________________
41867 [  8724] By: jhi                                   on 2001/02/09  04:40:59
41868         Log: Integrate changes 7819,7820 from vmsperl into mainline.
41869              
41870              Add header for LIB$ prototypes (C. Berry)
41871              
41872              Convert fwrite()s to sockets to write()s, since some socket stacks
41873              don't take kindly to stdio.
41874              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
41875              (for often optional LNMs)
41876              Correct a few typos
41877              (C. Bailey)
41878      Branch: perl
41879           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
41880 ____________________________________________________________________________
41881 [  8723] By: jhi                                   on 2001/02/09  03:29:29
41882         Log: Integrate change #8722 from mainline.
41883              
41884              The Im() function wasn't returning zero for non-Math::Complex
41885              arguments.  The bug reported by John Gamble.
41886      Branch: maint-5.6/perl
41887           !> lib/Math/Complex.pm
41888 ____________________________________________________________________________
41889 [  8722] By: jhi                                   on 2001/02/09  03:28:33
41890         Log: The Im() function wasn't returning zero for non-Math::Complex
41891              arguments.  The bug reported by John Gamble.
41892      Branch: perl
41893            ! lib/Math/Complex.pm
41894 ____________________________________________________________________________
41895 [  8721] By: nick                                  on 2001/02/08  22:11:35
41896         Log: Correct the correction :-(
41897      Branch: perl
41898            ! perl.c
41899 ____________________________________________________________________________
41900 [  8720] By: bailey                                on 2001/02/08  20:59:22
41901         Log: Convert frwite()s to sockets to write()s, since some socket stacks
41902              don't take kindly to stdio.
41903              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
41904              (for often optional LNMs)
41905              Correct a few typos
41906              (C. Bailey)
41907      Branch: vmsperl
41908            ! vms/vms.c vms/vmsish.h
41909 ____________________________________________________________________________
41910 [  8719] By: bailey                                on 2001/02/08  20:51:02
41911         Log: Add header for LIB$ prototypes (C. Berry)
41912      Branch: vmsperl
41913            ! ext/Devel/DProf/DProf.xs
41914 ____________________________________________________________________________
41915 [  8718] By: bailey                                on 2001/02/08  20:49:00
41916         Log: SYN SYN
41917      Branch: vmsperl
41918           +> pod/perliol.pod t/lib/sample-tests/bailout
41919           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
41920           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
41921           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
41922           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
41923           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
41924           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
41925            - lib/unicode/Is/DCinital.pl
41926           !> (integrate 101 files)
41927 ____________________________________________________________________________
41928 [  8717] By: nick                                  on 2001/02/08  19:38:48
41929         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
41930              From: Robin Barker <rmb1@cise.npl.co.uk>
41931              Date: Thu, 8 Feb 2001 14:38:07 GMT
41932              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
41933      Branch: perl
41934            ! lib/CPAN.pm
41935 ____________________________________________________________________________
41936 [  8716] By: nick                                  on 2001/02/08  19:29:07
41937         Log: Generated files form 8713 etc.
41938      Branch: perl
41939            ! embed.h global.sym objXSUB.h perlapi.c proto.h
41940 ____________________________________________________________________________
41941 [  8715] By: nick                                  on 2001/02/08  19:26:08
41942         Log: Fixup non-ithread build after 8713
41943      Branch: perl
41944            ! perl.c
41945 ____________________________________________________________________________
41946 [  8714] By: nick                                  on 2001/02/08  19:17:45
41947         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
41948              From: nick@ccl4.org
41949              Date: Wed, 7 Feb 2001 00:27:47 +0000
41950              Message-Id: <20010207002747.B63724@plum.flirble.org>
41951      Branch: perl
41952            ! sv.c toke.c
41953 ____________________________________________________________________________
41954 [  8713] By: nick                                  on 2001/02/08  19:15:58
41955         Log: Subject: Re: [patch] Re: PL_ptr_table
41956              From: Doug Maceachern <dougm@covalent.net>
41957              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
41958              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
41959      Branch: perl
41960            ! embed.pl perl.c sv.c sv.h
41961 ____________________________________________________________________________
41962 [  8712] By: nick                                  on 2001/02/08  19:12:47
41963         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
41964              From: Peter Prymmer <pvhp@forte.com>
41965              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
41966              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
41967      Branch: perl
41968            ! lib/Pod/Find.pm
41969 ____________________________________________________________________________
41970 [  8711] By: nick                                  on 2001/02/07  21:06:11
41971         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
41972              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
41973              From: Alan Burlison <Alan.Burlison@uk.sun.com>
41974              Date: Tue, 06 Feb 2001 23:37:01 +0000
41975              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
41976      Branch: perl
41977            ! regcomp.c
41978 ____________________________________________________________________________
41979 [  8710] By: alanbur                               on 2001/02/07  00:22:04
41980         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
41981              associated UTFied tr/// code.  Also fixed scoping leak of
41982              PL_reg_start_tmp.
41983      Branch: maint-5.6/pureperl
41984            ! op.c regcomp.c
41985 ____________________________________________________________________________
41986 [  8709] By: nick                                  on 2001/02/06  21:16:49
41987         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
41988              From: Michael G Schwern <schwern@pobox.com>
41989              Date: Sun, 4 Feb 2001 19:47:14 -0500
41990              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
41991      Branch: perl
41992            ! pod/perlapi.pod pod/perlmodlib.PL
41993 ____________________________________________________________________________
41994 [  8708] By: nick                                  on 2001/02/06  20:41:20
41995         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
41996              From: Michael G Schwern <schwern@pobox.com>
41997              Date: Sun, 4 Feb 2001 21:17:49 -0500
41998              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
41999      Branch: perl
42000            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
42001            ! pod/perltootc.pod
42002 ____________________________________________________________________________
42003 [  8707] By: nick                                  on 2001/02/06  20:29:11
42004         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
42005              From: Michael G Schwern <schwern@pobox.com>
42006              Date: Tue, 6 Feb 2001 05:54:30 -0500
42007              Message-Id: <20010206055430.A951@blackrider.aocn.com>
42008      Branch: perl
42009            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
42010 ____________________________________________________________________________
42011 [  8706] By: nick                                  on 2001/02/06  20:21:40
42012         Log: Subject: RE: some win32 fixes
42013              Date: Tue, 6 Feb 2001 09:23:20 +0300
42014              From: Vadim Konovalov <vkonovalov@lucent.com>
42015              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
42016      Branch: perl
42017            ! toke.c win32/Makefile win32/config.bc win32/config.gc
42018            ! win32/config.vc win32/config_H.bc win32/makefile.mk
42019 ____________________________________________________________________________
42020 [  8705] By: alanbur                               on 2001/02/06  15:00:03
42021         Log: Synchronised with parent
42022      Branch: maint-5.6/pureperl
42023            ! regexec.c
42024           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
42025           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
42026 ____________________________________________________________________________
42027 [  8704] By: alanbur                               on 2001/02/06  14:55:24
42028         Log: Fixed UMRs and leak in Perl_pmtrans()
42029      Branch: maint-5.6/pureperl
42030            ! op.c
42031 ____________________________________________________________________________
42032 [  8703] By: gsar                                  on 2001/02/06  02:29:37
42033         Log: $(MAKE) distclean doesn't clean up properly on windows
42034      Branch: maint-5.6/perl
42035            ! win32/Makefile win32/makefile.mk
42036 ____________________________________________________________________________
42037 [  8702] By: gsar                                  on 2001/02/06  01:00:46
42038         Log: tweak change#8659 to keep it simple
42039      Branch: maint-5.6/perl
42040            ! utils/perldoc.PL
42041 ____________________________________________________________________________
42042 [  8701] By: gsar                                  on 2001/02/05  22:45:41
42043         Log: change#8693 was missing testsuite changes
42044      Branch: maint-5.6/perl
42045           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
42046 ____________________________________________________________________________
42047 [  8700] By: nick                                  on 2001/02/05  20:32:52
42048         Log: Integrate mainline
42049      Branch: perlio
42050           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
42051           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
42052           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
42053           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
42054           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
42055           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
42056           +> t/lib/test-harness.t
42057           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
42058           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
42059           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
42060           !> pod/perlutil.pod t/TEST utils/h2xs.PL
42061 ____________________________________________________________________________
42062 [  8699] By: nick                                  on 2001/02/05  19:41:07
42063         Log: Subject: perlfaq2, re: perlmongers
42064              From: David H. Adler <dha@panix.com>
42065              Date: Sun, 4 Feb 2001 23:48:23 -0500
42066              Message-Id: <20010204234823.A13429@panix.com>
42067      Branch: perl
42068            ! pod/perlfaq2.pod
42069 ____________________________________________________________________________
42070 [  8698] By: nick                                  on 2001/02/05  19:39:31
42071         Log: Missed file f#rom the testharness mess.
42072      Branch: perl
42073            + t/lib/test-harness.t
42074 ____________________________________________________________________________
42075 [  8697] By: nick                                  on 2001/02/05  19:37:21
42076         Log: Subject: [DOC PATCH] overload.pm nits
42077              From: John Tobey <jtobey@john-edwin-tobey.org>
42078              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
42079              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
42080      Branch: perl
42081            ! lib/overload.pm
42082 ____________________________________________________________________________
42083 [  8696] By: alanbur                               on 2001/02/05  11:56:00
42084         Log: Sync with parent
42085      Branch: maint-5.6/pureperl
42086           !> thread.h
42087 ____________________________________________________________________________
42088 [  8695] By: gsar                                  on 2001/02/05  03:27:34
42089         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
42090      Branch: maint-5.6/perl
42091            ! thread.h
42092 ____________________________________________________________________________
42093 [  8694] By: alanbur                               on 2001/02/05  00:07:47
42094         Log: Initial branch creation from //depot/maint-5.6/perl
42095      Branch: maint-5.6/pureperl
42096           +> (branch 1719 files)
42097 ____________________________________________________________________________
42098 [  8693] By: gsar                                  on 2001/02/04  22:38:49
42099         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
42100              changes)
42101      Branch: maint-5.6/perl
42102           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
42103           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
42104           !> ext/DB_File/version.c
42105 ____________________________________________________________________________
42106 [  8692] By: nick                                  on 2001/02/04  18:15:57
42107         Log: The missed t/TEST part of the grand testharness upgrade.
42108      Branch: perl
42109            ! t/TEST
42110 ____________________________________________________________________________
42111 [  8691] By: nick                                  on 2001/02/04  18:05:17
42112         Log: New improved test harness
42113              Subject: Re: [PATCH Test::Harness] Third time's a charm?
42114              From: Michael G Schwern <schwern@pobox.com>
42115              Date: Sun, 4 Feb 2001 08:01:20 -0500
42116              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
42117      Branch: perl
42118            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
42119            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
42120            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
42121            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
42122            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
42123            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
42124            ! MANIFEST lib/Test/Harness.pm
42125 ____________________________________________________________________________
42126 [  8690] By: nick                                  on 2001/02/04  17:57:51
42127         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
42128              From: Jonathan Stowe <gellyfish@gellyfish.com>
42129              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
42130              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
42131      Branch: perl
42132            ! utils/h2xs.PL
42133 ____________________________________________________________________________
42134 [  8689] By: nick                                  on 2001/02/04  17:55:24
42135         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
42136              From: Michael G Schwern <schwern@pobox.com>
42137              Date: Sat, 3 Feb 2001 22:46:38 -0500
42138              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
42139      Branch: perl
42140            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
42141            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
42142 ____________________________________________________________________________
42143 [  8688] By: nick                                  on 2001/02/04  17:43:55
42144         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
42145              length byfailing to spot lack of closing )
42146              From: nick@talking.bollo.cx
42147              Date: Sat, 03 Feb 2001 23:53:16 +0000
42148              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
42149      Branch: perl
42150            ! perlio.c pod/perldiag.pod
42151 ____________________________________________________________________________
42152 [  8687] By: jhi                                   on 2001/02/03  17:11:42
42153         Log: HP-UX thread patches from Merijn H. Brand.
42154      Branch: maint-5.6/perl
42155            ! README.hpux hints/hpux.sh
42156 ____________________________________________________________________________
42157 [  8686] By: jhi                                   on 2001/02/03  16:40:12
42158         Log: Metaconfig changes for #8685.
42159      Branch: metaconfig
42160            ! U/installdirs/instubperl.U
42161      Branch: metaconfig/U/perl
42162            ! Devel.U versiononly.U
42163 ____________________________________________________________________________
42164 [  8685] By: jhi                                   on 2001/02/03  16:39:49
42165         Log: For -Dusedevel builds turn off installusrbinperl and turn on
42166              versiononly, a combined idea of Richard Soderberg and Merijn
42167              H. Brand.  You can still override both of these from the command
42168              line if you need to, -Dinstallusrbinperl and -Uversiononly.
42169      Branch: perl
42170            ! Configure
42171 ____________________________________________________________________________
42172 [  8684] By: jhi                                   on 2001/02/03  16:16:34
42173         Log: Metaconfig unit fix for #8683.
42174      Branch: metaconfig
42175            ! U/compline/nblock_io.U
42176 ____________________________________________________________________________
42177 [  8683] By: jhi                                   on 2001/02/03  16:16:12
42178         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
42179              reported by Peter Prymmer for 5.6-TRIAL1.
42180      Branch: perl
42181            ! Configure
42182 ____________________________________________________________________________
42183 [  8682] By: jhi                                   on 2001/02/03  05:52:11
42184         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
42185              to work correctly.
42186      Branch: maint-5.6/perl
42187            ! hints/irix_6.sh
42188 ____________________________________________________________________________
42189 [  8681] By: jhi                                   on 2001/02/03  05:47:33
42190         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
42191      Branch: maint-5.6/perl
42192            ! pod/perlport.pod
42193 ____________________________________________________________________________
42194 [  8680] By: jhi                                   on 2001/02/02  21:39:49
42195         Log: perlport update from Peter Prymmer.
42196      Branch: maint-5.6/perl
42197            ! pod/perlport.pod
42198 ____________________________________________________________________________
42199 [  8679] By: nick                                  on 2001/02/02  20:50:48
42200         Log: Integrate mainline
42201      Branch: perlio
42202           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
42203           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
42204           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
42205 ____________________________________________________________________________
42206 [  8678] By: gsar                                  on 2001/02/02  16:02:12
42207         Log: note about bincompat, slightly modified (from Lupe Christoph)
42208      Branch: maint-5.6/perl
42209            ! README.solaris
42210 ____________________________________________________________________________
42211 [  8677] By: jhi                                   on 2001/02/02  15:46:20
42212         Log: Supported platforms updates.
42213      Branch: maint-5.6/perl
42214            ! pod/perlport.pod
42215 ____________________________________________________________________________
42216 [  8676] By: jhi                                   on 2001/02/02  03:41:26
42217         Log: A couple more perlfaq2 tweaks.
42218      Branch: maint-5.6/perl
42219            ! pod/perlfaq2.pod
42220 ____________________________________________________________________________
42221 [  8675] By: jhi                                   on 2001/02/02  03:17:44
42222         Log: Misedit in #8661.
42223      Branch: maint-5.6/perl
42224            ! Configure
42225 ____________________________________________________________________________
42226 [  8674] By: jhi                                   on 2001/02/02  03:14:38
42227         Log: Damien again.
42228      Branch: maint-5.6/perl
42229            ! pod/perlfaq2.pod
42230 ____________________________________________________________________________
42231 [  8673] By: jhi                                   on 2001/02/02  03:12:40
42232         Log: perlfaq update from Elaine Ashton.
42233      Branch: maint-5.6/perl
42234            ! pod/perlfaq2.pod
42235 ____________________________________________________________________________
42236 [  8672] By: jhi                                   on 2001/02/02  03:07:08
42237         Log: UTF-8 s/// patch from Inaba Hiroto.
42238      Branch: maint-5.6/perl
42239            ! pp_ctl.c pp_hot.c
42240 ____________________________________________________________________________
42241 [  8671] By: jhi                                   on 2001/02/01  22:34:31
42242         Log: Update Changes.
42243      Branch: perl
42244            ! Changes patchlevel.h
42245 ____________________________________________________________________________
42246 [  8670] By: jhi                                   on 2001/02/01  22:15:29
42247         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
42248              from maintperl.
42249              
42250              Upgrade to Getopt::Long 2.25, from Johan Vromans.
42251              
42252              more files need to be writable in the source distribution
42253              
42254              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
42255              
42256              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
42257              
42258              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
42259              
42260              Allow the float to be fuzzier.
42261              
42262              need to use INT2PTR instead of a straight cast or ia64 fails
42263              
42264              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
42265              
42266              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
42267      Branch: perl
42268           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
42269           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
42270           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
42271 ____________________________________________________________________________
42272 [  8669] By: jhi                                   on 2001/02/01  21:57:02
42273         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
42274              From: Robin Barker <rmb1@cise.npl.co.uk>
42275              Date: Thu, 1 Feb 2001 16:59:05 GMT
42276              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
42277      Branch: maint-5.6/perl
42278            ! pod/perlmodlib.PL
42279 ____________________________________________________________________________
42280 [  8668] By: nick                                  on 2001/02/01  19:41:40
42281         Log: Integrate mainline
42282      Branch: perlio
42283           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
42284           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
42285           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
42286 ____________________________________________________________________________
42287 [  8667] By: gsar                                  on 2001/02/01  16:59:11
42288         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
42289      Branch: maint-5.6/perl
42290            ! embed.pl embedvar.h
42291 ____________________________________________________________________________
42292 [  8666] By: gsar                                  on 2001/02/01  16:34:51
42293         Log: add missing entries to win32/config.?c
42294      Branch: maint-5.6/perl
42295            ! win32/config.bc win32/config.gc win32/config.vc
42296            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42297 ____________________________________________________________________________
42298 [  8665] By: jhi                                   on 2001/02/01  14:58:51
42299         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
42300              From: "Stephen P. Potter" <spp@spotter.yi.org>
42301              Date: Thu, 01 Feb 2001 10:45:46 -0500
42302              Message-Id: <200102011545.KAA31479@spotter.yi.org>
42303      Branch: maint-5.6/perl
42304            ! pod/perlfunc.pod
42305 ____________________________________________________________________________
42306 [  8664] By: gsar                                  on 2001/02/01  14:52:37
42307         Log: need to use INT2PTR instead of a straight cast or ia64 fails
42308              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
42309      Branch: maint-5.6/perl
42310            ! ext/POSIX/POSIX.xs
42311 ____________________________________________________________________________
42312 [  8663] By: jhi                                   on 2001/02/01  14:09:13
42313         Log: Allow the float to be fuzzier.
42314      Branch: maint-5.6/perl
42315            ! t/lib/peek.t
42316 ____________________________________________________________________________
42317 [  8662] By: jhi                                   on 2001/02/01  13:59:00
42318         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
42319              From: Robin Barker <rmb1@cise.npl.co.uk>
42320              Date: Thu, 1 Feb 2001 13:05:39 GMT
42321              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
42322      Branch: maint-5.6/perl
42323            ! pod/perlmodlib.pod
42324 ____________________________________________________________________________
42325 [  8661] By: jhi                                   on 2001/02/01  13:57:38
42326         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
42327              Date: Thu, 01 Feb 2001 14:15:41 +0100
42328              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42329              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
42330              
42331              Have the $ccflags in the gcc version test (strange, this change
42332              is claimed to be have been integrated already)
42333      Branch: maint-5.6/perl
42334            ! Configure
42335 ____________________________________________________________________________
42336 [  8660] By: jhi                                   on 2001/02/01  13:44:10
42337         Log: Integrate changes #7950,7964,7962 from mainline.
42338              
42339              Find the stdchar signedness using cpp, should fix some of
42340              the Solaris compiler warnings reported by Alan Burlison.
42341      Branch: maint-5.6/perl
42342           !> Configure config_h.SH
42343 ____________________________________________________________________________
42344 [  8659] By: jhi                                   on 2001/02/01  05:35:32
42345         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
42346              From: Jan Dubois <JanD@ActiveState.com>
42347              Date: Wed, 31 Jan 2001 21:17:03 -0800
42348              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
42349      Branch: maint-5.6/perl
42350            ! utils/perldoc.PL
42351 ____________________________________________________________________________
42352 [  8658] By: jhi                                   on 2001/02/01  04:33:17
42353         Log: Integrate the README.os390 and README.posix-bc parts of mainline
42354              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
42355              installperl parts were taken care of by #8657.)
42356      Branch: maint-5.6/perl
42357           !> README.os390 README.posix-bc
42358 ____________________________________________________________________________
42359 [  8657] By: jhi                                   on 2001/02/01  04:29:21
42360         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
42361              From: Peter Prymmer <pvhp@forte.com>
42362              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
42363              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
42364      Branch: maint-5.6/perl
42365            + ext/DynaLoader/dl_dllload.xs
42366            ! MANIFEST Makefile.SH hints/os390.sh installperl
42367 ____________________________________________________________________________
42368 [  8656] By: jhi                                   on 2001/02/01  04:25:45
42369         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
42370              From: Peter Prymmer <pvhp@forte.com>
42371              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
42372              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
42373      Branch: maint-5.6/perl
42374            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
42375 ____________________________________________________________________________
42376 [  8655] By: jhi                                   on 2001/02/01  04:14:47
42377         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
42378              From: troc@netrus.net
42379              Date: Wed, 31 Jan 2001 22:31:26 -0500
42380              Message-Id: <200102010331.WAA117.85@rocco.homenet>
42381      Branch: maint-5.6/perl
42382            ! os2/os2.c
42383 ____________________________________________________________________________
42384 [  8654] By: jhi                                   on 2001/02/01  04:12:52
42385         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
42386              as reported by Alan Burlison.
42387      Branch: maint-5.6/perl
42388            ! pp.h
42389 ____________________________________________________________________________
42390 [  8653] By: jhi                                   on 2001/02/01  04:05:12
42391         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
42392              From: dsugalski@northernlight.com
42393              Date: Wed, 31 Jan 2001 18:54:11 -0500
42394              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
42395      Branch: maint-5.6/perl
42396            ! configure.com
42397 ____________________________________________________________________________
42398 [  8652] By: jhi                                   on 2001/02/01  04:03:11
42399         Log: Misplaced #endif.
42400              
42401              Subject: [perl-5-6-1-trial2] patches for EPOC
42402              From: Olaf Flebbe <O.Flebbe@science-computing.de>
42403              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
42404              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
42405      Branch: maint-5.6/perl
42406            ! epoc/epocish.c
42407 ____________________________________________________________________________
42408 [  8651] By: jhi                                   on 2001/02/01  04:00:25
42409         Log: Integrate changes #8647,8648,8650 from mainline.
42410              
42411              Macrofy a magic UTF-8 test.
42412              
42413              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
42414              
42415              Watch out for cross compiling for EPOC (usually done on linux).
42416      Branch: maint-5.6/perl
42417           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
42418 ____________________________________________________________________________
42419 [  8650] By: jhi                                   on 2001/02/01  03:56:20
42420         Log: Watch out for cross compiling for EPOC (usually done on linux)
42421              
42422              Subject: [perl-5-6-1-trial2] patches for EPOC
42423              From: Olaf Flebbe <O.Flebbe@science-computing.de>
42424              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
42425              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
42426      Branch: perl
42427            ! ext/Errno/Errno_pm.PL
42428 ____________________________________________________________________________
42429 [  8649] By: gsar                                  on 2001/02/01  00:46:00
42430         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
42431      Branch: maint-5.6/perl
42432            ! sv.c
42433 ____________________________________________________________________________
42434 [  8648] By: jhi                                   on 2001/01/31  23:35:36
42435         Log: All the uses of PL_numeric_radix must be protected by
42436              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
42437              
42438              Subject: [perl-5-6-1-trial2] patches for EPOC
42439              From: Olaf Flebbe <O.Flebbe@science-computing.de>
42440              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
42441              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
42442      Branch: perl
42443            ! sv.c
42444 ____________________________________________________________________________
42445 [  8647] By: jhi                                   on 2001/01/31  22:56:16
42446         Log: Macrofy a magic UTF-8 test.
42447      Branch: perl
42448            ! utf8.c utf8.h
42449 ____________________________________________________________________________
42450 [  8646] By: gsar                                  on 2001/01/31  15:55:12
42451         Log: update Changes
42452      Branch: maint-5.6/perl
42453            ! Changes
42454 ____________________________________________________________________________
42455 [  8645] By: gsar                                  on 2001/01/31  15:10:14
42456         Log: Configure tweak suggested by Peter Prymmer
42457      Branch: maint-5.6/perl
42458            ! Configure
42459 ____________________________________________________________________________
42460 [  8644] By: gsar                                  on 2001/01/31  15:06:32
42461         Log: more files need to be writable in the source distribution
42462      Branch: maint-5.6/perl
42463            ! Porting/makerel
42464 ____________________________________________________________________________
42465 [  8643] By: jhi                                   on 2001/01/31  14:59:46
42466         Log: Integrate changes #8258,8278,8279 from mainline.
42467              
42468              Make the large file tests more robust/talkative.
42469      Branch: maint-5.6/perl
42470           !> t/lib/syslfs.t t/op/lfs.t
42471 ____________________________________________________________________________
42472 [  8642] By: gsar                                  on 2001/01/31  14:53:48
42473         Log: integrate changes#8311,8334 from mainline
42474              
42475              Add a new MakeMaker variable PM_FILTER that defines a Unix
42476              filter to be run on each .pm during the pm_to_blib() phase,
42477              a fixed version of
42478              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
42479              
42480              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
42481              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
42482              accurate reading of the "atime".  
42483      Branch: maint-5.6/perl
42484           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
42485           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
42486           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
42487 ____________________________________________________________________________
42488 [  8641] By: jhi                                   on 2001/01/31  14:46:37
42489         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
42490      Branch: maint-5.6/perl
42491            ! lib/Getopt/Long.pm
42492 ____________________________________________________________________________
42493 [  8640] By: gsar                                  on 2001/01/31  14:40:24
42494         Log: make regen_all
42495      Branch: maint-5.6/perl
42496            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
42497 ____________________________________________________________________________
42498 [  8639] By: gsar                                  on 2001/01/31  14:37:25
42499         Log: refresh windows config files
42500      Branch: maint-5.6/perl
42501            ! win32/Makefile win32/config_H.bc win32/config_H.gc
42502            ! win32/config_H.vc win32/makefile.mk
42503 ____________________________________________________________________________
42504 [  8638] By: gsar                                  on 2001/01/31  14:28:10
42505         Log: makefile tweaks for windows: introduce a bulk-switch to enable
42506              same options as ActivePerl; sync changes with makefile.mk
42507      Branch: maint-5.6/perl
42508            ! win32/Makefile win32/makefile.mk
42509 ____________________________________________________________________________
42510 [  8637] By: jhi                                   on 2001/01/31  04:41:30
42511         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
42512              From: Nicholas Clark <nick@ccl4.org>
42513              Date: Tue, 30 Jan 2001 19:51:05 +0000
42514              Message-ID: <20010130195105.R76607@plum.flirble.org> 
42515              
42516              op/inc cure.
42517      Branch: perl
42518            ! pp.c pp.h pp_hot.c t/op/arith.t
42519 ____________________________________________________________________________
42520 [  8636] By: jhi                                   on 2001/01/31  02:38:32
42521         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
42522              no perlio],8257,8380,8479,8515 from mainline.
42523              
42524              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
42525              
42526              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
42527              Subject: [PATCH perl@8133] fix-up for VMS extensions
42528              
42529              In VMS embedded perls couldn't access the statically built Socket.
42530              
42531              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
42532              
42533              Further VMS piping fixes from Charles Lane.
42534              
42535              Subject:  [PATCH] make t/op/misc.t work on VMS
42536              
42537              Add tracing for debugging extensions builds in VMS.
42538              
42539              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
42540      Branch: maint-5.6/perl
42541           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
42542           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
42543           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
42544 ____________________________________________________________________________
42545 [  8635] By: jhi                                   on 2001/01/31  01:46:41
42546         Log: Integrate change #7732 from mainline.
42547              
42548              Sparc 64-bit pack() fix from Jens Hamisch.
42549      Branch: maint-5.6/perl
42550           !> pp.c
42551 ____________________________________________________________________________
42552 [  8634] By: jhi                                   on 2001/01/31  01:41:16
42553         Log: One spot missing from #8626.
42554      Branch: maint-5.6/perl
42555            ! sv.c
42556 ____________________________________________________________________________
42557 [  8633] By: jhi                                   on 2001/01/31  00:49:17
42558         Log: Integrate change #7495 from mainline.
42559              
42560              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
42561      Branch: maint-5.6/perl
42562           !> MANIFEST ext/re/Makefile.PL
42563 ____________________________________________________________________________
42564 [  8632] By: jhi                                   on 2001/01/30  23:38:49
42565         Log: Integrate change #8396 from mainline.
42566              
42567              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
42568              better multicast support (resend)
42569      Branch: maint-5.6/perl
42570           !> ext/Socket/Socket.pm
42571 ____________________________________________________________________________
42572 [  8631] By: jhi                                   on 2001/01/30  23:28:03
42573         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
42574              
42575              More AIX lore. (7514, ext/re/hints/aix.pl)
42576              
42577              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
42578              
42579              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)
42580              
42581              Subject: [ID 20001214.002] Net::Ping patch
42582              
42583              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
42584              
42585              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
42586              
42587              Add ReuseAddr as a (preferred) alias for Reuse as we now
42588              also have ReusePort.
42589              
42590              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
42591      Branch: maint-5.6/perl
42592           +> ext/re/hints/aix.pl
42593           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
42594           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
42595 ____________________________________________________________________________
42596 [  8630] By: jhi                                   on 2001/01/30  23:03:59
42597         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
42598              
42599              read() documentation tweak for 20001121.004.
42600              
42601              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
42602      Branch: maint-5.6/perl
42603           !> pod/perlfunc.pod pod/perlre.pod
42604 ____________________________________________________________________________
42605 [  8629] By: jhi                                   on 2001/01/30  22:41:57
42606         Log: Integrate change #8098 from mainline.
42607              
42608              fastgetcwd is defined using a glob alias on a $^O dependent basis
42609              and there was no default assignment or perl subroutine.
42610      Branch: maint-5.6/perl
42611           !> lib/Cwd.pm
42612 ____________________________________________________________________________
42613 [  8628] By: jhi                                   on 2001/01/30  21:58:52
42614         Log: Integrate change #7866 from mainline.
42615              
42616              File::Temp 0.11.
42617      Branch: maint-5.6/perl
42618           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
42619 ____________________________________________________________________________
42620 [  8627] By: jhi                                   on 2001/01/30  21:39:44
42621         Log: Integrate changes #8075,8086,8228 from mainline.  
42622              
42623              Darwin is not Windows. (8075,8086)
42624              
42625              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
42626      Branch: maint-5.6/perl
42627           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
42628           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
42629           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
42630           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
42631 ____________________________________________________________________________
42632 [  8626] By: jhi                                   on 2001/01/30  21:22:11
42633         Log: Integrate with tweakery the change #8625 from mainline,
42634              the multibyte decimal separator fix ("fa_IR locale failure").
42635      Branch: maint-5.6/perl
42636            ! embedvar.h perlapi.h
42637           !> intrpvar.h perl.c perl.h sv.c util.c
42638 ____________________________________________________________________________
42639 [  8625] By: jhi                                   on 2001/01/30  20:26:33
42640         Log: Fix for the fa_IR locale failure.  The reason for the failure
42641              was that Perl was assuming the decimal separator aka the radix
42642              separator is one character.  The Farsi-Iranian locale crushed
42643              that bad assumption since there the separator is 'Momayyez',
42644              glyphwise looking somewhat like a slash, and in Unicode UTF-8
42645              encoded in two bytes, 0xd9 0xab.
42646      Branch: perl
42647            ! intrpvar.h perl.c perl.h sv.c util.c
42648 ____________________________________________________________________________
42649 [  8624] By: gsar                                  on 2001/01/30  20:17:03
42650         Log: regen_headers
42651      Branch: maint-5.6/perl
42652            ! Makefile.SH pod/perlintern.pod
42653 ____________________________________________________________________________
42654 [  8623] By: gsar                                  on 2001/01/30  19:42:34
42655         Log: backout change#7431 and its dependents (causes spurious rebuilds
42656              of autogenerated files)
42657              
42658              fix benign b.t failure
42659      Branch: maint-5.6/perl
42660            ! Makefile.SH t/lib/b.t
42661 ____________________________________________________________________________
42662 [  8622] By: jhi                                   on 2001/01/30  19:41:41
42663         Log: Microperl sync.
42664      Branch: perl
42665            ! mg.c perl.h
42666 ____________________________________________________________________________
42667 [  8621] By: gsar                                  on 2001/01/30  19:24:47
42668         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
42669              from mainline
42670              
42671              Subject: podlators 1.06 released
42672              
42673              Subject: [PATCH @8436] Eliminate op_children
42674              
42675              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
42676              
42677              (Replaced by #8448)  More op_children traces (cleanup of #8442).
42678              
42679              Subject: [PATCH #3 @8436] Re: Eliminate op_children
42680              Replace #8444 and #8445.
42681              
42682              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
42683              at the setting of the ofs_sv in new_struct_thread() as the
42684              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
42685              uninitialized fields are, uh, initialized with),
42686              SvREFCNT_inc()ing that invited a core dump.
42687              
42688              podlators 1.07, from Russ Allbery.
42689              
42690              Subject: [PATCH] regcomp.c old feature removal
42691              From: mjd@plover.com
42692              Date: 16 Jan 2001 14:43:18 -0000 
42693              Message-ID: <20010116144318.7140.qmail@plover.com> 
42694      Branch: maint-5.6/perl
42695           +> lib/Pod/Text/Overstrike.pm
42696           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
42697           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
42698           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
42699           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
42700           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
42701           !> util.c
42702 ____________________________________________________________________________
42703 [  8620] By: gsar                                  on 2001/01/30  18:48:32
42704         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
42705              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
42706              now fails one test)
42707              
42708              Subject: [PATCH] lvalue AUTOLOAD. No, really.
42709              
42710              Subject: [PATCH] Interesting syntax idea
42711              Make opens + bareword assigns do typeglob assigns.
42712              
42713              Tests for #8254.
42714              
42715              Subject: [PATCH @8269] Continue blocks and B::Deparse
42716              Make the peephole optimizer to bypass more null ops and
42717              and rewrite the deparse handling of continue blocks.
42718              
42719              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
42720              Doc tweak on #8313.
42721              
42722              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
42723              
42724              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
42725              
42726              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
42727              
42728              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
42729              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
42730              according to the platform.
42731              
42732              Subject: [PATCH @8404] Consolidated lvalue sub changes
42733              
42734              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
42735              
42736              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
42737              
42738              Subject: B::Concise -- an improved replacement for B::Terse 
42739              
42740              The B::Terse drop-in replacement wasn't quite drop-in.
42741              
42742              The LVRET macro needed an aTHX.
42743              
42744              Use the /^Perl_/-less form of is_lvalue_sub().
42745              
42746              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
42747      Branch: maint-5.6/perl
42748           +> ext/B/B/Concise.pm
42749           !> (integrate 27 files)
42750 ____________________________________________________________________________
42751 [  8619] By: nick                                  on 2001/01/30  18:40:28
42752         Log: Integrate mainline
42753      Branch: perlio
42754           !> (integrate 40 files)
42755 ____________________________________________________________________________
42756 [  8618] By: jhi                                   on 2001/01/30  18:37:18
42757         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
42758              Date: Mon, 29 Jan 2001 22:51:29 -0600
42759              From: "Craig A. Berry" <craigberry@mac.com>
42760              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
42761      Branch: perl
42762            ! vms/test.com
42763 ____________________________________________________________________________
42764 [  8617] By: jhi                                   on 2001/01/30  18:34:53
42765         Log: Subject: [PATCH] Add missing CV flags to dump.c
42766              From: Tim Jenness <t.jenness@jach.hawaii.edu>
42767              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
42768              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
42769      Branch: perl
42770            ! dump.c
42771 ____________________________________________________________________________
42772 [  8616] By: jhi                                   on 2001/01/30  18:20:58
42773         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
42774              part isn't applicable to maintperl.
42775              
42776              UTF-8 nit from Inaba Hiroto.
42777      Branch: maint-5.6/perl
42778           !> pod/perlapi.pod utf8.c
42779 ____________________________________________________________________________
42780 [  8615] By: jhi                                   on 2001/01/30  18:18:51
42781         Log: UTF-8 nit from Inaba Hiroto.
42782      Branch: perl
42783            ! pod/perlapi.pod t/op/each.t utf8.c
42784 ____________________________________________________________________________
42785 [  8614] By: jhi                                   on 2001/01/30  18:13:38
42786         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
42787              
42788              perl's internal variables are not for public consumption,
42789              move their docs from perlapi.pod to perlintern.pod
42790              
42791              support for -Dusethreads build under HP-UX 10.20 and DCE threads
42792              library (11.0 and later have pthreads but 10.x don't)
42793              
42794              avoid uninitialized value warnings
42795              
42796              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
42797              gets weird results)
42798              
42799              perldoc nit on windows
42800              
42801              make it possible to run the tests outside the source tree
42802              (there's still a dependency on ../lib being the library
42803              location)
42804      Branch: perl
42805           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
42806           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
42807           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
42808           !> win32/bin/search.pl win32/vdir.h
42809 ____________________________________________________________________________
42810 [  8613] By: gsar                                  on 2001/01/30  16:39:59
42811         Log: make it possible to run the tests outside the source tree
42812              (there's still a dependency on ../lib being the library
42813              location)
42814      Branch: maint-5.6/perl
42815            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
42816 ____________________________________________________________________________
42817 [  8612] By: gsar                                  on 2001/01/30  16:31:12
42818         Log: perldoc nit on windows
42819      Branch: maint-5.6/perl
42820            ! utils/perldoc.PL
42821 ____________________________________________________________________________
42822 [  8611] By: gsar                                  on 2001/01/30  16:22:54
42823         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
42824              gets weird results)
42825      Branch: maint-5.6/perl
42826            ! win32/vdir.h
42827 ____________________________________________________________________________
42828 [  8610] By: gsar                                  on 2001/01/30  16:12:45
42829         Log: avoid uninitialized value warnings
42830      Branch: maint-5.6/perl
42831            ! win32/bin/search.pl
42832 ____________________________________________________________________________
42833 [  8609] By: gsar                                  on 2001/01/30  16:08:01
42834         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
42835              library (11.0 and later have pthreads but 10.x don't)
42836      Branch: maint-5.6/perl
42837            ! hints/hpux.sh thread.h
42838 ____________________________________________________________________________
42839 [  8608] By: gsar                                  on 2001/01/30  15:48:55
42840         Log: perl's internal variables are not for public consumption,
42841              move their docs from perlapi.pod to perlintern.pod
42842      Branch: maint-5.6/perl
42843            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
42844            ! thrdvar.h
42845 ____________________________________________________________________________
42846 [  8607] By: gsar                                  on 2001/01/30  15:44:27
42847         Log: mistakenly branched perl56delta.pod, revert
42848      Branch: maint-5.6/perl
42849            - pod/perl56delta.pod
42850           !> pod/perldelta.pod
42851 ____________________________________________________________________________
42852 [  8606] By: gsar                                  on 2001/01/30  14:20:24
42853         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
42854              dTHR which has been a noop for a while now, except for the
42855              compatibility definition in thread.h)
42856      Branch: maint-5.6/perl
42857           !> (integrate 45 files)
42858 ____________________________________________________________________________
42859 [  8605] By: jhi                                   on 2001/01/30  05:43:58
42860         Log: Mark the UTF-8 APIs as experimental.
42861      Branch: maint-5.6/perl
42862            ! embed.pl pod/perlapi.pod
42863 ____________________________________________________________________________
42864 [  8604] By: jhi                                   on 2001/01/30  05:38:40
42865         Log: Nits from earlier integrates.
42866      Branch: maint-5.6/perl
42867            ! lib/Carp/Heavy.pm
42868           !> sv.c
42869 ____________________________________________________________________________
42870 [  8603] By: jhi                                   on 2001/01/30  05:27:26
42871         Log: Regenerate Porting files.
42872      Branch: maint-5.6/perl
42873            ! Porting/Glossary Porting/config.sh Porting/config_H
42874 ____________________________________________________________________________
42875 [  8602] By: jhi                                   on 2001/01/30  05:14:59
42876         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
42877              8310,8339,8447,8492,8493,8505,8525: documentation changes.
42878              
42879              Subject: Re: perlfaq style changes
42880              
42881              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
42882              
42883              Subject: [PATCH] docs on NaN
42884              
42885              Subject: [patch] perlfaq7
42886              
42887              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
42888              
42889              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
42890              
42891              Subject: [PATCH] open() example in perlfunc.pod
42892              
42893              Podify README.mpeix (a new version from the web)
42894              
42895              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
42896              
42897              Subject: [PATCH] format and rewording in perlfaq.pod
42898              
42899              Subject: [PATCH] API Variable documentation   
42900              
42901              Memory management calls documentation.
42902              
42903              Subject: [PATCH: perl@8482] README.vms URL updates
42904              
42905              Subject: Minor typos in perlfaq2.pod
42906              
42907              Subject: [PATCH] pod/perlvar.pod
42908      Branch: maint-5.6/perl
42909           +> pod/perl56delta.pod
42910            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
42911           !> README.amiga README.epoc README.mpeix README.vms
42912           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
42913           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
42914           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
42915           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
42916           !> pod/perlvar.pod thrdvar.h
42917 ____________________________________________________________________________
42918 [  8601] By: jhi                                   on 2001/01/30  04:38:35
42919         Log: Integrate changes #8036,8096,8253 from mainline:
42920              hints changes.
42921              
42922              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
42923              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
42924              
42925              Output the (apparent) version of gcc in Tru64.
42926      Branch: maint-5.6/perl
42927           +> ext/POSIX/hints/svr4.pl
42928           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
42929           !> hints/svr4.sh t/lib/bigfltpm.t
42930 ____________________________________________________________________________
42931 [  8600] By: jhi                                   on 2001/01/30  04:04:01
42932         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
42933              locale fixes.
42934              
42935              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
42936              
42937              Debian allows /usr/bin/locale to exist without any locales. (7868)
42938              
42939              Allow the locale test needing POSIX and the taint test
42940              needing IPC::SysV to run under 'minitest' (basically,
42941              bail out if loading the extension fails). (8384)
42942              
42943              Cleanup the locale.t output  (8480)
42944      Branch: maint-5.6/perl
42945           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
42946           !> t/pragma/locale.t
42947 ____________________________________________________________________________
42948 [  8599] By: jhi                                   on 2001/01/30  03:51:04
42949         Log: Missing generated files from #8598.
42950      Branch: maint-5.6/perl
42951            ! embed.h global.sym objXSUB.h perlapi.c proto.h
42952 ____________________________________________________________________________
42953 [  8598] By: jhi                                   on 2001/01/30  03:41:54
42954         Log: Integrate change #8555 from mainline, manually integrate parts
42955              of changes 8452 and 8583.
42956              
42957              Subject: [PATCH] utf8.c documentation (8452)
42958              
42959              No point in checking the length if the pointer is bogus. (8555)
42960              
42961              Introduce bytes_from_utf8() and implement sv_eq() using it,
42962              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
42963              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
42964              was malformed. (8583)
42965      Branch: maint-5.6/perl
42966            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
42967           !> pod/perlapi.pod sv.c utf8.c
42968 ____________________________________________________________________________
42969 [  8597] By: gsar                                  on 2001/01/30  02:37:26
42970         Log: get PERL_OBJECT build going again on windows
42971      Branch: maint-5.6/perl
42972            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
42973            ! pod/perlapi.pod proto.h sv.c
42974 ____________________________________________________________________________
42975 [  8596] By: jhi                                   on 2001/01/30  02:16:17
42976         Log: Signedness nit.
42977      Branch: perl
42978            ! sv.c
42979 ____________________________________________________________________________
42980 [  8595] By: jhi                                   on 2001/01/30  02:11:07
42981         Log: EBCDIC patch for Storable, from Peter Prymmer.
42982      Branch: perl
42983            ! t/lib/st-06compat.t
42984 ____________________________________________________________________________
42985 [  8594] By: jhi                                   on 2001/01/30  01:04:48
42986         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
42987              From: Peter Prymmer <pvhp@forte.com>
42988              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
42989              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
42990      Branch: perl
42991            ! t/lib/b.t
42992 ____________________________________________________________________________
42993 [  8593] By: jhi                                   on 2001/01/30  00:56:47
42994         Log: Subject: [PATCH: perl@8585] pod problems in io
42995              From: Peter Prymmer <pvhp@forte.com>
42996              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
42997              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
42998      Branch: perl
42999            ! pod/perlapio.pod pod/perliol.pod
43000 ____________________________________________________________________________
43001 [  8592] By: jhi                                   on 2001/01/30  00:48:20
43002         Log: Integrate perlio.
43003      Branch: perl
43004           !> pod/perlapio.pod pod/perliol.pod
43005 ____________________________________________________________________________
43006 [  8591] By: nick                                  on 2001/01/29  22:02:28
43007         Log: GNU 'merge' Simon's copy of perliol.pod with version
43008              patched by Craig's patch.
43009      Branch: perlio
43010            ! pod/perliol.pod
43011 ____________________________________________________________________________
43012 [  8590] By: nick                                  on 2001/01/29  21:55:10
43013         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
43014      Branch: perlio
43015            ! pod/perlapio.pod pod/perliol.pod
43016 ____________________________________________________________________________
43017 [  8589] By: jhi                                   on 2001/01/29  15:35:33
43018         Log: Integrate change #8586 from maint-5.6/perl.
43019              
43020              make the BOM detection code not call tell() until it has to
43021              (meant to fix esoteric compatibility issues where PL_rsfp
43022              is overridden)
43023      Branch: perl
43024           !> toke.c
43025 ____________________________________________________________________________
43026 [  8588] By: jhi                                   on 2001/01/29  15:29:11
43027         Log: Subject: MAking Solaris malloc() the default
43028              From: Lupe Christoph <lupe@lupe-christoph.de>
43029              Date: Mon, 29 Jan 2001 12:59:36 +0100
43030              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
43031              
43032              The README.solaris part slightly tweaked.
43033      Branch: perl
43034            ! README.solaris hints/solaris_2.sh
43035 ____________________________________________________________________________
43036 [  8587] By: jhi                                   on 2001/01/29  15:17:34
43037         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
43038              From: root@ak-75.mind.de
43039              Date: Sun, 28 Jan 2001 20:32:29 +0100
43040              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
43041      Branch: perl
43042            ! pod/perlre.pod
43043 ____________________________________________________________________________
43044 [  8586] By: gsar                                  on 2001/01/29  13:43:44
43045         Log: make the BOM detection code not call tell() until it has to
43046              (meant to fix esoteric compatibility issues where PL_rsfp
43047              is overridden)
43048      Branch: maint-5.6/perl
43049            ! toke.c
43050 ____________________________________________________________________________
43051 [  8585] By: jhi                                   on 2001/01/28  20:05:45
43052         Log: Update Changes.
43053      Branch: perl
43054            ! Changes patchlevel.h
43055 ____________________________________________________________________________
43056 [  8584] By: jhi                                   on 2001/01/28  19:30:02
43057         Log: Integrate perlio.
43058      Branch: perl
43059           +> pod/perliol.pod
43060           !> MANIFEST pod/perlapio.pod
43061 ____________________________________________________________________________
43062 [  8583] By: jhi                                   on 2001/01/28  19:28:40
43063         Log: Patch from Inaba Hiroto:
43064              - canonical UTF-8 hash keys: if a key string for a hash is
43065              UTF8-on, try downgrade the string and use it if
43066              unicode::distinct is not in effect.
43067              For the task, I added a function bytes_from_utf8() to utf8.c.
43068              It might resemble utf8_to_bytes() but it is not convenient
43069              to the task.
43070              Made a test for it and added to t/op/each.t
43071              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
43072              the mortal copy of the argument SV.
43073              And changed t/io/utf8.t test 18 which expects print() to
43074              upgrade its argument.
43075              - re-implement sv_eq with bytes_from_utf8()
43076              - some bug fixes
43077              - tr/// does not handle UTF8 range (\x{}-\x{})
43078              - \ before raw UTF8 character produced
43079              "Malformed UTF-8 character" warning.
43080              - "\x{100}\N{CENT SIGN}" is Malformed.
43081              Added tests for these 3.
43082              - and one silly bug (by me) with qu operator.
43083      Branch: perl
43084            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
43085            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
43086            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
43087 ____________________________________________________________________________
43088 [  8582] By: nick                                  on 2001/01/28  19:25:04
43089         Log: Add pod/perliol.pod to MANIFEST :-(
43090      Branch: perlio
43091            ! MANIFEST
43092 ____________________________________________________________________________
43093 [  8581] By: nick                                  on 2001/01/28  19:22:40
43094         Log: PerlIO documentation. Proofing and sub-editing requested.
43095      Branch: perlio
43096            + pod/perliol.pod
43097            ! pod/perlapio.pod
43098 ____________________________________________________________________________
43099 [  8580] By: jhi                                   on 2001/01/28  05:16:25
43100         Log: Revert the change to sv_2pv() done by #8054: Someone who
43101              did SvNV_set() on a scalar that also happened to be POK,
43102              followed by sv_2pv() won't get the right coercion anymore.
43103              [Sarathy]
43104      Branch: maint-5.6/perl
43105            ! sv.c
43106 ____________________________________________________________________________
43107 [  8579] By: jhi                                   on 2001/01/28  05:15:04
43108         Log: Remove the #8084 effect: do not allow -Q to be interpreted
43109              as -&Q(), this is too much wiggle room.
43110      Branch: maint-5.6/perl
43111            ! toke.c
43112 ____________________________________________________________________________
43113 [  8578] By: jhi                                   on 2001/01/28  05:12:45
43114         Log: Needed bits of #8439 (should have been in #8576),
43115              mainly for lval substr().
43116      Branch: maint-5.6/perl
43117            ! mg.c pp.c pp_hot.c
43118 ____________________________________________________________________________
43119 [  8577] By: jhi                                   on 2001/01/28  05:02:46
43120         Log: A missing check-in.
43121      Branch: maint-5.6/perl
43122            ! utf8.c
43123 ____________________________________________________________________________
43124 [  8576] By: jhi                                   on 2001/01/28  04:26:18
43125         Log: Integrate changes #8425,8436,8439,8517 from mainline.
43126              The 8439 was not truly integrated because it had too many
43127              dependencies on the development branch and because it introduced
43128              concepts too bold for a maintenance branch (such as the qu operator).
43129              
43130              Subject: [PATCH perl@8342] -Wformat
43131              
43132              Tighten some of the UTF-8 tests a bit.
43133              
43134              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
43135              - The substr lval was still not okay.
43136              - Now pp_stringify and sv_setsv copies source's UTF8 flag
43137              even if IN_BYTE.  pp_stringify is called from fold_constants
43138              at optimization phase and "\x{100}" was made SvUTF8_off under
43139              use bytes (the bytes pragma is for "byte semantics" and not
43140              for "do not produce UTF8 data")
43141      Branch: maint-5.6/perl
43142            ! t/lib/charnames.t t/op/substr.t toke.c
43143           !> sv.c t/pragma/utf8.t
43144 ____________________________________________________________________________
43145 [  8575] By: jhi                                   on 2001/01/28  04:01:51
43146         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
43147              
43148              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
43149              
43150              Subject: [ID 20001230.003] UTF-8 tr still hurts
43151              
43152              Test cases for #8385 (from Simon's "torture.pl")
43153              
43154              Start fixing UTF-8 lval substr() (8405)
43155      Branch: maint-5.6/perl
43156           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
43157           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
43158 ____________________________________________________________________________
43159 [  8574] By: jhi                                   on 2001/01/28  03:09:06
43160         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
43161              from mainline.
43162              
43163              UTF-8 cleanup.
43164              
43165              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
43166              
43167              "\x{FF}\xFF" was broken.
43168              
43169              Tests for #8329 and #8330.
43170              
43171              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
43172              
43173              IRIX compiler noticed that the bof initialization might be
43174              bypassed by control flow.
43175              
43176              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
43177      Branch: maint-5.6/perl
43178           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
43179           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
43180 ____________________________________________________________________________
43181 [  8573] By: jhi                                   on 2001/01/28  02:06:12
43182         Log: Retract #8552.
43183      Branch: perl
43184            ! lib/Text/Wrap.pm t/lib/textwrap.t
43185 ____________________________________________________________________________
43186 [  8572] By: jhi                                   on 2001/01/28  02:04:49
43187         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
43188              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
43189              not really integrated but instead salvaged by hand
43190              (they had too many dependencies on the development release
43191              to be cleanly integratable).
43192              
43193              Subject: more UTF8 test suites and an UTF8 patch
43194              
43195              Tweak for MULTIPLICITY/USE_PERLIO
43196              
43197              Signedness nit.
43198              
43199              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
43200              
43201              Use the UTF8_XXX macros in is_utf8_char().
43202              
43203              Rewrite pp_concat() in terms of sv_catsv().  The . operator
43204              should now be UTF-8-proof.
43205              
43206              Subject: [PATCH perl@8269] scanning two hex-constants
43207              fails on EBCDIC environment (script length.t)
43208              
43209              Add some Unicode chop() tests.
43210      Branch: maint-5.6/perl
43211            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
43212           !> sv.c t/op/chop.t utf8.h
43213 ____________________________________________________________________________
43214 [  8571] By: jhi                                   on 2001/01/28  00:35:59
43215         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
43216              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
43217              
43218              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
43219              
43220              The maxiters upper limit sanity check (guarding against
43221              non-progress) assumed bytes instead of characters in s///
43222              and split().
43223              
43224              Signedness nit.
43225              
43226              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
43227              join() should now be UTF-8-proof.
43228              
43229              More split // UTF-8 tests. (8250)
43230      Branch: maint-5.6/perl
43231           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
43232           !> util.c
43233 ____________________________________________________________________________
43234 [  8570] By: jhi                                   on 2001/01/27  22:15:46
43235         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
43236              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
43237              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
43238              8084,8204,8244,8333 from mainline.
43239              
43240              For -Q where Q might be a one-letter sub name one does no more
43241              get a warning about an unknown filetest (7941,7943,7944,8084).
43242              
43243              Subject: Re: [ID 20001130.011] expression parsing bug ?
43244              
43245              Make uv_to_utf8() to zero-terminate its output buffer.
43246              
43247              Split off t/op/length.t (7995)
43248              
43249              Split off t/op/utf8decode.t (7996)
43250              
43251              Remove an unnecessary 'use utf8' from the utf8.t (7998)
43252              
43253              Split off t/op/concat.t (8004)
43254              
43255              Split off t/op/ver.t (8005)
43256              
43257              Document utf8_length(), utf8_distance(), and utf8_hop().
43258              
43259              Document utf8_to_uv() better.
43260              
43261              Introduce macros for UTF8 decoding (8028,8033).
43262              
43263              Add test for reverse() (8030,8031).
43264              
43265              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
43266              
43267              Do not return the Unicode replacement character    on UTF-8
43268              decoding failure.
43269              
43270              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
43271              not this_utf8 i.e. the output string has one, but don't mess
43272              with source assumption. (8052,8053)
43273              
43274              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
43275              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
43276              was not expecting to be called with something that was already
43277              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
43278              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
43279              (8054)
43280              
43281              Recode the naughty binary bytes in utf8decode.t using the \xHH.
43282              
43283              Make some panic messages a bit more logical.
43284      Branch: maint-5.6/perl
43285           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
43286           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
43287           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
43288           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
43289           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
43290           !> utf8.c utf8.h
43291 ____________________________________________________________________________
43292 [  8569] By: jhi                                   on 2001/01/27  19:16:43
43293         Log: Integrate changes #7750 from perlio and #8566 from mainline.
43294      Branch: maint-5.6/perl
43295           !> regexec.c sv.c
43296 ____________________________________________________________________________
43297 [  8568] By: jhi                                   on 2001/01/27  18:06:51
43298         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
43299              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
43300              7935[-perlio.c],7936,7959,7965 from mainline.
43301              
43302              Change the "big byte" error message to "Wide character".
43303              (7355, the croak-if-wide-chars-in-print part ignored)
43304              
43305              Use UINT64_C().
43306              
43307              Introduce Perl_utf8_length().
43308              
43309              diff -se shows these as different (7753, forgotten check-ins)
43310              
43311              Subject: [PATCH] doop.c - UTF8 tr///
43312              
43313              If we use (aTHX_ ...) then put Perl_ on the front.
43314              
43315              Make utf8_length() and utf8_distance() to be less forgiving
43316              about bad UTF-8.
43317              
43318              Test line numbers are different with utf8.
43319              
43320              No need to scan till infinity, 13 is enough. (7872,7911)
43321              
43322              Subject: [PATCH] Tokeniser debugging
43323              
43324              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
43325              
43326              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
43327              
43328              Be more careful in Perl_sv_utf8_downgrade().
43329              
43330              Use DO_UTF8().
43331              
43332              Raw zero bytes in text files confuse at least GNU patch 2.1.
43333      Branch: maint-5.6/perl
43334           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
43335           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
43336           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
43337           !> t/pragma/utf8.t toke.c utf8.c utf8.h
43338 ____________________________________________________________________________
43339 [  8567] By: nick                                  on 2001/01/27  11:10:38
43340         Log: Integrate mainline
43341      Branch: perlio
43342           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
43343           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
43344           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
43345           !> toke.c
43346 ____________________________________________________________________________
43347 [  8566] By: jhi                                   on 2001/01/27  06:22:48
43348         Log: More documentation for the regexp context stack.
43349      Branch: perl
43350            ! regexec.c
43351 ____________________________________________________________________________
43352 [  8565] By: jhi                                   on 2001/01/27  05:21:57
43353         Log: Update Changes.
43354      Branch: perl
43355            ! Changes patchlevel.h
43356 ____________________________________________________________________________
43357 [  8564] By: jhi                                   on 2001/01/27  04:44:04
43358         Log: Threadedness patch for #8562 from Doug MacEachern.
43359      Branch: perl
43360            ! toke.c
43361 ____________________________________________________________________________
43362 [  8563] By: jhi                                   on 2001/01/27  04:26:24
43363         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
43364              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43365              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
43366              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
43367      Branch: perl
43368            ! op.c
43369 ____________________________________________________________________________
43370 [  8562] By: jhi                                   on 2001/01/27  04:20:30
43371         Log: Subject: Re: Announce : Tokener reporting patch
43372              From: Simon Cozens <simon@cozens.net>
43373              Date: Mon, 22 Jan 2001 02:17:22 +0000
43374              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
43375      Branch: perl
43376            ! embed.h embed.pl proto.h toke.c
43377 ____________________________________________________________________________
43378 [  8561] By: jhi                                   on 2001/01/27  04:17:24
43379         Log: Forgot from #8545.  Oops.
43380      Branch: perl
43381            ! pp.c t/pragma/overload.t
43382 ____________________________________________________________________________
43383 [  8560] By: jhi                                   on 2001/01/27  03:01:47
43384         Log: A better module compilation test, use MANIFEST as suggested
43385              by Spider.
43386      Branch: perl
43387            ! t/lib/1_compile.t
43388 ____________________________________________________________________________
43389 [  8559] By: jhi                                   on 2001/01/27  02:50:48
43390         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
43391              From: Peter Prymmer <pvhp@forte.com>
43392              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
43393              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
43394      Branch: perl
43395            ! t/lib/b.t
43396 ____________________________________________________________________________
43397 [  8558] By: jhi                                   on 2001/01/27  02:27:05
43398         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
43399              From: Peter Prymmer <pvhp@forte.com>
43400              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
43401              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
43402      Branch: perl
43403            ! t/pragma/sub_lval.t
43404 ____________________________________________________________________________
43405 [  8557] By: jhi                                   on 2001/01/27  02:26:03
43406         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
43407              From: Peter Prymmer <pvhp@forte.com>
43408              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
43409              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
43410      Branch: perl
43411            ! t/lib/st-06compat.t
43412 ____________________________________________________________________________
43413 [  8556] By: jhi                                   on 2001/01/27  02:24:33
43414         Log: Subject: [PATCH: perl@8531] minor update to README.os390
43415              From: Peter Prymmer <pvhp@forte.com>
43416              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
43417              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
43418      Branch: perl
43419            ! README.os390
43420 ____________________________________________________________________________
43421 [  8555] By: jhi                                   on 2001/01/27  00:35:47
43422         Log: No point in checking the length before we know whether the pointer
43423              is bogus or not, fixes Abigail's odbm failures in Linux.
43424      Branch: perl
43425            ! sv.c
43426 ____________________________________________________________________________
43427 [  8554] By: nick                                  on 2001/01/26  19:01:31
43428         Log: Integrate mainline
43429      Branch: perlio
43430           !> lib/Text/Wrap.pm t/lib/textwrap.t
43431 ____________________________________________________________________________
43432 [  8553] By: jhi                                   on 2001/01/26  15:19:39
43433         Log: Integrate change #7792 from perlio (multiplicity fix),
43434              fix the AV leak in regex DEBUGGING (tiny part of the
43435              polymorphic regexp patch #8143).
43436      Branch: maint-5.6/perl
43437            ! regcomp.c
43438           !> scope.h
43439 ____________________________________________________________________________
43440 [  8552] By: jhi                                   on 2001/01/26  15:03:23
43441         Log: (Retracted by #8573)
43442              
43443              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
43444              From: Michael G Schwern <schwern@pobox.com>
43445              Date: Fri, 26 Jan 2001 09:28:31 -0500
43446              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
43447      Branch: perl
43448            ! lib/Text/Wrap.pm t/lib/textwrap.t
43449 ____________________________________________________________________________
43450 [  8551] By: jhi                                   on 2001/01/26  02:33:19
43451         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
43452              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
43453              
43454              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
43455              
43456              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
43457              
43458              Message nit.
43459              
43460              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
43461              
43462              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
43463              
43464              (the cleanup of unused submatches in regtry() and regcppop())
43465              
43466              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
43467              stored and restored, and thusly was trounced by the utf8 swash
43468              routines.
43469              
43470              use utf8 not required to use \x{}.
43471              
43472              Removed two more tests that make no sense in UTF-8 since the test
43473              data is not in UTF-8.
43474              
43475              Get the three different space character classes right under utf8.
43476              
43477              Implement ANYOFUTF8 regprop() dumping.
43478              
43479              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
43480              
43481              Document the regex context pushing/popping a bit better.
43482      Branch: maint-5.6/perl
43483           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
43484           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
43485           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
43486           !> t/op/regmesg.t utf8.c
43487 ____________________________________________________________________________
43488 [  8550] By: nick                                  on 2001/01/25  19:42:30
43489         Log: Integrate mainline
43490      Branch: perlio
43491           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
43492           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
43493           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
43494           !> t/lib/bigint.t t/lib/bigintpm.t
43495 ____________________________________________________________________________
43496 [  8549] By: jhi                                   on 2001/01/25  15:22:28
43497         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
43498      Branch: maint-5.6/perl
43499            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
43500 ____________________________________________________________________________
43501 [  8548] By: jhi                                   on 2001/01/25  15:02:55
43502         Log: Integrate changes #7997,8063,8492,8547 from mainline.
43503              
43504              Subject: Re: STRLEN - what?
43505              
43506              Subject: [PATCH] perlguts.pod
43507              
43508              Memory management calls documentation.
43509              
43510              Layout using tabulator is not a good idea in a pod.
43511      Branch: maint-5.6/perl
43512           !> pod/perlguts.pod
43513 ____________________________________________________________________________
43514 [  8547] By: jhi                                   on 2001/01/25  14:49:05
43515         Log: Layout using tabulator is not a good idea in a pod.
43516      Branch: perl
43517            ! pod/perlguts.pod
43518 ____________________________________________________________________________
43519 [  8546] By: jhi                                   on 2001/01/25  14:31:12
43520         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
43521              from mainline.
43522              
43523              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
43524              
43525              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
43526              
43527              More Win32 editor/IDE/shell hints.
43528              
43529              More Win32 Perling.
43530              
43531              Yet another editor edit.
43532              
43533              Edit edit edit.
43534              
43535              IDE/editor section tweaking.
43536              
43537              Few more IDE/editor nits from p5p.
43538      Branch: maint-5.6/perl
43539           !> pod/perlfaq3.pod
43540 ____________________________________________________________________________
43541 [  8545] By: jhi                                   on 2001/01/25  04:16:32
43542         Log: Subject: [PATCH 5.7.0] overload int()
43543              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43544              Date: Wed, 24 Jan 2001 19:06:57 -0500
43545              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
43546      Branch: perl
43547            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
43548            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
43549            ! t/lib/bigintpm.t
43550 ____________________________________________________________________________
43551 [  8544] By: jhi                                   on 2001/01/25  04:15:11
43552         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
43553              From: Peter Prymmer <pvhp@forte.com>
43554              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
43555              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
43556      Branch: perl
43557            ! Makefile.SH README.os390 hints/os390.sh installperl
43558 ____________________________________________________________________________
43559 [  8543] By: jhi                                   on 2001/01/25  03:52:08
43560         Log: Integrate change #8462,8469 from mainline.
43561              
43562              In VMS Perl subversion (perl -V) is undef.
43563      Branch: maint-5.6/perl
43564           !> configure.com
43565 ____________________________________________________________________________
43566 [  8542] By: jhi                                   on 2001/01/25  03:44:55
43567         Log: Integrate changes #7835,7850,8315,8316 from mainline.
43568              
43569              Solaris hints.
43570      Branch: maint-5.6/perl
43571           !> hints/solaris_2.sh
43572 ____________________________________________________________________________
43573 [  8541] By: jhi                                   on 2001/01/25  03:39:28
43574         Log: Integrate #8336 from mainline.
43575      Branch: maint-5.6/perl
43576           !> hv.c
43577 ____________________________________________________________________________
43578 [  8540] By: jhi                                   on 2001/01/25  03:23:50
43579         Log: Retract #8539.
43580      Branch: maint-5.6/perl
43581            ! pod/perlfaq3.pod
43582 ____________________________________________________________________________
43583 [  8539] By: jhi                                   on 2001/01/25  03:21:55
43584         Log: (Retracted by #8540.)
43585      Branch: maint-5.6/perl
43586            ! pod/perlfaq3.pod
43587 ____________________________________________________________________________
43588 [  8538] By: jhi                                   on 2001/01/25  03:14:07
43589         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
43590              From: Peter Prymmer <pvhp@forte.com>
43591              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
43592              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
43593              
43594              The VMS bits.
43595      Branch: maint-5.6/perl
43596            ! configure.com vms/descrip_mms.template
43597 ____________________________________________________________________________
43598 [  8537] By: jhi                                   on 2001/01/25  03:06:09
43599         Log: Integrate #7710,7824,7973 from mainline.
43600      Branch: maint-5.6/perl
43601           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43602           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
43603           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
43604           !> vos/config.ga.def vos/config.ga.h win32/config.bc
43605           !> win32/config.gc win32/config.vc
43606 ____________________________________________________________________________
43607 [  8536] By: jhi                                   on 2001/01/24  13:50:20
43608         Log: Revert the edits made by me so far to the 5.6 branch since
43609              the TRIAL1 since I did edits when I should have been using
43610              integrates.  Bad programmer.   (Will integrate them properly later.)
43611              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
43612              The #8353 will not be reapplied at least for now since
43613              the UTF-8 hash keys need more thinking.
43614              (The patches #8347, #8354, #8454, #8473 were okay since they
43615              were original edits made specifically for the 5.6.1-TRIAL1.)
43616      Branch: maint-5.6/perl
43617            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43618            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
43619            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
43620            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
43621            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
43622            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43623            ! win32/config.bc win32/config.gc win32/config.vc
43624 ____________________________________________________________________________
43625 [  8535] By: bailey                                on 2001/01/24  06:37:02
43626         Log: SYN SYN
43627      Branch: vmsperl
43628           +> (branch 26 files)
43629           !> (integrate 130 files)
43630 ____________________________________________________________________________
43631 [  8534] By: nick                                  on 2001/01/23  19:30:57
43632         Log: Integrate mainline.
43633      Branch: perlio
43634           !> Changes Configure Porting/Glossary Porting/config.sh
43635           !> Porting/config_H embed.h embed.pl ext/Encode/compile
43636           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
43637           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
43638           !> pod/perlvar.pod proto.h t/lib/1_compile.t
43639 ____________________________________________________________________________
43640 [  8533] By: jhi                                   on 2001/01/23  16:15:46
43641         Log: Forgotten from #8501.
43642      Branch: perl
43643            ! Porting/Glossary Porting/config.sh Porting/config_H
43644 ____________________________________________________________________________
43645 [  8532] By: jhi                                   on 2001/01/23  16:13:27
43646         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
43647              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43648              Date: Mon, 22 Jan 2001 17:51:58 +0100
43649              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
43650      Branch: perl
43651            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
43652 ____________________________________________________________________________
43653 [  8531] By: jhi                                   on 2001/01/23  15:46:01
43654         Log: Update Changes.
43655      Branch: perl
43656            ! Changes patchlevel.h
43657 ____________________________________________________________________________
43658 [  8530] By: jhi                                   on 2001/01/23  15:38:39
43659         Log: De-cut-and-pasto.
43660      Branch: perl
43661            ! t/lib/1_compile.t
43662 ____________________________________________________________________________
43663 [  8529] By: jhi                                   on 2001/01/23  15:11:04
43664         Log: Document the mkdir trailing slashes case.
43665      Branch: perl
43666            ! pod/perlfunc.pod
43667 ____________________________________________________________________________
43668 [  8528] By: jhi                                   on 2001/01/23  15:08:28
43669         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
43670              get installed:
43671              
43672              Subject: lib/lib.pm
43673              From: <abigail@foad.org>
43674              Date: Mon, 28 Aug 2000 20:35:08 -0400
43675              Message-ID: <20000829003508.21281.qmail@foad.org>
43676      Branch: perl
43677            ! installperl
43678 ____________________________________________________________________________
43679 [  8527] By: jhi                                   on 2001/01/23  14:44:04
43680         Log: Metaconfig unit change for #8526.
43681      Branch: metaconfig
43682            ! U/threads/archname.U
43683 ____________________________________________________________________________
43684 [  8526] By: jhi                                   on 2001/01/23  14:43:19
43685         Log: Attach -perlio to the archname if so selected.
43686      Branch: perl
43687            ! Configure
43688 ____________________________________________________________________________
43689 [  8525] By: jhi                                   on 2001/01/23  14:24:01
43690         Log: Subject: [PATCH] pod/perlvar.pod
43691              From: abigail@foad.org
43692              Date: Tue, 23 Jan 2001 01:41:10 +0100
43693              Message-ID: <20010123004110.22259.qmail@foad.org>
43694      Branch: perl
43695            ! pod/perlvar.pod
43696 ____________________________________________________________________________
43697 [  8524] By: jhi                                   on 2001/01/23  14:22:32
43698         Log: A bug introduced in #8217 (the undefined variable in the
43699              lib/safe1_t #3) fixed, by Charles Lane:
43700              
43701              The earlier patch made it so that stuff running in Safe
43702              compartments could do a "caller" and see "main".  That
43703              little change in name is done right before the code in
43704              the compartment is run, and apparantly the parser
43705              was picking up the stash name before it got changed.
43706              
43707              (why it was threaded vs. unthreaded Perl that was sensitive to this
43708              I still don't know...and it probably doesn't matter).
43709              
43710              I tryed removing the stash name-change and saw that threaded Perl
43711              did indeed pass the lib/safe1.t tests.
43712              
43713              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
43714              do the name change (and to connect _ in the compartment to the global
43715              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
43716              to call _safe_pkg_prep when creating a new compartment.
43717              
43718              Passes all tests with threaded perl on linux; passes all tests
43719              with unthreaded perl on VMS.
43720              
43721              At some point I'll probably want to revisit Safe and Opcode to
43722              provide more sensible handling of global variables...and to get
43723              formats working in Safe compartments, which they don't do currently.
43724      Branch: perl
43725            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
43726 ____________________________________________________________________________
43727 [  8523] By: jhi                                   on 2001/01/23  14:11:58
43728         Log: Also the lib/Thread.pm itself needs to be ignored if
43729              the Thread extension hasn't been built.
43730      Branch: perl
43731            ! t/lib/1_compile.t
43732 ____________________________________________________________________________
43733 [  8522] By: jhi                                   on 2001/01/23  13:51:28
43734         Log: print() instead of warn() so that stderr doesn't get
43735              unncessarily polluted.
43736      Branch: perl
43737            ! ext/Encode/compile
43738 ____________________________________________________________________________
43739 [  8521] By: jhi                                   on 2001/01/23  13:49:48
43740         Log: Integrate perlio.
43741      Branch: perl
43742           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
43743           !> ext/Encode/encode.h
43744 ____________________________________________________________________________
43745 [  8520] By: nick                                  on 2001/01/22  21:44:00
43746         Log: More messing with Encode:
43747              Extra fields in header to allow multiple names and to record
43748              other things "compile" knows.
43749              Re-organise compile to factor out common output routines.
43750      Branch: perlio
43751            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
43752 ____________________________________________________________________________
43753 [  8519] By: nick                                  on 2001/01/22  20:33:50
43754         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
43755      Branch: perlio
43756            ! ext/Encode/Makefile.PL ext/Encode/compile
43757 ____________________________________________________________________________
43758 [  8518] By: nick                                  on 2001/01/22  20:28:13
43759         Log: Integrate mainline
43760      Branch: perlio
43761           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
43762           !> vos/config.alpha.def vos/config.alpha.h
43763 ____________________________________________________________________________
43764 [  8517] By: jhi                                   on 2001/01/22  15:37:17
43765         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
43766              by Inaba Hiroto.
43767      Branch: perl
43768            ! sv.c
43769 ____________________________________________________________________________
43770 [  8516] By: jhi                                   on 2001/01/22  14:55:15
43771         Log: More SIG_SIZE fixes.
43772      Branch: perl
43773            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
43774 ____________________________________________________________________________
43775 [  8515] By: jhi                                   on 2001/01/22  14:50:27
43776         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
43777              From: "Craig A. Berry" <craigberry@mac.com>
43778              Date: Mon, 22 Jan 2001 00:42:24 -0600
43779              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
43780      Branch: perl
43781            ! configure.com
43782 ____________________________________________________________________________
43783 [  8514] By: jhi                                   on 2001/01/22  14:31:17
43784         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
43785              From: "Craig A. Berry" <craigberry@mac.com>
43786              Date: Sun, 21 Jan 2001 23:03:25 -0600
43787              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
43788      Branch: perl
43789            ! configure.com
43790 ____________________________________________________________________________
43791 [  8513] By: jhi                                   on 2001/01/22  14:14:00
43792         Log: Add the .ucm encoding tables to the MANIFEST.
43793      Branch: perl
43794            ! MANIFEST
43795 ____________________________________________________________________________
43796 [  8512] By: jhi                                   on 2001/01/22  13:43:33
43797         Log: Integrate perlio.
43798      Branch: perl
43799           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
43800           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
43801           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
43802           +> ext/Encode/Encode/iso8859-10.ucm
43803           +> ext/Encode/Encode/iso8859-13.ucm
43804           +> ext/Encode/Encode/iso8859-14.ucm
43805           +> ext/Encode/Encode/iso8859-15.ucm
43806           +> ext/Encode/Encode/iso8859-16.ucm
43807           +> ext/Encode/Encode/iso8859-2.ucm
43808           +> ext/Encode/Encode/iso8859-3.ucm
43809           +> ext/Encode/Encode/iso8859-4.ucm
43810           +> ext/Encode/Encode/iso8859-5.ucm
43811           +> ext/Encode/Encode/iso8859-6.ucm
43812           +> ext/Encode/Encode/iso8859-7.ucm
43813           +> ext/Encode/Encode/iso8859-8.ucm
43814           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
43815           +> ext/Encode/Encode/symbol.ucm
43816           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
43817           !> perliol.h
43818 ____________________________________________________________________________
43819 [  8511] By: nick                                  on 2001/01/21  23:44:47
43820         Log: Make "real" layers of ":utf8" and ":raw".
43821              So now PERLIO=utf8 perl ...
43822              does what Andreas wanted.
43823              Fix arg passing in open.pm (still have a Carp issue).
43824      Branch: perlio
43825            ! lib/open.pm perlio.c perliol.h
43826 ____________________________________________________________________________
43827 [  8510] By: jhi                                   on 2001/01/21  22:56:53
43828         Log: Document the regex content pushing/popping a bit better.
43829      Branch: perl
43830            ! regexec.c
43831 ____________________________________________________________________________
43832 [  8509] By: jhi                                   on 2001/01/21  22:55:44
43833         Log: Tweak the mkdir trailing slash code some more.
43834              
43835              TO DO: the same handling should probably be done for
43836              all the other filesystem functions that can have directories
43837              as their arguments.
43838      Branch: perl
43839            ! pp_sys.c
43840 ____________________________________________________________________________
43841 [  8508] By: nick                                  on 2001/01/21  21:37:43
43842         Log: Switch "compiled in" encodings to .ucm format.
43843              (Leave others as .enc till we can run-time load .ucm,
43844              or find some other way to load them.)
43845      Branch: perlio
43846            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
43847            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
43848            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
43849            + ext/Encode/Encode/iso8859-10.ucm
43850            + ext/Encode/Encode/iso8859-13.ucm
43851            + ext/Encode/Encode/iso8859-14.ucm
43852            + ext/Encode/Encode/iso8859-15.ucm
43853            + ext/Encode/Encode/iso8859-16.ucm
43854            + ext/Encode/Encode/iso8859-2.ucm
43855            + ext/Encode/Encode/iso8859-3.ucm
43856            + ext/Encode/Encode/iso8859-4.ucm
43857            + ext/Encode/Encode/iso8859-5.ucm
43858            + ext/Encode/Encode/iso8859-6.ucm
43859            + ext/Encode/Encode/iso8859-7.ucm
43860            + ext/Encode/Encode/iso8859-8.ucm
43861            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
43862            + ext/Encode/Encode/symbol.ucm
43863            ! ext/Encode/Makefile.PL ext/Encode/compile
43864 ____________________________________________________________________________
43865 [  8507] By: nick                                  on 2001/01/21  21:02:03
43866         Log: Integrate (partial) mainline.
43867      Branch: perlio
43868           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
43869           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
43870           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
43871 ____________________________________________________________________________
43872 [  8506] By: jhi                                   on 2001/01/21  20:09:30
43873         Log: Update Changes.
43874      Branch: perl
43875            ! Changes patchlevel.h
43876 ____________________________________________________________________________
43877 [  8505] By: jhi                                   on 2001/01/21  19:39:59
43878         Log: Subject: Minor typos in perlfaq2.pod
43879              From: "Stephen P. Potter" <spp@spotter.yi.org>
43880              Message-Id: <200101192101.QAA11911@spotter.yi.org>
43881              Date: Fri, 19 Jan 2001 16:01:13 -0500
43882              
43883              with a nit from Philip Netwon.
43884      Branch: perl
43885            ! pod/perlfaq2.pod
43886 ____________________________________________________________________________
43887 [  8504] By: jhi                                   on 2001/01/21  19:33:05
43888         Log: Metaconfig change for #8503.
43889      Branch: metaconfig
43890            ! U/threads/usethreads.U
43891 ____________________________________________________________________________
43892 [  8503] By: jhi                                   on 2001/01/21  19:32:21
43893         Log: Sanity check for conflicting thread flavours.
43894      Branch: perl
43895            ! Configure config_h.SH
43896 ____________________________________________________________________________
43897 [  8502] By: jhi                                   on 2001/01/21  19:23:00
43898         Log: Metaconfig change for #8501.
43899      Branch: metaconfig
43900            ! U/modified/sig_name.U
43901 ____________________________________________________________________________
43902 [  8501] By: jhi                                   on 2001/01/21  19:22:26
43903         Log: The SIG_SIZE is the number of the elements *excluding*
43904              the terminating NULL.
43905      Branch: perl
43906            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
43907            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
43908            ! win32/config_H.vc
43909 ____________________________________________________________________________
43910 [  8500] By: jhi                                   on 2001/01/21  18:31:31
43911         Log: Integrate perlio.
43912      Branch: perl
43913           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
43914           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
43915           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
43916           !> pp_sys.c proto.h sv.c
43917 ____________________________________________________________________________
43918 [  8499] By: jhi                                   on 2001/01/21  17:43:57
43919         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
43920              From: Hugo <hv@crypt.compulink.co.uk>
43921              Date: Sun, 21 Jan 2001 13:34:05 +0000
43922              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
43923              
43924              In sprintf UTF8ize only if necessary.
43925      Branch: perl
43926            ! sv.c
43927 ____________________________________________________________________________
43928 [  8498] By: nick                                  on 2001/01/21  16:25:32
43929         Log: Encode cleanup.
43930              Add command line control over "compile" so that Makefile.PL
43931              needs can be combined with other uses.
43932              Use command line options in Makefile.PL.
43933              Fix multi-byte parsing in .ucm files.
43934      Branch: perlio
43935            ! ext/Encode/Makefile.PL ext/Encode/compile
43936 ____________________________________________________________________________
43937 [  8497] By: nick                                  on 2001/01/21  12:56:27
43938         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
43939      Branch: perlio
43940            ! ext/Encode/Encode.xs
43941 ____________________________________________________________________________
43942 [  8496] By: nick                                  on 2001/01/21  12:18:45
43943         Log: Fixup after integrate:
43944              missed the .sym files that are changed by regen_headers
43945              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
43946      Branch: perlio
43947            ! global.sym pp.sym sv.c
43948 ____________________________________________________________________________
43949 [  8495] By: nick                                  on 2001/01/21  11:51:07
43950         Log: Integrate mainline.
43951      Branch: perlio
43952           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
43953           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
43954           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
43955           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
43956           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
43957           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
43958           !> win32/Makefile win32/makefile.mk
43959 ____________________________________________________________________________
43960 [  8494] By: jhi                                   on 2001/01/20  23:12:11
43961         Log: Forgot the expect_number() prototype.
43962      Branch: perl
43963            ! embed.h embed.pl proto.h
43964 ____________________________________________________________________________
43965 [  8493] By: jhi                                   on 2001/01/20  22:56:39
43966         Log: Subject: [PATCH: perl@8482] README.vms URL updates
43967              From: Peter Prymmer <pvhp@forte.com>
43968              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
43969              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
43970              
43971              Plus Craig A. Berry's suggestion to use compaq.com instead
43972              of digital.com.
43973      Branch: perl
43974            ! README.vms
43975 ____________________________________________________________________________
43976 [  8492] By: jhi                                   on 2001/01/20  22:50:05
43977         Log: Memory management calls documentation.
43978      Branch: perl
43979            ! pod/perlguts.pod
43980 ____________________________________________________________________________
43981 [  8491] By: jhi                                   on 2001/01/20  22:38:33
43982         Log: Signedness nit plus few memcpy/Copy nits.
43983      Branch: perl
43984            ! sv.c
43985 ____________________________________________________________________________
43986 [  8490] By: jhi                                   on 2001/01/20  22:25:53
43987         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
43988              From: Peter Prymmer <pvhp@forte.com>
43989              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
43990              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
43991      Branch: perl
43992            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
43993 ____________________________________________________________________________
43994 [  8489] By: jhi                                   on 2001/01/20  22:24:41
43995         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
43996              From: Peter Prymmer <pvhp@forte.com>
43997              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
43998              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
43999      Branch: perl
44000            ! win32/Makefile win32/makefile.mk
44001 ____________________________________________________________________________
44002 [  8488] By: jhi                                   on 2001/01/20  22:22:27
44003         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
44004              From: Peter Prymmer <pvhp@forte.com>
44005              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
44006              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
44007      Branch: perl
44008            ! Makefile.SH
44009 ____________________________________________________________________________
44010 [  8487] By: jhi                                   on 2001/01/20  22:21:18
44011         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
44012              From: Peter Prymmer <pvhp@forte.com>
44013              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
44014              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
44015      Branch: perl
44016            + ext/DynaLoader/dl_dllload.xs
44017            ! MANIFEST Makefile.SH hints/os390.sh
44018 ____________________________________________________________________________
44019 [  8486] By: jhi                                   on 2001/01/20  22:17:53
44020         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
44021              From: Peter Prymmer <pvhp@forte.com>
44022              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
44023              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
44024      Branch: perl
44025            ! README.os390 README.posix-bc
44026 ____________________________________________________________________________
44027 [  8485] By: jhi                                   on 2001/01/20  20:15:30
44028         Log: Document and test the new qu operator.
44029      Branch: perl
44030            + t/op/qu.t
44031            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
44032            ! pod/perlretut.pod pod/perlunicode.pod
44033 ____________________________________________________________________________
44034 [  8484] By: nick                                  on 2001/01/20  19:42:30
44035         Log: Infrastructure to allow:
44036              open($fh,"|-",@array);
44037              to be implemented
44038              i.e. mark pp_open as needing a stack mark, and make pp_open
44039              process its args in that style (and pass them _all_ to tied handles OPEN).
44040              Invent do_openn() which takes SV ** at allow it to see multiple args.
44041              Note this does not _do_ anything yet.
44042      Branch: perlio
44043            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
44044            ! perlapi.c pp_proto.h pp_sys.c proto.h
44045 ____________________________________________________________________________
44046 [  8483] By: nick                                  on 2001/01/20  17:23:14
44047         Log: Integrate mainline.
44048      Branch: perlio
44049           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
44050           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
44051 ____________________________________________________________________________
44052 [  8482] By: jhi                                   on 2001/01/19  15:37:49
44053         Log: Update Changes.
44054      Branch: perl
44055            ! Changes patchlevel.h
44056 ____________________________________________________________________________
44057 [  8481] By: jhi                                   on 2001/01/19  14:41:24
44058         Log: Subject: Re: new feature: s?printf parameter reordering 
44059              From: Hugo <hv@crypt.compulink.co.uk>
44060              Date: Thu, 11 Jan 2001 17:09:03 +0000
44061              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
44062              
44063              - support reordering for all parameters: %, *v, *, .*
44064              - lay down that the reordering specification must immediately
44065              follow that parameter: %3$, *v3$, *3$, .*3$
44066              - fix vectorisation of a zero-length string
44067              - factor out the code choosing the argument to format
44068              
44069              Possibly unwanted side-effects:
44070              - the special format specifiers ' +-0' must now precede any
44071              vectorisation specifier. Tests in op/sprintf and op/ver
44072              have been changed to reflect this.
44073              - sprintf.t test #214 changed its expectations because in many
44074              cases, the next parameter has already been consumed when an
44075              invalid type letter is detected.
44076              
44077              Probably wanted side-effects:
44078              - attempts to format a non-existent parameter will warn as if C<undef>
44079              - attempt to write to non-existent parameter with '%n' will complain
44080              of "attempt to modify read-only value" instead of being silent
44081      Branch: perl
44082            ! sv.c t/op/sprintf.t t/op/ver.t
44083 ____________________________________________________________________________
44084 [  8480] By: jhi                                   on 2001/01/19  14:08:37
44085         Log: Subject: PATCH pragma/locale.t
44086              From: andreas.koenig@anima.de (Andreas J. Koenig)
44087              Date: 18 Jan 2001 09:45:37 +0100
44088              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
44089      Branch: perl
44090            ! t/pragma/locale.t
44091 ____________________________________________________________________________
44092 [  8479] By: jhi                                   on 2001/01/19  13:19:58
44093         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
44094      Branch: perl
44095            ! configure.com
44096 ____________________________________________________________________________
44097 [  8478] By: jhi                                   on 2001/01/19  02:12:35
44098         Log: Automate 1_compile.t.
44099      Branch: perl
44100            ! t/lib/1_compile.t
44101 ____________________________________________________________________________
44102 [  8477] By: jhi                                   on 2001/01/19  01:49:56
44103         Log: Integrate perlio.
44104      Branch: perl
44105           !> sv.c win32/config.bc win32/config.gc win32/config.vc
44106           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
44107 ____________________________________________________________________________
44108 [  8476] By: nick                                  on 2001/01/18  21:51:52
44109         Log: Integrate mainline
44110      Branch: perlio
44111           +> t/lib/1_compile.t t/lib/compmod.pl
44112           !> MANIFEST configure.com lib/unicode/distinct.pm
44113 ____________________________________________________________________________
44114 [  8475] By: nick                                  on 2001/01/18  21:48:02
44115         Log: Win32 "safe signals" co-existance fix.
44116              Fix SIG_SIZE value.
44117              Clear PL_sig_pending when cloning (fork).
44118      Branch: perlio
44119            ! sv.c win32/config.bc win32/config.gc win32/config.vc
44120            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44121 ____________________________________________________________________________
44122 [  8474] By: jhi                                   on 2001/01/18  14:40:57
44123         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
44124      Branch: perl
44125            ! t/lib/1_compile.t
44126 ____________________________________________________________________________
44127 [  8473] By: gsar                                  on 2001/01/18  11:42:31
44128         Log: unsubmitted trial1 change
44129      Branch: maint-5.6/perl
44130            ! Changes
44131 ____________________________________________________________________________
44132 [  8472] By: jhi                                   on 2001/01/18  04:30:24
44133         Log: The first bug found by 1_compile.t.
44134      Branch: perl
44135            ! lib/unicode/distinct.pm
44136 ____________________________________________________________________________
44137 [  8471] By: jhi                                   on 2001/01/18  04:29:42
44138         Log: Add Schwern's 1_compile test.  The compile_module script renamed
44139              to be a bit shorter for the 8.3 people.
44140      Branch: perl
44141            + t/lib/1_compile.t t/lib/compmod.pl
44142            ! MANIFEST
44143 ____________________________________________________________________________
44144 [  8470] By: jhi                                   on 2001/01/18  04:16:00
44145         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)
44146              From: Peter Prymmer <pvhp@forte.com>
44147              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
44148              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
44149              Replace #8463.
44150      Branch: maint-5.6/perl
44151            ! configure.com
44152 ____________________________________________________________________________
44153 [  8469] By: jhi                                   on 2001/01/18  04:13:02
44154         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)
44155              From: Peter Prymmer <pvhp@forte.com>
44156              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
44157              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
44158              Replace #8462.
44159      Branch: perl
44160            ! configure.com
44161 ____________________________________________________________________________
44162 [  8468] By: jhi                                   on 2001/01/18  03:42:08
44163         Log: Integrate perlio.
44164      Branch: perl
44165           !> gv.c mg.c perlio.c util.c
44166 ____________________________________________________________________________
44167 [  8467] By: nick                                  on 2001/01/17  22:41:10
44168         Log: "Safe" signals - trial implementation.
44169              gv.c tweaked to zero PL_sig_pend array
44170              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
44171              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
44172              Odd thing is that it "works" with PERLIO=stdio as well (linux).
44173      Branch: perlio
44174            ! gv.c mg.c perlio.c util.c
44175 ____________________________________________________________________________
44176 [  8466] By: nick                                  on 2001/01/17  20:40:20
44177         Log: Integrate mainline.
44178      Branch: perlio
44179           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
44180           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
44181           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
44182           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44183           !> vos/config.ga.h win32/config.bc win32/config.gc
44184           !> win32/config.vc
44185 ____________________________________________________________________________
44186 [  8465] By: jhi                                   on 2001/01/17  18:37:13
44187         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
44188              From: Nicholas Clark <nick@ccl4.org>
44189              Date: Wed, 17 Jan 2001 17:31:33 +0000
44190              Message-ID: <20010117173133.I2633@plum.flirble.org>
44191      Branch: perl
44192            ! t/op/int.t
44193 ____________________________________________________________________________
44194 [  8464] By: jhi                                   on 2001/01/17  14:43:17
44195         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
44196              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44197              Date: Wed, 17 Jan 2001 15:16:43 +0100
44198              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
44199              
44200              pp_int() was dropping an NV to the floor,
44201              int(279964589018079/59) either returned not an integer
44202              4745162525730.15, or one got "Attempt to free unreferenced scalar."
44203      Branch: perl
44204            ! pp.c
44205 ____________________________________________________________________________
44206 [  8463] By: jhi                                   on 2001/01/17  06:12:42
44207         Log: (Replaced by #8470)
44208              
44209              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)
44210              From: "Craig A. Berry" <craigberry@mac.com>
44211              Date: Tue, 16 Jan 2001 23:38:46 -0600
44212              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
44213      Branch: maint-5.6/perl
44214            ! configure.com
44215 ____________________________________________________________________________
44216 [  8462] By: jhi                                   on 2001/01/17  06:11:31
44217         Log: (Replaced by #8469)
44218              
44219              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)
44220              From: "Craig A. Berry" <craigberry@mac.com>
44221              Date: Tue, 16 Jan 2001 23:38:46 -0600
44222              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
44223      Branch: perl
44224            ! configure.com
44225 ____________________________________________________________________________
44226 [  8461] By: jhi                                   on 2001/01/17  05:56:12
44227         Log: Allow for one trailing slash in the directory of mkdir().
44228      Branch: perl
44229            ! pp_sys.c
44230 ____________________________________________________________________________
44231 [  8460] By: jhi                                   on 2001/01/17  03:26:01
44232         Log: Metaconfig unit changes for #8459.
44233      Branch: metaconfig
44234            ! U/modified/Loc.U U/modified/sig_name.U
44235 ____________________________________________________________________________
44236 [  8459] By: jhi                                   on 2001/01/17  03:24:48
44237         Log: Define SIG_SIZE, the number of elements in the sig_name and
44238              sig_num arrays, including the final NULL entry.
44239      Branch: perl
44240            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44241            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
44242            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
44243            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
44244            ! win32/config.bc win32/config.gc win32/config.vc
44245 ____________________________________________________________________________
44246 [  8458] By: jhi                                   on 2001/01/17  01:41:33
44247         Log: Integrate perlio.
44248      Branch: perl
44249           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
44250           !> perlapi.h proto.h sv.c
44251 ____________________________________________________________________________
44252 [  8457] By: nick                                  on 2001/01/16  22:07:26
44253         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
44254              Provides all the "cost" but no benefit yet - it is to allow cost
44255              to be measured, and implementation experiments (just in mg.c?).
44256      Branch: perlio
44257            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
44258            ! perlapi.h proto.h sv.c
44259 ____________________________________________________________________________
44260 [  8456] By: nick                                  on 2001/01/16  21:07:07
44261         Log: Integrate mainline.
44262      Branch: perlio
44263           !> (integrate 51 files)
44264 ____________________________________________________________________________
44265 [  8455] By: jhi                                   on 2001/01/16  18:13:43
44266         Log: Subject: [PATCH] regcomp.c old feature removal
44267              From: mjd@plover.com
44268              Date: 16 Jan 2001 14:43:18 -0000 
44269              Message-ID: <20010116144318.7140.qmail@plover.com> 
44270      Branch: perl
44271            ! regcomp.c
44272 ____________________________________________________________________________
44273 [  8454] By: jhi                                   on 2001/01/16  16:12:39
44274         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
44275              From: "Indy Singh" <indy@nusphere.com>
44276              Date: Wed, 10 Jan 2001 20:17:49 -0500
44277              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
44278      Branch: maint-5.6/perl
44279            ! win32/Makefile
44280 ____________________________________________________________________________
44281 [  8453] By: jhi                                   on 2001/01/16  16:09:33
44282         Log: Update Changes.
44283      Branch: perl
44284            ! Changes patchlevel.h
44285 ____________________________________________________________________________
44286 [  8452] By: jhi                                   on 2001/01/16  15:42:04
44287         Log: Subject: Re: API Cleanup
44288              To: perl5-porters@perl.org
44289              Date: Tue, 16 Jan 2001 13:42:30 +0000
44290              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
44291              
44292              Subject: [PATCH] utf8.c documentation
44293              From: Simon Cozens <simon@cozens.net>
44294              Date: Tue, 16 Jan 2001 13:52:48 +0000
44295              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
44296              
44297              Subject: Re: API Cleanup
44298              From: Simon Cozens <simon@cozens.net>
44299              Date: Tue, 16 Jan 2001 14:58:55 +0000
44300              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
44301              
44302              UTF-8 doc patches.
44303      Branch: perl
44304            ! embed.pl pod/perlapi.pod utf8.c
44305 ____________________________________________________________________________
44306 [  8451] By: jhi                                   on 2001/01/16  14:41:39
44307         Log: podlators 1.07, from Russ Allbery.
44308      Branch: perl
44309            ! lib/Pod/Man.pm
44310 ____________________________________________________________________________
44311 [  8450] By: jhi                                   on 2001/01/16  14:24:19
44312         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
44313              From: "Indy Singh" <indy@nusphere.com>
44314              Date: Mon, 15 Jan 2001 20:59:40 -0500
44315              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
44316      Branch: perl
44317            ! win32/Makefile
44318 ____________________________________________________________________________
44319 [  8449] By: jhi                                   on 2001/01/16  03:42:55
44320         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
44321              at the setting of the ofs_sv in new_struct_thread() as the
44322              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
44323              uninitialized fields are, uh, initialized with),
44324              SvREFCNT_inc()ing that invited a core dump.
44325      Branch: perl
44326            ! util.c
44327 ____________________________________________________________________________
44328 [  8448] By: jhi                                   on 2001/01/16  01:49:07
44329         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
44330              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44331              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
44332              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
44333              
44334              Replace #8444 and #8445.
44335      Branch: perl
44336            ! ext/B/B.xs ext/B/B/Debug.pm
44337 ____________________________________________________________________________
44338 [  8447] By: jhi                                   on 2001/01/15  21:05:35
44339         Log: Subject: [PATCH] API Variable documentation   
44340              From: Simon Cozens <simon@cozens.net>
44341              Date: Mon, 15 Jan 2001 19:35:54 +0000
44342              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
44343      Branch: perl
44344            ! pod/perlapi.pod thrdvar.h
44345 ____________________________________________________________________________
44346 [  8446] By: jhi                                   on 2001/01/15  20:49:20
44347         Log: Signedness nit.
44348      Branch: perl
44349            ! pp_ctl.c
44350 ____________________________________________________________________________
44351 [  8445] By: jhi                                   on 2001/01/15  20:28:48
44352         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
44353      Branch: perl
44354            ! ext/B/B/Debug.pm
44355 ____________________________________________________________________________
44356 [  8444] By: jhi                                   on 2001/01/15  13:09:10
44357         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
44358      Branch: perl
44359            ! ext/B/B.xs
44360 ____________________________________________________________________________
44361 [  8443] By: jhi                                   on 2001/01/15  13:06:26
44362         Log: Missing from #8439.
44363      Branch: perl
44364            ! keywords.h mg.c
44365 ____________________________________________________________________________
44366 [  8442] By: jhi                                   on 2001/01/15  13:02:38
44367         Log: Subject: [PATCH @8436] Eliminate op_children
44368              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44369              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
44370              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
44371              
44372              Subject: [PATCH @8436] Re: Eliminate op_children
44373              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44374              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
44375              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
44376      Branch: perl
44377            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
44378            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
44379            ! op.c op.h
44380 ____________________________________________________________________________
44381 [  8441] By: jhi                                   on 2001/01/15  12:57:08
44382         Log: Use the /^Perl_/-less form of is_lvalue_sub().
44383      Branch: perl
44384            ! pp.h
44385 ____________________________________________________________________________
44386 [  8440] By: jhi                                   on 2001/01/15  05:13:09
44387         Log: Revert #8437 and #8438, the Linux large files story is more complex.
44388      Branch: metaconfig/U/perl
44389            ! d_fpos64_t.U d_off64_t.U
44390      Branch: perl
44391            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44392            ! config_h.SH configure.com epoc/config.sh perl.h
44393            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
44394            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
44395            ! win32/config.bc win32/config.gc win32/config.vc
44396 ____________________________________________________________________________
44397 [  8439] By: jhi                                   on 2001/01/15  05:02:24
44398         Log: More UTF-8 patches from Inaba Hiroto.
44399              - The substr lval was still not okay.
44400              - Now pp_stringify and sv_setsv copies source's UTF8 flag
44401              even if IN_BYTE.  pp_stringify is called from fold_constants
44402              at optimization phase and "\x{100}" was made SvUTF8_off under
44403              use bytes (the bytes pragma is for "byte semantics" and not
44404              for "do not produce UTF8 data")
44405              - New `qu' operator to generate UTF8 string explicitly.
44406              Though I agree with the policy "0x00-0xff always produce bytes",
44407              sometimes want to such a string to be coded in UTF8.
44408              I can use pack"U0a*" but it requires more typing and has
44409              runtime overhead.
44410              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
44411              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
44412              string is not UTF8_on and has char 0x80-0xff.
44413              
44414              TODO: document and test qu.
44415      Branch: perl
44416            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
44417            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
44418            ! toke.c
44419 ____________________________________________________________________________
44420 [  8438] By: jhi                                   on 2001/01/14  05:10:23
44421         Log: (Reverted by #8440)
44422              
44423              Metaconfig unit changes for #8437.
44424      Branch: metaconfig/U/perl
44425            ! d_fpos64_t.U d_off64_t.U
44426 ____________________________________________________________________________
44427 [  8437] By: jhi                                   on 2001/01/14  04:55:34
44428         Log: (Reverted by #8440)
44429              
44430              Add <features.h> probing, seems to be needed for (some?)
44431              Linux largefileness.
44432      Branch: perl
44433            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44434            ! config_h.SH configure.com epoc/config.sh perl.h
44435            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
44436            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
44437            ! win32/config.bc win32/config.gc win32/config.vc
44438 ____________________________________________________________________________
44439 [  8436] By: jhi                                   on 2001/01/13  17:47:21
44440         Log: Tighten some of the tests a bit.
44441      Branch: perl
44442            ! t/pragma/utf8.t
44443 ____________________________________________________________________________
44444 [  8435] By: jhi                                   on 2001/01/13  17:31:54
44445         Log: Integrate perlio.
44446      Branch: perl
44447           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
44448           !> win32/config_H.gc win32/config_H.vc
44449 ____________________________________________________________________________
44450 [  8434] By: nick                                  on 2001/01/13  11:36:53
44451         Log: Run dmake regen_config_h for Win32
44452      Branch: perlio
44453            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44454 ____________________________________________________________________________
44455 [  8433] By: nick                                  on 2001/01/13  11:31:55
44456         Log: VMS friendly patch to Encode compile process
44457      Branch: perlio
44458            ! ext/Encode/Makefile.PL ext/Encode/compile
44459 ____________________________________________________________________________
44460 [  8432] By: nick                                  on 2001/01/13  11:06:44
44461         Log: Integrate mainline
44462      Branch: perlio
44463           +> ext/B/B/Concise.pm
44464           !> (integrate 52 files)
44465 ____________________________________________________________________________
44466 [  8431] By: jhi                                   on 2001/01/13  05:55:55
44467         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
44468              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44469              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
44470              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
44471      Branch: perl
44472            ! ext/B/B/Concise.pm
44473 ____________________________________________________________________________
44474 [  8430] By: jhi                                   on 2001/01/13  04:24:18
44475         Log: The LVRET macro needed an aTHX.
44476      Branch: perl
44477            ! pp.h
44478 ____________________________________________________________________________
44479 [  8429] By: jhi                                   on 2001/01/13  02:12:42
44480         Log: Update Changes.
44481      Branch: perl
44482            ! Changes patchlevel.h
44483 ____________________________________________________________________________
44484 [  8428] By: jhi                                   on 2001/01/13  02:08:50
44485         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
44486              From: Peter Prymmer <pvhp@forte.com>
44487              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
44488              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
44489              
44490              Add a BEGIN guard for sloppy floating point division.
44491      Branch: perl
44492            ! lib/Math/BigInt.pm lib/bigint.pl
44493 ____________________________________________________________________________
44494 [  8427] By: jhi                                   on 2001/01/13  01:47:16
44495         Log: The B::Terse drop-in replacement wasn't quite drop-in.
44496      Branch: perl
44497            ! ext/B/B/Terse.pm
44498 ____________________________________________________________________________
44499 [  8426] By: jhi                                   on 2001/01/12  21:20:43
44500         Log: Use UVXf.
44501      Branch: perl
44502            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44503            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
44504            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
44505            ! vos/config.ga.def vos/config.ga.h win32/config.bc
44506            ! win32/config.gc win32/config.vc
44507 ____________________________________________________________________________
44508 [  8425] By: jhi                                   on 2001/01/12  20:20:14
44509         Log: Subject: [PATCH perl@8342] -Wformat
44510              From: Robin Barker <rmb1@cise.npl.co.uk>
44511              Date: Fri, 12 Jan 2001 20:03:14 GMT
44512              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
44513      Branch: perl
44514            ! ext/Encode/Encode.xs mg.c sv.c toke.c
44515 ____________________________________________________________________________
44516 [  8424] By: jhi                                   on 2001/01/12  20:01:48
44517         Log: Subject: B::Concise -- an improved replacement for B::Terse 
44518              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44519              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
44520              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
44521      Branch: perl
44522            + ext/B/B/Concise.pm
44523            ! MANIFEST ext/B/B/Terse.pm
44524 ____________________________________________________________________________
44525 [  8423] By: jhi                                   on 2001/01/12  19:24:02
44526         Log: The new metaconfig unit from the #8421.
44527      Branch: metaconfig/U/perl
44528            + d_sigprocmask.U
44529 ____________________________________________________________________________
44530 [  8422] By: jhi                                   on 2001/01/12  19:23:43
44531         Log: Forgot the microperl config from the #8421.
44532      Branch: perl
44533            ! uconfig.h uconfig.sh
44534 ____________________________________________________________________________
44535 [  8421] By: jhi                                   on 2001/01/12  19:05:27
44536         Log: Add sigprocmask() probe, regen Configure, regen toc.
44537      Branch: perl
44538            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44539            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
44540            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44541            ! vos/config.ga.h win32/config.bc win32/config.gc
44542            ! win32/config.vc
44543 ____________________________________________________________________________
44544 [  8420] By: jhi                                   on 2001/01/12  18:34:31
44545         Log: Add sockatmark() to the todo list.
44546      Branch: perl
44547            ! Todo-5.6
44548 ____________________________________________________________________________
44549 [  8419] By: jhi                                   on 2001/01/12  18:09:46
44550         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
44551      Branch: perl
44552            ! op.c
44553 ____________________________________________________________________________
44554 [  8418] By: jhi                                   on 2001/01/12  18:05:30
44555         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
44556              From: Radu Greab <radu@netsoft.ro>
44557              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
44558              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
44559      Branch: perl
44560            ! op.c t/pragma/sub_lval.t
44561 ____________________________________________________________________________
44562 [  8417] By: jhi                                   on 2001/01/12  16:09:09
44563         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
44564              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
44565              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
44566              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
44567      Branch: perl
44568            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
44569            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
44570            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
44571            ! t/pragma/sub_lval.t toke.c
44572 ____________________________________________________________________________
44573 [  8416] By: jhi                                   on 2001/01/12  15:42:06
44574         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
44575              From: "Richard Soderberg" <rs@crystalflame.net>
44576              Date: Fri, 12 Jan 2001 04:49:35 -0800
44577              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
44578              
44579              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
44580              according to the platform.
44581      Branch: perl
44582            ! op.c
44583 ____________________________________________________________________________
44584 [  8415] By: jhi                                   on 2001/01/12  15:33:41
44585         Log: One more UTF-8 fix from Inaba Hiroto.
44586      Branch: perl
44587            ! pp.c regexec.c t/pragma/utf8.t
44588 ____________________________________________________________________________
44589 [  8414] By: jhi                                   on 2001/01/12  15:30:18
44590         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
44591      Branch: perl
44592            ! regexec.c
44593 ____________________________________________________________________________
44594 [  8413] By: jhi                                   on 2001/01/12  15:22:10
44595         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
44596              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44597              Date: Thu, 11 Jan 2001 12:53:36 +0100
44598              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
44599      Branch: perl
44600            ! toke.c
44601 ____________________________________________________________________________
44602 [  8412] By: jhi                                   on 2001/01/12  15:20:25
44603         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
44604              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44605              Date: Fri, 12 Jan 2001 14:37:55 +0100
44606              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
44607      Branch: perl
44608            ! hints/posix-bc.sh
44609 ____________________________________________________________________________
44610 [  8411] By: jhi                                   on 2001/01/12  15:14:14
44611         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
44612              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44613              Date: Fri, 12 Jan 2001 10:42:21 +0100
44614              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
44615      Branch: perl
44616            ! t/op/regmesg.t
44617 ____________________________________________________________________________
44618 [  8410] By: jhi                                   on 2001/01/12  05:48:55
44619         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
44620              From: Nicholas Clark <nick@ccl4.org> 
44621              Date: Sun, 7 Jan 2001 19:47:14 +0000
44622              Message-ID: <20010107194714.B1048@plum.flirble.org>
44623      Branch: perl
44624            ! t/op/numconvert.t
44625 ____________________________________________________________________________
44626 [  8409] By: jhi                                   on 2001/01/12  05:41:28
44627         Log: Integrate perlio.
44628      Branch: perl
44629           !> mg.c scope.h
44630 ____________________________________________________________________________
44631 [  8408] By: nick                                  on 2001/01/11  22:43:28
44632         Log: Remove variables that were used in experiments.
44633      Branch: perlio
44634            ! mg.c
44635 ____________________________________________________________________________
44636 [  8407] By: nick                                  on 2001/01/11  20:57:44
44637         Log: Catch die in %SIG handler and unblock the signal before re-dying.
44638              This make Linux work _without_ sigsetjmp().
44639              Turn off sigsetjmp() to see what else it does.
44640              May need Configure probe for sigprocmask() if anything has sigaction()
44641              but not sigprocmask().
44642      Branch: perlio
44643            ! mg.c scope.h
44644 ____________________________________________________________________________
44645 [  8406] By: nick                                  on 2001/01/11  19:32:07
44646         Log: Integrate mainline
44647      Branch: perlio
44648           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
44649           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
44650           !> t/op/substr.t
44651 ____________________________________________________________________________
44652 [  8405] By: jhi                                   on 2001/01/11  17:11:01
44653         Log: Fix UTF-8 lval substr().
44654      Branch: perl
44655            ! mg.c t/op/substr.t
44656 ____________________________________________________________________________
44657 [  8404] By: jhi                                   on 2001/01/11  05:13:58
44658         Log: Update Changes.
44659      Branch: perl
44660            ! Changes patchlevel.h
44661 ____________________________________________________________________________
44662 [  8403] By: jhi                                   on 2001/01/11  04:38:24
44663         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
44664              From: Hugo <hv@crypt.compulink.co.uk>
44665              Date: Mon, 30 Oct 2000 01:33:26 +0000
44666              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
44667      Branch: perl
44668            ! regexec.c t/op/re_tests
44669 ____________________________________________________________________________
44670 [  8402] By: jhi                                   on 2001/01/11  04:26:12
44671         Log: Integrate perlio.
44672      Branch: perl
44673           !> scope.h util.c
44674 ____________________________________________________________________________
44675 [  8401] By: nick                                  on 2001/01/10  22:52:55
44676         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
44677              (So Alan and Ilya can try setting via hints.)
44678              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
44679              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
44680              doing the save everywhere seems to restart read() correctly, but just
44681              doing it once "round" the handler does not.
44682      Branch: perlio
44683            ! scope.h
44684 ____________________________________________________________________________
44685 [  8400] By: jhi                                   on 2001/01/10  21:57:54
44686         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
44687              of IRIX, HP-UX is unaffected.
44688      Branch: perl
44689            ! perl.h
44690 ____________________________________________________________________________
44691 [  8399] By: nick                                  on 2001/01/10  21:29:19
44692         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
44693      Branch: perlio
44694            ! util.c
44695 ____________________________________________________________________________
44696 [  8398] By: jhi                                   on 2001/01/10  20:55:31
44697         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
44698              also have ReusePort.
44699      Branch: perl
44700            ! ext/IO/lib/IO/Socket/INET.pm
44701 ____________________________________________________________________________
44702 [  8397] By: jhi                                   on 2001/01/10  20:50:57
44703         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
44704              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
44705              Date: Wed, 10 Jan 2001 01:38:13 -0800
44706              Message-ID: <20010110013813.B41744@yahoo-inc.com>
44707      Branch: perl
44708            ! ext/IO/lib/IO/Socket/INET.pm
44709 ____________________________________________________________________________
44710 [  8396] By: jhi                                   on 2001/01/10  20:49:30
44711         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
44712              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
44713              Date: Wed, 10 Jan 2001 01:37:32 -0800
44714              Message-ID: <20010110013732.A41744@yahoo-inc.com>
44715      Branch: perl
44716            ! ext/Socket/Socket.pm
44717 ____________________________________________________________________________
44718 [  8395] By: jhi                                   on 2001/01/10  20:41:37
44719         Log: Test for bug id 20010105.016 (fixed by #8378).
44720      Branch: perl
44721            ! t/op/split.t
44722 ____________________________________________________________________________
44723 [  8394] By: jhi                                   on 2001/01/10  20:26:32
44724         Log: Integrate perlio.
44725      Branch: perl
44726            ! util.c
44727 ____________________________________________________________________________
44728 [  8393] By: nick                                  on 2001/01/10  19:34:30
44729         Log: Back out Simon's pid hackery for now.
44730      Branch: perlio
44731            ! util.c
44732 ____________________________________________________________________________
44733 [  8392] By: nick                                  on 2001/01/10  19:23:13
44734         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
44735      Branch: perlio
44736           !> (integrate 29 files)
44737 ____________________________________________________________________________
44738 [  8391] By: jhi                                   on 2001/01/10  18:43:15
44739         Log: Subject: [PATCH] Fix my_pclose segfault
44740              From: Simon Cozens <simon@cozens.net>
44741              Date: Wed, 10 Jan 2001 18:39:35 +0000
44742              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
44743      Branch: perl
44744            ! util.c
44745 ____________________________________________________________________________
44746 [  8390] By: jhi                                   on 2001/01/10  18:42:08
44747         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
44748              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44749              Date:     Wed, 10 Jan 2001 13:23:02 EST
44750              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
44751      Branch: perl
44752            ! ext/Opcode/Opcode.xs
44753 ____________________________________________________________________________
44754 [  8389] By: jhi                                   on 2001/01/10  15:16:07
44755         Log: Turn off the integer preservation for now.
44756      Branch: perl
44757            ! perl.h
44758 ____________________________________________________________________________
44759 [  8388] By: jhi                                   on 2001/01/10  15:01:25
44760         Log: Few more IDE/editor nits from p5p.
44761      Branch: perl
44762            ! pod/perlfaq3.pod
44763 ____________________________________________________________________________
44764 [  8387] By: jhi                                   on 2001/01/10  06:53:16
44765         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
44766              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
44767              Date: Tue, 9 Jan 2001 23:16:02 +0000
44768              Message-ID: <20010109231602.A81101@plum.flirble.org>
44769      Branch: perl
44770            ! sv.c
44771 ____________________________________________________________________________
44772 [  8386] By: jhi                                   on 2001/01/10  03:17:54
44773         Log: Test cases for #8385 (from Simon's "torture.pl")
44774      Branch: perl
44775            ! t/op/tr.t
44776 ____________________________________________________________________________
44777 [  8385] By: jhi                                   on 2001/01/10  03:17:11
44778         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
44779              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
44780              Date: Wed, 10 Jan 2001 11:39:39 +0900
44781              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
44782              
44783              Some more UTF-8 tr cases fixed.
44784      Branch: perl
44785            ! doop.c
44786 ____________________________________________________________________________
44787 [  8384] By: jhi                                   on 2001/01/09  22:45:40
44788         Log: Allow the locale test needing POSIX and the taint test
44789              needing IPC::SysV to run under 'minitest' (basically,
44790              bail out if loading the extension fails)
44791      Branch: perl
44792            ! t/op/misc.t t/op/taint.t
44793 ____________________________________________________________________________
44794 [  8383] By: jhi                                   on 2001/01/09  21:36:04
44795         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
44796              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44797              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
44798              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
44799      Branch: perl
44800            ! t/io/openpid.t
44801 ____________________________________________________________________________
44802 [  8382] By: jhi                                   on 2001/01/09  21:06:08
44803         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
44804              Should finish up the bug id 20001205.022.
44805      Branch: perl
44806            ! pp.c pp_hot.c scope.c
44807 ____________________________________________________________________________
44808 [  8381] By: jhi                                   on 2001/01/09  18:27:43
44809         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
44810              From: Andy Dougherty <doughera@lafayette.edu>
44811              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
44812              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
44813              
44814              More robust yacc/bison error detection.
44815      Branch: perl
44816            ! t/comp/proto.t
44817 ____________________________________________________________________________
44818 [  8380] By: jhi                                   on 2001/01/09  15:21:38
44819         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
44820              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44821              Date:     Tue, 9 Jan 2001 07:53:55 EST
44822              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
44823      Branch: perl
44824            ! t/op/misc.t vms/test.com
44825 ____________________________________________________________________________
44826 [  8379] By: jhi                                   on 2001/01/09  15:20:38
44827         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
44828              From: jhi@cc.hut.fi
44829              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
44830              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
44831              
44832              The #8378 fixed this.
44833      Branch: perl
44834            ! t/op/tr.t
44835 ____________________________________________________________________________
44836 [  8378] By: jhi                                   on 2001/01/09  15:05:32
44837         Log: Subject: One more patch for UTF8 
44838              From: Inaba Hiroto <inaba@st.rim.or.jp>
44839              Date: Tue, 09 Jan 2001 01:04:32 +0900
44840              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
44841              
44842              UTF-8 fixes for 'x' and tr///.
44843      Branch: perl
44844            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
44845            ! regcomp.c regexec.c toke.c utf8.c
44846 ____________________________________________________________________________
44847 [  8377] By: jhi                                   on 2001/01/09  14:32:17
44848         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
44849      Branch: perl
44850            ! t/op/length.t
44851 ____________________________________________________________________________
44852 [  8376] By: jhi                                   on 2001/01/09  04:32:32
44853         Log: integrate changes #7775, #8316, #8316 from mainline
44854      Branch: maint-5.6/perl
44855            ! hints/solaris_2.sh
44856 ____________________________________________________________________________
44857 [  8375] By: jhi                                   on 2001/01/09  04:26:43
44858         Log: Update Changes.
44859      Branch: perl
44860            ! Changes patchlevel.h
44861 ____________________________________________________________________________
44862 [  8374] By: jhi                                   on 2001/01/09  04:14:32
44863         Log: IDE/editor section tweaking.
44864      Branch: perl
44865            ! pod/perlfaq3.pod
44866 ____________________________________________________________________________
44867 [  8373] By: jhi                                   on 2001/01/09  02:38:26
44868         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
44869              From: Peter Prymmer <pvhp@forte.com>
44870              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
44871              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
44872              
44873              In preparation os OS/390 dynamic loading.
44874      Branch: perl
44875            ! README.os390 hints/os390.sh
44876 ____________________________________________________________________________
44877 [  8372] By: jhi                                   on 2001/01/09  00:24:30
44878         Log: Integrate with perlio.
44879      Branch: perl
44880           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
44881 ____________________________________________________________________________
44882 [  8371] By: nick                                  on 2001/01/08  23:54:33
44883         Log: Fix "scalars leaked" bugs caused by overload magic
44884              (Highlighted by Ilya's DESTROY optimization.)
44885      Branch: perlio
44886            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
44887 ____________________________________________________________________________
44888 [  8370] By: nick                                  on 2001/01/08  20:19:41
44889         Log: Integrate mainline
44890      Branch: perlio
44891           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
44892           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
44893           !> t/op/64bitint.t
44894 ____________________________________________________________________________
44895 [  8369] By: jhi                                   on 2001/01/08  17:30:52
44896         Log: save_delete() Safefree() doesn't (anymore?) work with shared
44897              strings, one test failure in op/misc and almost all of lib/b.
44898              (Outcomments #8369.)
44899      Branch: perl
44900            ! scope.c
44901 ____________________________________________________________________________
44902 [  8368] By: jhi                                   on 2001/01/08  14:47:10
44903         Log: (Outcommented by #8369.)
44904              
44905              Subject: Re: Perl BugID 20001205.022 ---- save_delete
44906              From: Simon Cozens <simon@cozens.net>
44907              Date: Sat, 6 Jan 2001 11:48:40 +0000
44908              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
44909              
44910              The save_delete() does need the Safefree.
44911      Branch: perl
44912            ! scope.c
44913 ____________________________________________________________________________
44914 [  8367] By: bailey                                on 2001/01/08  08:53:52
44915         Log: Once again syncing after too long an absence
44916      Branch: vmsperl
44917           +> (branch 55 files)
44918            - MAINTAIN fix_pl vos/config.def vos/config.h
44919            - vos/config_h.SH_orig
44920           !> (integrate 498 files)
44921 ____________________________________________________________________________
44922 [  8366] By: jhi                                   on 2001/01/08  02:42:59
44923         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
44924              From: nick@ccl4.org
44925              Date: Sun, 7 Jan 2001 21:07:18 +0000
44926              Message-Id: <20010107210717.D1048@plum.flirble.org>
44927      Branch: perl
44928            ! sv.c t/op/64bitint.t
44929 ____________________________________________________________________________
44930 [  8365] By: jhi                                   on 2001/01/08  02:35:16
44931         Log: Subject: [PATCH] environ nit
44932              From: Simon Cozens <simon@cozens.net>
44933              Date: Sun, 7 Jan 2001 17:57:07 +0000
44934              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
44935              
44936              Use environ only if we have it.
44937      Branch: perl
44938            ! mg.c
44939 ____________________________________________________________________________
44940 [  8364] By: jhi                                   on 2001/01/08  02:24:51
44941         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
44942      Branch: perl
44943            ! ext/GDBM_File/GDBM_File.xs
44944 ____________________________________________________________________________
44945 [  8363] By: jhi                                   on 2001/01/08  02:19:24
44946         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
44947              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44948              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
44949              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
44950      Branch: perl
44951            ! dump.c op.c
44952 ____________________________________________________________________________
44953 [  8362] By: jhi                                   on 2001/01/08  02:17:43
44954         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
44955              From: Doug MacEachern <dougm@covalent.net>
44956              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
44957              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
44958              
44959              Allow AUTOLOAD to be an xsub and allow such xsubs
44960              to avoid use of $AUTOLOAD.
44961      Branch: perl
44962            ! gv.c
44963 ____________________________________________________________________________
44964 [  8361] By: jhi                                   on 2001/01/08  02:16:07
44965         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
44966              From: Radu Greab <radu@netsoft.ro>
44967              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
44968              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
44969              
44970              No need for the potentially unportable $SIG{CHLD}.
44971      Branch: perl
44972            ! t/io/pipe.t
44973 ____________________________________________________________________________
44974 [  8360] By: jhi                                   on 2001/01/08  01:58:23
44975         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
44976      Branch: perl
44977            ! lib/Getopt/Long.pm
44978 ____________________________________________________________________________
44979 [  8359] By: jhi                                   on 2001/01/08  01:55:44
44980         Log: Integrate perlio.
44981      Branch: perl
44982           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
44983           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
44984           !> utf8.c win32/Makefile
44985 ____________________________________________________________________________
44986 [  8358] By: jhi                                   on 2001/01/07  21:16:50
44987         Log: Update the EPOC cross SDK URL.
44988      Branch: perl
44989            ! README.epoc
44990 ____________________________________________________________________________
44991 [  8357] By: jhi                                   on 2001/01/07  21:16:09
44992         Log: Update the EPOC cross SDK URL.
44993      Branch: maint-5.6/perl
44994            ! README.epoc
44995 ____________________________________________________________________________
44996 [  8356] By: nick                                  on 2001/01/06  21:47:52
44997         Log: FILE * in XS code for PerlIO world:
44998              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
44999              - Add FILE * T_STDIO typemap.
45000              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
45001      Branch: perlio
45002            ! lib/ExtUtils/typemap perlio.c perlio.h
45003 ____________________________________________________________________________
45004 [  8355] By: jhi                                   on 2001/01/06  20:27:15
45005         Log: integrate change #8336 from mainline
45006              
45007              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
45008      Branch: maint-5.6/perl
45009            ! hv.c
45010 ____________________________________________________________________________
45011 [  8354] By: jhi                                   on 2001/01/06  20:24:29
45012         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
45013              From: Robin Barker <rmb1@cise.npl.co.uk>
45014              Date: Fri, 22 Dec 2000 12:17:38 GMT
45015              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
45016              
45017              The patch reformats some long =item lines so they give
45018              correct output via pod2man | nroff -man
45019              
45020              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
45021              From: Robin Barker <rmb1@cise.npl.co.uk>
45022              Date: Tue, 2 Jan 2001 15:35:03 GMT
45023              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
45024              
45025              Here is a _further_ patch which corrects a few more errors:
45026              * an empty C<=item> in CPAN.pm
45027              * patching the wrong file (pod/perlamiga.pod not README.amiga)
45028              * leaving empty C<=item>s which formatted incorrectly
45029              * over long C<=item>s revealed by latest patch to Pod::Man
45030      Branch: maint-5.6/perl
45031            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
45032            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
45033            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
45034            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
45035            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
45036            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
45037 ____________________________________________________________________________
45038 [  8353] By: jhi                                   on 2001/01/06  20:21:10
45039         Log: integrate changes #7980, 8056, 8057 from mainline
45040              
45041              UTF-8 hash keys.
45042      Branch: maint-5.6/perl
45043            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
45044 ____________________________________________________________________________
45045 [  8352] By: jhi                                   on 2001/01/06  20:18:44
45046         Log: Forgotten from #8438.
45047      Branch: maint-5.6/perl
45048            ! epoc/epocish.h
45049 ____________________________________________________________________________
45050 [  8351] By: jhi                                   on 2001/01/06  20:18:12
45051         Log: Forgotten from #8347.
45052      Branch: maint-5.6/perl
45053            ! config_h.SH
45054 ____________________________________________________________________________
45055 [  8350] By: jhi                                   on 2001/01/06  20:00:19
45056         Log: Thinko in #8347.
45057      Branch: maint-5.6/perl
45058            ! regcomp.c
45059 ____________________________________________________________________________
45060 [  8349] By: jhi                                   on 2001/01/06  18:05:30
45061         Log: Copy the FAQ3 IDE section from the development branch,
45062              changes originally by Peter Prymmer.
45063      Branch: maint-5.6/perl
45064            ! pod/perlfaq3.pod
45065 ____________________________________________________________________________
45066 [  8348] By: jhi                                   on 2001/01/06  18:03:02
45067         Log: EPOC updates for TRIAL1.
45068              
45069              Subject: [5.6.1 trial1] EPOC update
45070              From: Olaf Flebbe <O.Flebbe@science-computing.de>
45071              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
45072              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
45073              
45074              Subject: epoc patch2 for perl-5.6.1-trial1
45075              From: Olaf Flebbe <O.Flebbe@science-computing.de>
45076              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
45077              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
45078      Branch: maint-5.6/perl
45079            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
45080            ! epoc/epocish.c
45081 ____________________________________________________________________________
45082 [  8347] By: jhi                                   on 2001/01/06  17:29:10
45083         Log: integrate changes #7710,7824,7973 from mainline,
45084              plus VMS nits from Peter Prymmer and Dan Sugalski.
45085              
45086              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
45087              library (getprotobyname and getprotobynumber are outversioned by
45088              the same calls in libc, at least for xlc version 3.
45089              
45090              Add HAS_SBRK_PROTO.
45091              
45092              Fixes for signedness warnings noticed by VMSperlers.
45093      Branch: maint-5.6/perl
45094            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45095            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
45096            ! sv.c vms/descrip_mms.template vos/config.alpha.def
45097            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
45098            ! win32/config.bc win32/config.gc win32/config.vc
45099 ____________________________________________________________________________
45100 [  8346] By: nick                                  on 2001/01/06  14:36:01
45101         Log: Fixup accumulated integrate muddles (perlio == devperl again)
45102      Branch: perlio
45103            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
45104 ____________________________________________________________________________
45105 [  8345] By: nick                                  on 2001/01/06  14:24:58
45106         Log: Integrate mainline
45107      Branch: perlio
45108           !> (integrate 55 files)
45109 ____________________________________________________________________________
45110 [  8344] By: jhi                                   on 2001/01/06  02:24:02
45111         Log: Subject: [patch] PerlIO_cleanup() prototype
45112              From: Doug MacEachern <dougm@covalent.net>
45113              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
45114              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
45115      Branch: perl
45116            ! perlio.h
45117 ____________________________________________________________________________
45118 [  8343] By: jhi                                   on 2001/01/06  01:04:09
45119         Log: IRIX compiler noticed that the bof initialization might be
45120              bypassed by control flow.
45121      Branch: perl
45122            ! toke.c
45123 ____________________________________________________________________________
45124 [  8342] By: jhi                                   on 2001/01/06  00:10:48
45125         Log: Update Changes.
45126      Branch: perl
45127            ! Changes patchlevel.h
45128 ____________________________________________________________________________
45129 [  8341] By: jhi                                   on 2001/01/05  23:52:33
45130         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
45131      Branch: perl
45132            ! toke.c
45133 ____________________________________________________________________________
45134 [  8340] By: jhi                                   on 2001/01/05  22:44:08
45135         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
45136              From: Radu Greab <radu@netsoft.ro>
45137              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
45138              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
45139      Branch: perl
45140            ! t/io/pipe.t util.c
45141 ____________________________________________________________________________
45142 [  8339] By: jhi                                   on 2001/01/05  22:35:17
45143         Log: Subject: [PATCH] format and rewording in perlfaq.pod
45144              From: Robin Barker <rmb1@cise.npl.co.uk>
45145              Date: Fri, 5 Jan 2001 18:51:20 GMT
45146              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
45147      Branch: perl
45148            ! pod/perlfaq.pod
45149 ____________________________________________________________________________
45150 [  8338] By: jhi                                   on 2001/01/05  22:31:17
45151         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
45152              From: Peter Prymmer <pvhp@forte.com>
45153              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
45154              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
45155      Branch: perl
45156            ! utils/perlbug.PL
45157 ____________________________________________________________________________
45158 [  8337] By: jhi                                   on 2001/01/05  18:15:11
45159         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
45160              From: Robin Barker <rmb1@cise.npl.co.uk>
45161              Date: Tue, 2 Jan 2001 15:24:07 GMT
45162              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
45163              
45164              If you call configure as C<./Configure> or C<sh ./Configure>,
45165              $src is set to the absolute path name, not '.'.
45166              
45167              This, in turn, means -Dmksymlink tries to do its stuff because
45168              it does not think it is in the src directory.
45169              
45170              (plus a metaconfig nitfix)
45171      Branch: metaconfig
45172            ! U/compline/ccflags.U U/modified/src.U
45173      Branch: perl
45174            ! Configure config_h.SH
45175 ____________________________________________________________________________
45176 [  8336] By: jhi                                   on 2001/01/05  17:48:32
45177         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
45178              From: Alan Burlison <Alan.Burlison@uk.sun.com>
45179              Message-ID: <3A5606C4.473D2226@uk.sun.com>
45180              Date: Fri, 05 Jan 2001 17:39:16 +0000
45181      Branch: perl
45182            ! hv.c
45183 ____________________________________________________________________________
45184 [  8335] By: jhi                                   on 2001/01/05  16:05:44
45185         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
45186      Branch: perl
45187            ! lib/Getopt/Long.pm
45188 ____________________________________________________________________________
45189 [  8334] By: jhi                                   on 2001/01/05  16:00:51
45190         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
45191              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
45192              Date: Fri, 05 Jan 2001 13:46:51 +0100
45193              Message-ID: <13693.978698811@nice.ram.loc>
45194              
45195              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
45196              accurate reading of the "atime".  
45197      Branch: perl
45198            ! t/io/fs.t
45199 ____________________________________________________________________________
45200 [  8333] By: jhi                                   on 2001/01/05  15:57:37
45201         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
45202              From: Simon Cozens <simon@cozens.net>
45203              Date: Fri, 8 Dec 2000 13:33:31 +0000
45204              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
45205              
45206              A lost patch fragment.
45207      Branch: perl
45208            ! doop.c
45209 ____________________________________________________________________________
45210 [  8332] By: jhi                                   on 2001/01/05  15:40:42
45211         Log: Do away with strncpy() and a fixed length buffer.
45212      Branch: perl
45213            ! utf8.c
45214 ____________________________________________________________________________
45215 [  8331] By: jhi                                   on 2001/01/05  15:03:07
45216         Log: Tests for #8329 and #8330.
45217      Branch: perl
45218            ! t/op/bop.t
45219 ____________________________________________________________________________
45220 [  8330] By: jhi                                   on 2001/01/05  15:02:38
45221         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
45222              raw 8-bit form to the UTF-8 string.
45223      Branch: perl
45224            ! toke.c
45225 ____________________________________________________________________________
45226 [  8329] By: jhi                                   on 2001/01/05  14:55:13
45227         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
45228              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
45229              Date: Fri, 5 Jan 2001 12:28:52 +0100
45230              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
45231              
45232              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
45233              no effect.  (changed the strncpy() to Copy())
45234      Branch: perl
45235            ! toke.c
45236 ____________________________________________________________________________
45237 [  8328] By: jhi                                   on 2001/01/05  06:44:27
45238         Log: UTF-8 cleanup.
45239      Branch: perl
45240            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
45241            ! regexec.c sv.c toke.c
45242 ____________________________________________________________________________
45243 [  8327] By: jhi                                   on 2001/01/05  01:11:29
45244         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')
45245              From: Radu Greab <radu@netsoft.ro>
45246              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
45247              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
45248              
45249              Cleans up Harness to not use FileHandle, which uses IO.
45250      Branch: perl
45251            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
45252 ____________________________________________________________________________
45253 [  8326] By: jhi                                   on 2001/01/05  00:56:37
45254         Log: Update Changes.
45255      Branch: perl
45256            ! Changes patchlevel.h
45257 ____________________________________________________________________________
45258 [  8325] By: jhi                                   on 2001/01/05  00:53:18
45259         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
45260              From: Peter Prymmer <pvhp@forte.com>
45261              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
45262              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
45263              
45264              plus a couple more tailing whitespace removals.
45265      Branch: perl
45266            ! win32/Makefile
45267 ____________________________________________________________________________
45268 [  8324] By: jhi                                   on 2001/01/05  00:47:39
45269         Log: Add some Unicode chop() tests.
45270      Branch: perl
45271            ! t/op/chop.t
45272 ____________________________________________________________________________
45273 [  8323] By: jhi                                   on 2001/01/05  00:47:23
45274         Log: Unify UTF-8 malformedness handling.
45275      Branch: perl
45276            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
45277 ____________________________________________________________________________
45278 [  8322] By: jhi                                   on 2001/01/04  22:21:54
45279         Log: The new $issymlink was unknown to Mksymlinks.
45280      Branch: metaconfig/U/perl
45281            ! Mksymlinks.U issymlink.U
45282      Branch: perl
45283            ! Configure config_h.SH
45284 ____________________________________________________________________________
45285 [  8321] By: jhi                                   on 2001/01/04  21:51:05
45286         Log: The test didn't work under the core test framework.
45287      Branch: perl
45288            ! t/lib/st-lock.t
45289 ____________________________________________________________________________
45290 [  8320] By: jhi                                   on 2001/01/04  21:14:22
45291         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
45292      Branch: perl
45293            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
45294 ____________________________________________________________________________
45295 [  8319] By: jhi                                   on 2001/01/04  20:46:17
45296         Log: Typo in #8312 when manually appying a problematic patch fragment.
45297      Branch: perl
45298            ! ext/Storable/Storable.xs
45299 ____________________________________________________________________________
45300 [  8318] By: jhi                                   on 2001/01/04  20:43:01
45301         Log: The $sh_c didn't fly.
45302      Branch: metaconfig
45303            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
45304            ! U/modified/Loc.U U/modified/myhostname.U
45305            ! U/modified/spitshell.U
45306      Branch: metaconfig/U/perl
45307            ! issymlink.U
45308      Branch: perl
45309            ! Configure config_h.SH
45310 ____________________________________________________________________________
45311 [  8317] By: jhi                                   on 2001/01/04  19:58:01
45312         Log: AIX builtin test -h is broken, changes based on
45313              
45314              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
45315              Date: Tue, 02 Jan 2001 11:24:39 +0100
45316              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45317              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
45318      Branch: metaconfig
45319            + U/modified/spitshell.U
45320            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
45321            ! U/modified/Loc.U U/modified/myhostname.U
45322      Branch: metaconfig/U/perl
45323            ! Mksymlinks.U issymlink.U
45324      Branch: perl
45325            ! Configure
45326 ____________________________________________________________________________
45327 [  8316] By: jhi                                   on 2001/01/04  19:02:22
45328         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
45329              From: Andy Dougherty <doughera@lafayette.edu>
45330              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
45331              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
45332              
45333              Beware of GNU ld.
45334      Branch: perl
45335            ! hints/solaris_2.sh
45336 ____________________________________________________________________________
45337 [  8315] By: jhi                                   on 2001/01/04  18:56:48
45338         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
45339              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
45340              Date: Wed, 3 Jan 2001 07:58:51 +0100
45341              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
45342      Branch: perl
45343            ! hints/solaris_2.sh
45344 ____________________________________________________________________________
45345 [  8314] By: jhi                                   on 2001/01/04  18:54:07
45346         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
45347              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
45348              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
45349              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
45350              
45351              Doc tweak on #8313.
45352      Branch: perl
45353            ! ext/B/B/Deparse.pm
45354 ____________________________________________________________________________
45355 [  8313] By: jhi                                   on 2001/01/04  18:52:27
45356         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
45357              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
45358              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
45359              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
45360              
45361              Make the peephole optimizer to bypass more null ops and
45362              and rewrite the deparse handling of continue blocks.
45363      Branch: perl
45364            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
45365 ____________________________________________________________________________
45366 [  8312] By: jhi                                   on 2001/01/04  18:47:39
45367         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
45368      Branch: perl
45369            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
45370            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
45371            ! t/lib/st-lock.t
45372 ____________________________________________________________________________
45373 [  8311] By: jhi                                   on 2001/01/04  18:36:08
45374         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
45375              filter to be run on each .pm during the pm_to_blib() phase,
45376              a fixed version of
45377              
45378              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
45379              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
45380              Date: Wed, 03 Jan 2001 22:01:30 +0100
45381              Message-ID: <5296.978555690@nice.ram.loc>
45382      Branch: perl
45383            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
45384            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
45385            ! lib/ExtUtils/MakeMaker.pm
45386 ____________________________________________________________________________
45387 [  8310] By: jhi                                   on 2001/01/04  18:32:54
45388         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
45389              From: Robin Barker <rmb1@cise.npl.co.uk>
45390              Date: Tue, 2 Jan 2001 15:35:03 GMT
45391              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
45392      Branch: perl
45393            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
45394            ! pod/perlrequick.pod
45395 ____________________________________________________________________________
45396 [  8309] By: jhi                                   on 2001/01/04  18:29:07
45397         Log: Subject: Re: [patch] static-ize XS()
45398              From: Doug MacEachern <dougm@covalent.net>
45399              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
45400              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
45401              
45402              Provide prototypes for the XS functions.
45403      Branch: perl
45404            ! lib/ExtUtils/xsubpp
45405 ____________________________________________________________________________
45406 [  8308] By: jhi                                   on 2001/01/04  18:27:44
45407         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
45408              From: Doug MacEachern <dougm@covalent.net>
45409              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
45410              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
45411      Branch: perl
45412            ! lib/ExtUtils/typemap
45413 ____________________________________________________________________________
45414 [  8307] By: jhi                                   on 2001/01/04  18:25:25
45415         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
45416              From: Doug MacEachern <dougm@covalent.net>
45417              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
45418              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
45419              
45420              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
45421      Branch: perl
45422            ! lib/ExtUtils/MM_Unix.pm
45423 ____________________________________________________________________________
45424 [  8306] By: jhi                                   on 2001/01/04  18:23:00
45425         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
45426              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
45427              Date: Thu, 4 Jan 2001 12:47:10 +0100 
45428              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
45429              
45430              The toke.c part only, patching embed.h and proto.h is futile.
45431      Branch: perl
45432            ! toke.c
45433 ____________________________________________________________________________
45434 [  8305] By: jhi                                   on 2001/01/04  18:05:51
45435         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
45436              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
45437              Date: Thu, 4 Jan 2001 17:50:12 +0100 
45438              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
45439      Branch: perl
45440            ! toke.c
45441 ____________________________________________________________________________
45442 [  8304] By: jhi                                   on 2001/01/04  18:03:26
45443         Log: Subject: [PATCH perl@8269]
45444              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
45445              Date: Thu, 4 Jan 2001 12:53:39 +0100 
45446              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
45447              
45448              If running byacc write-enable also perly.h.
45449      Branch: perl
45450            ! Makefile.SH
45451 ____________________________________________________________________________
45452 [  8303] By: jhi                                   on 2001/01/04  15:40:49
45453         Log: Rewrite pp_concat() in terms of sv_catsv().
45454      Branch: perl
45455            ! pp_hot.c
45456 ____________________________________________________________________________
45457 [  8302] By: nick                                  on 2001/01/03  22:43:22
45458         Log: Integrate mainline.
45459      Branch: perlio
45460           !> ext/Encode/Encode.xs sv.c utf8.c
45461 ____________________________________________________________________________
45462 [  8301] By: jhi                                   on 2001/01/02  23:40:26
45463         Log: Variable naming tweak.
45464      Branch: perl
45465            ! sv.c
45466 ____________________________________________________________________________
45467 [  8300] By: jhi                                   on 2001/01/02  23:40:02
45468         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
45469              in is_utf8_string().
45470      Branch: perl
45471            ! utf8.c
45472 ____________________________________________________________________________
45473 [  8299] By: jhi                                   on 2001/01/02  22:14:40
45474         Log: Integrate perlio.
45475      Branch: perl
45476           !> pp.c pp_hot.c win32/Makefile
45477 ____________________________________________________________________________
45478 [  8298] By: nick                                  on 2001/01/02  22:03:06
45479         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
45480      Branch: perlio
45481            ! pp.c pp_hot.c
45482 ____________________________________________________________________________
45483 [  8297] By: jhi                                   on 2001/01/02  04:26:28
45484         Log: Signedness nit.
45485      Branch: perl
45486            ! ext/Encode/Encode.xs
45487 ____________________________________________________________________________
45488 [  8296] By: nick                                  on 2001/01/01  23:49:36
45489         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
45490      Branch: perlio
45491            ! win32/Makefile
45492 ____________________________________________________________________________
45493 [  8295] By: jhi                                   on 2001/01/01  23:05:48
45494         Log: Integrate perlio.
45495      Branch: perl
45496           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
45497           !> t/lib/encode.t
45498 ____________________________________________________________________________
45499 [  8294] By: nick                                  on 2001/01/01  22:48:34
45500         Log: Integrate mainline
45501      Branch: perlio
45502            ! pp_hot.c t/lib/encode.t
45503           !> (integrate 65 files)
45504 ____________________________________________________________________________
45505 [  8293] By: nick                                  on 2001/01/01  21:58:50
45506         Log: More rigor in UTF-8-ness of Encode's toUnicode
45507              XS export some of the utf8 internal functions.
45508              Test some of the functions.
45509              Fix pp_concat() bug shown by said tests.
45510      Branch: perlio
45511            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
45512            ! t/lib/encode.t
45513 ____________________________________________________________________________
45514 [  8292] By: jhi                                   on 2001/01/01  18:11:44
45515         Log: Integrate perlio.
45516      Branch: perl
45517           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
45518           !> ext/Encode/encengine.c ext/Encode/encode.h
45519 ____________________________________________________________________________
45520 [  8291] By: jhi                                   on 2001/01/01  18:10:58
45521         Log: Podify README.mpeix (a new version from the web),
45522              add a dummy NAME to Carp::Heavy, regen toc.
45523      Branch: perl
45524            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
45525            ! pod/perltoc.pod
45526 ____________________________________________________________________________
45527 [  8290] By: nick                                  on 2001/01/01  17:43:47
45528         Log: Loose the "Loading..." warning.
45529              Another bug in fallback support
45530      Branch: perlio
45531            ! ext/Encode/Encode.pm ext/Encode/encengine.c
45532 ____________________________________________________________________________
45533 [  8289] By: jhi                                   on 2001/01/01  00:01:57
45534         Log: Bump up Larry's copyright.
45535      Branch: perl
45536            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
45537            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
45538            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
45539            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
45540            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
45541            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
45542            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
45543            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
45544 ____________________________________________________________________________
45545 [  8288] By: nick                                  on 2000/12/31  21:27:53
45546         Log: Fix .ucm reading - forgot a chr()
45547              Start of .ucm write (for .enc to .ucm)
45548      Branch: perlio
45549            ! ext/Encode/compile
45550 ____________________________________________________________________________
45551 [  8287] By: jhi                                   on 2000/12/31  18:15:56
45552         Log: Comment away a diagnostic message as noted by Craig A. Berry
45553              (the unexpected message was confusing testing)
45554      Branch: perl
45555            ! ext/Encode/Encode.pm
45556 ____________________________________________________________________________
45557 [  8286] By: jhi                                   on 2000/12/31  18:14:51
45558         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
45559              Date: Sun, 31 Dec 2000 11:17:37 -0600
45560              From: "Craig A. Berry" <craigberry@mac.com>
45561              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
45562      Branch: perl
45563            ! ext/Encode/Makefile.PL
45564 ____________________________________________________________________________
45565 [  8285] By: nick                                  on 2000/12/31  18:11:54
45566         Log: Start of support of ICU-style .ucm files:
45567              - teach compile how to read a .ucm file
45568              - first guess at how to represent fallbacks in "tries".
45569              - use fallbacks if check == 0
45570              - new return code to indicate we used one.
45571      Branch: perlio
45572            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
45573            ! ext/Encode/encengine.c ext/Encode/encode.h
45574 ____________________________________________________________________________
45575 [  8284] By: jhi                                   on 2000/12/31  18:04:41
45576         Log: Pacify picky VMS compiler.
45577              
45578              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
45579              From: "Craig A. Berry" <craig.berry@psinetcs.com>
45580              Date: Sat, 30 Dec 2000 18:10:02 -0600
45581              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
45582      Branch: perl
45583            ! sv.c
45584 ____________________________________________________________________________
45585 [  8283] By: jhi                                   on 2000/12/31  16:11:47
45586         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
45587      Branch: perl
45588            ! t/lib/glob-basic.t
45589 ____________________________________________________________________________
45590 [  8282] By: jhi                                   on 2000/12/31  15:26:11
45591         Log: Integrate perlio.
45592      Branch: perl
45593           !> makedef.pl opcode.pl os2/os2.c perlio.c
45594 ____________________________________________________________________________
45595 [  8281] By: nick                                  on 2000/12/31  10:06:15
45596         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
45597              is available to be exported
45598      Branch: perlio
45599            ! makedef.pl perlio.c
45600 ____________________________________________________________________________
45601 [  8280] By: nick                                  on 2000/12/31  09:41:26
45602         Log: Ilya's OS2 patch (testing for damage on Win32)
45603      Branch: perlio
45604            ! makedef.pl opcode.pl os2/os2.c
45605 ____________________________________________________________________________
45606 [  8279] By: jhi                                   on 2000/12/30  21:52:07
45607         Log: Test nits.
45608      Branch: perl
45609            ! t/lib/syslfs.t t/op/lfs.t
45610 ____________________________________________________________________________
45611 [  8278] By: jhi                                   on 2000/12/30  21:47:49
45612         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
45613              From: andreas.koenig@anima.de (Andreas J. Koenig)
45614              Date: 30 Dec 2000 22:35:37 +0100
45615              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
45616              
45617              The 32-bit wraparound test wasn't quite right.
45618      Branch: perl
45619            ! t/lib/syslfs.t t/op/lfs.t
45620 ____________________________________________________________________________
45621 [  8277] By: jhi                                   on 2000/12/30  21:33:44
45622         Log: Subject: [PATCH] open() example in perlfunc.pod 
45623              From: Karsten Sperling <s_sperli@ira.uka.de>
45624              Date: Sat, 30 Dec 2000 22:27:09 +0100
45625              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
45626      Branch: perl
45627            ! pod/perlfunc.pod
45628 ____________________________________________________________________________
45629 [  8276] By: jhi                                   on 2000/12/30  20:32:40
45630         Log: Not quite that many tests yet.
45631      Branch: perl
45632            ! t/op/pat.t
45633 ____________________________________________________________________________
45634 [  8275] By: jhi                                   on 2000/12/30  20:26:58
45635         Log: Integrate perlio.
45636      Branch: perl
45637           !> toke.c
45638 ____________________________________________________________________________
45639 [  8274] By: jhi                                   on 2000/12/30  20:24:56
45640         Log: Signedness nit.
45641      Branch: perl
45642            ! utf8.c
45643 ____________________________________________________________________________
45644 [  8273] By: jhi                                   on 2000/12/30  20:15:46
45645         Log: Add a test case for 20000731.001 which was fixed by the #8267.
45646      Branch: perl
45647            ! t/op/pat.t
45648 ____________________________________________________________________________
45649 [  8272] By: nick                                  on 2000/12/30  19:47:51
45650         Log: Tweak for MULTIPLICITY/USE_PERLIO
45651      Branch: perlio
45652            ! toke.c
45653 ____________________________________________________________________________
45654 [  8271] By: nick                                  on 2000/12/30  19:46:45
45655         Log: Integrate mainline
45656      Branch: perlio
45657           +> lib/unicode/distinct.pm
45658           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
45659           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
45660           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
45661 ____________________________________________________________________________
45662 [  8270] By: jhi                                   on 2000/12/30  19:39:50
45663         Log: Subject: RE: perl@8269
45664              From: "Richard Soderberg" <rs@crystalflame.net>
45665              Date: Sat, 30 Dec 2000 11:36:27 -0800
45666              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
45667              
45668              A missing aTHX_.
45669      Branch: perl
45670            ! toke.c
45671 ____________________________________________________________________________
45672 [  8269] By: jhi                                   on 2000/12/30  18:55:48
45673         Log: Update Changes.
45674      Branch: perl
45675            ! Changes patchlevel.h
45676 ____________________________________________________________________________
45677 [  8268] By: jhi                                   on 2000/12/30  17:18:40
45678         Log: Add a test for Unicode split //.  The #8267 was the cure.
45679      Branch: perl
45680            ! t/op/split.t
45681 ____________________________________________________________________________
45682 [  8267] By: jhi                                   on 2000/12/30  17:14:19
45683         Log: Subject: more UTF8 test suites and an UTF8 patch
45684              From: Inaba Hiroto <inaba@st.rim.or.jp>
45685              Date: Sat, 30 Dec 2000 14:27:10 +0900
45686              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
45687              
45688              Just the patch part for now, and the pragma renamed
45689              as unicode::distinct.
45690      Branch: perl
45691            + lib/unicode/distinct.pm
45692            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
45693            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
45694            ! regcomp.h regexec.c sv.c toke.c utf8.c
45695 ____________________________________________________________________________
45696 [  8266] By: nick                                  on 2000/12/30  16:40:49
45697         Log: Integrate mainline
45698      Branch: perlio
45699           +> lib/Pod/Text/Overstrike.pm
45700           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
45701           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
45702           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
45703           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
45704           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
45705 ____________________________________________________________________________
45706 [  8265] By: jhi                                   on 2000/12/30  07:28:55
45707         Log: The sv_catsv() fix, take two.
45708      Branch: perl
45709            ! sv.c t/op/join.t
45710 ____________________________________________________________________________
45711 [  8264] By: jhi                                   on 2000/12/30  06:19:18
45712         Log: Undo all the join-related changes since #8248: relevant
45713              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
45714              The new sv_catsv() doesn't fly so it must go back to
45715              the drawing board.
45716      Branch: perl
45717            ! sv.c t/op/join.t t/pragma/utf8.t
45718 ____________________________________________________________________________
45719 [  8263] By: jhi                                   on 2000/12/30  01:08:32
45720         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
45721      Branch: perl
45722            ! sv.c
45723 ____________________________________________________________________________
45724 [  8262] By: jhi                                   on 2000/12/30  00:45:14
45725         Log: Retract #8261.
45726      Branch: perl
45727            ! hv.c util.c
45728 ____________________________________________________________________________
45729 [  8261] By: jhi                                   on 2000/12/30  00:38:32
45730         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
45731      Branch: perl
45732            ! hv.c util.c
45733 ____________________________________________________________________________
45734 [  8260] By: jhi                                   on 2000/12/29  22:51:33
45735         Log: (Retracted by #8264)  More fixing for #8251.
45736      Branch: perl
45737            ! sv.c
45738 ____________________________________________________________________________
45739 [  8259] By: jhi                                   on 2000/12/29  18:27:30
45740         Log: Subject: podlators 1.06 released
45741              From: Russ Allbery <rra@stanford.edu>
45742              Date: 25 Dec 2000 05:09:30 -0800
45743              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
45744      Branch: perl
45745            + lib/Pod/Text/Overstrike.pm
45746            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
45747            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
45748 ____________________________________________________________________________
45749 [  8258] By: jhi                                   on 2000/12/29  18:20:45
45750         Log: Make the large file tests more robust/talkative as suggested by
45751              
45752              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
45753              From: andreas.koenig@anima.de (Andreas J. Koenig)
45754              Date: 29 Dec 2000 14:23:01 +0100
45755              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
45756      Branch: perl
45757            ! t/lib/syslfs.t t/op/lfs.t
45758 ____________________________________________________________________________
45759 [  8257] By: jhi                                   on 2000/12/29  17:48:04
45760         Log: Further VMS piping fixes from Charles Lane:
45761              
45762              In summary, error messages produced when a subprocess terminated
45763              abnormally were being sent not just to the parent process, but to
45764              grandparents, because of default values for error output that were
45765              not completely overridden when the subprocess was started.
45766              
45767              This patch fixes this behavior by defining user-mode (i.e., temporary
45768              for the duration of the program) logical names for SYS$OUTPUT and
45769              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
45770              changes to make it so that the user-mode logicals are the ones that
45771              control where Perl's error messages go if it terminates abnormally.
45772              
45773              I also added some gratuitous fixes to the indentation of braces in
45774              the piping code.  It just looked ugly, before.
45775      Branch: perl
45776            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
45777 ____________________________________________________________________________
45778 [  8256] By: jhi                                   on 2000/12/29  17:45:12
45779         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
45780              From: "Casey R. Tweten" <crt@kiski.net>
45781              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
45782              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
45783              
45784              Tests for for #8240.
45785      Branch: perl
45786            ! t/pragma/constant.t
45787 ____________________________________________________________________________
45788 [  8255] By: jhi                                   on 2000/12/29  17:43:07
45789         Log: Subject: Re: [PATCH] Interesting syntax idea
45790              From: Simon Cozens <simon@cozens.net>
45791              Date: Fri, 29 Dec 2000 14:34:04 +0000
45792              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
45793              
45794              Tests for #8254.
45795      Branch: perl
45796            ! t/pragma/sub_lval.t
45797 ____________________________________________________________________________
45798 [  8254] By: jhi                                   on 2000/12/29  17:42:11
45799         Log: Subject: [PATCH] Interesting syntax idea
45800              From: Simon Cozens <simon@cozens.net>
45801              Date: Wed, 27 Dec 2000 05:08:57 +0000
45802              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
45803              
45804              Make opens + bareword assigns do typeglob assigns.
45805      Branch: perl
45806            ! op.c
45807 ____________________________________________________________________________
45808 [  8253] By: jhi                                   on 2000/12/29  17:36:45
45809         Log: Output the (apparent) version of gcc, as suggested by
45810              
45811              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
45812              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
45813              Date: 26 Dec 2000 04:29:17 -0500
45814              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
45815              
45816              (The patch as such didn't any more apply as the misparsing had
45817              already been addressed in #6474.)  Also change the wording about
45818              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
45819      Branch: perl
45820            ! hints/dec_osf.sh
45821 ____________________________________________________________________________
45822 [  8252] By: nick                                  on 2000/12/29  12:14:31
45823         Log: Integrate mainline
45824      Branch: perlio
45825           !> (integrate 27 files)
45826 ____________________________________________________________________________
45827 [  8251] By: jhi                                   on 2000/12/29  08:45:46
45828         Log: (Retracted by #8264)
45829              
45830              (Fixed by #8260.)
45831              
45832              sv_catsv() needs one more byte space than seems reasonable.
45833              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
45834              Curiouser and curiouser.
45835      Branch: perl
45836            ! sv.c
45837 ____________________________________________________________________________
45838 [  8250] By: jhi                                   on 2000/12/29  07:57:52
45839         Log: More split // UTF-8 tests.
45840      Branch: perl
45841            ! t/pragma/utf8.t
45842 ____________________________________________________________________________
45843 [  8249] By: jhi                                   on 2000/12/29  07:54:51
45844         Log: (Retracted by #8264)  More join() testing which was good because
45845              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
45846      Branch: perl
45847            ! pp.c t/op/join.t utf8.c utf8.h
45848 ____________________________________________________________________________
45849 [  8248] By: jhi                                   on 2000/12/29  07:08:32
45850         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
45851              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
45852              that the only cases to care about are byte+byte and byte+character.
45853              
45854              TODO: See how well pp_concat() could be implemented in terms
45855              of sv_catsv().
45856      Branch: perl
45857            ! doop.c sv.c t/op/join.t utf8.h
45858 ____________________________________________________________________________
45859 [  8247] By: jhi                                   on 2000/12/29  06:35:23
45860         Log: Signedness nit.
45861      Branch: perl
45862            ! pp_hot.c
45863 ____________________________________________________________________________
45864 [  8246] By: jhi                                   on 2000/12/29  01:23:31
45865         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
45866              From: Lupe Christoph <lupe@lupe-christoph.de>
45867              Date: Thu, 28 Dec 2000 23:00:00 +0100
45868              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
45869              
45870              Suggest rsync --delete --dry-run.
45871      Branch: perl
45872            ! pod/perlhack.pod
45873 ____________________________________________________________________________
45874 [  8245] By: jhi                                   on 2000/12/28  23:57:05
45875         Log: The maxiters upper limit sanity check (guarding against
45876              non-progress) assumed bytes instead of characters in s///
45877              and split().
45878      Branch: perl
45879            ! pp.c pp_hot.c
45880 ____________________________________________________________________________
45881 [  8244] By: jhi                                   on 2000/12/28  23:34:08
45882         Log: Make some panic messages a bit more logical.
45883      Branch: perl
45884            ! doop.c pod/perldiag.pod pp.c pp_hot.c
45885 ____________________________________________________________________________
45886 [  8243] By: jhi                                   on 2000/12/28  22:59:16
45887         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
45888              From: Simon Cozens <simon@cozens.net>
45889              Date: Wed, 27 Dec 2000 02:30:03 +0000
45890              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
45891      Branch: perl
45892            ! pp.c t/pragma/sub_lval.t
45893 ____________________________________________________________________________
45894 [  8242] By: jhi                                   on 2000/12/28  22:56:53
45895         Log: Subject: [PATCH blead] Fix B::Terse indentation
45896              From: Daniel Chetlin <daniel@chetlin.com>
45897              Date: Wed, 27 Dec 2000 06:43:30 -0800
45898              Message-ID: <20001227064329.B9573@darkstar>
45899      Branch: perl
45900            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
45901 ____________________________________________________________________________
45902 [  8241] By: jhi                                   on 2000/12/28  22:48:59
45903         Log: The latter patch from the
45904              
45905              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
45906              From: Peter Prymmer <pvhp@forte.com> 
45907              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
45908              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
45909              
45910              (the former patch from the above should have been
45911              taken care of by Nick I-S)
45912      Branch: perl
45913            ! win32/Makefile
45914 ____________________________________________________________________________
45915 [  8240] By: jhi                                   on 2000/12/28  22:45:22
45916         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
45917              From: "Casey R. Tweten" <crt@kiski.net>
45918              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
45919              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
45920      Branch: perl
45921            ! lib/constant.pm
45922 ____________________________________________________________________________
45923 [  8239] By: jhi                                   on 2000/12/28  22:37:45
45924         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
45925              From: Simon Cozens <simon@cozens.net>
45926              Date: Wed, 27 Dec 2000 14:12:44 +0000
45927              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
45928      Branch: perl
45929            ! t/op/method.t t/op/sort.t toke.c
45930 ____________________________________________________________________________
45931 [  8238] By: jhi                                   on 2000/12/28  22:30:32
45932         Log: Subject: [PATCH perl@8229] Call.pm
45933              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
45934              Date: Mon, 25 Dec 2000 10:47:15 -0000
45935              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
45936      Branch: perl
45937            ! ext/Filter/Util/Call/Call.pm
45938 ____________________________________________________________________________
45939 [  8237] By: jhi                                   on 2000/12/28  22:19:21
45940         Log: Subject: [PATCH blead] Fix problem with `&' prototype
45941              From: Daniel Chetlin <daniel@chetlin.com>
45942              Date: Wed, 27 Dec 2000 15:55:32 -0800
45943              Message-ID: <20001227155532.D9573@darkstar>
45944      Branch: perl
45945            ! op.c t/comp/proto.t
45946 ____________________________________________________________________________
45947 [  8236] By: jhi                                   on 2000/12/28  22:09:25
45948         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
45949              From: Daniel Chetlin <daniel@chetlin.com>
45950              Date: Sun, 24 Dec 2000 04:09:49 -0800
45951              Message-ID: <20001224040949.B3090@darkstar>
45952      Branch: perl
45953            ! gv.c mg.c t/op/attrs.t
45954 ____________________________________________________________________________
45955 [  8235] By: jhi                                   on 2000/12/28  22:07:11
45956         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
45957              From: Jan Dubois <jand@ActiveState.com>
45958              Date: Tue, 26 Dec 2000 20:57:31 -0800
45959              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
45960      Branch: perl
45961            ! win32/win32.c
45962 ____________________________________________________________________________
45963 [  8234] By: jhi                                   on 2000/12/28  21:52:42
45964         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
45965              From: Simon Cozens <simon@cozens.net>
45966              Date: Thu, 28 Dec 2000 20:33:13 +0000
45967              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
45968      Branch: perl
45969            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
45970 ____________________________________________________________________________
45971 [  8233] By: jhi                                   on 2000/12/28  19:40:49
45972         Log: Integrate perlio.
45973      Branch: perl
45974           !> ext/Encode/Makefile.PL ext/Encode/compile
45975 ____________________________________________________________________________
45976 [  8232] By: nick                                  on 2000/12/23  16:06:00
45977         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
45978              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
45979      Branch: perlio
45980            ! ext/Encode/Makefile.PL
45981 ____________________________________________________________________________
45982 [  8231] By: nick                                  on 2000/12/23  14:30:34
45983         Log: "Compiled" encode build cleanup
45984              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
45985              - .c files do not export sub-tables
45986      Branch: perlio
45987            ! ext/Encode/Makefile.PL ext/Encode/compile
45988 ____________________________________________________________________________
45989 [  8230] By: nick                                  on 2000/12/23  12:50:37
45990         Log: Integrate mainline
45991      Branch: perlio
45992           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
45993           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
45994           !> pod/perl5004delta.pod pod/perl5005delta.pod
45995           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
45996           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
45997           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
45998           !> pod/perlsub.pod
45999 ____________________________________________________________________________
46000 [  8229] By: jhi                                   on 2000/12/22  15:32:12
46001         Log: Integrate perlio.
46002      Branch: perl
46003           +> win32/distclean.bat
46004           !> MANIFEST t/io/utf8.t
46005 ____________________________________________________________________________
46006 [  8228] By: jhi                                   on 2000/12/22  15:29:40
46007         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
46008              From: Robin Barker <rmb1@cise.npl.co.uk>
46009              Date: Fri, 22 Dec 2000 12:17:38 GMT
46010              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
46011      Branch: perl
46012            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
46013            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
46014            ! pod/perl5004delta.pod pod/perl5005delta.pod
46015            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
46016            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
46017            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
46018            ! pod/perlsub.pod
46019 ____________________________________________________________________________
46020 [  8227] By: jhi                                   on 2000/12/22  15:24:28
46021         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
46022              From: "John L. Allen" <allen@grumman.com>
46023              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
46024              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
46025              
46026              Document APPLLIB_EXP.
46027      Branch: perl
46028            ! INSTALL
46029 ____________________________________________________________________________
46030 [  8226] By: nick                                  on 2000/12/21  22:11:50
46031         Log: Handy script for when one forgets to "dmake clean" 
46032      Branch: perlio
46033            + win32/distclean.bat
46034            ! MANIFEST
46035 ____________________________________________________________________________
46036 [  8225] By: nick                                  on 2000/12/21  21:54:04
46037         Log: CRLF platform issue with io/utf8 fix.
46038      Branch: perlio
46039            ! t/io/utf8.t
46040 ____________________________________________________________________________
46041 [  8224] By: nick                                  on 2000/12/21  21:02:20
46042         Log: Integrate mainline
46043      Branch: perlio
46044           !> Changes Configure Makefile.SH Porting/Glossary
46045           !> Porting/config.sh Porting/config_H configure.com
46046           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
46047           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
46048           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
46049           !> win32/config.bc win32/config.gc win32/config.vc
46050 ____________________________________________________________________________
46051 [  8223] By: jhi                                   on 2000/12/21  17:09:16
46052         Log: Update Changes.
46053      Branch: perl
46054            ! Changes patchlevel.h
46055 ____________________________________________________________________________
46056 [  8222] By: jhi                                   on 2000/12/21  16:24:01
46057         Log: Metaconfig unit changes for #8221.
46058      Branch: metaconfig/U/perl
46059           +> issymlink.U
46060            - testsyml.U
46061            ! Mksymlinks.U
46062 ____________________________________________________________________________
46063 [  8221] By: jhi                                   on 2000/12/21  16:23:48
46064         Log: Rename testsyml to issymlink.
46065      Branch: perl
46066            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46067            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
46068            ! win32/config.vc
46069 ____________________________________________________________________________
46070 [  8220] By: jhi                                   on 2000/12/21  15:47:26
46071         Log: Robustness support for #8218 (symlink forest) since the GNU
46072              tools seem to be overly picky about symlinkage depths.
46073      Branch: perl
46074            ! Makefile.SH t/io/fs.t
46075 ____________________________________________________________________________
46076 [  8219] By: jhi                                   on 2000/12/21  15:38:27
46077         Log: Metaconfig changes for #8218.
46078      Branch: metaconfig
46079            ! U/modified/Oldconfig.U
46080      Branch: metaconfig/U/perl
46081            + Mksymlinks.U
46082            ! testsyml.U
46083 ____________________________________________________________________________
46084 [  8218] By: jhi                                   on 2000/12/21  15:37:57
46085         Log: Add Configure option -Dmksymlinks which will create a symlink
46086              forest if the current/build differs from the source directory.
46087              TODO: mkdir -p is not portable.
46088      Branch: perl
46089            ! Configure
46090 ____________________________________________________________________________
46091 [  8217] By: jhi                                   on 2000/12/21  14:39:12
46092         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
46093              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
46094              Date: Thu, 21 Dec 2000 09:38:18 GMT
46095              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
46096              
46097              The ofs became an SV.
46098      Branch: perl
46099            ! ext/Thread/Thread.xs
46100 ____________________________________________________________________________
46101 [  8216] By: jhi                                   on 2000/12/21  05:40:21
46102         Log: The polymorphism seems to have fixed 20000517.001.
46103      Branch: perl
46104            ! t/pragma/utf8.t
46105 ____________________________________________________________________________
46106 [  8215] By: jhi                                   on 2000/12/21  04:44:52
46107         Log: read() documentation tweak for 20001121.004.
46108      Branch: perl
46109            ! pod/perlfunc.pod
46110 ____________________________________________________________________________
46111 [  8214] By: jhi                                   on 2000/12/21  03:54:11
46112         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
46113      Branch: perl
46114            ! pp_sys.c t/op/misc.t
46115 ____________________________________________________________________________
46116 [  8213] By: jhi                                   on 2000/12/21  00:28:10
46117         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
46118              From: Peter Prymmer <pvhp@forte.com>
46119              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
46120              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
46121      Branch: perl
46122            ! configure.com
46123 ____________________________________________________________________________
46124 [  8212] By: jhi                                   on 2000/12/21  00:26:21
46125         Log: Edit edit edit.
46126      Branch: perl
46127            ! pod/perlfaq3.pod
46128 ____________________________________________________________________________
46129 [  8211] By: jhi                                   on 2000/12/20  18:52:46
46130         Log: Update Changes.
46131      Branch: perl
46132            ! Changes patchlevel.h
46133 ____________________________________________________________________________
46134 [  8210] By: jhi                                   on 2000/12/20  18:34:47
46135         Log: Yet another editor edit.
46136      Branch: perl
46137            ! pod/perlfaq3.pod
46138 ____________________________________________________________________________
46139 [  8209] By: jhi                                   on 2000/12/20  15:33:28
46140         Log: More Win32 Perling.
46141      Branch: perl
46142            ! pod/perlfaq3.pod
46143 ____________________________________________________________________________
46144 [  8208] By: jhi                                   on 2000/12/20  15:07:46
46145         Log: More Win32 editor/IDE/shell hints.
46146      Branch: perl
46147            ! pod/perlfaq3.pod
46148 ____________________________________________________________________________
46149 [  8207] By: jhi                                   on 2000/12/20  03:54:08
46150         Log: Subject: [PATCH] obscure timing knowledge
46151              From: Nicholas Clark <nick@ccl4.org>
46152              Date: Tue, 19 Dec 2000 19:22:31 +0000
46153              Message-ID: <20001219192231.F2827@plum.flirble.org>
46154      Branch: perl
46155            ! sv.c
46156 ____________________________________________________________________________
46157 [  8206] By: jhi                                   on 2000/12/20  03:45:57
46158         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
46159              From: Spider Boardman <spider@leggy.zk3.dec.com>
46160              Date: Tue, 19 Dec 2000 21:30:16 -0500
46161              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
46162      Branch: perl
46163            ! sv.c
46164 ____________________________________________________________________________
46165 [  8205] By: jhi                                   on 2000/12/19  23:02:01
46166         Log: Update Changes.
46167      Branch: perl
46168            ! Changes patchlevel.h
46169 ____________________________________________________________________________
46170 [  8204] By: jhi                                   on 2000/12/19  22:58:18
46171         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
46172              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
46173              on editors and diffing/patching.
46174      Branch: perl
46175            ! t/op/utf8decode.t
46176 ____________________________________________________________________________
46177 [  8203] By: nick                                  on 2000/12/19  21:36:16
46178         Log: Integrate mainline (forgot my own change...)
46179      Branch: perlio
46180           !> ext/Encode/compile
46181 ____________________________________________________________________________
46182 [  8202] By: nick                                  on 2000/12/19  21:34:42
46183         Log: Integrate mainline.
46184      Branch: perlio
46185           !> (integrate 61 files)
46186 ____________________________________________________________________________
46187 [  8201] By: nick                                  on 2000/12/19  21:34:06
46188         Log: Avoid looking for File::Glob when we don't need it.
46189      Branch: perl
46190            ! ext/Encode/compile
46191 ____________________________________________________________________________
46192 [  8200] By: jhi                                   on 2000/12/19  18:35:49
46193         Log: Update Changes.
46194      Branch: perl
46195            ! Changes patchlevel.h
46196 ____________________________________________________________________________
46197 [  8199] By: jhi                                   on 2000/12/19  18:35:07
46198         Log: Microperl tweaks.
46199      Branch: perl
46200            ! sv.c uconfig.h uconfig.sh
46201 ____________________________________________________________________________
46202 [  8198] By: jhi                                   on 2000/12/19  18:29:59
46203         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
46204      Branch: perl
46205            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46206            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
46207 ____________________________________________________________________________
46208 [  8197] By: jhi                                   on 2000/12/19  17:55:29
46209         Log: In VMS embedded perls couldn't access the statically built Socket,
46210              from Charles Lane.
46211      Branch: perl
46212            ! configure.com
46213 ____________________________________________________________________________
46214 [  8196] By: jhi                                   on 2000/12/19  17:49:50
46215         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
46216              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
46217              Date: Sun, 17 Dec 2000 19:11:44 -0000
46218              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
46219      Branch: perl
46220            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
46221            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
46222 ____________________________________________________________________________
46223 [  8195] By: jhi                                   on 2000/12/19  17:47:53
46224         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
46225              From: Jonathan Stowe <gellyfish@gellyfish.com>
46226              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
46227              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
46228      Branch: perl
46229            ! utils/h2xs.PL
46230 ____________________________________________________________________________
46231 [  8194] By: jhi                                   on 2000/12/19  17:46:28
46232         Log: Subject: Re: useless use of void context work-around
46233              From: andreas.koenig@anima.de (Andreas J. Koenig)
46234              Date: 16 Dec 2000 15:13:36 +0100
46235              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
46236              
46237              Document (comment) the q(di ds ig) trick in the code.
46238      Branch: perl
46239            ! op.c
46240 ____________________________________________________________________________
46241 [  8193] By: jhi                                   on 2000/12/19  17:10:57
46242         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
46243              From: "Mark J. Reed" <mreed@strange.turner.com>
46244              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
46245              Message-Id: <200012160222.VAA13986@strange.turner.com>
46246      Branch: perl
46247            ! ext/Sys/Syslog/Syslog.pm
46248 ____________________________________________________________________________
46249 [  8192] By: jhi                                   on 2000/12/19  17:07:45
46250         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
46251              From: Nicholas Clark <nick@ccl4.org>
46252              Date: Sat, 16 Dec 2000 19:03:13 +0000
46253              Message-ID: <20001216190313.D68304@plum.flirble.org>
46254      Branch: perl
46255            ! t/op/64bitint.t
46256 ____________________________________________________________________________
46257 [  8191] By: jhi                                   on 2000/12/19  17:06:13
46258         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
46259              From: Dominic Dunlop <domo@computer.org>
46260              Date: Mon, 18 Dec 2000 12:00:15 +0100
46261              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
46262              
46263              This patchlet is needed in order that perl can be statically linked.  
46264      Branch: perl
46265            ! regexec.c
46266 ____________________________________________________________________________
46267 [  8190] By: jhi                                   on 2000/12/19  17:03:08
46268         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
46269              From: "Craig A. Berry" <craig.berry@psinetcs.com>
46270              Date: Sun, 17 Dec 2000 00:18:35 -0600
46271              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
46272      Branch: perl
46273            ! perlio.h vms/gen_shrfls.pl
46274 ____________________________________________________________________________
46275 [  8189] By: jhi                                   on 2000/12/19  16:20:28
46276         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
46277              From: Prymmer/Kahn <pvhp@best.com>
46278              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
46279              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
46280              
46281              A better version of #8188.
46282      Branch: perl
46283            ! pod/perlfaq3.pod
46284 ____________________________________________________________________________
46285 [  8188] By: jhi                                   on 2000/12/19  15:57:06
46286         Log: (Replaced by #8189)
46287              
46288              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
46289              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
46290              From: Prymmer/Kahn <pvhp@best.com>
46291              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
46292              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
46293              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
46294              Date: Mon, 18 Dec 2000 11:10:45 -0500
46295              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
46296      Branch: perl
46297            ! pod/perlfaq3.pod
46298 ____________________________________________________________________________
46299 [  8187] By: jhi                                   on 2000/12/19  15:54:19
46300         Log: Email address fix for Anton Berezin.
46301      Branch: perl
46302            ! AUTHORS
46303 ____________________________________________________________________________
46304 [  8186] By: jhi                                   on 2000/12/19  15:38:54
46305         Log: Subject: [PATCH perl@8102] cygwin port
46306              From: "Eric Fifer" <efifer@dircon.co.uk> 
46307              Date: Thu, 14 Dec 2000 13:41:29 -0000
46308              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
46309              
46310              When compiling modules the data item that is being imported
46311              from libperl.dll needs to be tagged as imported/shared data:
46312              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
46313      Branch: perl
46314            ! perliol.h
46315 ____________________________________________________________________________
46316 [  8185] By: jhi                                   on 2000/12/19  14:53:24
46317         Log: Regen uconfig.h and uconfig.sh.
46318      Branch: perl
46319            ! uconfig.h uconfig.sh
46320 ____________________________________________________________________________
46321 [  8184] By: jhi                                   on 2000/12/18  20:43:49
46322         Log: Comments work so much better when they are closed.
46323      Branch: perl
46324            ! regcomp.c
46325 ____________________________________________________________________________
46326 [  8183] By: jhi                                   on 2000/12/18  18:04:02
46327         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
46328              Fixes the bug 20001218.016.
46329      Branch: perl
46330            ! regcomp.c
46331 ____________________________________________________________________________
46332 [  8182] By: gsar                                  on 2000/12/18  09:53:47
46333         Log: delete spurious files
46334      Branch: maint-5.6/perl
46335            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
46336            - vos/config.h vos/config_h.SH_orig
46337 ____________________________________________________________________________
46338 [  8181] By: gsar                                  on 2000/12/18  09:46:08
46339         Log: regen perltoc
46340      Branch: maint-5.6/perl
46341            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
46342 ____________________________________________________________________________
46343 [  8180] By: gsar                                  on 2000/12/18  09:20:27
46344         Log: integrate changes#7924..7926,7946,7952 from mainline
46345              
46346              A test works better if it has the right 1..$n output.
46347              
46348              All the core library users of Class::Struct seem to be
46349              using "use Class::Struct 'struct';" instead of the bare
46350              "use Class::Struct;", which isn't documented in Class::Struct.
46351              This can't be right.
46352              
46353              Make the Class::Struct import() wiser.
46354              
46355              Upgrade to CPAN 1.59_51, from Andreas König.
46356              
46357              Subject: Re: long shell lines
46358              Split overly long shell command lines.
46359      Branch: maint-5.6/perl
46360           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
46361           !> lib/File/stat.pm t/lib/class-struct.t
46362 ____________________________________________________________________________
46363 [  8179] By: gsar                                  on 2000/12/18  08:55:54
46364         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
46365              7918,7919,7988,8907 from mainline (various)
46366              
46367              Subject: [ID 20001127.004] White space problem in perlamiga.pod
46368              
46369              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
46370              
46371              Subject: [PATCH] perlcc.PL cleanups
46372              
46373              Subject: [PATCH] Updating perltie.pod for arrays
46374              
46375              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
46376              Subject: Re: [PATCH] Updating perltie.pod for arrays
46377              Subject: Re: [PATCH] Updating perltie.pod for arrays
46378              
46379              One more perltie.pod nit from Casey R. Tweten.
46380              
46381              Subject: [PATCH] $^O  win32 -> MSWin32
46382              plus similar nits for vms, err, VMS, and UNICOS.
46383              
46384              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
46385              More checking in case someone has broken their services or
46386              protocol databases.
46387              
46388              Make "use Class::Struct 'struct';" work again (broken by #7617);
46389              add a test for Class::Struct.
46390              
46391              Integrate the "skip" messages to explain().
46392              
46393              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
46394      Branch: maint-5.6/perl
46395           +> t/lib/class-struct.t
46396           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
46397           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
46398           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
46399 ____________________________________________________________________________
46400 [  8178] By: gsar                                  on 2000/12/18  08:16:30
46401         Log: avoid redefinition warnings on windows due to sys/socket.h getting
46402              #included before win32.h
46403      Branch: maint-5.6/perl
46404            ! win32/include/sys/socket.h
46405 ____________________________________________________________________________
46406 [  8177] By: gsar                                  on 2000/12/18  05:24:04
46407         Log: make regen_headers; fix POSIX.xs problems; remove outdated
46408              code from sys/socket.h that makes build fail now
46409      Branch: maint-5.6/perl
46410            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
46411            ! pod/perlapi.pod
46412           !> win32/include/sys/socket.h
46413 ____________________________________________________________________________
46414 [  8176] By: gsar                                  on 2000/12/18  05:20:17
46415         Log: update Changes
46416      Branch: maint-5.6/perl
46417            ! Changes patchlevel.h
46418 ____________________________________________________________________________
46419 [  8175] By: gsar                                  on 2000/12/18  04:57:48
46420         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
46421              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
46422              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
46423              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
46424              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
46425              7823,7825,7838
46426              
46427              Subject: Re: [PATCH] README.solaris
46428              
46429              Add getpagesize() probing, on non-UNIX guess 'undef'.
46430              
46431              Simplify the getpagesize() unit by dropping the
46432              pagesize probe since it's nowadays slightly more
46433              complicated because of sysconf(). (Note: if some
46434              platform really needs the -lPW for getpagesize,
46435              I just broke it.)
46436              TODO: a new pagesize unit.
46437              
46438              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
46439              
46440              MachTen doesn't really do mmap() and munmap().
46441              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
46442              
46443              More README.solaris updates from Andy Dougherty.
46444              
46445              Copy the s// information of README.hpux also to the perlrun.
46446              
46447              Add HAS_FSYNC, lack noticed by Nicholas Clark.
46448              
46449              Add a metaconfig unit for fsync.
46450              
46451              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
46452              
46453              Many subdocumented return values of the IO extension now documented.
46454              ungetc and write still left subdocumented.
46455              Subject: [PATCH] (was Re: IO::Handle::ungetc)
46456              
46457              Document tell() on special streams.
46458              
46459              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
46460              
46461              Subject: [ID 20001112.007] sfio's sftell isn't ftell
46462              
46463              Couple of tests from #7660 salvaged.
46464              
46465              Tweak the definition of the bit complement on UTF-8 data:
46466              if none of the characters in the string are > 0xff,
46467              the result is a complemented byte string, not a (UTF-8)
46468              char string.  Based on the summary in
46469              Subject: Re: [ID 20000918.005] ~ on wide chars
46470              This should give us the maximum backward (pre-char string)
46471              compatibility and utf8 compatibility.  The other alternative
46472              would be to limit the bit complement to be always byte only,
46473              taking the least significant byte of the chars.
46474              
46475              Cleanup messy #ifdef.
46476              
46477              Typos in #7667.
46478              
46479              Declare reg_data like reg_substr_data.
46480              
46481              Placate nervous compilers that see longer than ints switch()ing.
46482              
46483              Remove the new two tests of lib/io_xs for now, they seem to
46484              fail under perlio on some platforms.
46485              
46486              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
46487              
46488              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
46489              
46490              Subject: tiny typo in perl5db.pl
46491              
46492              Subject: some additions for makefiles for win32 (for perl@7674)
46493              
46494              Hoist the duplicated socket/netdb include logic to perl.h;
46495              undef SETERRNO in case SOCKS has defined it.  Based on:
46496              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
46497              
46498              Regen Configure.
46499              
46500              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
46501              (a macro to define signed and unsigned integer constants).
46502              
46503              Use UINT64_C().
46504              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
46505              
46506              Use u_int32_t for the size of hash_cb(), not size_t.
46507              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
46508              
46509              Quit utf8_to_uv() instantly if curlen == 0.
46510              
46511              Subject: [PATCH: perl@7674] updates to README.os390
46512              
46513              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
46514              
46515              EBCDIC tweaks.
46516              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
46517              
46518              Linenumber fix.
46519              
46520              SOCKS has its own USE_THREADS, based on
46521              Subject: [ID 20001114.002] et. al. bugfix followup
46522              
46523              UINT64_C() work continues.
46524              
46525              Detypo.
46526              
46527              The type of the hash_cb() size argument is tricky.
46528              
46529              Add fwalk() probe to the configuration files and regen perltoc.
46530              
46531              Subject: perllocale.pod changes
46532              
46533              Avoid an infinite loop in VMS when utils scripts are run
46534              with no arguments, from Charles Lane.
46535              
46536              Subject: Re: Bug in Carp::Heavy/5.6.0?
46537              
46538              For Solaris use64bitall the stdchar needs a little bit of help.
46539              
46540              The long double hints can be here or there.
46541              
46542              Test tweak for the open pragma.
46543              
46544              Also the 64bitall hints can be either here or there.
46545              
46546              As surmised the #7719 wasn't a good move.
46547              
46548              Subject: Fix for 20000409.001
46549              
46550              Subject: Fix for 20000815.006
46551              It's really 20000518.006.
46552              
46553              Subject: [PATCH 5.6.0 README.win32] very minor typos
46554              
46555              Subject: Fix for README.amiga (20000323.033)
46556              
46557              Explain in more detail the {} syntax ambiguousity.
46558              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
46559              
46560              Sparc 64-bit pack() fix from Jens Hamisch.
46561              
46562              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
46563              
46564              Subject: podlators 1.05 available        
46565              
46566              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
46567              
46568              Subject: [perl 7711: EPOC] updates
46569              
46570              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
46571              
46572              Miraculous typo.
46573              
46574              sysseek() instead of seek().
46575              
46576              Solaris hints tweaks.
46577              
46578              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
46579              This may be overly harsh but until proven otherwise, we think this
46580              way, or until we have a simple test for Configure (having to start
46581              up servers is does not count as simple) to check for the problems.
46582              
46583              Remove the shared object before attempting to create
46584              (by linking) a new one.  E.g. in AIX not removing
46585              becomes quite painful if one tries to do more than one
46586              build in the same tree (an interrupted build, for example),
46587              since the AIX' shared dynaloader seemingly keeps the shared
46588              objects open and therefore 'busy' for quite a while, even when
46589              nobody is using the objects, leading into link failures.
46590              
46591              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
46592              
46593              Subject: DOC PATCH 5.6.0 perlreftut
46594              
46595              Subject: [PATCH: perl@7777] add system locale testing for VMS
46596              
46597              Subject: [PATCH] Test.pm POD peculiarity
46598              
46599              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
46600              
46601              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
46602              
46603              Subject: Re: perl@7777 
46604              Detypoing.
46605              
46606              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
46607              
46608              Go ahead and #include <unistd.h> in perl.h.
46609              
46610              Subject: [PATCH perl@7795] small cleanup task for test suite
46611              
46612              Subject: Re: av.c patch (having slight problems)
46613              unshift() speedup.
46614              
46615              Reach back one higher up when searching for PERL_SRC.
46616      Branch: maint-5.6/perl
46617           +> lib/File/Spec/Epoc.pm
46618           !> (integrate 88 files)
46619 ____________________________________________________________________________
46620 [  8174] By: gsar                                  on 2000/12/18  03:53:09
46621         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
46622              7625..7629,7631..7634,7637,7639,7642 from mainline
46623              
46624              Fix for the tie-refhash string table leaks.
46625              
46626              Subject: [patch perl@7595] VMS configure.com tweak
46627              
46628              More careful detection of how well NVs and UVs mix.
46629              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))
46630              Added some SIGFPE paranoia.
46631              
46632              Forgot to bump the line numbers in #7601.
46633              
46634              Subject: PATCH std stdio for (Free)BSD
46635              
46636              Deleting $ENV{PATH} in VMS is not recommendable.
46637              
46638              Locale buglets.
46639              Subject: RE: Locales support (setlocale) fixes
46640              
46641              Do not test UTF-8 locales since that the tests would require
46642              polymorphic regexen.
46643              
46644              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
46645              
46646              A missing aTHX_.
46647              
46648              Subject: [ID 20001108.013] spelling
46649              
46650              Subject: [PATCH] Class::Struct at compile time
46651              
46652              Make deleting for %ENV work for (newer versions of) VMS,
46653              from Craig A. Berry.
46654              
46655              Forgot from #7618.
46656              
46657              More VMS moves on environment handling, from Charles Lane.
46658              
46659              Remove unused extra arguments.
46660              
46661              Typo in an ifndef.
46662              Subject: Re: [PATCH 5.7.0] better messages from malloc()
46663              
46664              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
46665              All except the "cow orker" change.
46666              
46667              The generated boot_* headers are wrong.  Pickier compiler,
46668              such as KAI C++ will refuse to compile the resulting perlmain.
46669              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
46670              
46671              There's no =head3.
46672              
46673              Disable only the tests 99 and 166 for UTF-8 locales.
46674              
46675              Missing dTHXs.
46676              Subject: RE: perl@7595 builds not on cygwin
46677              
46678              Subject: Re: bash -c exit and linux hints 
46679              
46680              Various doc oddball characters.
46681              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
46682              
46683              Subject: [PATCH] IO::Seekable pod
46684              
46685              Amdahl UTS hints updates.
46686              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
46687              
46688              Explain better why certain regex tests are skipped.
46689              Subject: Re: tests skipped: unknown reason
46690              
46691              Subject: [PATCH] README.solaris
46692              
46693              Subject: [PATCH perl@7638] cygwin port
46694      Branch: maint-5.6/perl
46695           +> README.solaris
46696           !> (integrate 26 files)
46697 ____________________________________________________________________________
46698 [  8173] By: gsar                                  on 2000/12/18  03:37:02
46699         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
46700              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
46701              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
46702              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
46703              
46704              Better create a true mailing list for the repository keepers.
46705              
46706              Subject: [ID 20001027.007] uniq array in perlfaq
46707              
46708              De-quoted-unreadable to ISO Latin 1.
46709              (There's one ISO-2022-JP name in Changes5.004.)
46710              
46711              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
46712              
46713              The #7476 needs a MANIFEST change, too.
46714              
46715              Add also emailless people.
46716              
46717              UTF-8 decoder tweak.
46718              
46719              Make \x{...} consistently produce UTF-8.
46720              Subject: Re: \x{...} is confused 
46721              
46722              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
46723              
46724              Add a perlbug flag, -A, to avoid acknowledgement messages.
46725              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
46726              
46727              Use Errno magic.
46728              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
46729              
46730              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
46731              
46732              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
46733              
46734              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
46735              
46736              Be more lenient on bad UTF-8 when doing bit arithmetics.
46737              Subject: Re: [ID 20000918.005] ~ on wide chars
46738              (The ord() part of the patch skipped.)
46739              
46740              Subject: perlfaq style changes
46741              
46742              AUTHORS tweaks.
46743              
46744              Whitespace style tweak.  Was originally going to see to
46745              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
46746              but that had already been taken care of.
46747              
46748              The compiler is either gcc or cc, from Tom Bates.
46749              
46750              The osname has been lowercased by now, from Tom Bates.
46751              
46752              The NonStop-UX libraries have a novel way to say NaN.
46753              
46754              printf UVs the correct way, noticed by Robin Barker.
46755              
46756              Subject: [PATCH] startperl to respect versiononly
46757              
46758              AUTHORS updates.
46759              
46760              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
46761              
46762              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
46763              
46764              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
46765              
46766              Generalize the Camel wording.
46767              Subject: Re: perlfaq style changes
46768              
46769              Subject: [ID 20001005.006] Documentation -- description of qr//
46770              
46771              C.pm part of
46772              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
46773              
46774              Locale warning explanation tweak.
46775              
46776              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
46777              
46778              Make the POSIX::setuid and POSIX::setgid to really call setuid()
46779              and setgid() because they were just changing $< and $( which means
46780              only changing the real uid/gid, as opposed to changing both
46781              real and effective ids.  (The alternative way could have been
46782              in POSIX.pm to change $> and $), too, but making a direct call
46783              to the C API feels cleaner.)  Fixes the bug
46784              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
46785              
46786              Expand %Config variables and %ENV variables only if
46787              so requested during build time using the
46788              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
46789              Not expanding makes relocating distributions easier.
46790              
46791              More tweaking on the #7522 theme.
46792              
46793              Test::Harness revealed buglets in the new DynaLoader.
46794              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
46795              
46796              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
46797              fix a autovivification bug in Tie::RefHash, add tests for both.
46798              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
46799              
46800              Detpyo.
46801              
46802              recv() can fail and return undef.
46803              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
46804              
46805              Fix the problem discussed in
46806              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
46807              originally from Linc Madison.  Also Andreas König's comments
46808              taken into account.  Some other problems with Tie::SubstrHash
46809              fixed: didn't croak when the table exceeded the requested number
46810              of entries (as documented) but instead when the number of entries
46811              exceeded the size of the table, a croak() had an unnecessary \n,
46812              didn't have a CLEAR method, documented that there is no exists().
46813              Didn't fix to be strict-proof because the module uses &foo; and
46814              dynamic scope.  Added a test script exercizing both first tamely 
46815              the basic functionality, and then the failure cases reported by
46816              Linc Madison.
46817              
46818              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
46819              
46820              The #7521 touched things it shouldn't have.
46821              
46822              Subject: [PATCH 5.7.0] better messages from malloc()
46823              
46824              Subject: Re: README.aix
46825              
46826              Add FCNTL_CAN_LOCK.
46827              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
46828              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
46829              
46830              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
46831              create a "fast path" for locale name probing using "locale -a"
46832              if available, squash finally hopefully the s?printf resetting
46833              the numeric locale (since, IIUC perllocale, it never shouldn't). 
46834              
46835              More Changes tweakery.
46836              
46837              Dying is too strict here, better just skip.
46838              
46839              Subject: Locales support (setlocale) fixes
46840              Modified quite a bit to be more portable.
46841              
46842              Configure would use a bad $myuname from an old config.sh.
46843              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
46844              
46845              Fix for
46846              Subject: [ID 20001004.006] undef is never tainted
46847              An undef read from a slurped file was not tainted.
46848              
46849              Fix for
46850              Subject: [ID 20001004.007] taint propogation is inconsistent
46851              The culprit was sv_setsv() which was rather blindly
46852              propagating taint, which lead to behaviour where if
46853              a tainted anon hash value was seen all the hash values
46854              from then on at that level became tainted, or at any
46855              upper levels in the case of nested anon hashes.
46856              
46857              Test tweak: show also the failed locales.
46858              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
46859              
46860              A fix of sorts for 20000329.026, a better error message
46861              for a missing "use charnames" when using the \N{...}. 
46862              
46863              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
46864              
46865              Add =pod to be tidy.
46866              
46867              Fix for bug id 19990615.008, pos() unset during s///ge.
46868              
46869              Add a note for future generations about bug id 20000229.006.
46870              
46871              Use -dM for gcc (the suggested patch did it only for Linux,
46872              but I think it can be generalized).
46873              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
46874              
46875              opmini.o can linger from Configures past.
46876              
46877              Document that the evaled syntax errors cause scalar leaks.
46878              
46879              Fix for
46880              Subject: [ID 20000728.005] perl -P broken
46881              (hopefully).  The fix is also not complete, it seems to break
46882              BOM swallowing for libc5 systems, but until someone figures
46883              out a way to do this without ftell(), this will do.
46884              
46885              AUTHORS updates.
46886              
46887              Subject: Re: rsync'ed patches vs. rsync'ed source
46888              
46889              Admit that the test leaks scalars.
46890              
46891              Sanitize the environment further.
46892              
46893              VOS updates from Paul Green.
46894              
46895              Document %ENV = () portability issues.
46896              
46897              Make the stdio test program of 7427 less noisy while being 
46898              compiled so that Digital UNIX wouldn't get both
46899              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
46900              undefined.  This makes perlio happy.
46901              
46902              glibc5 detection by __GNU_LIBRARY__.
46903              
46904              %ENV note tweaks from Dan Sugalski.
46905              
46906              Varargs don't always work too well if one puts an unsigned
46907              char on the stack and pop an unsigned quad off the stack.
46908              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
46909              
46910              Subject: Pod updates
46911              
46912              Fake support of holey files in win/dosish platforms.
46913              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
46914              
46915              A doc addition for bug id 20001105.019, beware \p.
46916              
46917              Tweak #7587.
46918              
46919              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
46920              
46921              perlhack updates from H.Merijn Brand.
46922              
46923              Subject: [PATCH perl@7573] cygwin port
46924              Synchronize with Cygwin 1.1.5.
46925              
46926              Bad thinko in #7581 (I used the test program with the expanded
46927              values as-is).
46928              
46929              Make perlbug not insist on dumping to a file when stdout isn't a tty.
46930              Subject: [PATCH] perlbug.PL
46931              
46932              Overrideable keys, each, pop, push, shift, splice, unshift.
46933              Subject: [PATCH] prototyped functions that should be overrideable
46934              
46935              Try to avoid flockless and emulationless places.
46936      Branch: maint-5.6/perl
46937           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
46938            - MAINTAIN
46939           !> (integrate 111 files)
46940 ____________________________________________________________________________
46941 [  8172] By: jhi                                   on 2000/12/18  02:49:27
46942         Log: Regen pods.
46943      Branch: perl
46944            ! pod/perlmodlib.pod pod/perltoc.pod
46945 ____________________________________________________________________________
46946 [  8171] By: gsar                                  on 2000/12/18  02:49:24
46947         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
46948              7465..7471 from mainline
46949              
46950              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
46951              in platforms that strictly require all the symbols being present
46952              at link time.
46953              
46954              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
46955              
46956              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
46957              
46958              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
46959              
46960              Subject: [PATCH] todo
46961              
46962              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
46963              
46964              Use $sort, $uniq (and $tr) consistently as wondered
46965              by Nicholas Clark.
46966              
46967              Too enthusiastic editing in #7460.
46968              
46969              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
46970              
46971              Upgrade to CPAN 1.58_55.
46972              Subject: CPAN.pm status
46973              
46974              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
46975              
46976              Make target reordering to avoid pointless re-makes.
46977              Subject: Re: Total re-make of 'make okfile' after 7451 ?
46978              
46979              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
46980              
46981              Subject: DOC PATCH 5.6.0
46982              
46983              Add the repository doc by Malcolm, Sarathy, and by Simon,
46984              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
46985      Branch: maint-5.6/perl
46986           +> Porting/repository.pod
46987           !> Configure MANIFEST Makefile.SH README.dos README.os2
46988           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
46989           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
46990           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
46991 ____________________________________________________________________________
46992 [  8169] By: gsar                                  on 2000/12/18  02:33:34
46993         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
46994              7435..7441,7445 from mainline
46995              
46996              Make the UTF-8 decoding stricter and more verbose when
46997              malformation happens.  This involved adding an argument
46998              to utf8_to_uv_chk(), which involved changing its prototype,
46999              and prefer STRLEN over I32 for the UTF-8 length, which as
47000              a domino effect necessitated changing the prototypes of
47001              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
47002              The stricter UTF-8 decoding checking uses Markus Kuhn's
47003              UTF-8 Decode Stress Tester from
47004              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
47005              
47006              Run vms/vms_yfix.pl, should have done that after changing
47007              perly.c in #7382.
47008              
47009              Subject: [PATCH 5.7.0] static linking with uninstalled perl
47010              
47011              (Replaced by #7440.)
47012              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
47013              
47014              Fix the bug ID 20001024.005, the bug introduced by #7416.
47015              
47016              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
47017              
47018              Fix the bug reported in
47019              From: andreas.koenig@anima.de (Andreas J. Koenig)
47020              Also make is_utf8_char() stricter.
47021              
47022              Missed the header file changes from #7425.
47023              
47024              Check if stdio supports tweaking lval and cnt simultaneously.
47025              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
47026              
47027              Stratus VOS updates from Paul Green.
47028              
47029              Podify README.epoc and README.vos.
47030              
47031              Add targets to Makefile.SH, most importantly
47032              'regen_all' which also remembers to update vms/perly*.
47033              
47034              Subject: Minor update to find2perl, for portability
47035              
47036              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
47037              
47038              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
47039              
47040              Rename UTF8LEN() to be UNISKIP(), too confusing to have
47041              UTF8LEN() and UTF8SKIP(). 
47042              
47043              Allow poking holes at the UTF-8 decoding strictness.
47044              
47045              Continue the internal UTF-8 API tweaking.
47046              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
47047              used much more than the simpler API, now called utf8_to_uv_simple().
47048              Still not quite happy with API, too much partial duplication
47049              of functionality.
47050              
47051              A new version of making the syslog test more robust.
47052              (Replaces #7421.)
47053              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
47054              
47055              buildtoc target tweaks.
47056              
47057              Integrate with vmsperl #7430 by Charles Bailey:
47058              
47059              Cleanup from prior patch (Charles Lane?):
47060              - improve handling of MFDs in Basename and Path
47061              - default to no xsubpp line # munging when building debug images
47062      Branch: maint-5.6/perl
47063           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
47064           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
47065           !> (integrate 67 files)
47066 ____________________________________________________________________________
47067 [  8168] By: gsar                                  on 2000/12/18  02:05:49
47068         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
47069              
47070              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
47071              From: Martin Husemann <martin@duskware.de>
47072              
47073              Subject: [PATCH 5.7.0] restore match data on backtracing
47074              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47075      Branch: maint-5.6/perl
47076           !> regcomp.c regexec.c t/op/re_tests
47077 ____________________________________________________________________________
47078 [  8167] By: gsar                                  on 2000/12/18  01:55:22
47079         Log: integrate changes#7858,7986 from mainline
47080              
47081              C<foreach my $x ...> in pseudo-fork()ed process may diddle
47082              parent's memory; fix it by keeping track of the actual pad
47083              offset rather than a raw pointer (this change is probably also
47084              relevant to non-ithreads case to avoid fallout from reallocs of
47085              the pad array, but is currently only enabled for the ithreads
47086              case in the interests of minimal disruption to existing "well
47087              tested" code)
47088              
47089              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
47090              due to the notorious GetFileType() bug in Windows 9x, which fstat()
47091              tickles)
47092      Branch: maint-5.6/perl
47093           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
47094           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
47095           !> win32/win32.c win32/win32.h win32/win32sck.c
47096 ____________________________________________________________________________
47097 [  8166] By: gsar                                  on 2000/12/18  01:52:59
47098         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
47099              from mainline (xsubpp and ExtUtils::LibList fixups, various
47100              other small items)
47101              
47102              The generated boot_* headers are wrong.  Pickier compiler,
47103              such as KAI C++ will refuse to compile the resulting perlmain.
47104              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
47105              
47106              Various doc oddball characters.
47107              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
47108              
47109              Subject: [PATCH] Re: 20001101.003 PDL
47110              
47111              Subject: [PATCH 5.7.0] etags broken again
47112              
47113              Subject: [PATCH 5.7.0] Liblist finally works
47114              
47115              Subject: [PATCH 5.7.0] Liblist returns found libraries
47116              
47117              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
47118              
47119              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
47120              
47121              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
47122              OUT keyword nits.
47123              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
47124              OUT and IN_OUT documentation.
47125      Branch: maint-5.6/perl
47126           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
47127           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
47128           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
47129           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
47130           !> win32/bin/search.pl
47131 ____________________________________________________________________________
47132 [  8165] By: gsar                                  on 2000/12/18  01:28:45
47133         Log: integrate changes#7533,7563,7611,7623 from mainline (various
47134              malloc.c embellishments)
47135      Branch: maint-5.6/perl
47136           !> malloc.c pod/perldiag.pod
47137 ____________________________________________________________________________
47138 [  8164] By: gsar                                  on 2000/12/18  01:23:33
47139         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
47140              fixups)
47141      Branch: maint-5.6/perl
47142           !> utils/h2xs.PL
47143 ____________________________________________________________________________
47144 [  8163] By: gsar                                  on 2000/12/18  01:17:50
47145         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
47146              fixups)
47147      Branch: maint-5.6/perl
47148           !> Makefile.SH utils/perlbug.PL
47149 ____________________________________________________________________________
47150 [  8162] By: gsar                                  on 2000/12/18  00:25:43
47151         Log: always export Perl_deb() (it is required by re.xs whether
47152              Perl is built with or without -DDEBUGGING)
47153      Branch: maint-5.6/perl
47154            ! makedef.pl
47155 ____________________________________________________________________________
47156 [  8161] By: gsar                                  on 2000/12/18  00:23:38
47157         Log: integrate change#7414 from mainline
47158              
47159              Undo the basename() part of #7412 since the lib/basename
47160              tests would need upgrading too.
47161              
47162              squelch two tests in tr.t that rely on tr/// paranoia change
47163              that's not in 5.6.x
47164      Branch: maint-5.6/perl
47165            ! t/op/tr.t
47166           !> lib/File/Basename.pm
47167 ____________________________________________________________________________
47168 [  8160] By: gsar                                  on 2000/12/18  00:05:30
47169         Log: missing change in previous integrate
47170      Branch: maint-5.6/perl
47171           !> README.aix
47172 ____________________________________________________________________________
47173 [  8159] By: gsar                                  on 2000/12/18  00:03:38
47174         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
47175              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
47176              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
47177              7410..7413 from mainline
47178              
47179              Introduce the man[24-8] variables, from Andy Dougherty.
47180              
47181              Upgrade to CPAN 1.58, from Andreas König.
47182              
47183              An updated EBCDIC tr patch.
47184              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
47185              
47186              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
47187              
47188              Two thirds of
47189              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
47190              The Install.pm changes will be submitted separately because
47191              they need some work and discussion still.
47192              
47193              The Install.pm third of
47194              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
47195              
47196              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
47197              
47198              Subject: [PATCH 5.7.0] IVs in mtats
47199              
47200              Subject: [PATCH 5.7.0] Perl API for mstats
47201              
47202              Ilya implemented the memory profiling API.
47203              
47204              In Amdahl UTS "struct sv" is defined by a system header,
47205              <ksync.h>.
47206              
47207              Slight tweak of the code to appease Amdahl UTS cc.
47208              
47209              Amdahl UTS doesn't seem to do dynaloading.
47210              
47211              Use UTF8SKIP(), from Simon Cozens.
47212              
47213              Thinko in #7222.
47214              
47215              op/sprintf.t patch for OS/390 (and any other host with limited
47216              floating-point exponent length)
47217              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
47218              
47219              Tweak #7225.
47220              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
47221              
47222              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
47223              
47224              Needs to be conditional on SunOS 4.
47225              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
47226              
47227              Test cases for bug id 20000323.056 (the bug seems to be fixed).
47228              
47229              Add test for bug id 20000427.003 (which seems to have
47230              been fixed) (also duplicate as 20000427.004, though
47231              with a higher severity).  Move one utf8 from op/append
47232              to pragma/utf8, tag the tests with bug ids.
47233              
47234              Document FNCASE=y as discussed in the bug 20000902.009.
47235              
47236              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
47237              The problem was that rx->minlen was in chars while pp_split()
47238              thought it would be in bytes. 
47239              
47240              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
47241              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
47242              
47243              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
47244              
47245              Fix a couple of compiler-noted nits in #7235.
47246              
47247              Tweak the test of #7235.
47248              
47249              One more ~utf8 tweak.
47250              
47251              -w cleanup.
47252              Subject: Re: Problems with bleadperl 
47253              
47254              Subject: small pod patch
47255              
47256              Subject: [PATCH perlguts.pod] Document offset hack
47257              
47258              Add Charles Lane.
47259              
47260              Add the capability to include/exclude branches.
47261              
47262              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
47263              
47264              Detect early whether the std streams have gone bad.
47265              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
47266              
47267              More IoTYPE sprinkling.
47268              
47269              Workaround for a sfio bug where the stream error indicator
47270              is not cleared as documented.
47271              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
47272              
47273              Clarify documentation on 'use bytes'.
47274              Subject: Re: What does 'use bytes' "mean" ?
47275              
47276              Show the failed remote port, instead of the failing line number.
47277              Subject: [PATCH 5.6.1 Debugger] More diagnostics
47278              
47279              Make Cwd more bulletproof in chrooted environments.
47280              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
47281              
47282              Subject: Pod patch for Devel::Peek
47283              
47284              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
47285              
47286              Borland C fstat() never saw the fd as writable.
47287              Subject: fix for Borland's weak "stat" (perl@7211)
47288              
47289              Missing change from #7362.
47290              
47291              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
47292              
47293              Add the test case for the bug id 20000730.004 which seems
47294              to have been fixed by now.
47295              
47296              Fix of sorts for bug id 20000901.092.  There seems to be no trace
47297              of a 'pmshort' anywhere in the B, so the offending line was simply
47298              removed.
47299              
47300              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
47301              
47302              Subject: PATCH do_print has 2 PerlIO_error()s
47303              
47304              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
47305              
47306              Typo noted by Mark Lutz.
47307              
47308              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
47309              
47310              In the latest compiler builds cccdlflags must not become -fpic,
47311              from Wilfredo Sánchez.
47312              
47313              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
47314              
47315              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
47316              
47317              SOCKS function redefinitions need prototypes, too, otherwise
47318              for example 32 bit versus 64 bit differences cause a lot of
47319              problems.  Part of
47320              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
47321              
47322              Portability tweak on #7377.
47323              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
47324              
47325              Don't write double values through long double pointers,
47326              based on a part of
47327              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
47328              
47329              Reëntrancy fix.
47330              Subject: [PATCH perl@7229] Rentrant parser and yylex()
47331              
47332              Make scan_num() reëntrant, as suggested in
47333              Subject: [PATCH perl@7229] Rentrant parser and yylex()
47334              
47335              Fix for ID 20001020.006, concatenating an unset submatch
47336              with utf8 resulted in "Modification of a read-only value".
47337              
47338              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
47339              
47340              The #7383 was right only in the context of the original bug report,
47341              not in more general case.
47342              
47343              Update Changes.
47344              
47345              Testcases for a #7383,#7385 related bug.
47346              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
47347              
47348              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
47349              
47350              Tweak the Is* definitions of Unicode character classes
47351              to better match the official categorizations; embrace
47352              the official categorizations; add the combining marks
47353              as alpha (and -numeric); fix DCinital (a typo and edito)
47354              to be DCmedial.
47355              
47356              Hints tweak from Anton Berezin.
47357              
47358              Subject: installman go-faster stripes
47359              Subject: Re: installman go-faster stripes
47360              
47361              Subject: [ID 20001021.003] updated hints/openbsd.sh
47362              
47363              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
47364              
47365              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
47366              
47367              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
47368              
47369              Doc patch.
47370              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
47371              
47372              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
47373              
47374              Subject: Re: [ID 20001021.005] SEGV with regex match 
47375              
47376              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
47377              
47378              The change #7187 was not so good on VMS.
47379              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
47380              
47381              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
47382              
47383              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
47384              
47385              Document PERL_INSTALL_ROOT of #7210.
47386      Branch: maint-5.6/perl
47387           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
47388           +> t/lib/tie-splice.t
47389            - lib/unicode/Is/DCinital.pl
47390           !> (integrate 112 files)
47391 ____________________________________________________________________________
47392 [  8158] By: jhi                                   on 2000/12/17  23:04:24
47393         Log: Subject: [PATCHES] RE: perl@8150 
47394              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
47395              Date: Sun, 17 Dec 2000 21:46:39 +0100
47396              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
47397              
47398              Neither cygwin has a getpwuid() one can trust on.
47399      Branch: perl
47400            ! t/lib/glob-basic.t
47401 ____________________________________________________________________________
47402 [  8157] By: jhi                                   on 2000/12/17  23:01:54
47403         Log: More MAN.PODS => {} fixes.
47404      Branch: perl
47405            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
47406            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
47407            ! os2/OS2/REXX/Makefile.PL
47408 ____________________________________________________________________________
47409 [  8156] By: gsar                                  on 2000/12/17  22:49:13
47410         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
47411              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
47412              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
47413              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
47414              7201,7204 from mainline
47415              
47416              Remove vestiges of tr//CU.
47417              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
47418              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
47419              
47420              The return value of setlocale must be copied away.
47421              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
47422              
47423              Allow chop() and chomp() to be overridden.
47424              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
47425              
47426              Hints optimization.
47427              Subject: Minor nit
47428              
47429              Subject: [PATCH] de-wall t/README
47430              
47431              Subject: Re: Two advertising clauses need to be removed
47432              
47433              Batch of UTF-8 patches from Simon Cozens.
47434              
47435              Fix for a parsing bug, not for the original bug.
47436              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
47437              
47438              Compilation warnings and an error.
47439              
47440              Subject: File::Find 5.7.0 POD nits
47441              
47442              Subject: [PATCH perl-5.7.0] continued -Wformat support
47443              
47444              The one that got away.
47445              
47446              Subject: Re: perl@7078
47447              
47448              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
47449              convertable to bytes by checking it doesn't go above 0xc3
47450              Subject: Re: perl@7078
47451              
47452              Replace #7084 with
47453              Subject: Re: perl@7078 
47454              
47455              We don't need to count the high bit bytes, a boolean is enough. 
47456              
47457              Subject: [PATCH] utf8.c apidoc
47458              
47459              Subject: Re: perl@7078 
47460              
47461              Botched the #7090 check-in.
47462              
47463              Fix for the charnames.t failures from Spider Boardman.
47464              
47465              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
47466              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
47467              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
47468              0 to checking to get the warning.
47469              
47470              Subject: [PATCH] Nits in perlmod.pod
47471              
47472              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
47473              
47474              Subject: Re: unicode support and perl [ID 20000901.097]
47475              
47476              Subject: Re: unicode support and perl [ID 20000901.097]
47477              
47478              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
47479              
47480              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
47481              
47482              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
47483              
47484              Subject: [PATCH@blead] Fix some recursion in overload.pm
47485              
47486              s/Robin Parker/Robin Barker/
47487              
47488              Subject: [PATCH] Fix aliasing of tied filehandles
47489              
47490              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
47491              
47492              Subject: Re: [PATCH 5.005_64 missed]
47493              
47494              SOCK_DGRAM and listen() do not mix as reported in
47495              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
47496              The patch for 5.7.0+ had to be reengineered, though.
47497              
47498              Subject: DOC PATCH 5.6.0
47499              
47500              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
47501              
47502              Document the issue (is not a syntax error, kind of)
47503              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
47504              
47505              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
47506              Did not apply cleanly, manual intervention was needed.
47507              
47508              Subject: [PATCH] DLL not restartabke with threaded perl
47509              
47510              Inside require() $^S was always left undefined.
47511              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
47512              
47513              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
47514              
47515              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
47516              
47517              Regen headers.
47518              
47519              Subject: [PATCH 5.7.0] Epoc update
47520              
47521              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
47522              as suggested by Olaf Flebbe and Nick Clark.
47523              
47524              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
47525              
47526              Misplaced else.
47527              
47528              Scale down the VMS message boxes, by Charles Lane.
47529              Fix for ID 20000903.009, workaround at
47530              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
47531              
47532              Subject: [ID 20001003.006] B::Debug not -w clean
47533              
47534              Test harness update to sync with the new perlcc,
47535              from Simon Cozens.
47536              
47537              One remaining nit less at the VMS mailbox sizing.
47538              
47539              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
47540              
47541              It is possible to have no hosts database at all.  Pointed out in
47542              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
47543              
47544              Subject: [PATCH 5.7.0] h2xs not working
47545              Subject: [PATCH 5.7.0] h2xs not documenting the created module
47546              
47547              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
47548              
47549              Subject: perlhack.pod Patch for Externals Tools
47550              
47551              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
47552              
47553              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
47554              
47555              Enable disabling scripts installation by Configure -Uinstallscripts,
47556              suggested by H. Merijn Brand.
47557              
47558              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
47559              reported several times by Dominic Dunlop, for example in
47560              ID 20000315.008.  Patch from Dominic.  Patch affects at
47561              least MachTen, and possibly other oldish BSDs. Should not
47562              break non-broken platforms (tested on LinuxPPC). 
47563              
47564              Regen toc.
47565              
47566              Subject: Re: Questions about Tie::Array and perl modules
47567              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
47568              
47569              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
47570              
47571              Tweak #7153.
47572              
47573              IO::Handle->syswrite() did not handle length omission
47574              like CORE::syswrite() does.
47575              Subject: [Fwd] IO::Handle, syswrite and arguments
47576              The original patch from andrew@ugh.net.au.
47577              
47578              Also the $ccflags is needed for the C compiler check.
47579              Subject: Configure (check for C-compiler)
47580              
47581              Eliminate $Is_VMS code from the test.
47582              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
47583              
47584              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
47585              as the first option of cc/ld because of ultrapicky compilers
47586              (e.g. OS/390 R2.5)
47587              
47588              Change the version number of Tie::Handle in the core to 4.0,
47589              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
47590              Subject: Note on Tie::Handle
47591              
47592              UTF8ize split() so that the cloned substrings get the UTF8
47593              flag of the original scalar.  Problem reported by Simon Cozens.
47594              
47595              save_re_context() could reset PL_curcop to freed memory, causing core
47596              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
47597              
47598              Subject: PATCH 5.6 perldebguts grammar cleanup
47599              
47600              Add a todo note about overloadable assertions.
47601              
47602              on Windows, LoadLibrary() could load an extension DLL multiple
47603              times if forward slashes are used in the path
47604              
47605              on Windows, cwd strings in the environment should be of the
47606              form =X:=X:\foo instead of =X=X:\foo\
47607              
47608              on Windows, avoid potential exception (could happen if MSVCRT isn't
47609              being used) when closing a socket handle
47610              
47611              avoid nonportable example code
47612              
47613              Windows9x doesn't support link(), despite what Config.pm
47614              might think
47615              
47616              pod nit
47617              
47618              Change #7160 had a nasty typo.
47619              
47620              Warn about unknown scripts.
47621              Subject: Re: ideas? patches? [PATCH bleadperl]
47622              
47623              on Windows, clean targets might not work under some flavors of the shell
47624              
47625              tweak for change#7173
47626              
47627              Make eq work again with utf8 (disabling the upgrading
47628              should no more be necessary since the copies of the
47629              scalars are upgraded, not the scalars themselves).
47630              Takes care of ID 20001009.001.  (The claimed length()
47631              bug in 20001009.001 seems bogus to me.)
47632              
47633              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
47634              
47635              Upgrade to CGI.pm 2.74, from Lincoln Stein.
47636              
47637              Upgrade to podlators 1.04, from Russ Allbery.
47638              
47639              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
47640              
47641              Quote the temp file name, needed in Win32 because the
47642              default name unfortunately contains spaces, shouldn't
47643              hurt elsewhere.
47644              Subject: FW: perldoc fails if $TEMP contains spaces
47645              
47646              Subject: RE: [ID 19990803.001] README.win32 suggestions 
47647              
47648              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
47649              
47650              Subject: Re: utf8 concat, mg_get
47651              
47652              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
47653              
47654              Subject: [PATCH: perl@7181] op/tr tests on OS/390
47655              
47656              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
47657              
47658              Use the versiononly instead of the installscripts,
47659              retract the changes 7146 and 7147.
47660              
47661              Reapply Andy's patch and regen Configure.
47662              
47663              Add the test case for #7190, from the original bug report
47664              by Andreas König.
47665              
47666              Remove duplicated code.
47667              
47668              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
47669              
47670              restore change#7202
47671      Branch: maint-5.6/perl
47672           !> (integrate 121 files)
47673 ____________________________________________________________________________
47674 [  8155] By: jhi                                   on 2000/12/17  22:30:58
47675         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
47676              From: "Craig A. Berry" <craigberry@mac.com>
47677              Date: Sun, 17 Dec 2000 13:09:28 -0600
47678              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
47679              
47680              MAN.PODS => ' ' is naughty.
47681      Branch: perl
47682            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
47683 ____________________________________________________________________________
47684 [  8154] By: nick                                  on 2000/12/17  22:07:13
47685         Log: MULTIPLICITY nit.
47686      Branch: perl
47687            ! mg.c
47688 ____________________________________________________________________________
47689 [  8153] By: gsar                                  on 2000/12/17  21:23:05
47690         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
47691              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
47692              from mainline
47693              
47694              Document the SvIOK_.*UV().
47695              
47696              Update Unicode todo list.
47697              
47698              Guard against bad string->int conversion for quads.
47699              
47700              Subject: small apidoc fix
47701              
47702              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
47703              
47704              Subject: [PATCH] Tied filehandle documentation
47705              
47706              Subject: [PATCH] Modernize Opcode.pm documentation
47707              
47708              Make Data::Dumper (non-XS) to work with changed semantics of ref().
47709              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
47710              [applied even though said semantics didn't change in 5.6.x]
47711              
47712              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
47713              
47714              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
47715              
47716              Fix the URL, but the server is still missing in action.
47717              Subject: [ID 20000905.002] perlfaq1.pod URL error
47718              
47719              Subject: [ID 20000903.001] \w in utf8-strings
47720              
47721              Fix the ccversion detection for 5.1 and beyond.
47722              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
47723              
47724              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
47725              
47726              Subject: [ID 20000904.008] Tiny fix for perldiag
47727              
47728              Subject: Re: [ID 20000906.004] segfault with bad perl statement
47729              
47730              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
47731              
47732              Subject: [ID 20000908.002] perlipc documentation bug.
47733              
47734              Subject: [PATCH lib/Benchmark.pm]
47735              
47736              Re-allow vec() for characters > 255.
47737              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
47738              
47739              Do away with memory models cruft.  Sorry, PDP users.
47740              
47741              Continue #7041.
47742              
47743              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
47744              
47745              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
47746              
47747              Upgrade to CPAN 1.57_65, from Andreas König.
47748              
47749              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
47750              by Russ Allbery.
47751              
47752              Silence t/pod/*.t about alternate quote-mappings now implemented
47753              by Pod::Text, from Brad Appleton.
47754              
47755              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
47756              Subject: borland C++ win32.c tweak
47757              
47758              C<@a = @b = split(...)> optimization coredumps under ithreads
47759              (missed a spot when fixing up op_pmreplroot hack for ithreads)
47760              
47761              Document the SvUTF8*().
47762              
47763              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
47764              
47765              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
47766              
47767              Do in VMS as the #7054 does.
47768              
47769              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
47770              
47771              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
47772              
47773              Subject: [patch: perl@7045] vms updates
47774              
47775              Test for the #7049.
47776              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
47777              
47778              Break up the myconfig lines a bit.
47779              Subject: perlbug/perl -V output format
47780              
47781              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
47782              
47783              The #7054 truncated Configure badly.
47784              
47785              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
47786              initialization in all the threads on Windows
47787              
47788              Allow for whitespace between "#" and "line" in cpp output.
47789              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
47790              
47791              Remove vestiges of tr//CU.
47792              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
47793              
47794              The return value of setlocale must be copied away.
47795              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
47796              
47797              Allow chop() and chomp() to be overridden.
47798              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
47799              
47800              Hints optimization.
47801              Subject: Minor nit
47802              
47803              Subject: [PATCH] de-wall t/README
47804              
47805              Subject: Re: Two advertising clauses need to be removed
47806      Branch: maint-5.6/perl
47807           !> (integrate 75 files)
47808 ____________________________________________________________________________
47809 [  8152] By: gsar                                  on 2000/12/17  20:30:11
47810         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
47811              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
47812              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
47813              
47814              Don't attach -ld to the archname if pointless.
47815              
47816              Document UNTIE in a very minimalistic way.
47817              
47818              POSIX doesn't report long double values under -Duselongdouble
47819              when the long doubles are "real" (bigger than doubles).
47820              
47821              More author updates.
47822              
47823              Try to deduce NV_MAX.  Really should be Configure fodder.
47824              
47825              :: not allowed in pathnames, change to .
47826              Subject: [PATCH perl@6938] cygwin port
47827              
47828              Forget about NV_MAX (#6951).  Various floating point tweaks,
47829              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
47830              
47831              Move the Solaris 7 scan to use64bitall, make the
47832              failure to find 64-bot sparc libc to mention the
47833              possibility of being in an intel, from Lupe and Alan.
47834              
47835              Regen perltoc.
47836              
47837              AUTHORS tweaks, from Peter Prymmer.
47838              
47839              More address tweaking.
47840              
47841              Small tweaks all over.
47842              
47843              File::Temp patches from Andreas König,
47844              
47845              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
47846              
47847              Subject: CPAN.pm beta 1.57_57 for the core
47848              
47849              Part of the solution.
47850              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
47851              
47852              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
47853              
47854              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
47855              
47856              Add the overload warnings to perldiag.
47857              
47858              Drop unused argument.
47859              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
47860              
47861              Subject: Nit in Configure (bleadperl@6961)
47862              
47863              Update to PodParser 1.18, from Brad Appleton.
47864              
47865              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
47866              
47867              Subject: [PATCH: 6948] add SCNfldbl to configure.com
47868              
47869              Document UNTIE. Also tweak implementation to suppress the 'inner references'
47870              warning when UNTIE exists and instead pass the cound of extra references to
47871              the UNTIE method.
47872              
47873              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
47874              so that case-ignoring systems like DCL can tell them from
47875              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
47876              
47877              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
47878              
47879              Feature ordering tweak.
47880              
47881              Regen perltoc.
47882              
47883              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
47884              
47885              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
47886              
47887              Subject: http:// in L<>
47888              
47889              Detypo.
47890              
47891              change#6791 accidentally clobbered change#6710, put it back
47892              
47893              Only the first line, thank you very much.
47894              
47895              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
47896              plus rework the http: spots as suggested by Tom Christiansen,
47897              plus regen perltoc.
47898              
47899              Undo part of change 6489 which looks like a bulk edit which
47900              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
47901              The supressing of main:: on return from select() is undesirable.
47902              
47903              Apparently avoiding the swapping is too costly.
47904              
47905              Various Configure nits by Philip Newton,
47906              plus the ebcdic one by me.
47907              
47908              Make certain cc is set before trying to run it.
47909              
47910              If overloaded %{} etc. return the object do not loop.
47911              Thus  sub deref { $_[0] } functions if object is wanted type.
47912              
47913              Update perlhist.
47914              
47915              More %{} and other deref special casing - do not pass to 'nomethod'.
47916      Branch: maint-5.6/perl
47917           !> (integrate 59 files)
47918 ____________________________________________________________________________
47919 [  8151] By: gsar                                  on 2000/12/17  19:14:38
47920         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
47921              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
47922              
47923              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
47924              
47925              Make the epsilon to be relative, not absolute.
47926              
47927              Put back the flags dump as reasoned in
47928              Subject: Re: [PATCH] Glob dumping
47929              
47930              Introduce ccname to keep track of what compiler kind of we have.
47931              
47932              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
47933              
47934              Put back the slice accidentally removed by #6907.
47935              
47936              Reset archname and archname64 always, forcing them be
47937              recomputed at each Configure run, make Configure and
47938              the hints files agree on the naming of largefiles variables.
47939              
47940              Don't say "Perl 5.0 source kit".
47941              
47942              Subject: [PATCH] fix misc cast warnings
47943              
47944              Subject: typos in pods
47945              
47946              NVs not necessarily doubles, as pointed out by Yitzchak.
47947              
47948              Subject: [PATCH 6889] add a few ldbl formats to configure.com
47949              
47950              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
47951              
47952              Better options for rsync.
47953              
47954              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
47955              
47956              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
47957              
47958              Subject: [PATCH] Re: UNTIE method 
47959              
47960              A better fix for the Socket building problem from Craig Berry.
47961              
47962              Retract the dummy test, skip the security tests (instead of failing),
47963              explain what the warnings mean.
47964              
47965              Heap decorruption.
47966              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
47967              
47968              Update to Unicode 3.0.1.
47969              
47970              Missed one Unicode file.
47971              
47972              Subject: Re: typos in pods
47973              
47974              The #6929 was too skimpy.
47975              
47976              sscanf() may be the only way to read long doubles from strings.
47977              
47978              Reveal Borland's isnan.
47979              Subject: build with BC++ tweak
47980              
47981              Issue useful diagnostic on unknown pod commands.
47982              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
47983              
47984              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
47985              
47986              Clarify the third case of ftmp-security warnings.
47987              
47988              Make -Dusemorebits find long doubles in Solaris.
47989              
47990              Wrap the test in eval.
47991      Branch: maint-5.6/perl
47992           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
47993           +> lib/unicode/PropList.txt lib/unicode/README.perl
47994           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
47995           +> lib/unicode/Unicode.301 vms/vmspipe.com
47996            - lib/unicode/Props.txt lib/unicode/UCD300.html
47997            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
47998           !> (integrate 305 files)
47999 ____________________________________________________________________________
48000 [  8150] By: jhi                                   on 2000/12/17  18:47:57
48001         Log: Uncheckedin generated files.
48002      Branch: perl
48003            ! global.sym perlapi.c pod/perlapi.pod
48004 ____________________________________________________________________________
48005 [  8149] By: jhi                                   on 2000/12/17  18:41:22
48006         Log: Update Changes.
48007      Branch: perl
48008            ! Changes patchlevel.h
48009 ____________________________________________________________________________
48010 [  8148] By: jhi                                   on 2000/12/17  18:39:16
48011         Log: Subject: [PATCH] Fcntl constants speedup
48012              From: Nicholas Clark <nick@ccl4.org>
48013              Date: Sun, 17 Dec 2000 16:29:24 +0000
48014              Message-ID: <20001217162924.E97668@plum.flirble.org>
48015              
48016              Use IVs for the Fcntl constants instead of NVs.
48017      Branch: perl
48018            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
48019 ____________________________________________________________________________
48020 [  8147] By: jhi                                   on 2000/12/17  18:33:41
48021         Log: Add test for #8145 (binmode() warning), add warning for
48022              ioctl() and sockpair(), document them. (fileno() cannot
48023              be tripwired with the same kind of warning because
48024              'defined fileno($foo)' seems to be an idiom.)
48025      Branch: perl
48026            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
48027 ____________________________________________________________________________
48028 [  8146] By: gsar                                  on 2000/12/17  18:09:08
48029         Log: update Changes
48030      Branch: maint-5.6/perl
48031            ! Changes
48032 ____________________________________________________________________________
48033 [  8145] By: jhi                                   on 2000/12/17  17:39:35
48034         Log: Subject: [PATCH] Re: The long awaited feature ...
48035              From: Simon Cozens <simon@cozens.net>
48036              Date: Sun, 17 Dec 2000 12:31:56 +0000
48037              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
48038              
48039              Add a warning to binmode() about using bad filehandles
48040              (can happen e.g. if someone forgets the filehandle argument)
48041      Branch: perl
48042            ! pp_sys.c
48043 ____________________________________________________________________________
48044 [  8144] By: jhi                                   on 2000/12/17  17:33:48
48045         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
48046              From: Jonathan Stowe <gellyfish@gellyfish.com>
48047              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
48048              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
48049      Branch: perl
48050            ! lib/Net/Ping.pm
48051 ____________________________________________________________________________
48052 [  8143] By: jhi                                   on 2000/12/17  05:31:37
48053         Log: Polymorphic regexps.
48054              
48055              Fixes at least the bugs 20001028.003 (both of them...) and
48056              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
48057              also to be fixed by now, probably already before this patch.
48058      Branch: perl
48059            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
48060            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
48061            ! t/op/utf8decode.t t/pragma/utf8.t
48062 ____________________________________________________________________________
48063 [  8142] By: jhi                                   on 2000/12/16  17:16:05
48064         Log: Subject: [patch perl@8102] dos/djgpp update
48065              From: Laszlo Molnar <ml1050@freemail.hu>
48066              Date: Sat, 16 Dec 2000 01:40:52 +0100
48067              Message-ID: <20001216014052.A335@freemail.hu>
48068      Branch: perl
48069            ! djgpp/config.over t/base/commonsense.t
48070 ____________________________________________________________________________
48071 [  8141] By: jhi                                   on 2000/12/16  17:09:27
48072         Log: Few uncheckedin files.
48073      Branch: perl
48074            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
48075 ____________________________________________________________________________
48076 [  8140] By: nick                                  on 2000/12/15  22:14:31
48077         Log: Integrate mainline
48078      Branch: perlio
48079           !> (integrate 53 files)
48080 ____________________________________________________________________________
48081 [  8139] By: jhi                                   on 2000/12/15  19:49:49
48082         Log: One more IVUV tweak from Nicholas Clark.
48083      Branch: perl
48084            ! sv.c
48085 ____________________________________________________________________________
48086 [  8138] By: jhi                                   on 2000/12/15  19:17:06
48087         Log: Return of the IVUV-preservation, now seems to be happy even
48088              in Digital UNIX (the broken strtoul brokenness detection
48089              seems to have been the fly in the ointment).
48090      Branch: perl
48091            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48092            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
48093            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
48094            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
48095            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
48096            ! vos/config.ga.h win32/config.bc win32/config.gc
48097            ! win32/config.vc
48098 ____________________________________________________________________________
48099 [  8137] By: jhi                                   on 2000/12/15  18:12:14
48100         Log: Metaconfig unit change for #8136.
48101      Branch: metaconfig
48102            ! U/modified/d_strtoul.U
48103      Branch: metaconfig/U/perl
48104            ! d_strtoull.U d_strtouq.U
48105 ____________________________________________________________________________
48106 [  8136] By: jhi                                   on 2000/12/15  18:11:35
48107         Log: I don't think it's sensible or portable to test the strtou*
48108              on /^-/ strings.
48109      Branch: perl
48110            ! Configure
48111 ____________________________________________________________________________
48112 [  8135] By: jhi                                   on 2000/12/15  17:18:49
48113         Log: Metaconfig unit change for #8134.
48114      Branch: metaconfig
48115            ! U/modified/d_strtoul.U
48116 ____________________________________________________________________________
48117 [  8134] By: jhi                                   on 2000/12/15  17:14:13
48118         Log: If longsize is 8 we don't need a LL suffix for integer constants.
48119      Branch: perl
48120            ! Configure config_h.SH
48121 ____________________________________________________________________________
48122 [  8133] By: jhi                                   on 2000/12/15  16:00:23
48123         Log: Update Changes.
48124      Branch: perl
48125            ! Changes patchlevel.h
48126 ____________________________________________________________________________
48127 [  8132] By: jhi                                   on 2000/12/15  15:44:16
48128         Log: Some compilers get huffy if you do not cast a const pointer
48129              to a non-const when assigning.
48130      Branch: perl
48131            ! gv.c
48132 ____________________________________________________________________________
48133 [  8131] By: jhi                                   on 2000/12/15  15:38:30
48134         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
48135              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48136              Date: Fri, 15 Dec 2000 05:26:57 -0500
48137              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
48138      Branch: perl
48139            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
48140            ! t/pragma/overload.t
48141 ____________________________________________________________________________
48142 [  8130] By: jhi                                   on 2000/12/15  15:36:08
48143         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
48144              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48145              Date: Thu, 14 Dec 2000 22:02:43 -0500
48146              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
48147      Branch: perl
48148            ! gv.c perl.h
48149 ____________________________________________________________________________
48150 [  8129] By: jhi                                   on 2000/12/15  15:34:16
48151         Log: Subject: PATCH: h2xs nit
48152              From: Tim Jenness <t.jenness@jach.hawaii.edu>
48153              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
48154              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
48155              
48156              Add a template README.
48157      Branch: perl
48158            ! utils/h2xs.PL
48159 ____________________________________________________________________________
48160 [  8128] By: jhi                                   on 2000/12/15  15:32:22
48161         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
48162      Branch: perl
48163            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
48164 ____________________________________________________________________________
48165 [  8127] By: jhi                                   on 2000/12/15  15:19:34
48166         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
48167              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48168              Date:     Thu, 14 Dec 2000 20:04:42 EST
48169              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
48170      Branch: perl
48171            ! ext/Opcode/Opcode.xs
48172 ____________________________________________________________________________
48173 [  8126] By: jhi                                   on 2000/12/15  15:17:49
48174         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
48175              From: Peter Prymmer <pvhp@forte.com>
48176              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
48177              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
48178      Branch: perl
48179            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
48180            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
48181            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
48182 ____________________________________________________________________________
48183 [  8125] By: jhi                                   on 2000/12/15  15:11:05
48184         Log: This seems to be a stage sane and stable enough to checkin.
48185              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
48186      Branch: perl
48187            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
48188            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
48189            ! t/op/cmp.t t/op/numconvert.t
48190 ____________________________________________________________________________
48191 [  8124] By: jhi                                   on 2000/12/15  04:20:26
48192         Log: Something is really wonky.
48193      Branch: perl
48194            ! sv.c
48195 ____________________________________________________________________________
48196 [  8123] By: jhi                                   on 2000/12/15  04:00:50
48197         Log: Fixes for the IV UV patches to compile in Digital UNIX.
48198      Branch: perl
48199            ! sv.c
48200 ____________________________________________________________________________
48201 [  8122] By: jhi                                   on 2000/12/15  02:53:40
48202         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
48203              From: "Craig A. Berry" <craigberry@mac.com>
48204              Date: Thu, 14 Dec 2000 19:10:49 -0600
48205              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
48206      Branch: perl
48207            ! vms/vms.c
48208 ____________________________________________________________________________
48209 [  8121] By: jhi                                   on 2000/12/15  02:50:00
48210         Log: Metaconfig changes for #8120.
48211      Branch: metaconfig
48212            + U/modified/d_strtoul.U
48213      Branch: metaconfig/U/perl
48214            ! d_strtoull.U d_strtouq.U
48215 ____________________________________________________________________________
48216 [  8120] By: jhi                                   on 2000/12/15  02:49:42
48217         Log: From: Nicholas Clark <nick@ccl4.org> 
48218              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
48219              Date: Thu, 14 Dec 2000 18:38:57 +0000
48220              Message-ID: <20001214183857.B97909@plum.flirble.org>
48221      Branch: perl
48222            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48223            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
48224            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
48225            ! vos/config.ga.def vos/config.ga.h win32/config.bc
48226            ! win32/config.gc win32/config.vc
48227 ____________________________________________________________________________
48228 [  8119] By: jhi                                   on 2000/12/14  23:40:58
48229         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
48230              From: Nicholas Clark <nick@ccl4.org>
48231              Date: Wed, 13 Dec 2000 20:08:50 +0000
48232              Message-ID: <20001213200849.B71166@plum.flirble.org>
48233      Branch: perl
48234            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
48235            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
48236 ____________________________________________________________________________
48237 [  8118] By: jhi                                   on 2000/12/14  22:46:26
48238         Log: Integrate perlio.
48239      Branch: perl
48240           !> MANIFEST ext/Encode/compile makedef.pl
48241 ____________________________________________________________________________
48242 [  8117] By: nick                                  on 2000/12/14  22:38:53
48243         Log: Win32 tweaks to get Encode to build
48244              - temp hack to makedef.pl till PerlIO is properly "exported".
48245              - MSVC dislikes  
48246              static encpage_t foo[];
48247              so make 'em extern for now.
48248      Branch: perlio
48249            ! ext/Encode/compile makedef.pl
48250 ____________________________________________________________________________
48251 [  8116] By: nick                                  on 2000/12/14  22:00:53
48252         Log: Document the new files
48253      Branch: perlio
48254            ! MANIFEST
48255 ____________________________________________________________________________
48256 [  8115] By: jhi                                   on 2000/12/14  21:58:01
48257         Log: MANIFEST new files of #8114.
48258      Branch: perl
48259            ! MANIFEST
48260 ____________________________________________________________________________
48261 [  8114] By: jhi                                   on 2000/12/14  21:50:49
48262         Log: Integrate perlio.
48263      Branch: perl
48264           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
48265           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
48266           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
48267           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
48268           !> ext/Encode/Makefile.PL
48269 ____________________________________________________________________________
48270 [  8113] By: jhi                                   on 2000/12/14  21:48:49
48271         Log: The documentation part of the
48272              
48273              Subject: [ID 20001214.002] Net::Ping patch
48274              From: Jonathan Stowe <gellyfish@gellyfish.com>
48275              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
48276              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
48277              since the #7529 had already addressed the same problem.
48278      Branch: perl
48279            ! lib/Net/Ping.pm
48280 ____________________________________________________________________________
48281 [  8112] By: jhi                                   on 2000/12/14  21:42:57
48282         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
48283              From: Dominic Dunlop <domo@computer.org>
48284              Date: Tue, 12 Dec 2000 10:47:10 +0100
48285              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
48286              
48287              Document how elusive subroutines can be.
48288      Branch: perl
48289            ! pod/perlfunc.pod
48290 ____________________________________________________________________________
48291 [  8111] By: jhi                                   on 2000/12/14  21:38:05
48292         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
48293              From: Dominic Dunlop <domo@computer.org>
48294              Date: Thu, 14 Dec 2000 10:13:51 +0100
48295              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
48296      Branch: perl
48297            ! ext/POSIX/POSIX.pod
48298 ____________________________________________________________________________
48299 [  8110] By: jhi                                   on 2000/12/14  21:36:32
48300         Log: Subject: [patch] perlfaq7
48301              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
48302              Date: Thu, 14 Dec 2000 15:31:07 +0100
48303              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
48304      Branch: perl
48305            ! pod/perlfaq7.pod
48306 ____________________________________________________________________________
48307 [  8109] By: jhi                                   on 2000/12/14  21:29:20
48308         Log: Subject: [8104] Encode
48309              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48310              Date: Thu, 14 Dec 2000 14:49:34 +0100
48311              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
48312              
48313              Type casting for nervous compilers.
48314      Branch: perl
48315            ! ext/Encode/Encode.xs
48316 ____________________________________________________________________________
48317 [  8108] By: jhi                                   on 2000/12/14  21:26:17
48318         Log: Subject: [8104] DB_File
48319              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48320              Date: Thu, 14 Dec 2000 14:49:35 +0100
48321              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
48322              
48323              Type definition incorrect for DB 2.7.7.  Not known when it
48324              changed, so only changed it for a known revision.
48325      Branch: perl
48326            ! ext/DB_File/DB_File.xs
48327 ____________________________________________________________________________
48328 [  8107] By: jhi                                   on 2000/12/14  21:23:41
48329         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
48330              From: Peter Prymmer <pvhp@forte.com>
48331              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
48332              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
48333              
48334              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
48335      Branch: perl
48336            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
48337            ! ext/Encode/Encode/posix-bc.enc
48338 ____________________________________________________________________________
48339 [  8106] By: nick                                  on 2000/12/14  20:36:13
48340         Log: "Cold" build correction to Encode's Makefile.PL
48341      Branch: perlio
48342            ! ext/Encode/Makefile.PL
48343 ____________________________________________________________________________
48344 [  8105] By: nick                                  on 2000/12/14  20:09:37
48345         Log: "Compiled" encodings.
48346              Correct replacement character in EBCDIC .enc files
48347              Add 0x7F to ASCII repertoire.
48348      Branch: perlio
48349            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
48350            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
48351            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
48352            ! ext/Encode/Makefile.PL ext/Encode/compile
48353            ! ext/Encode/encengine.c ext/Encode/encode.h
48354 ____________________________________________________________________________
48355 [  8104] By: nick                                  on 2000/12/14  00:38:20
48356         Log: Integrate mainline
48357      Branch: perlio
48358           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
48359           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
48360           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
48361           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
48362           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
48363           !> t/lib/db-hash.t t/lib/db-recno.t
48364 ____________________________________________________________________________
48365 [  8103] By: nick                                  on 2000/12/13  23:16:13
48366         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
48367              so far and so it does not get lost.
48368      Branch: perlio
48369            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
48370 ____________________________________________________________________________
48371 [  8102] By: jhi                                   on 2000/12/13  17:14:22
48372         Log: Update Changes.
48373      Branch: perl
48374            ! Changes patchlevel.h
48375 ____________________________________________________________________________
48376 [  8101] By: jhi                                   on 2000/12/13  16:53:41
48377         Log: Move the proto of start_glob() to a better place; regen api files.
48378      Branch: perl
48379            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
48380 ____________________________________________________________________________
48381 [  8100] By: jhi                                   on 2000/12/13  16:47:11
48382         Log: Metaconfig change for #8099.
48383      Branch: metaconfig
48384            ! U/modified/Head.U
48385 ____________________________________________________________________________
48386 [  8099] By: jhi                                   on 2000/12/13  16:46:48
48387         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
48388              From: Andy Dougherty <doughera@lafayette.edu>
48389              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
48390              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
48391      Branch: perl
48392            ! Configure
48393 ____________________________________________________________________________
48394 [  8098] By: jhi                                   on 2000/12/13  16:39:02
48395         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
48396              From: rspier@pobox.com (Robert Spier)
48397              Date: Tue, 12 Dec 2000 21:12:39 -0500
48398              Message-ID: <14902.56087.678086.725773@rls.cx>
48399              
48400              fastgetcwd is defined using a glob alias on a $^O dependent basis -
48401              and there was no default assignment or perl subroutine.
48402      Branch: perl
48403            ! lib/Cwd.pm
48404 ____________________________________________________________________________
48405 [  8097] By: jhi                                   on 2000/12/13  16:16:01
48406         Log: Subject: [PATCH] move startglob out of pp_hot.c
48407              From: Nicholas Clark <nick@ccl4.org>
48408              Date: Mon, 11 Dec 2000 23:16:39 +0000
48409              Message-ID: <20001211231638.A55550@plum.flirble.org>
48410      Branch: perl
48411            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
48412 ____________________________________________________________________________
48413 [  8096] By: jhi                                   on 2000/12/13  15:26:23
48414         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
48415              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
48416              Date: Wed, 13 Dec 2000 14:01:37 +0100
48417              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
48418              
48419              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
48420              in turn requires libpthread in libswanted.
48421      Branch: perl
48422            ! hints/hpux.sh
48423 ____________________________________________________________________________
48424 [  8095] By: jhi                                   on 2000/12/12  19:51:05
48425         Log: The integration wars continue.
48426      Branch: perl
48427           !> sv.c
48428 ____________________________________________________________________________
48429 [  8094] By: jhi                                   on 2000/12/12  19:48:26
48430         Log: Subject: [PATCH perl@8070] DB_File-1.74  
48431              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
48432              Date: Mon, 11 Dec 2000 23:07:17 -0000
48433              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
48434      Branch: perl
48435            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
48436            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
48437            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
48438            ! t/lib/db-recno.t
48439 ____________________________________________________________________________
48440 [  8093] By: nick                                  on 2000/12/12  19:42:13
48441         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
48442      Branch: perlio
48443            ! sv.c
48444           !> lib/File/DosGlob.pm
48445 ____________________________________________________________________________
48446 [  8092] By: jhi                                   on 2000/12/12  19:28:11
48447         Log: Integrate perlio.
48448      Branch: perl
48449           !> sv.c
48450 ____________________________________________________________________________
48451 [  8091] By: nick                                  on 2000/12/12  18:49:45
48452         Log: Fix for Tk, and upgrading shared SVs.
48453      Branch: perlio
48454            ! sv.c
48455 ____________________________________________________________________________
48456 [  8090] By: jhi                                   on 2000/12/12  16:48:59
48457         Log: Subject: [PATCH] Re: Breadperl & Tk
48458              From: Nick Ing-Simmons <nik@tiuk.ti.com>
48459              Date: Tue, 12 Dec 2000 14:48:27 GMT
48460              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
48461      Branch: perl
48462            ! sv.c
48463 ____________________________________________________________________________
48464 [  8089] By: jhi                                   on 2000/12/12  03:37:19
48465         Log: Subject: DosGlob.pm diff for bash style brace expansion.
48466              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
48467              Date: Fri, 8 Dec 2000 10:45:30 -0600
48468              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
48469      Branch: perl
48470            ! lib/File/DosGlob.pm
48471 ____________________________________________________________________________
48472 [  8088] By: nick                                  on 2000/12/11  23:59:59
48473         Log: Integrate mainline
48474      Branch: perlio
48475           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
48476           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
48477           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
48478           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
48479           !> t/op/local.t t/pragma/warn/toke toke.c
48480 ____________________________________________________________________________
48481 [  8087] By: jhi                                   on 2000/12/11  23:20:23
48482         Log: Integrate perlio.
48483      Branch: perl
48484           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
48485 ____________________________________________________________________________
48486 [  8086] By: jhi                                   on 2000/12/11  22:50:59
48487         Log: Tune further the OS detection of CGI.
48488      Branch: perl
48489            ! lib/CGI.pm
48490 ____________________________________________________________________________
48491 [  8085] By: nick                                  on 2000/12/11  22:50:46
48492         Log: Finish 1st pass of "encoding" layer e.g. :
48493              open($fh,"<encoding(iso8859-7)",$greek) || die;
48494      Branch: perlio
48495            ! ext/Encode/Encode.xs perlio.c perliol.h
48496 ____________________________________________________________________________
48497 [  8084] By: jhi                                   on 2000/12/11  22:32:06
48498         Log: Revert the -f ambiguousity patch, seems to cause
48499              too much hassle (the interpret -Q as a function
48500              where Q is not a known filetest part is left in).
48501      Branch: perl
48502            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
48503            ! toke.c
48504 ____________________________________________________________________________
48505 [  8083] By: jhi                                   on 2000/12/11  22:27:23
48506         Log: (accidentally empty check-in)
48507      Branch: perl
48508            ! lib/File/DosGlob.pm
48509 ____________________________________________________________________________
48510 [  8082] By: nick                                  on 2000/12/11  19:09:51
48511         Log: Restore mmap function (broken by tweaks to shared buffer
48512              layer for encode(xxxx)).
48513      Branch: perlio
48514            ! perlio.c
48515 ____________________________________________________________________________
48516 [  8081] By: jhi                                   on 2000/12/11  18:29:13
48517         Log: Subject: Re: The long awaited feature ...
48518              From: Simon Cozens <simon@cozens.net>
48519              Date: Mon, 11 Dec 2000 15:54:24 +0000
48520              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
48521              
48522              More io/utf8 tests.
48523      Branch: perl
48524            ! t/io/utf8.t
48525 ____________________________________________________________________________
48526 [  8080] By: jhi                                   on 2000/12/11  18:19:36
48527         Log: Subject: PATCH MakeMaker manpage clarification
48528              From: andreas.koenig@anima.de (Andreas J. Koenig)
48529              Date: 10 Dec 2000 20:46:13 +0100
48530              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
48531      Branch: perl
48532            ! lib/ExtUtils/MakeMaker.pm
48533 ____________________________________________________________________________
48534 [  8079] By: jhi                                   on 2000/12/11  15:35:07
48535         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
48536              From: Simon Cozens <simon@cozens.net>
48537              Date: Sun, 10 Dec 2000 19:06:19 +0000
48538              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
48539      Branch: perl
48540            ! ext/B/B/Deparse.pm t/lib/b.t
48541 ____________________________________________________________________________
48542 [  8078] By: jhi                                   on 2000/12/11  15:09:11
48543         Log: Subject: [PATCH] docs on NaN
48544              From: Nicholas Clark <nick@ccl4.org>
48545              Date: Mon, 11 Dec 2000 01:48:38 +0000
48546              Message-ID: <20001211014838.B99205@plum.flirble.org>
48547      Branch: perl
48548            ! pod/perlop.pod
48549 ____________________________________________________________________________
48550 [  8077] By: jhi                                   on 2000/12/11  15:02:21
48551         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
48552              From: Simon Cozens <simon@cozens.net>
48553              Date: Mon, 11 Dec 2000 01:21:45 +0000
48554              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
48555      Branch: perl
48556            ! pp.c pp_hot.c scope.c t/op/local.t
48557 ____________________________________________________________________________
48558 [  8076] By: nick                                  on 2000/12/10  20:43:32
48559         Log: Not merge worthy...
48560              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
48561              syntax is modelled on attributes.
48562              Untested fix for io/utf8 on Win32 etc.
48563              Very clumsy start to the encode layer.
48564      Branch: perlio
48565            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
48566 ____________________________________________________________________________
48567 [  8075] By: jhi                                   on 2000/12/10  18:39:33
48568         Log: Darwin is not Windows.
48569      Branch: perl
48570            ! lib/CGI.pm
48571 ____________________________________________________________________________
48572 [  8074] By: jhi                                   on 2000/12/10  18:31:27
48573         Log: Subject: Ambiguous -%c() resolved as a file test
48574              From: "Paul Marquess" <Paul.Marquess@openwave.com>
48575              Date: Sun, 10 Dec 2000 15:35:07 -0000
48576              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
48577      Branch: perl
48578            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
48579 ____________________________________________________________________________
48580 [  8073] By: jhi                                   on 2000/12/10  18:16:29
48581         Log: Subject: PATCH installperl misinformed 
48582              From: andreas.koenig@anima.de (Andreas J. Koenig)
48583              Date: 10 Dec 2000 13:01:32 +0100 
48584              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
48585      Branch: perl
48586            ! installperl
48587 ____________________________________________________________________________
48588 [  8072] By: jhi                                   on 2000/12/10  18:07:55
48589         Log: The walkoptree confusion rages; walkoptree() seems to be coming
48590              from B.xs, while walkoptree_slow() comes from B.pm.
48591      Branch: perl
48592            ! ext/B/B.pm
48593 ____________________________________________________________________________
48594 [  8071] By: nick                                  on 2000/12/10  11:45:47
48595         Log: Integrate mainline
48596      Branch: perlio
48597           +> t/base/commonsense.t
48598           !> (integrate 37 files)
48599 ____________________________________________________________________________
48600 [  8070] By: jhi                                   on 2000/12/10  04:46:21
48601         Log: Update Changes.
48602      Branch: perl
48603            ! Changes patchlevel.h
48604 ____________________________________________________________________________
48605 [  8069] By: jhi                                   on 2000/12/10  04:39:19
48606         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
48607              From: andreas.koenig@anima.de (Andreas J. Koenig)
48608              Date: 09 Dec 2000 17:14:25 +0100
48609              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
48610      Branch: perl
48611            + t/base/commonsense.t
48612            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
48613 ____________________________________________________________________________
48614 [  8068] By: jhi                                   on 2000/12/10  04:17:36
48615         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
48616              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
48617              Date: Sat, 9 Dec 2000 16:47:22 -0000
48618              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
48619      Branch: perl
48620            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
48621            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
48622            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
48623            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
48624            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
48625            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
48626            ! t/lib/sdbm.t
48627 ____________________________________________________________________________
48628 [  8067] By: jhi                                   on 2000/12/10  03:52:02
48629         Log: Test case for #8066.
48630      Branch: perl
48631            ! t/op/misc.t
48632 ____________________________________________________________________________
48633 [  8066] By: jhi                                   on 2000/12/10  03:50:30
48634         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
48635              From: Simon Cozens <simon@cozens.net>
48636              Date: Sun, 10 Dec 2000 00:55:37 +0000
48637              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
48638      Branch: perl
48639            ! pp_sys.c
48640 ____________________________________________________________________________
48641 [  8065] By: jhi                                   on 2000/12/10  03:44:52
48642         Log: Test case for #8064.
48643      Branch: perl
48644            ! t/comp/proto.t
48645 ____________________________________________________________________________
48646 [  8064] By: jhi                                   on 2000/12/10  03:42:32
48647         Log: Subject: Re: prototype of substr
48648              From: Simon Cozens <simon@cozens.net>
48649              Date: Sun, 10 Dec 2000 00:13:33 +0000
48650              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
48651              
48652              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
48653              In other words, make the returned prototypes for any function
48654              stop prepending the ';' optionality marker after the first one.
48655              If they start getting optional, all the rest are optional.
48656      Branch: perl
48657            ! pp.c
48658 ____________________________________________________________________________
48659 [  8063] By: jhi                                   on 2000/12/10  03:39:42
48660         Log: Subject: [PATCH] perlguts.pod
48661              From: Simon Cozens <simon@cozens.net>
48662              Date: Sun, 10 Dec 2000 00:06:47 +0000
48663              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
48664              
48665              Documentation of the different types of ops,
48666              plus the functions in dump.c
48667      Branch: perl
48668            ! pod/perlguts.pod
48669 ____________________________________________________________________________
48670 [  8062] By: jhi                                   on 2000/12/10  03:30:04
48671         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
48672              From: Nicholas Clark <nick@talking.bollo.cx>
48673              Date: Sat, 09 Dec 2000 18:57:25 +0000
48674              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
48675              
48676              Be more robust in weird hostname setups.
48677      Branch: perl
48678            ! t/lib/net-hostent.t
48679 ____________________________________________________________________________
48680 [  8061] By: jhi                                   on 2000/12/10  03:28:21
48681         Log: Pacify fussy compiler. 
48682      Branch: perl
48683            ! pp_sys.c
48684 ____________________________________________________________________________
48685 [  8060] By: jhi                                   on 2000/12/10  02:52:46
48686         Log: Integrate perlio.
48687      Branch: perl
48688           !> pp_sys.c t/io/utf8.t
48689 ____________________________________________________________________________
48690 [  8059] By: nick                                  on 2000/12/09  23:40:14
48691         Log: read/sysread/recv should now be utf8 aware.
48692              Basic test for utf8 read.
48693      Branch: perlio
48694            ! pp_sys.c t/io/utf8.t
48695 ____________________________________________________________________________
48696 [  8058] By: jhi                                   on 2000/12/09  21:56:02
48697         Log: Integrate perlio.
48698      Branch: perl
48699           +> t/io/utf8.t
48700           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
48701 ____________________________________________________________________________
48702 [  8057] By: jhi                                   on 2000/12/09  21:53:35
48703         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
48704              From: Inaba Hiroto <inaba@st.rim.or.jp>
48705              Date: Sun, 10 Dec 2000 05:53:21 +0900
48706              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
48707              
48708              Tests for #8056.
48709      Branch: perl
48710            ! t/op/each.t
48711 ____________________________________________________________________________
48712 [  8056] By: jhi                                   on 2000/12/09  21:51:16
48713         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
48714              From: Inaba Hiroto <inaba@st.rim.or.jp>
48715              Date: Sat, 09 Dec 2000 18:02:00 +0900
48716              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
48717              
48718              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
48719      Branch: perl
48720            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
48721 ____________________________________________________________________________
48722 [  8055] By: nick                                  on 2000/12/09  20:11:48
48723         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
48724              than raw PerlIO_write() - does not seem to break any tests.
48725      Branch: perlio
48726            ! pp_sys.c
48727 ____________________________________________________________________________
48728 [  8054] By: nick                                  on 2000/12/09  19:47:30
48729         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
48730              (sysread, recv and write i.e. formats still to do...)
48731              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
48732              open($fh,">:utf8","name")
48733              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
48734              so no extra overhead is involved.
48735              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
48736              to a non-utf8 stream.
48737              Add initial io/utf8.t
48738              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
48739              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
48740              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
48741      Branch: perlio
48742            + t/io/utf8.t
48743            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
48744 ____________________________________________________________________________
48745 [  8053] By: nick                                  on 2000/12/09  19:26:37
48746         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
48747              was only testing this_utf8.
48748      Branch: perlio
48749            ! toke.c
48750 ____________________________________________________________________________
48751 [  8052] By: nick                                  on 2000/12/09  19:09:41
48752         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
48753              i.e. the output string has one, but don't mess with source assumption.
48754      Branch: perlio
48755            ! toke.c
48756 ____________________________________________________________________________
48757 [  8051] By: jhi                                   on 2000/12/09  16:55:17
48758         Log: Integrate perlio.
48759      Branch: perl
48760           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
48761           !> sv.c thrdvar.h util.c
48762 ____________________________________________________________________________
48763 [  8050] By: jhi                                   on 2000/12/09  16:48:07
48764         Log: Nits noticed by Peter Prymmer.
48765      Branch: perl
48766            ! lib/ExtUtils/MM_VMS.pm
48767 ____________________________________________________________________________
48768 [  8049] By: nick                                  on 2000/12/09  13:49:40
48769         Log: UTF8 output prework.
48770              - Store $\ and $, as SVs so they can have SvUTF8 flag
48771              - use do_print() rather than raw PerlIO_write() to print them.
48772      Branch: perlio
48773            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
48774            ! thrdvar.h util.c
48775 ____________________________________________________________________________
48776 [  8048] By: nick                                  on 2000/12/09  12:30:43
48777         Log: Integrate mainline.
48778      Branch: perlio
48779           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
48780           +> t/op/reverse.t
48781           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
48782           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
48783           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
48784           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
48785           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
48786           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
48787 ____________________________________________________________________________
48788 [  8047] By: jhi                                   on 2000/12/09  00:23:27
48789         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
48790              From: Michael G Schwern <schwern@pobox.com>
48791              Date: Fri, 8 Dec 2000 14:43:04 -0600
48792      Branch: perl
48793            ! lib/ExtUtils/MM_VMS.pm
48794 ____________________________________________________________________________
48795 [  8046] By: jhi                                   on 2000/12/08  23:10:27
48796         Log: A missed check-in.
48797      Branch: perl
48798            ! lib/ExtUtils/Manifest.pm
48799 ____________________________________________________________________________
48800 [  8045] By: jhi                                   on 2000/12/08  21:57:12
48801         Log: (null check-in)
48802      Branch: perl
48803            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
48804 ____________________________________________________________________________
48805 [  8044] By: jhi                                   on 2000/12/08  21:11:06
48806         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
48807              at the final draft stage.
48808      Branch: perl
48809            + ext/Encode/Encode/iso8859-16.enc
48810            ! MANIFEST
48811 ____________________________________________________________________________
48812 [  8043] By: jhi                                   on 2000/12/08  16:39:04
48813         Log: Update Changes.
48814      Branch: perl
48815            ! Changes patchlevel.h
48816 ____________________________________________________________________________
48817 [  8042] By: jhi                                   on 2000/12/08  16:33:39
48818         Log: Do not return the Unicode replacement character if UTF-8
48819              decoding goes awry, it should be up to the caller to decide.
48820      Branch: perl
48821            ! pod/perlapi.pod utf8.c
48822 ____________________________________________________________________________
48823 [  8041] By: jhi                                   on 2000/12/08  16:22:28
48824         Log: metaconfig maintenance.
48825      Branch: metaconfig
48826            ! U/modified/stdchar.U
48827      Branch: metaconfig/U/perl
48828            + testsyml.U
48829 ____________________________________________________________________________
48830 [  8040] By: jhi                                   on 2000/12/08  16:03:08
48831         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
48832              From: sthoenna@efn.org
48833              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
48834              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
48835      Branch: perl
48836            ! Changes lib/ExtUtils/MM_OS2.pm
48837 ____________________________________________________________________________
48838 [  8039] By: jhi                                   on 2000/12/08  15:57:11
48839         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
48840              From: Simon Cozens <simon@cozens.net>
48841              Date: Fri, 8 Dec 2000 13:33:31 +0000
48842              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
48843              
48844              (The pp_hot part needed a rewrite.)
48845      Branch: perl
48846            ! doop.c pp_hot.c utf8.c
48847 ____________________________________________________________________________
48848 [  8038] By: jhi                                   on 2000/12/08  15:25:08
48849         Log: Subject: djSP
48850              From: Michael Stevens <michael@etla.org>
48851              Date: Wed, 6 Dec 2000 23:24:01 +0000
48852              Message-ID: <20001206232400.A21381@firedrake.org>
48853              
48854              Plus a note from Nick Ing-Simmons.
48855      Branch: perl
48856            ! pp.h
48857 ____________________________________________________________________________
48858 [  8037] By: jhi                                   on 2000/12/08  15:18:35
48859         Log: Filetype is text.
48860      Branch: perl
48861            ! t/op/utf8decode.t
48862 ____________________________________________________________________________
48863 [  8036] By: jhi                                   on 2000/12/08  03:31:27
48864         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
48865              From: Andy Dougherty <doughera@lafayette.edu>
48866              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
48867              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
48868              
48869              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
48870              From: Andy Dougherty <doughera@lafayette.edu>
48871              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
48872              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
48873      Branch: perl
48874            + ext/POSIX/hints/svr4.pl
48875            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
48876 ____________________________________________________________________________
48877 [  8035] By: jhi                                   on 2000/12/08  03:26:01
48878         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
48879              From: Andy Dougherty <doughera@lafayette.edu>
48880              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
48881              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
48882      Branch: perl
48883            ! t/README t/base/term.t
48884 ____________________________________________________________________________
48885 [  8034] By: jhi                                   on 2000/12/08  03:21:59
48886         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
48887              From: mjd@plover.com  
48888              Date: 7 Dec 2000 21:04:20 -0000
48889              Message-ID: <20001207210420.22282.qmail@plover.com>
48890              
48891              Plus -z doc.
48892      Branch: perl
48893            ! pod/perlfunc.pod
48894 ____________________________________________________________________________
48895 [  8033] By: jhi                                   on 2000/12/08  03:19:03
48896         Log: Use the UTF8 macros a bit.  They can't be used with abandon
48897              everywhere because we do generate illegal UTF-8 in some situations.
48898              This is of course naughty.
48899      Branch: perl
48900            ! pod/perlapi.pod utf8.c utf8.h
48901 ____________________________________________________________________________
48902 [  8032] By: jhi                                   on 2000/12/08  03:00:09
48903         Log: Out of sync?
48904      Branch: perl
48905            ! t/pragma/warn/utf8
48906 ____________________________________________________________________________
48907 [  8031] By: jhi                                   on 2000/12/08  02:22:39
48908         Log: Cnt spl.
48909      Branch: perl
48910            ! MANIFEST
48911 ____________________________________________________________________________
48912 [  8030] By: jhi                                   on 2000/12/08  01:23:54
48913         Log: Add test for reverse().
48914      Branch: perl
48915            + t/op/reverse.t
48916            ! MANIFEST
48917 ____________________________________________________________________________
48918 [  8029] By: jhi                                   on 2000/12/08  01:21:47
48919         Log: Integrate perlio.
48920      Branch: perl
48921           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
48922           !> perlio.c perlio.h perlsdio.h warnings.pl
48923 ____________________________________________________________________________
48924 [  8028] By: jhi                                   on 2000/12/08  01:19:08
48925         Log: Introduce macros for UTF8 decoding.
48926      Branch: perl
48927            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
48928 ____________________________________________________________________________
48929 [  8027] By: nick                                  on 2000/12/07  22:18:19
48930         Log: Integrate mainline
48931      Branch: perlio
48932           !> embed.pl pod/perlapi.pod utf8.c
48933 ____________________________________________________________________________
48934 [  8026] By: nick                                  on 2000/12/07  21:45:08
48935         Log: Various oddities p4 diff -se showed up
48936              Remove 'our' from warnings.pl
48937      Branch: perlio
48938            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
48939 ____________________________________________________________________________
48940 [  8025] By: nick                                  on 2000/12/07  21:43:32
48941         Log: Change PerlIO_(get|set)pos to take SV *
48942              Should fix, OS/2, VMS, (sfio??)
48943      Branch: perlio
48944            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
48945 ____________________________________________________________________________
48946 [  8024] By: jhi                                   on 2000/12/07  19:05:32
48947         Log: Document utf8_to_uv() better.
48948      Branch: perl
48949            ! pod/perlapi.pod utf8.c
48950 ____________________________________________________________________________
48951 [  8023] By: jhi                                   on 2000/12/07  18:23:47
48952         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
48953      Branch: perl
48954            ! embed.pl pod/perlapi.pod utf8.c
48955 ____________________________________________________________________________
48956 [  8022] By: jhi                                   on 2000/12/07  04:13:51
48957         Log: Integrate perlio.
48958      Branch: perl
48959           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
48960           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
48961           !> win32/makefile.mk
48962 ____________________________________________________________________________
48963 [  8021] By: nick                                  on 2000/12/07  00:28:14
48964         Log: Various attempts at MSVC debug - not sure what has
48965              changed but works now. 
48966              Seems atexit() _may_ work for DLLs built with MSVC so don't
48967              call cleanup that way.
48968      Branch: perlio
48969            ! perlio.c win32/makefile.mk
48970 ____________________________________________________________________________
48971 [  8020] By: nick                                  on 2000/12/06  19:57:20
48972         Log: Integrate mainline
48973      Branch: perlio
48974           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
48975           !> (integrate 75 files)
48976 ____________________________________________________________________________
48977 [  8019] By: nick                                  on 2000/12/06  19:28:21
48978         Log: Add useperlio to config.vc
48979              Turn off binmode in config_H.PL
48980              Regen all the config_H.xx
48981              Attempt to get debugging build with MSVC.
48982      Branch: perlio
48983            ! win32/config.vc win32/config_H.bc win32/config_H.gc
48984            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
48985 ____________________________________________________________________________
48986 [  8018] By: nick                                  on 2000/12/06  19:21:57
48987         Log: Test various dup/external program options on all platforms.
48988      Branch: perlio
48989            ! t/io/dup.t
48990 ____________________________________________________________________________
48991 [  8017] By: nick                                  on 2000/12/06  19:20:47
48992         Log: Fix harness to be less picky
48993      Branch: perlio
48994            ! lib/Test/Harness.pm
48995 ____________________________________________________________________________
48996 [  8016] By: jhi                                   on 2000/12/06  16:45:12
48997         Log: Update Changes.
48998      Branch: perl
48999            ! Changes patchlevel.h
49000 ____________________________________________________________________________
49001 [  8015] By: jhi                                   on 2000/12/06  16:41:03
49002         Log: Test \x{...} with ord().
49003      Branch: perl
49004            ! t/op/ord.t
49005 ____________________________________________________________________________
49006 [  8014] By: jhi                                   on 2000/12/06  16:20:33
49007         Log: Test tweak because of #8013.
49008      Branch: perl
49009            ! t/lib/b.t
49010 ____________________________________________________________________________
49011 [  8013] By: jhi                                   on 2000/12/06  16:09:09
49012         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
49013              From: Michael G Schwern <schwern@pobox.com>
49014              Date: Tue, 5 Dec 2000 21:23:28 -0500
49015              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
49016              
49017              Carp::Heavy parts not very applicable because of recent changes.
49018      Branch: perl
49019            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
49020            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
49021            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
49022            ! lib/Exporter.pm lib/Exporter/Heavy.pm
49023            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
49024            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
49025            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
49026            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
49027            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
49028            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
49029            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
49030            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
49031            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
49032            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
49033            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
49034            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
49035            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
49036            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
49037            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
49038            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
49039            ! warnings.pl
49040 ____________________________________________________________________________
49041 [  8012] By: jhi                                   on 2000/12/06  15:22:38
49042         Log: Subject: [PATCH] Re: New harness is failing things
49043              From: Nick Ing-Simmons <nik@tiuk.ti.com>
49044              Date: Wed, 6 Dec 2000 13:00:30 GMT
49045              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
49046      Branch: perl
49047            ! lib/Test/Harness.pm
49048 ____________________________________________________________________________
49049 [  8011] By: jhi                                   on 2000/12/06  15:12:08
49050         Log: Subject: installhtml changes
49051              From: Michael Stevens <michael@etla.org>
49052              Date: Wed, 6 Dec 2000 13:15:53 +0000
49053              Message-ID: <20001206131553.A27317@firedrake.org>
49054      Branch: perl
49055            ! installhtml
49056 ____________________________________________________________________________
49057 [  8010] By: jhi                                   on 2000/12/06  15:06:05
49058         Log: Subject: the dTHR hits
49059              From: Michael Stevens <michael@etla.org>
49060              Date: Wed, 6 Dec 2000 12:06:03 +0000
49061              Message-ID: <20001206120603.A24581@firedrake.org>
49062              
49063              More, errrm, less dTHRs.
49064      Branch: perl
49065            ! bytecode.pl ext/B/B/C.pm
49066 ____________________________________________________________________________
49067 [  8009] By: jhi                                   on 2000/12/06  15:04:25
49068         Log: Subject: MakeMaker mailing list gone?
49069              From: Michael G Schwern <schwern@pobox.com>
49070              Date: Tue, 5 Dec 2000 19:29:59 -0500
49071              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
49072              
49073              The MakeMaker mailing list is dead, perlbug is the right
49074              address to report bugs.
49075      Branch: perl
49076            ! lib/ExtUtils/MakeMaker.pm
49077 ____________________________________________________________________________
49078 [  8008] By: jhi                                   on 2000/12/06  15:00:32
49079         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
49080              From: Michael G Schwern <schwern@pobox.com>
49081              Date: Tue, 5 Dec 2000 19:21:21 -0500
49082              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
49083              
49084              Add a default MANIFEST skip that ignores things like
49085              version control files, editor temporary files, and the Makefile.
49086      Branch: perl
49087            + lib/ExtUtils/MANIFEST.SKIP
49088            ! MANIFEST lib/ExtUtils/Manifest.pm
49089 ____________________________________________________________________________
49090 [  8007] By: jhi                                   on 2000/12/06  14:57:20
49091         Log: In Amiga more manual hackery of the scripts seems to be needed,
49092              from Jan-Erik Karlsson.  Why Configure does not get this right
49093              is unknown, may be shell-induced.
49094      Branch: perl
49095            ! README.amiga
49096 ____________________________________________________________________________
49097 [  8006] By: jhi                                   on 2000/12/05  23:53:12
49098         Log: Add TOPm1s to peek at the second topmost stack item.
49099      Branch: perl
49100            ! pp.h
49101 ____________________________________________________________________________
49102 [  8005] By: jhi                                   on 2000/12/05  23:13:55
49103         Log: Avaunt, you foul UTF-8 tests.
49104      Branch: perl
49105            ! t/op/ver.t t/pragma/utf8.t
49106 ____________________________________________________________________________
49107 [  8004] By: jhi                                   on 2000/12/05  23:09:54
49108         Log: Continue utf8 dispersal. 
49109      Branch: perl
49110            + t/op/concat.t
49111            ! MANIFEST t/pragma/utf8.t
49112 ____________________________________________________________________________
49113 [  8003] By: nick                                  on 2000/12/05  23:02:39
49114         Log: Integrate mainline.
49115      Branch: perlio
49116           +> t/op/length.t t/op/utf8decode.t
49117           !> (integrate 69 files)
49118 ____________________________________________________________________________
49119 [  8002] By: jhi                                   on 2000/12/05  22:59:28
49120         Log: Integrate perlio.
49121      Branch: perl
49122           !> iperlsys.h perl.c perlio.c win32/perllib.c
49123 ____________________________________________________________________________
49124 [  8001] By: nick                                  on 2000/12/05  22:07:52
49125         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
49126              - calloc/free suffer from damage on TerminateThread()
49127              - use PerlMemShared (as originally planned) now fixed
49128              - avoid doing anything important on DLL "detach".
49129      Branch: perlio
49130            ! perl.c perlio.c win32/perllib.c
49131 ____________________________________________________________________________
49132 [  8000] By: nick                                  on 2000/12/05  21:05:09
49133         Log: Fix gross PerlMemShared issue.
49134      Branch: perlio
49135            ! iperlsys.h
49136 ____________________________________________________________________________
49137 [  7999] By: jhi                                   on 2000/12/05  20:46:58
49138         Log: Test for Unicode (UTF-8) hash keys.
49139      Branch: perl
49140            ! t/op/each.t
49141 ____________________________________________________________________________
49142 [  7998] By: jhi                                   on 2000/12/05  20:30:35
49143         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
49144              is now always UTF-8), empty line cosmetics.
49145      Branch: perl
49146            ! t/pragma/utf8.t
49147 ____________________________________________________________________________
49148 [  7997] By: jhi                                   on 2000/12/05  20:15:40
49149         Log: Subject: Re: STRLEN - what?
49150              From: Andy Dougherty <doughera@lafayette.edu>
49151              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
49152              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
49153              
49154              Explain STRLEN.
49155      Branch: perl
49156            ! pod/perlguts.pod
49157 ____________________________________________________________________________
49158 [  7996] By: jhi                                   on 2000/12/05  20:13:34
49159         Log: Split off the UTF-8 decoder tests, make them to check also
49160              the error message.
49161      Branch: perl
49162            + t/op/utf8decode.t
49163            ! MANIFEST t/pragma/utf8.t utf8.c
49164 ____________________________________________________________________________
49165 [  7995] By: jhi                                   on 2000/12/05  16:39:47
49166         Log: Start migrating bits of pragma/utf8 to elsewhere
49167              (since the long term plan is to obsolete 'use utf8').
49168      Branch: perl
49169            + t/op/length.t
49170            ! MANIFEST t/pragma/utf8.t
49171 ____________________________________________________________________________
49172 [  7994] By: jhi                                   on 2000/12/05  16:30:21
49173         Log: Fix a manual edit typo from #7993, fix the message formatting
49174              for Unicode, add few our declarations.
49175      Branch: perl
49176            ! lib/Carp/Heavy.pm
49177 ____________________________________________________________________________
49178 [  7993] By: jhi                                   on 2000/12/05  16:09:15
49179         Log: Subject: Need help with warnings :-(
49180              From: "Ben Tilly" <ben_tilly@hotmail.com>
49181              Date: Tue, 05 Dec 2000 01:35:54 -0500
49182              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
49183              
49184              Subject: UPDATE: Carp/Heavy now passes all tests
49185              From: "Ben Tilly" <ben_tilly@hotmail.com>
49186              Date: Tue, 05 Dec 2000 07:59:41 -0500
49187              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
49188              
49189              The Brave New Carp.
49190      Branch: perl
49191            ! lib/Carp.pm lib/Carp/Heavy.pm
49192 ____________________________________________________________________________
49193 [  7992] By: jhi                                   on 2000/12/05  15:55:08
49194         Log: Subject: [PATCH perl@7979] cygwin port
49195              From: "Eric Fifer" <efifer@dircon.co.uk>
49196              Date: Tue, 5 Dec 2000 14:04:09 -0000
49197              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
49198      Branch: perl
49199            ! t/lib/net-hostent.t
49200 ____________________________________________________________________________
49201 [  7991] By: jhi                                   on 2000/12/05  15:52:34
49202         Log: Subject: Re: [PATCH] The largest hoax of all times?
49203              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49204              Date: Tue, 5 Dec 2000 00:40:25 -0500
49205              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
49206              
49207              Subject: Re: [PATCH] The largest hoax of all times?
49208              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49209              Date: Mon, 4 Dec 2000 23:55:53 -0500
49210              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
49211              
49212              Subject: Re: [PATCH] The largest hoax of all times?
49213              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49214              Date: Tue, 5 Dec 2000 01:28:45 -0500
49215              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
49216              
49217              Fix the unpredictable order of DESTROYs.
49218      Branch: perl
49219            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
49220            ! sv.c sv.h t/op/ref.t
49221 ____________________________________________________________________________
49222 [  7990] By: jhi                                   on 2000/12/05  14:38:53
49223         Log: Subject: [PATCH] shrink pp_hot fractionally
49224              From: Nicholas Clark <nick@ccl4.org>
49225              Date: Tue, 5 Dec 2000 12:44:31 +0000
49226              Message-ID: <20001205124431.E74518@plum.flirble.org>
49227              
49228              Use report_evil_fh().
49229      Branch: perl
49230            ! opcode.pl opnames.h pp_hot.c util.c
49231 ____________________________________________________________________________
49232 [  7989] By: jhi                                   on 2000/12/05  14:21:27
49233         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
49234              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49235              Date: Mon, 04 Dec 2000 22:21:59 -0800
49236              Message-ID: <HmIL6gzkgepS092yn@efn.org>
49237              
49238              Harness shouldn't ignore responses like "ok 3\r\r\n".
49239      Branch: perl
49240            ! lib/Test/Harness.pm
49241 ____________________________________________________________________________
49242 [  7988] By: jhi                                   on 2000/12/05  13:51:28
49243         Log: Integrate the "skip" messages to explain().
49244      Branch: perl
49245            ! t/lib/syslfs.t t/op/lfs.t
49246 ____________________________________________________________________________
49247 [  7987] By: jhi                                   on 2000/12/05  12:34:54
49248         Log: The one that got away in #7984.
49249              
49250              Subject: Re: dTHR - what and why?
49251              From: Michael Stevens <michael@etla.org> 
49252              Date: Tue, 5 Dec 2000 11:15:52 +0000
49253              Message-ID: <20001205111552.A4647@firedrake.org>
49254      Branch: perl
49255            ! sv.h
49256 ____________________________________________________________________________
49257 [  7986] By: gsar                                  on 2000/12/05  09:14:44
49258         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
49259              due to the notorious GetFileType() bug in Windows 9x, which fstat()
49260              tickles)
49261      Branch: perl
49262            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
49263 ____________________________________________________________________________
49264 [  7985] By: jhi                                   on 2000/12/05  05:49:03
49265         Log: Integrate perlio.
49266      Branch: perl
49267           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
49268           !> win32/perlhost.h win32/perllib.c
49269 ____________________________________________________________________________
49270 [  7984] By: jhi                                   on 2000/12/05  05:48:16
49271         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
49272      Branch: perl
49273            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
49274            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
49275            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
49276            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
49277            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
49278            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
49279            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
49280            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
49281            ! win32/win32.c
49282 ____________________________________________________________________________
49283 [  7983] By: nick                                  on 2000/12/04  23:27:43
49284         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
49285      Branch: perlio
49286            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
49287            ! win32/perlhost.h win32/perllib.c
49288 ____________________________________________________________________________
49289 [  7982] By: jhi                                   on 2000/12/04  19:44:09
49290         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
49291              uncovered by #7980.
49292      Branch: perl
49293            ! op.c
49294 ____________________________________________________________________________
49295 [  7981] By: jhi                                   on 2000/12/04  19:42:07
49296         Log: Subject: [PATCH] Trivial dump.c feature
49297              From: Simon Cozens <simon@cozens.net>
49298              Date: Mon, 4 Dec 2000 18:08:38 +0000
49299              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
49300              
49301              Show whether a constant is UTF-8.
49302      Branch: perl
49303            ! dump.c
49304 ____________________________________________________________________________
49305 [  7980] By: jhi                                   on 2000/12/04  19:36:51
49306         Log: UTF-8 hash keys, patch from Inaba Hiroto.
49307      Branch: perl
49308            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
49309 ____________________________________________________________________________
49310 [  7979] By: jhi                                   on 2000/12/04  17:36:28
49311         Log: Update Changes.
49312      Branch: perl
49313            ! Changes patchlevel.h
49314 ____________________________________________________________________________
49315 [  7978] By: jhi                                   on 2000/12/04  16:42:17
49316         Log: Retract #7977, still too volatile (the euphemism of the day
49317              for unfinished and buggy :-)
49318      Branch: perl
49319            ! doop.c hv.c pp.c sv.h
49320 ____________________________________________________________________________
49321 [  7977] By: jhi                                   on 2000/12/04  16:25:15
49322         Log: (Retracted by #7978, too shaky yet.)
49323              
49324              Subject: Re: utf8 in hash keys, implementor missing
49325              From: Simon Cozens <simon@cozens.net>
49326              Date: Sat, 2 Dec 2000 19:49:35 +0000
49327              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
49328              
49329              The first step at UTF-8 hash keys.
49330      Branch: perl
49331            ! doop.c hv.c pp.c sv.h
49332 ____________________________________________________________________________
49333 [  7976] By: jhi                                   on 2000/12/04  16:13:53
49334         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
49335              From: sthoenna@efn.org
49336              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
49337              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
49338      Branch: perl
49339            ! os2/os2.c perlio.c
49340 ____________________________________________________________________________
49341 [  7975] By: jhi                                   on 2000/12/04  16:05:25
49342         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
49343              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49344              Date: Thu, 30 Nov 2000 20:50:37 -0800
49345              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
49346      Branch: perl
49347            ! os2/os2.c
49348 ____________________________________________________________________________
49349 [  7974] By: jhi                                   on 2000/12/04  16:03:57
49350         Log: Subject: [PATCH] ++ 20% faster
49351              From: Nicholas Clark <nick@ccl4.org>
49352              Date: Mon, 4 Dec 2000 12:17:27 +0000
49353              Message-ID: <20001204121726.B52976@plum.flirble.org>
49354              
49355              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
49356      Branch: perl
49357            ! sv.c
49358 ____________________________________________________________________________
49359 [  7973] By: jhi                                   on 2000/12/04  16:00:48
49360         Log: 
49361              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
49362              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49363              Date: Mon, 04 Dec 2000 12:30:45 +0100
49364              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
49365              
49366              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
49367              library (getprotobyname and getprotobynumber are outversioned by
49368              the same calls in libc, at least for xlc version 3.
49369      Branch: perl
49370            ! hints/aix.sh
49371 ____________________________________________________________________________
49372 [  7972] By: jhi                                   on 2000/12/04  02:58:31
49373         Log: Integrate perlio.
49374      Branch: perl
49375           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
49376           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
49377           !> win32/win32.h win32/win32iop.h win32/win32thread.h
49378 ____________________________________________________________________________
49379 [  7971] By: nick                                  on 2000/12/04  00:24:33
49380         Log: Quieten some noise in Win32 builds:
49381              - win32.h is included after <sys/socket.h>, so need to 
49382              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
49383              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
49384      Branch: perlio
49385            ! doio.c perl.h toke.c win32/win32.h
49386 ____________________________________________________________________________
49387 [  7970] By: nick                                  on 2000/12/03  22:57:46
49388         Log: PERL_IMPLICIT_SYS compiles but does not work.
49389      Branch: perlio
49390            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
49391            ! win32/perlhost.h win32/perllib.c win32/win32.h
49392            ! win32/win32iop.h win32/win32thread.h
49393 ____________________________________________________________________________
49394 [  7969] By: jhi                                   on 2000/12/03  22:12:58
49395         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
49396              used to swash_init(), makes regprop() dumps more informative
49397              (+utf8::IsAlpha, -utf8::IsDigit, for example).
49398      Branch: perl
49399            ! regcomp.c regexec.c
49400 ____________________________________________________________________________
49401 [  7968] By: jhi                                   on 2000/12/03  21:39:56
49402         Log: Implement ANYOFUTF8 regprop() dumping.
49403      Branch: perl
49404            ! regcomp.c
49405 ____________________________________________________________________________
49406 [  7967] By: jhi                                   on 2000/12/03  20:57:19
49407         Log: Make uv_to_utf8() to zero-terminate its output buffer,
49408              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
49409      Branch: perl
49410            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
49411 ____________________________________________________________________________
49412 [  7966] By: nick                                  on 2000/12/03  18:41:21
49413         Log: Integrate mainline (STDCHAR)
49414      Branch: perlio
49415           !> Configure t/pragma/utf8.t
49416 ____________________________________________________________________________
49417 [  7965] By: jhi                                   on 2000/12/03  17:58:20
49418         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
49419      Branch: perl
49420            ! t/pragma/utf8.t
49421 ____________________________________________________________________________
49422 [  7964] By: jhi                                   on 2000/12/03  17:35:56
49423         Log: Integrate perlio.
49424      Branch: perl
49425           !> iperlsys.h perlio.c
49426 ____________________________________________________________________________
49427 [  7963] By: jhi                                   on 2000/12/03  17:33:55
49428         Log: Metaconfig unit change for #7962.
49429      Branch: metaconfig
49430            ! U/modified/stdchar.U
49431 ____________________________________________________________________________
49432 [  7962] By: jhi                                   on 2000/12/03  17:33:27
49433         Log: Untangle the <stdio.h> #include nest for the stdchar test,
49434              from Andy Dougherty.
49435      Branch: perl
49436            ! Configure
49437 ____________________________________________________________________________
49438 [  7961] By: nick                                  on 2000/12/03  16:53:00
49439         Log: Make iperlsys.h vector stdio not PerlIO.
49440      Branch: perlio
49441            ! iperlsys.h perlio.c
49442 ____________________________________________________________________________
49443 [  7960] By: nick                                  on 2000/12/03  14:43:01
49444         Log: Integrate mainline
49445      Branch: perlio
49446           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
49447           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
49448 ____________________________________________________________________________
49449 [  7959] By: jhi                                   on 2000/12/03  08:16:36
49450         Log: Use DO_UTF8().
49451      Branch: perl
49452            ! op.c
49453 ____________________________________________________________________________
49454 [  7958] By: jhi                                   on 2000/12/02  18:33:05
49455         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
49456              From: Mike Guy <mjtg@cam.ac.uk>         
49457              Date: Sat, 02 Dec 2000 17:27:13 +0000
49458              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
49459              
49460              An extraneous argument.
49461      Branch: perl
49462            ! toke.c
49463 ____________________________________________________________________________
49464 [  7957] By: jhi                                   on 2000/12/02  18:22:32
49465         Log: A missing hunk.
49466      Branch: perl
49467            ! t/lib/net-hostent.t
49468 ____________________________________________________________________________
49469 [  7956] By: jhi                                   on 2000/12/02  18:06:20
49470         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
49471              From: Nicholas Clark <nick@ccl4.org>
49472              Date: Sat, 2 Dec 2000 14:28:27 +0000
49473              Message-ID: <20001202142827.A12308@plum.flirble.org>
49474              
49475              Test robustness.
49476      Branch: perl
49477            ! t/lib/net-hostent.t
49478 ____________________________________________________________________________
49479 [  7955] By: jhi                                   on 2000/12/02  17:58:06
49480         Log: Metaconfig unit change for #7954.
49481      Branch: metaconfig
49482            ! U/modified/stdchar.U
49483 ____________________________________________________________________________
49484 [  7954] By: jhi                                   on 2000/12/02  17:54:32
49485         Log: An inconvenient hang would happen if the stdio _ptr wasn't
49486              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
49487              would be grepping stdin for all eternity for the _ptr.)
49488      Branch: perl
49489            ! Configure
49490 ____________________________________________________________________________
49491 [  7953] By: jhi                                   on 2000/12/02  00:07:15
49492         Log: Update Changes.
49493      Branch: perl
49494            ! Changes patchlevel.h
49495 ____________________________________________________________________________
49496 [  7952] By: jhi                                   on 2000/12/01  23:54:47
49497         Log: Subject: Re: long shell lines
49498              From: Andy Dougherty <doughera@lafayette.edu>
49499              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
49500              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
49501              
49502              Split overly long shell command lines.
49503      Branch: perl
49504            ! lib/ExtUtils/MM_Unix.pm
49505 ____________________________________________________________________________
49506 [  7951] By: jhi                                   on 2000/12/01  23:48:02
49507         Log: The metaconfig unit change for #7950.
49508      Branch: metaconfig
49509            + U/modified/stdchar.U
49510 ____________________________________________________________________________
49511 [  7950] By: jhi                                   on 2000/12/01  23:47:39
49512         Log: Try to find stdchar also from <stdio_impl.h>.
49513      Branch: perl
49514            ! Configure config_h.SH
49515 ____________________________________________________________________________
49516 [  7949] By: jhi                                   on 2000/12/01  23:46:45
49517         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
49518              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
49519              Date: Fri, 1 Dec 2000 16:26:08 -0500
49520              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
49521              
49522              Reword the diagnostic message.
49523      Branch: perl
49524            ! pod/perldiag.pod
49525 ____________________________________________________________________________
49526 [  7948] By: nick                                  on 2000/12/01  22:49:43
49527         Log: Integrate mainline (for s/y/m as sub names stuff).
49528      Branch: perlio
49529           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
49530           !> t/pragma/warn/toke toke.c
49531 ____________________________________________________________________________
49532 [  7947] By: jhi                                   on 2000/12/01  20:55:41
49533         Log: Integrate perlio.
49534      Branch: perl
49535           !> perlio.c perliol.h t/io/pipe.t
49536 ____________________________________________________________________________
49537 [  7946] By: jhi                                   on 2000/12/01  20:36:51
49538         Log: Upgrade to CPAN 1.59_51, from Andreas König.
49539      Branch: perl
49540            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
49541 ____________________________________________________________________________
49542 [  7945] By: nick                                  on 2000/12/01  20:31:32
49543         Log: Integrate mainline
49544      Branch: perlio
49545           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
49546           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
49547           +> t/lib/net-hostent.t
49548           !> (integrate 35 files)
49549 ____________________________________________________________________________
49550 [  7944] By: jhi                                   on 2000/12/01  20:23:29
49551         Log: Some help for 20001130.011.  Now one gets warnings like
49552              "Ambiguous -f() resolved as a file test ..."
49553      Branch: perl
49554            ! pod/perldiag.pod t/pragma/warn/toke toke.c
49555 ____________________________________________________________________________
49556 [  7943] By: jhi                                   on 2000/12/01  19:44:44
49557         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
49558              that also breaks using them as methods. 
49559      Branch: perl
49560            ! pod/perldiag.pod t/op/misc.t toke.c
49561 ____________________________________________________________________________
49562 [  7942] By: nick                                  on 2000/12/01  17:56:46
49563         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
49564              Make 'unix' pass most tests
49565              - do unread by temporary push of layer ("pending") holding unread chars
49566              - fast_gets is now based on per-handle flag
49567              - relax one of io/pipe.t tests to allow print to fail and close to
49568              succeed so that it passes on unbuffered "unix" layer.
49569              Remaining fail is sporadic and a genuine race condition between
49570              parent/child in fork test.
49571      Branch: perlio
49572            ! perlio.c perliol.h t/io/pipe.t
49573 ____________________________________________________________________________
49574 [  7941] By: jhi                                   on 2000/12/01  15:28:58
49575         Log: (Retracted by #7943.)
49576              
49577              Reserve the short named string operator names.
49578      Branch: perl
49579            ! pod/perldiag.pod t/op/misc.t toke.c
49580 ____________________________________________________________________________
49581 [  7940] By: jhi                                   on 2000/12/01  06:45:53
49582         Log: Get the three different space character classes right under utf8.
49583      Branch: perl
49584            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
49585            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
49586            ! regexec.c t/op/pat.t utf8.c
49587 ____________________________________________________________________________
49588 [  7939] By: jhi                                   on 2000/12/01  03:26:26
49589         Log: Two more tests that make no sense in UTF-8 since the test
49590              data is not in UTF-8.
49591      Branch: perl
49592            ! t/op/regexp.t
49593 ____________________________________________________________________________
49594 [  7938] By: jhi                                   on 2000/12/01  03:20:39
49595         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
49596              should it be required inside regexen?
49597      Branch: perl
49598            ! regcomp.c t/op/regmesg.t
49599 ____________________________________________________________________________
49600 [  7937] By: jhi                                   on 2000/12/01  02:58:53
49601         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
49602              stored and restored, and thusly was trounced by the utf8 swash
49603              routines.
49604      Branch: perl
49605            ! regcomp.c
49606 ____________________________________________________________________________
49607 [  7936] By: jhi                                   on 2000/11/30  20:41:39
49608         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
49609              Why the different platforms behave so differently (core dump vs
49610              no core dump) on this bug is a but of a mystery, but if I had to
49611              guess I would mumble something like 'alignment'.
49612      Branch: perl
49613            ! sv.c
49614 ____________________________________________________________________________
49615 [  7935] By: jhi                                   on 2000/11/30  16:17:02
49616         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
49617              From: Robin Barker <rmb1@cise.npl.co.uk>
49618              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
49619              Date: Thu, 30 Nov 2000 14:27:12 GMT
49620      Branch: perl
49621            ! perlio.c toke.c
49622 ____________________________________________________________________________
49623 [  7934] By: jhi                                   on 2000/11/30  16:04:49
49624         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
49625      Branch: perl
49626            ! t/lib/net-hostent.t
49627 ____________________________________________________________________________
49628 [  7933] By: jhi                                   on 2000/11/30  06:07:26
49629         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
49630              From: Peter Prymmer <pvhp@forte.com>
49631              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
49632              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
49633              
49634              In VMS the localhost may be LOCALHOST.
49635      Branch: perl
49636            ! t/lib/net-hostent.t
49637 ____________________________________________________________________________
49638 [  7932] By: jhi                                   on 2000/11/30  01:11:11
49639         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
49640              From: Peter Prymmer <pvhp@forte.com>
49641              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
49642              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
49643              
49644              plus regen perlapi.pod.
49645      Branch: perl
49646            ! pod/perlapi.pod utf8.c
49647 ____________________________________________________________________________
49648 [  7931] By: jhi                                   on 2000/11/30  01:06:19
49649         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
49650              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49651              Date:     Wed, 29 Nov 2000 17:15:11 EST
49652              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
49653      Branch: perl
49654            ! t/lib/filter-util.pl t/lib/filter-util.t
49655 ____________________________________________________________________________
49656 [  7930] By: jhi                                   on 2000/11/29  18:51:55
49657         Log: Update Changes.
49658      Branch: perl
49659            ! Changes patchlevel.h
49660 ____________________________________________________________________________
49661 [  7929] By: jhi                                   on 2000/11/29  18:50:55
49662         Log: Update the va_copy() metaconfig unit.
49663      Branch: metaconfig/U/perl
49664            ! need_va_copy.U
49665 ____________________________________________________________________________
49666 [  7928] By: jhi                                   on 2000/11/29  17:50:43
49667         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
49668              From: Dominic Dunlop <domo@computer.org>
49669              Date: Tue, 28 Nov 2000 16:41:57 +0100
49670              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
49671              
49672              Patch to catch a core dump in the Configure va_copy test.
49673      Branch: perl
49674            ! Configure config_h.SH
49675 ____________________________________________________________________________
49676 [  7927] By: jhi                                   on 2000/11/29  17:31:59
49677         Log: Retract #7921, the patch shouldn't be needed.
49678      Branch: perl
49679            ! sv.c
49680 ____________________________________________________________________________
49681 [  7926] By: jhi                                   on 2000/11/29  17:01:41
49682         Log: Make the Class::Struct import() wiser.
49683      Branch: perl
49684            ! lib/Class/Struct.pm t/lib/class-struct.t
49685 ____________________________________________________________________________
49686 [  7925] By: jhi                                   on 2000/11/29  16:36:33
49687         Log: All the core library users of Class::Struct seem to be
49688              using "use Class::Struct 'struct';" instead of the bare
49689              "use Class::Struct;", which isn't documented in Class::Struct.
49690              This can't be right.
49691      Branch: perl
49692            ! lib/File/stat.pm
49693 ____________________________________________________________________________
49694 [  7924] By: jhi                                   on 2000/11/29  16:32:15
49695         Log: A test works better if it has the right 1..$n output.
49696      Branch: perl
49697            ! t/lib/class-struct.t
49698 ____________________________________________________________________________
49699 [  7923] By: jhi                                   on 2000/11/29  16:29:11
49700         Log: Forgot to MANIFEST the new Net::hostent test.
49701      Branch: perl
49702            ! MANIFEST
49703 ____________________________________________________________________________
49704 [  7922] By: jhi                                   on 2000/11/29  16:27:49
49705         Log: Integrate perlio.
49706      Branch: perl
49707           !> iperlsys.h perlio.c
49708 ____________________________________________________________________________
49709 [  7921] By: jhi                                   on 2000/11/29  16:27:10
49710         Log: (Retracted by #7927.)
49711              
49712              Subject: [PATCH] Is infinity a number?
49713              From: Simon Cozens <simon@cozens.net>
49714              Date: Wed, 29 Nov 2000 14:48:20 +0000
49715              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
49716      Branch: perl
49717            ! sv.c
49718 ____________________________________________________________________________
49719 [  7920] By: jhi                                   on 2000/11/29  16:23:02
49720         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
49721              From: rspier@pobox.com (Robert Spier)
49722              Date: Wed, 29 Nov 2000 02:17:49 -0500
49723              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
49724              
49725              Add a test for Net::hostent.
49726      Branch: perl
49727            + t/lib/net-hostent.t
49728 ____________________________________________________________________________
49729 [  7919] By: jhi                                   on 2000/11/29  16:21:31
49730         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
49731              add a test for Class::Struct.
49732      Branch: perl
49733            + t/lib/class-struct.t
49734            ! MANIFEST lib/Class/Struct.pm
49735 ____________________________________________________________________________
49736 [  7918] By: jhi                                   on 2000/11/29  15:48:40
49737         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
49738              From: rspier@pobox.com (Robert Spier)
49739              Date: Wed, 29 Nov 2000 02:25:39 -0500
49740              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
49741              
49742              More checking in case someone has broken their services or
49743              protocol databases.
49744      Branch: perl
49745            ! ext/Sys/Syslog/Syslog.pm
49746 ____________________________________________________________________________
49747 [  7917] By: jhi                                   on 2000/11/29  15:46:25
49748         Log: Subject: [PATCH] $^O  win32 -> MSWin32
49749              From: rspier@pobox.com (Robert Spier)
49750              Date: Wed, 29 Nov 2000 02:17:38 -0500
49751              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
49752              
49753              plus similar nits for vms, err, VMS, and UNICOS.
49754      Branch: perl
49755            ! t/lib/syslfs.t t/op/lfs.t
49756 ____________________________________________________________________________
49757 [  7916] By: jhi                                   on 2000/11/29  15:42:51
49758         Log: Subject: [PATCH] Tokeniser debugging
49759              From: Simon Cozens <simon@cozens.net>
49760              Date: Wed, 29 Nov 2000 14:15:45 +0000
49761              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
49762      Branch: perl
49763            ! perl.c perl.h pod/perlrun.pod toke.c
49764 ____________________________________________________________________________
49765 [  7915] By: jhi                                   on 2000/11/29  15:41:36
49766         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
49767              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49768              Date: Wed, 29 Nov 2000 02:13:14 -0500
49769              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
49770              
49771              OUT keyword nits.
49772              
49773              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
49774              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49775              Date: Wed, 29 Nov 2000 03:09:04 -0500
49776              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
49777              
49778              OUT and IN_OUT documentation.
49779      Branch: perl
49780            ! lib/ExtUtils/xsubpp pod/perlxs.pod
49781 ____________________________________________________________________________
49782 [  7914] By: jhi                                   on 2000/11/29  03:35:01
49783         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
49784              From: John Tobey <jtobey@john-edwin-tobey.org>
49785              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
49786              Message-Id: <m140e1N-000FOoC@feynman.localnet>
49787              
49788              plus a performance speedup noticed by Sarathy.
49789      Branch: perl
49790            ! op.c
49791 ____________________________________________________________________________
49792 [  7913] By: jhi                                   on 2000/11/29  03:16:59
49793         Log: Use "1 while unlink" so that VMS gets clean, too.
49794      Branch: perl
49795            ! t/lib/filter-util.t
49796 ____________________________________________________________________________
49797 [  7912] By: jhi                                   on 2000/11/29  03:09:08
49798         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
49799              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49800              Date: Tue, 28 Nov 2000 03:27:09 -0500
49801              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
49802      Branch: perl
49803            ! lib/ExtUtils/xsubpp
49804 ____________________________________________________________________________
49805 [  7911] By: jhi                                   on 2000/11/29  03:06:30
49806         Log: This should have been part of #7872: no need to scan UTF-8
49807              until eternity.
49808      Branch: perl
49809            ! utf8.c
49810 ____________________________________________________________________________
49811 [  7910] By: jhi                                   on 2000/11/29  02:50:04
49812         Log: One more perltie.pod nit from Casey R. Tweten.
49813      Branch: perl
49814            ! pod/perltie.pod
49815 ____________________________________________________________________________
49816 [  7909] By: jhi                                   on 2000/11/29  02:44:23
49817         Log: Document the known sprintf test failures, exact standard
49818              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
49819      Branch: perl
49820            ! pod/perldelta.pod t/op/sprintf.t
49821 ____________________________________________________________________________
49822 [  7908] By: jhi                                   on 2000/11/29  02:36:23
49823         Log: Add the Encoding table format documentation.
49824      Branch: perl
49825            + ext/Encode/Encode/EncodeFormat.pod
49826            ! MANIFEST
49827 ____________________________________________________________________________
49828 [  7907] By: jhi                                   on 2000/11/29  02:07:24
49829         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
49830              From: "Casey R. Tweten" <crt@kiski.net>
49831              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
49832              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
49833              
49834              Subject: Re: [PATCH] Updating perltie.pod for arrays
49835              From: "Casey R. Tweten" <crt@kiski.net>
49836              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
49837              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
49838      Branch: perl
49839            ! pod/perltie.pod
49840 ____________________________________________________________________________
49841 [  7906] By: nick                                  on 2000/11/28  22:40:59
49842         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
49843      Branch: perlio
49844            ! iperlsys.h perlio.c
49845 ____________________________________________________________________________
49846 [  7905] By: nick                                  on 2000/11/28  22:04:34
49847         Log: Integrate mainline
49848      Branch: perlio
49849           !> (integrate 39 files)
49850 ____________________________________________________________________________
49851 [  7904] By: jhi                                   on 2000/11/28  16:44:43
49852         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
49853              From: Nicholas Clark <nick@babyhippo.co.uk>
49854              Date: Tue, 28 Nov 2000 11:16:57 +0000
49855              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
49856      Branch: perl
49857            ! pod/perlipc.pod
49858 ____________________________________________________________________________
49859 [  7903] By: jhi                                   on 2000/11/28  16:40:31
49860         Log: Subject: [PATCH] Updating perltie.pod for arrays
49861              From: "Casey R. Tweten" <crt@kiski.net>
49862              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
49863              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
49864      Branch: perl
49865            ! pod/perltie.pod
49866 ____________________________________________________________________________
49867 [  7902] By: jhi                                   on 2000/11/28  16:39:37
49868         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
49869              From: Robin Barker <rmb1@cise.npl.co.uk>
49870              Date: Mon, 27 Nov 2000 17:56:44 GMT
49871              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
49872      Branch: perl
49873            ! pod/perlfunc.pod t/op/split.t
49874 ____________________________________________________________________________
49875 [  7901] By: jhi                                   on 2000/11/28  16:28:04
49876         Log: setmode() is a DOSish-only thing.
49877      Branch: perl
49878            ! perlio.c
49879 ____________________________________________________________________________
49880 [  7900] By: jhi                                   on 2000/11/28  16:21:46
49881         Log: Subject: [PATCH] perlcc.PL cleanups
49882              From: Simon Cozens <simon@cozens.net>
49883              Date: Tue, 28 Nov 2000 12:44:35 +0000
49884              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
49885      Branch: perl
49886            ! utils/perlcc.PL
49887 ____________________________________________________________________________
49888 [  7899] By: gsar                                  on 2000/11/28  06:32:55
49889         Log: reintegrate files missed by change#7895
49890      Branch: maint-5.6/perl
49891           +> ext/ByteLoader/bytecode.h utils/Makefile
49892            - utils/perlbc.PL
49893 ____________________________________________________________________________
49894 [  7897] By: gsar                                  on 2000/11/27  18:22:47
49895         Log: can't integrate these two files, for some reason
49896      Branch: maint-5.6/perl
49897            - ext/ByteLoader/bytecode.h utils/Makefile
49898 ____________________________________________________________________________
49899 [  7895] By: gsar                                  on 2000/11/27  18:11:21
49900         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
49901              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
49902              6757..6890,6892..6901 from mainline
49903              
49904              Bytecompiler patches from Benjamin Stuhl.
49905              
49906              More bytecompiler.
49907              
49908              Subject: [PATCH blead] B:: missing dependency
49909              
49910              Subject: [PATCH: 6757] configure.com updates and syslog build
49911              
49912              Long double Gconvert fixes from Yitzchak Scott-Thoennes
49913              and Spider Boardman.
49914              
49915              Subject: [PATCH blead] nextchar() abuse misses an optimisation
49916              
49917              Long double fixes from Spider Boardman.
49918              
49919              Make the selection of NVff et al stricter.
49920              
49921              cSVOPo_*v things index into the current PL_curpad
49922              under ithreads, which is different from the curpad
49923              used by the XSUB.  (In other words, the code as-is
49924              before this patch wouldn't work under ithreads.)
49925              
49926              Be portable.
49927              
49928              VMS MMS (make) wants null action.
49929              
49930              Mac and other portability updates from Chris Nandor.
49931              
49932              Storable support, v-version fixes.
49933              Subject: CPAN.pm beta for testing available
49934              
49935              Portability fix from Hugo van der Sanden.
49936              
49937              Bad makefile.
49938              
49939              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
49940              
49941              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
49942              
49943              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
49944              
49945              Replace #6705 with a minimal doc patch.
49946              Subject: [PATCH 5.6.0] replace change #6705
49947              
49948              Drop the separate perlbc, perlcc -b should be enough.
49949              
49950              installperl couldn't tell whether it had run tests or not.
49951              Subject: [PATCH] Re: installperl and t/TEST
49952              
49953              Add silencer flags to installperl.
49954              Subject: [PATCH] Making installperl silent.
49955              
49956              Make "make install" by default silent.  A new "install-verbose"
49957              target is verbose.
49958              
49959              More liberal parsing of version numbers.
49960              Subject: Re: CPAN.pm beta for testing available
49961              
49962              Create directories in silence.
49963              Subject: [PATCH] Another silencer for MakeMaker
49964              
49965              DOS patches and portability/porting notes, from Tim Jenness.
49966              
49967              Make installman to recognize the silence flag -S.
49968              
49969              Actually do something with the silencer option.
49970              
49971              Continue silencing.
49972              
49973              Show the doc file, not the temp file.
49974              
49975              Regen perltoc.
49976              
49977              Subject: [PATCH] More silencing of installman.
49978              
49979              Better wording for the vec lvalue diagnostic.
49980              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
49981              
49982              Subject: [PATCH: 6805] several more tweaks to configure.com
49983              
49984              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
49985              
49986              Missing parts of 
49987              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
49988              
49989              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
49990              (applied slightly modified)
49991              
49992              installperl --verbose and --silent.
49993              Subject: Re: [PATCH] More silencing of installman.
49994              
49995              Add install-silent target.
49996              
49997              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
49998              the problem reported in
49999              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
50000              
50001              Tweak the sfio/useperlio logic, hopefully as wished in
50002              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
50003              
50004              One forgotten file from #6816.
50005              
50006              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
50007              
50008              Remove duplicately applied patch shards.
50009              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
50010              
50011              Support preserving extremely big/small angles.
50012              
50013              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
50014              
50015              Subject: [PATCH] installation not quite silent yet.
50016              
50017              Update the test count.
50018              
50019              Use UVxf, PTR2UV, NVff.
50020              
50021              Document PTR2XX and INT2PTR.
50022              
50023              no-install target a la make -n.
50024              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
50025              
50026              grep -e isn't portable.
50027              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
50028              
50029              Can't get the test to reliably work thanks to the
50030              inaccurateness of floating point.  "Resolves" bug ids
50031              20000826.003, 20000826.009, 20000826.010,
50032              
50033              Subject: installman buglet
50034              
50035              DJGPP update from Laszlo Molnar.
50036              
50037              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
50038              
50039              Passing -R in ldflags makes now it to appear in the default
50040              for lddlflags, just like with -L.
50041              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
50042              
50043              Test nit.
50044              
50045              Use the actual thread type, not the pointer-to-struct.
50046              
50047              Provice virtual $Config{ccflags_nolargefiles} etc. 
50048              
50049              display_format used as a class method without arguments was broken,
50050              reported in
50051              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
50052              
50053              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
50054              
50055              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
50056              
50057              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
50058              
50059              opmini.o may be left around if a build is interrupted.
50060              
50061              Typo in #6858.
50062              
50063              Fix for ID 20000828.001, long doubles were not formatted
50064              correctly (showed up in $], which stopped installing perl).
50065              
50066              An attempt to fix the problem reported in
50067              Subject: Building perl@6856 using gcc/AIX 4.3.3 
50068              I can't test this properly since the gcc installation I have
50069              access to seems to be botched (gcc is calling the AIX cpp,
50070              a losing proposition...)
50071              
50072              Add -ld to archname on long tr...double platforms.
50073              
50074              Subject: hv.h Doc Patch
50075              
50076              Potential cruft.
50077              
50078              Subject: [PATCH bleedperl@6856] warnings fixes
50079              
50080              -S is the silent flag, -s is the strip flag.
50081              Subject: [PATCH] Re: [PATCH] make no-install          
50082              
50083              Take out the SUIDMAIL thing, that will not be
50084              a problem in 5.7.*.
50085              
50086              Subject: [PATCH bleedperl@6866] spellings
50087              
50088              Subject: [PATCH] Re: files not cleaned even by veryclean
50089              
50090              Use minimal @INC in tests, most of the time just '../lib',
50091              so that we simply can't pick up stuff from other Perls than
50092              the one we are testing.  Pointed out by
50093              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
50094              
50095              Update to Getopt::Long 2.24, from Johan Vromans.
50096              
50097              Fix for thinko in #6848.
50098              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
50099              
50100              Patches all over for people and the files they (hopefully) care about.
50101              
50102              Subject: Net::protoent does not export 'getproto'
50103              
50104              Missed a change in #6869.
50105              
50106              Subject: [PATCH] Warnings in B::Deparse
50107              
50108              Subject: [PATCH] Glob dumping
50109              
50110              Disable one of the tests for now.
50111              
50112              Disabling the one test is a bit tricky.
50113              
50114              Don't forget to tidy up.
50115              
50116              The #6881 removed one dump line.
50117              
50118              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
50119              
50120              Under usethreads the dumped variable is IN_PAD.
50121              Subject: Re: [PATCH] Glob dumping
50122              
50123              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
50124              
50125              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
50126              
50127              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
50128              
50129              Regen Configure for #6894.
50130              
50131              Subject: [PATCH: 6889] updates to perlebcdic.pod
50132              
50133              Undo namespace pollution of #6878.
50134              Subject: Re: Net::protoent does not export 'getproto'
50135              
50136              Admit that we are leaking scalars.
50137              
50138              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
50139      Branch: maint-5.6/perl
50140           !> (integrate 271 files)
50141 ____________________________________________________________________________
50142 [  7894] By: gsar                                  on 2000/11/27  16:00:34
50143         Log: a couple of nits
50144      Branch: maint-5.6/perl
50145            ! MANIFEST pp_sys.c
50146 ____________________________________________________________________________
50147 [  7893] By: gsar                                  on 2000/11/27  15:10:56
50148         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
50149              6740..6745,6747..6757,6760
50150              
50151              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
50152              
50153              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
50154              
50155              Doc nits spotted by Richard Soderberg.
50156              
50157              move WNOHANG definition to where other such things are
50158              
50159              Make $Config{byteorder} more magical so that it is
50160              dynamically computed: nice for 'fat binaries'.
50161              Subject: [PATCH]: default byteorder
50162              
50163              Subject: [PATCH] Cwd.pm now uses strict
50164              
50165              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
50166              
50167              Get -DLEAKTEST to compile (not necessarily to work, mind)
50168              Subject: [ID 20000724.006] -DLEAKTEST problem
50169              
50170              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
50171              
50172              Add perlebcdic from Peter Prymmer, regen toc.
50173              
50174              Don't propose using modules built for 5.005 if no binary
50175              compatibility with 5.005 is attempted.
50176              
50177              Do not use prototyping here.
50178              Subject: [ID 20000817.016] [PATCH] Peek.xs
50179              
50180              Document what the backtick returns if the command fails.
50181              
50182              Add byteorder to the myconfig output.
50183              
50184              Introduce NVef, NVff, and NVgf, use the middle one.
50185              (helps for lib/peek + Linux + long doubles)  Reported in
50186              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
50187              Use NVs in POSIX math, not doubles.
50188              Subject: [ID 20000817.014] POSIX & modfl
50189              
50190              Subject: [PATCH 5.6.0+] newSVrv() memory leak
50191              
50192              The byteorder code in #6671 was wrong.
50193              
50194              Fix the lib/complex failure of
50195              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
50196              Linux long double accuracy issue: something that
50197              when printed with %g looks like "2" but int() of it is 1.
50198              
50199              Propagate new Configure vars.
50200              
50201              Unbuffer the output.
50202              
50203              Subject: [PATCH] perltrap.pod spring cleaning
50204              
50205              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
50206              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
50207              
50208              Tiny Getopt::Long patch from Johan Vromans.
50209              
50210              Document code point which makes if (defined %stash::) to work
50211              (noted by Spider Boardman).
50212              
50213              Subject: [PATCH perl@6698] cygwin port
50214              
50215              Document the NDBM_File and ODBM_File as SDBM_File
50216              was documented in #6417.
50217              
50218              The new tests were missing from #6415.
50219              
50220              Add [[:blank:]] as suggested in
50221              Subject: [ID 20000716.024] [=cc=] / [:blank:]
50222              (the [=cc=] has already been taken care of by #6439
50223              so the whole bug report can be closed)
50224              and make [[:space:]] to be equivalent to isspace(3)
50225              (as opposed to \s, which is isSPACE()).  The difference
50226              is that now [[:space:]] matches the mythical vertical tab,
50227              while \s doesn't.
50228              
50229              Don't eat leading os from index entries.
50230              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
50231              
50232              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
50233              
50234              Typo in pp_complement().
50235              Subject: [PATCH perl-current] Deparse
50236              
50237              Add warnif(), check warnings further up the stack,
50238              all the warnings functions now can take an optional object reference.
50239              Subject: [PATCH bleedperl@6691] warnings pragma update
50240              
50241              Fix a core dump in lib/selfloader under -DDEBUGGING.
50242              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
50243              
50244              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
50245              
50246              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
50247              
50248              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
50249              Put back the long double avoidance code to POSIX.xs
50250              because VMS seems to need it still.
50251              
50252              Introduce a 'veryclean' target that is like 'distclean'
50253              but also removes *~ and *.orig.
50254              
50255              Subject: [ID 20000817.023] endianness description in perlfunc.pod
50256              
50257              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
50258              
50259              Let's try #6717 again.
50260              
50261              UTF8 concat fixes.
50262              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
50263              
50264              pp_open() could pass an uninitialized filename down to do_open9().
50265              
50266              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
50267              
50268              Update to CGI 2.72, from Lincoln Stein.
50269              
50270              Subject: [PATCH] Silence MakeMaker (Was: installman)
50271              
50272              Use temporary directory instead of current directory.
50273              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
50274              
50275              Document odd vs even subreleases and -Dusedevel.
50276              
50277              The veryclean target needs to clobber.
50278              
50279              Use File::Spec->tmpdir().
50280              
50281              Document the number of exponent digits.
50282              
50283              Mention perlebcdic and perlposix-bc.
50284              
50285              s/this one/the 5.6.0 release/
50286              
50287              The #6724 is here.
50288              
50289              The correct cleaning order is an art.
50290              
50291              small tweaks for change#6705: avoid C++ style comments in C code;
50292              use Perl's malloc API rather than the low level system one
50293              
50294              Array context keeps slithering in.
50295              
50296              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
50297              
50298              Subject: [PATCH] os2.c fix for use64bitint
50299              
50300              Update to Pod::LaTeX 0.53.
50301              Subject: [PATCH] lib/Pod/LaTeX.pm updates
50302              
50303              Document the endianness of Alpha more precisely.
50304              
50305              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
50306              
50307              Rename the macro argument because some preprocessors
50308              can't tell the difference and expand arguments also inside
50309              double quoted strings.
50310              
50311              free TLS slot properly on Windows
50312              
50313              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
50314              
50315              Unicos/mk requires elaborate paranoia.
50316              
50317              Tweak the floating point output routine preferences.
50318              
50319              Also under djgpp the timestamps are funky.
50320              
50321              Apply some PodParser 1.18 patches; the Pod/Find.pm
50322              patches cannot be applied since #6712 conflicts.
50323              
50324              Use PodParser 1.18 new test.
50325              
50326              A pod nit.
50327              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
50328              
50329              Be verydeepclean.
50330      Branch: maint-5.6/perl
50331           +> pod/perlebcdic.pod
50332           !> (integrate 106 files)
50333 ____________________________________________________________________________
50334 [  7892] By: jhi                                   on 2000/11/27  15:02:32
50335         Log: Update Changes.
50336      Branch: perl
50337            ! Changes patchlevel.h
50338 ____________________________________________________________________________
50339 [  7891] By: jhi                                   on 2000/11/27  14:57:23
50340         Log: Subject: Re: perlfaq style changes
50341              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50342              Date: Sat, 25 Nov 2000 23:32:26 -0800
50343              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
50344              
50345              plus a note from Ronald Kimball.
50346      Branch: perl
50347            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
50348 ____________________________________________________________________________
50349 [  7890] By: jhi                                   on 2000/11/27  14:53:14
50350         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
50351              From: Benjamin Holzman <bah@ecnvantage.com>
50352              Date: Sun, 26 Nov 2000 16:27:33 -0500
50353              Message-ID: <20001126162733.J25040@ecnvantage.com>
50354      Branch: perl
50355            ! gv.c
50356 ____________________________________________________________________________
50357 [  7889] By: jhi                                   on 2000/11/27  14:43:11
50358         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
50359              From: lvirden@cas.org
50360              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
50361              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
50362      Branch: perl
50363            ! README.amiga
50364 ____________________________________________________________________________
50365 [  7888] By: jhi                                   on 2000/11/27  14:32:34
50366         Log: Restore also the locale test to no-sprintf-taint state.
50367              Fixes the bug 20001127.003.
50368      Branch: perl
50369            ! sv.c t/pragma/locale.t
50370 ____________________________________________________________________________
50371 [  7887] By: gsar                                  on 2000/11/27  14:13:05
50372         Log: integrate changes#6613..6616,6620..6665 from mainline
50373              
50374              VMS configure.com update continues.
50375              
50376              Subject: Test fails / warnings with perl-current #6612
50377              
50378              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
50379              
50380              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
50381              
50382              For now remove the mail code.
50383              
50384              Subject: Re: [PATCH] @+, @- readonly
50385              
50386              Subject: warning: storage class after type is obsolescent
50387              
50388              Subject: sfio2000
50389              
50390              Subject: Re: File::Temp problems on VMS in bleedperl
50391              
50392              README.os2 update.
50393              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
50394              
50395              Make the user to give up his firstborn, err, to knowingly
50396              verify installing an unstable developer release.  Also bump
50397              the release to 5.7.0, but leave a patch tag in the local
50398              patches saying that this is not yet the real thing.
50399              
50400              Update (kinda) to Test 1.14, from Joshua Pritikin.
50401              
50402              make ok etc also for win32.
50403              
50404              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
50405              
50406              Don't blow limited stacks, a lower number is enough to
50407              tickle the lookbehind limit.
50408              
50409              Use -Dusedevel; regen Configure and the respective Porting stuff.
50410              
50411              Subject: [PATCH] debugger exit code should reflect user exit code
50412              
50413              Subject: [PATCH perl@6620] cygwin port
50414              
50415              Missed a file from #6638.
50416              
50417              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)
50418              
50419              magic callbacks all need to have same type signature
50420              
50421              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
50422              
50423              Fix a dependency problem.
50424              Subject: [PATCH: 6640] VMS Makefile.SH update
50425              
50426              The numeric locale was reset to "C" by s?printf and never restored.
50427              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
50428              No test since adding the failing example to locale.t
50429              does not fail -- probably because the locale settings are so
50430              thoroughly tweaked by that time.  Running the example standalone
50431              does fail, though.  UPDATE: test case added at change #7540.
50432              
50433              Subject: [ID 20000324.040] minor fix to perlhpux.pod
50434              
50435              Update to CPAN 1.57.
50436              
50437              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
50438              
50439              Change the perlbug address to perl.org since it's more forgiving.
50440              
50441              Change the regx compilation error markers to use = instead of <
50442              since pod makes using the latter quite messy.  Reported in
50443              ID 20000814.006 by Abigail and in
50444              Subject: Unknown escape E<> ?
50445              
50446              Update to perldebtut 1.9, from Richard Foley.
50447              
50448              check that the number pseudo children doesn't exceed
50449              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
50450              the WaitForMultipleObjects() limit that would cause wait()
50451              to crash)
50452              wait() and waitpid() could potentially be rewritten to use
50453              more than one thread to do the waiting to eliminate this
50454              limitation
50455              
50456              change#6328 could make close(SOCKET) return false on windows
50457              when it shouldn't
50458              
50459              pod nit seen in passing
50460              
50461              on windows, the return values from wait() and waitpid() don't
50462              match those of pseudo-pids
50463              
50464              waitpid() now handles externally spawned pids correctly;
50465              fixes for backtick/wait/waitpid failures on Windows 9x
50466              these changes make the pid returned by process functions on
50467              Windows 9x always positive by clearing the high bit (which
50468              is always set on Win9x); pseudo-process PIDs are likewise
50469              always negative now on Win9x (just as on NT/2000)
50470              
50471              trailing new %ENV entries weren't being pushed into the real
50472              environment of subprocesses on Windows
50473              
50474              Tweak the regex compilation errors once more.
50475              
50476              avoid warnings from dense compiler
50477              
50478              add "ok" targets from change#6632 in makefile.mk
50479      Branch: maint-5.6/perl
50480            - lib/Pod/PlainText.pm vms/configure.com
50481           !> (integrate 66 files)
50482 ____________________________________________________________________________
50483 [  7886] By: jhi                                   on 2000/11/27  13:54:18
50484         Log: __FUNCTION__ isn't portable and trying to emulate it leads
50485              into practically spelling out the name of the function.
50486              Takes care of the bug 20001127.001.
50487      Branch: perl
50488            ! perlio.c
50489 ____________________________________________________________________________
50490 [  7885] By: gsar                                  on 2000/11/27  13:53:18
50491         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
50492              6610..6611 from mainline
50493              
50494              Make regular expression parse error messages easier to understand.
50495              Subject: Re: enhanced(?) regex error messages
50496              
50497              Tiny tidying on report_evil_fh().
50498              
50499              Subject: Re: enhanced(?) regex error messages 
50500              plus Capitalize the error messages, plus perldiag them.
50501              
50502              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
50503              
50504              Document here-doc better.
50505              
50506              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
50507              
50508              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
50509              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
50510              (either perlbug or p5p ate the original), plus regen
50511              perlapi and perltoc. 
50512              
50513              Regen global.sym.
50514              
50515              Double check that we have a dirhandle.
50516              
50517              Subject: Re: enhanced(?) regex error messages
50518              (plus two small patches sent privately)
50519              (this still seems to leave few test failures)
50520              
50521              warn is a macro, avoid using at a variable to avoid warnings
50522              in some configurations; readdir.t is too conservative in
50523              estimating number of *.t's
50524              
50525              Get back into sync with Jeffrey on the enhanced regex warnings.
50526              
50527              Subject: [PATCH 5.6.0] cygwin port
50528              
50529              Zero entries were skipped, fix from Adrian Goalby
50530              <argoalby@yahoo.co.uk>
50531              
50532              Subject: Remove dead entry in perldiag
50533              
50534              Amend the description of Perl6.
50535              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
50536              
50537              detypo
50538              
50539              It's the 2ndO'ROSSC.
50540              
50541              Revert the sv.c part of #6559, a better fix is needed.
50542              
50543              Iterating perl6 description.
50544              
50545              Update to Term::ANSIColor 1.03, from Russ Allbery.
50546              
50547              Update to Getopt::Long 2.23_05, from Johan Vromans.
50548              
50549              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
50550              
50551              Update to Pod::Parser 1.17, from Brad Appleton.
50552              
50553              Update to CPAN 1.56, from Andreas König.
50554              
50555              Update to CGI 2.70, from Lincoln Stein.
50556              
50557              Put back the std @INC thing.
50558              
50559              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
50560              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
50561              
50562              Document the IO::Select timeout.
50563              
50564              sleep(1) does not necessarily return 1.
50565              Subject: [PATCH bleadperl] op/lex_assign.t  
50566              
50567              Subject: debugger "d" command doesnt check line number
50568              
50569              B::Deparse didn't do sub attributes.
50570              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
50571              
50572              Preprocessing and postprocessing for File::Find.
50573              Subject: Patch to Find::File.pm to allow alphabetical results
50574              
50575              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
50576              
50577              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
50578              
50579              Subject: Re: [ID 20000730.003] utf8::length() bad
50580              
50581              Subject: Getting perlio and threads to compile
50582              (the Solaris version changes in Configure skipped)
50583              
50584              Tests for #6589.
50585              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
50586              
50587              Add Perl debugging tutorial, regen toc. 
50588              Subject: perldebtut.pod
50589              
50590              Add a few missing files, update MANIFEST.
50591              
50592              Rewrite of vms/subconfigure.com as configure.com,
50593              from Peter Prymmer and the vmsperl crew.
50594              
50595              Should have deleted this in #6603.
50596              
50597              Fix the test for 5005threads.
50598              
50599              Fix-n-skip the tests under 5005threads.
50600              
50601              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
50602              
50603              Upgrade to CGI 2.71, from Lincoln Stein.
50604      Branch: maint-5.6/perl
50605           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
50606           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
50607           +> t/op/regmesg.t t/pod/find.t vms/configure.com
50608            - vms/subconfigure.com
50609            ! lib/lib.pm
50610           !> (integrate 115 files)
50611 ____________________________________________________________________________
50612 [  7884] By: jhi                                   on 2000/11/27  13:44:33
50613         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
50614              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50615              Date:     Mon, 27 Nov 2000 08:23:54 EST
50616              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
50617      Branch: perl
50618            ! vms/descrip_mms.template vms/test.com
50619 ____________________________________________________________________________
50620 [  7883] By: gsar                                  on 2000/11/27  11:50:46
50621         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
50622              6511..6513,6515..6523,6525..6536
50623              
50624              The swallow_bom() saga continues.  The #23 of require.t
50625              (UTF16-LE) still fails (silently, no output) but the #22
50626              (UTF16-BE) seems to be working now.  The root of the
50627              failure may be in sv_gets(): is it UTF-16LE-aware,
50628              especially when it comes to line endings? 
50629              
50630              Document the problem with -P in HP-UX and its workaround.
50631              
50632              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
50633              (aka ID 20000730.002)
50634              
50635              Subject: fix and question re: waitpid() under win32
50636              
50637              Make the safety catch for buggy gccs work with triple version
50638              numbers like 2.95.2.  Reported in
50639              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
50640              
50641              In Digital UNIX warn if gcc explicitly chosen because even
50642              2.95.2 is known to cause problems.
50643              
50644              Make chr() for values >127 to create utf8 when under utf8.
50645              
50646              various syntax errors and such (not fixed: comp/require.t#22 coredump
50647              on Windows)
50648              
50649              Stash away the largefiles flags and libswanted.
50650              
50651              BOM patching from Simon Cozens.
50652              
50653              If gccosandvers is equal to osname, clear gccosandvers.
50654              
50655              Make p4desc to skip non-mainperl branches by default.
50656              
50657              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
50658              
50659              The test from this
50660              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
50661              
50662              In new BSDs changes to argv[] do not show up in ps(1) output,
50663              instead one must use setproctitle().  This was already addressed
50664              by change #6457, but the below has a new variant for FreeBSD 4.0
50665              or later, and the matter is also documented more.
50666              
50667              FreeBSD 3.* updates from
50668              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
50669              
50670              regen_headers, regen perltoc.
50671              
50672              Document in one place the memory abstractions used in Perl core.
50673              
50674              memcpy has n o in it, as pinted ut by Sarathy.
50675              
50676              Remove the extraneous "main::" prefix from all the
50677              "opened only for", "on closed", and "never opened" warnings.
50678              
50679              The name of a filehandle does not have <these>.
50680              
50681              The tr utf8 patching continues.
50682              
50683              The new setproctitle() feature is available only in 
50684              bleeding edge FreeBSD.  From Paul Saab.
50685              
50686              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
50687              
50688              Dump UVs as UVs in Data::Dumper.
50689              
50690              detypo #6494
50691              
50692              Document the IVdf UVuf UVof UVxf.
50693              
50694              require.t needs binmode() to work on windows
50695              
50696              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
50697              that are hopefully soon put into use.
50698              
50699              Allow "no Module;" even if there is no 'unimport'.
50700              
50701              Better skip message for the test; one of the two problems in
50702              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
50703              
50704              The subtest 4 may fail also on VOBS, as pointed out
50705              by Nick Ing-Simmons in November 1999, bug id 19991124.003
50706              (but the failure in that bug report isn't the subtest 4).
50707              
50708              Be more informative on what is skipped and why,
50709              also repeat the list at the end.
50710              
50711              Add a URL for FSF.
50712              
50713              Subject: [PATCH] sv.h documentation - SvLEN
50714              
50715              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
50716              
50717              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
50718              
50719              Subject: [PATCH] bad cppsymbols on os2 + Configure question
50720              
50721              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
50722              
50723              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
50724              mention the idea of @( and @)
50725              
50726              This is 6512.  Really.
50727              
50728              Subject: [ID 19990721.004] Documentation bug in perlfunc
50729              
50730              Subject: Minor tweak to perlvar.pod
50731              
50732              In the warnings call filehandles consistently so;
50733              add "unopened" warning for stat().
50734              
50735              After the #6519 a warning about stat() is just that,
50736              not about a filetest, which now have their own warning.
50737              
50738              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
50739              
50740              Subject: Re: Array vs. List context
50741              
50742              Subject: New perlcc, take 2
50743              
50744              Weed buglets pointed out by
50745              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
50746              
50747              gcc versions might have (parentheses) in them.
50748              
50749              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
50750              
50751              Essential prototype changes were missing from #6527.
50752              Also make report_evil_fh() more bomb-proof.
50753              
50754              Zap lib/Sys directory when cleaning up.
50755              
50756              Change the Policy policy: now -Dprefix= with an existing
50757              Policy.sh and prefix == siteprefix == vendorprefix, then all
50758              of them follow along the new prefix.
50759              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
50760              
50761              Continue fixing the io warnings.  This also
50762              sort of fixes bug ID 20000802.003: the core dump
50763              is no more.  Whether the current behaviour is correct
50764              (giving a warning: "Not a format reference"), is another matter.
50765              
50766              Have symbols for the IoTYPEs.
50767              
50768              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
50769              
50770              Document a bit that UDP is not what you might think.
50771              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
50772              tr memory corruption fix from Simon Cozens.
50773              
50774              Plug the security hole described in the Aug 05 2000 bugtraq message
50775              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
50776              The security hole exists only in suidperls, which isn't
50777              installed or even built by default.
50778      Branch: maint-5.6/perl
50779           !> (integrate 71 files)
50780 ____________________________________________________________________________
50781 [  7882] By: gsar                                  on 2000/11/27  10:25:36
50782         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
50783              from mainline
50784              
50785              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
50786              to be fatal errors (instead of by default ignoring them, and
50787              ignoring with a bug: even though -w gave an error, the opening [
50788              was left in)  Reported in:
50789              
50790              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
50791              
50792              Subject: [PATCH] split /^/
50793              
50794              MacOS nits from Matthias Neeracher.
50795              
50796              More split() doc and test patches from Mike Guy.
50797              
50798              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
50799              from Graham Barr in the module list.
50800              
50801              docfix from Peter Scott <Peter@PSDT.com>.
50802              
50803              File::Temp patches for VMS and OS/2 from Tim Jenness.
50804              
50805              open() wariness in perlbug.
50806              
50807              Subject: [PATCH] minor doc change - perlguts
50808              
50809              Subject: Minor doc patch: handy.h
50810              
50811              Be wary of close()s, too.
50812              
50813              Further File::Temp patches from Yitzchak Scott-Thoennes
50814              and Craig A. Berry.
50815              
50816              Subject: [PATCH] fixes bug 20000508.004
50817              
50818              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
50819              
50820              Allow "no AutoLoader;", based on change #6444,
50821              suggested by Graham Barr.
50822              
50823              Use setproctitle() if available to modify $0.
50824              
50825              Warn if the version of the operating system used to compile gcc
50826              differs from the current version of the operating system.
50827              Also display the gcc compilation os and version in myconfig.
50828              Inspiration from
50829              
50830              Tiny fixes for #6460.
50831              
50832              The problem described in this
50833              Subject: [ID 20000322.018] named chars aren't magical enough
50834              has been fixed in perl 5.6.0 but just in case added a test
50835              to keep it away.  (The report from Joseph Hall.)
50836              
50837              Tune the comments and hopefully stop a memory leak.
50838              
50839              Subject: UTF8 concat
50840              (with a memory leak fixed, plus a few casts added)
50841              This also seems to help for
50842              Subject: [ID 20000716.015] join UTF8 weirdness
50843              
50844              Do not upgrade SVs into utf8 just because they participate
50845              in eq or cmp.  Reported and fix suggested in
50846              Subject: [ID 20000720.009] sv_eq UTF8 bug
50847              
50848              Fix the HALF_UPGRADE() macro introduced in #6263.
50849              
50850              Find green threads before native threads.
50851              Subject: Re: Patch to jpl/JNI/Makefile.PL
50852      Branch: maint-5.6/perl
50853           !> (integrate 30 files)
50854 ____________________________________________________________________________
50855 [  7881] By: jhi                                   on 2000/11/27  05:48:41
50856         Log: It seems that *both* the unused submatch loop cleanup
50857              codes are needed.
50858      Branch: perl
50859            ! regexec.c
50860 ____________________________________________________________________________
50861 [  7880] By: jhi                                   on 2000/11/27  04:50:07
50862         Log: Clean .exists deeper.
50863      Branch: perl
50864            ! Makefile.SH
50865 ____________________________________________________________________________
50866 [  7879] By: jhi                                   on 2000/11/27  02:31:35
50867         Log: The code in regcppop() (see #7878) contains the correct lower
50868              limit for the unused submatch 'cleanup' loop so that under
50869              "use utf8" the following code wouldn't dump core:
50870              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
50871              the cleanup loop in regtry() stomped beyond allocated area
50872              in the startp[] array.  Therefore, copied the correct lower
50873              loop limit (*PL_reglastparen) to regtry().  Note: something
50874              may still not be quite right: why was the _higher_ loop limit
50875              (prog->nparens) different in the utf8 case?
50876              
50877              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
50878              without core dumps, there were about 17 of them before
50879              the patch (with us since Perl 5.7.0).  Two failures, still:
50880              496 and 505 (though these may not be severe).
50881              
50882              Patch #7881 is also needed since both the cleanup loops
50883              seem to be needed.
50884              
50885              Also, the t/op/pat#44 seems to core dump under utf8.
50886              Plus a couple of failures.  UGH-8.
50887      Branch: perl
50888            ! regexec.c
50889 ____________________________________________________________________________
50890 [  7878] By: jhi                                   on 2000/11/27  02:21:17
50891         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
50892              the code in regcppop() seems to be redundant for the test suite --
50893              but it contains a germ of truth, and it needed for the build
50894              process itself: see #7879 and #7881.
50895      Branch: perl
50896            ! regexec.c
50897 ____________________________________________________________________________
50898 [  7877] By: jhi                                   on 2000/11/27  01:53:09
50899         Log: Comment on comment.
50900      Branch: perl
50901            ! regexec.c
50902 ____________________________________________________________________________
50903 [  7876] By: jhi                                   on 2000/11/27  00:49:59
50904         Log: Adjust the docs to agree with #7875.
50905      Branch: perl
50906            ! pod/perllocale.pod
50907 ____________________________________________________________________________
50908 [  7875] By: jhi                                   on 2000/11/27  00:49:27
50909         Log: Retract #7863.  It makes more sense not to taint formatted output,
50910              not even by sprintf().
50911      Branch: perl
50912            ! sv.c
50913 ____________________________________________________________________________
50914 [  7874] By: jhi                                   on 2000/11/26  23:36:02
50915         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
50916              Not really fixed (should really dump the UTF-8 charclass),
50917              but stopped displaying the garbage.
50918              
50919              Also add a note on the (missing) Unicode PSXSPC and BLANK.
50920      Branch: perl
50921            ! regcomp.c
50922 ____________________________________________________________________________
50923 [  7873] By: jhi                                   on 2000/11/26  21:31:13
50924         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
50925      Branch: perl
50926            ! regexec.c
50927 ____________________________________________________________________________
50928 [  7872] By: jhi                                   on 2000/11/26  21:06:04
50929         Log: No need to scan till infinity, 13 is enough.
50930      Branch: perl
50931            ! handy.h utf8.c
50932 ____________________________________________________________________________
50933 [  7871] By: jhi                                   on 2000/11/26  20:20:32
50934         Log: Test line numbers are different with utf8.
50935      Branch: perl
50936            ! t/op/re_tests
50937 ____________________________________________________________________________
50938 [  7870] By: jhi                                   on 2000/11/26  20:10:12
50939         Log: Message nit.
50940      Branch: perl
50941            ! regcomp.c
50942 ____________________________________________________________________________
50943 [  7869] By: jhi                                   on 2000/11/26  19:01:05
50944         Log: Make utf8_length() and utf8_distance() (the latter of which
50945              is unused at the moment) to be less forgiving about bad UTF-8.
50946      Branch: perl
50947            ! embed.h embed.pl objXSUB.h proto.h utf8.c
50948 ____________________________________________________________________________
50949 [  7868] By: jhi                                   on 2000/11/26  18:45:56
50950         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
50951              From: Benjamin Holzman <bah@ecnvantage.com>
50952              Date: Sat, 25 Nov 2000 20:40:20 -0500       
50953              Message-ID: <20001125204020.A25040@ecnvantage.com>              
50954              
50955              Debian allows installing /usr/bin/locale without installing
50956              any locales, an error message will ensue.
50957      Branch: perl
50958            ! t/pragma/locale.t
50959 ____________________________________________________________________________
50960 [  7867] By: jhi                                   on 2000/11/26  18:31:12
50961         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
50962              From: Benjamin Holzman <bah@ecnvantage.com>
50963              Date: Sun, 26 Nov 2000 02:42:34 -0500
50964              Message-ID: <20001126024234.G25040@ecnvantage.com>
50965              
50966              Patch for the bug 20000212.002.
50967      Branch: perl
50968            ! sv.c t/op/array.t
50969 ____________________________________________________________________________
50970 [  7866] By: jhi                                   on 2000/11/26  18:28:09
50971         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
50972              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50973              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
50974              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
50975              
50976              File::Temp 0.11.
50977      Branch: perl
50978            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
50979 ____________________________________________________________________________
50980 [  7865] By: jhi                                   on 2000/11/26  18:24:22
50981         Log: The metaconfig unit change for #7864.
50982      Branch: metaconfig/U/perl
50983            ! need_va_copy.U
50984 ____________________________________________________________________________
50985 [  7864] By: jhi                                   on 2000/11/26  18:23:41
50986         Log: Make the va_copy() test not to be so talkative.
50987      Branch: perl
50988            ! Configure config_h.SH
50989 ____________________________________________________________________________
50990 [  7863] By: jhi                                   on 2000/11/26  18:11:02
50991         Log: Fix locale inconsistencies unearthed by Hugo's work.
50992              Now the floating point sprintf really does taint the result
50993              string as perllocale promises (has promised for a long time)
50994              if "use locale" is in the lexical scope.
50995      Branch: perl
50996            ! sv.c t/pragma/locale.t
50997 ____________________________________________________________________________
50998 [  7862] By: jhi                                   on 2000/11/26  00:35:15
50999         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
51000              From: Nicholas Clark <nick@ccl4.org>
51001              Date: Sun, 26 Nov 2000 00:07:50 +0000
51002              Message-ID: <20001126000750.A22446@plum.flirble.org>
51003              
51004              Infinit.
51005      Branch: perl
51006            ! sv.c
51007 ____________________________________________________________________________
51008 [  7861] By: jhi                                   on 2000/11/26  00:01:26
51009         Log: Integrate perlio.
51010      Branch: perl
51011           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
51012 ____________________________________________________________________________
51013 [  7860] By: nick                                  on 2000/11/25  22:04:17
51014         Log: Correct relative path from new ext\Filter\Util\Call location
51015              back to miniperl.
51016      Branch: perlio
51017            ! win32/makefile.mk
51018 ____________________________________________________________________________
51019 [  7859] By: nick                                  on 2000/11/25  21:26:54
51020         Log: Integrate mainline.
51021      Branch: perlio
51022           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
51023           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
51024           +> t/lib/filter-util.t
51025            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
51026            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
51027            - t/lib/filt-util.t
51028           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
51029           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
51030           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
51031           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
51032           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
51033           !> win32/makefile.mk
51034 ____________________________________________________________________________
51035 [  7858] By: gsar                                  on 2000/11/25  20:52:17
51036         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
51037              parent's memory; fix it by keeping track of the actual pad
51038              offset rather than a raw pointer (this change is probably also
51039              relevant to non-ithreads case to avoid fallout from reallocs of
51040              the pad array, but is currently only enabled for the ithreads
51041              case in the interests of minimal disruption to existing "well
51042              tested" code)
51043      Branch: perl
51044            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
51045            ! proto.h scope.c scope.h sv.c t/op/fork.t
51046 ____________________________________________________________________________
51047 [  7857] By: nick                                  on 2000/11/25  20:01:28
51048         Log: All tests pass on Win32/gcc/USE_PERLIO.
51049              - when crlf layer is pushed make unix-level binary.
51050              - remove :crlf injection in pp_backtick in pp_sys.c
51051              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
51052      Branch: perlio
51053            ! doio.c perlio.c pp_sys.c win32/makefile.mk
51054 ____________________________________________________________________________
51055 [  7856] By: jhi                                   on 2000/11/25  18:38:30
51056         Log: Update the metaconfig units for #7855.
51057      Branch: metaconfig/U/perl
51058            ! useperlio.U usesocks.U
51059 ____________________________________________________________________________
51060 [  7855] By: jhi                                   on 2000/11/25  18:37:54
51061         Log: Undo the SOCKS workarounds, instead start using PerlIO
51062              if SOCKS is selected.
51063              
51064              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
51065              From: Jens Hamisch <jens@Strawberry.COM>
51066              Date: Fri, 24 Nov 2000 18:31:30 +0100
51067              Message-ID: <20001124183130.E28337@Strawberry.COM>
51068              
51069              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
51070              From: Jens Hamisch <jens@Strawberry.COM>
51071              Date: Fri, 24 Nov 2000 19:11:51 +0100
51072              Message-ID: <20001124191151.A28753@Strawberry.COM>
51073      Branch: perl
51074            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
51075            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
51076 ____________________________________________________________________________
51077 [  7854] By: jhi                                   on 2000/11/25  17:39:08
51078         Log: Undo #7848.  Some of the code seems to use walkoptree(),
51079              some walkoptree_slow().  An unfinished renaming?
51080              Now the sub is walkoptree() (which is @EXPORT_OK),
51081              the walkoptree_slow() is a typeglob alias to walkoptree.
51082              This makes the tests to pass, at least.
51083      Branch: perl
51084            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
51085 ____________________________________________________________________________
51086 [  7853] By: nick                                  on 2000/11/24  22:24:33
51087         Log: Re-arrange crlf vs binary for platforms that care.
51088              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
51089              Lip-service to making stdio layer work on such platfroms (untested).
51090              Now fails 3 tests rather than one, checkin to see if I can debug 
51091              the issue under linux. (Do not merge.)
51092      Branch: perlio
51093            ! doio.c perlio.c perliol.h
51094 ____________________________________________________________________________
51095 [  7852] By: jhi                                   on 2000/11/24  18:57:39
51096         Log: AUTHORS edits.
51097      Branch: perl
51098            ! AUTHORS
51099 ____________________________________________________________________________
51100 [  7851] By: jhi                                   on 2000/11/24  17:34:56
51101         Log: Add Jan-Erik Karlsson.
51102      Branch: perl
51103            ! AUTHORS
51104 ____________________________________________________________________________
51105 [  7850] By: jhi                                   on 2000/11/24  17:27:56
51106         Log: Configure should find stdchar on its own.
51107      Branch: perl
51108            ! hints/solaris_2.sh
51109 ____________________________________________________________________________
51110 [  7849] By: jhi                                   on 2000/11/24  17:24:55
51111         Log: Subject: PATCH over 7848: Filter test flawed
51112              From: andreas.koenig@anima.de (Andreas J. Koenig)
51113              Date: 24 Nov 2000 10:28:29 +0100
51114              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
51115      Branch: perl
51116            ! t/lib/filter-util.t
51117 ____________________________________________________________________________
51118 [  7848] By: jhi                                   on 2000/11/24  17:22:15
51119         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
51120              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
51121              Date: Fri, 24 Nov 2000 16:12:58 +0000
51122              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
51123      Branch: perl
51124            ! ext/B/B.pm
51125 ____________________________________________________________________________
51126 [  7847] By: jhi                                   on 2000/11/24  03:07:01
51127         Log: Integrate perlio.
51128      Branch: perl
51129           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
51130           !> win32/makefile.mk
51131 ____________________________________________________________________________
51132 [  7846] By: gsar                                  on 2000/11/24  00:55:57
51133         Log: integrate changes#6415..6418,6420..6438 from mainline
51134              
51135              Fix the bitvector ops for utf8 (tricky since past 7 bits
51136              the utf8 'characters' can be more than one octet).
51137              
51138              MPE/ix updates for perl 5.6.0 from Mark Bixby.
51139              
51140              Subject: SDBM_File documentation
51141              
51142              Detypo.
51143              
51144              Decutandpasto.
51145              
51146              Send all installperl messages to STDERR and be -w clean.
51147              
51148              Out-of-date note removed.
51149              
51150              Protect against "wild next"s, that is, callbacks doing "next"
51151              instead of "return".
51152              
51153              Use STDOUT consistently.
51154              
51155              The output might have been produced in the wrong order.
51156              
51157              A missing 'break' after the [[:space:]] switch case.
51158              
51159              Add tests for
51160              [ID 19991110.003] another matching finding by pcre author
51161              which has already been fixed by some patch, as verified in
51162              
51163              Documentation to explain the behaviour of map().
51164              
51165              Add an optimization for map-maps-a-list-element-to-more-list-elements
51166              case, but add also notes explaining the relationship of this
51167              patch and the earlier notes by Sarathy.
51168              
51169              Subject: [ID 20000716.023] syslog test fails without sockets
51170              
51171              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
51172              Test cases for #6431.
51173              
51174              File::Spec::VMS fixup for tmpdir from Craig Berry.
51175              
51176              Make the "uninit variable" warning to say "concat or string"
51177              or "join or string" when in concat or join .
51178              
51179              Get UTF16 BOMs working.  Patch from
51180              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
51181              
51182              Subject: [PATCH] Make large file tests deal with SIGXFSZ
51183              
51184              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
51185              
51186              Subject: [PATCH] av.c apidoc
51187      Branch: maint-5.6/perl
51188           !> (integrate 43 files)
51189 ____________________________________________________________________________
51190 [  7845] By: gsar                                  on 2000/11/24  00:20:45
51191         Log: integrate changes#6406..6414 from mainline
51192              
51193              Merge perlhacktut into perlhack, update perlguts.
51194              
51195              Fix AutoSplit to use File::Spec the right way in VMS,
51196              from Peter Prymmer.
51197              
51198              The bug report
51199              [ID 19991110.002] minimal matching discrepancy found by pcre author
51200              seems to have been fixed (though differently from what was suggested
51201              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
51202              
51203              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
51204              not in pod, from Peter Prymmer
51205              
51206              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
51207              From: Hugo <hv@crypt.compulink.co.uk>
51208              Date: Fri, 14 Jul 2000 23:05:20 +0100
51209              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
51210              
51211              Didn't anymore apply, but that point still could use another fix.
51212              
51213              lib/b test fixes from Peter Prymmer.
51214              
51215              More docs for sv functions.
51216              
51217              perlvms.pod whitespace cleanup to keep pod utils happy.
51218              
51219              another VMS build tweak from Peter Prymmer
51220      Branch: maint-5.6/perl
51221           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
51222           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
51223           !> vms/descrip_mms.template vms/perlvms.pod
51224 ____________________________________________________________________________
51225 [  7844] By: nick                                  on 2000/11/23  23:42:45
51226         Log: Win32/perlio Now just fails one io/argv.t test - lack 
51227              of default :crlf on standard streams.
51228      Branch: perlio
51229            ! doio.c perlio.c
51230 ____________________________________________________________________________
51231 [  7843] By: nick                                  on 2000/11/23  23:04:05
51232         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
51233              peek fail is showing a real problem (multiple crlf layers
51234              are getting pushed.)
51235      Branch: perlio
51236            ! doio.c perlio.c win32/makefile.mk
51237 ____________________________________________________________________________
51238 [  7842] By: nick                                  on 2000/11/23  19:46:23
51239         Log: Implement PerlIO_binmode()
51240              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
51241              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
51242              make binmode in t/lib/io_tell.t unconditional so that works.
51243              Checkin just so Win32 machine can see these changes.
51244      Branch: perlio
51245            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
51246 ____________________________________________________________________________
51247 [  7841] By: jhi                                   on 2000/11/23  19:30:00
51248         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
51249      Branch: perl
51250            ! README.amiga
51251 ____________________________________________________________________________
51252 [  7840] By: jhi                                   on 2000/11/23  17:18:02
51253         Log: SOCKS wrestling continues, patches from Jens Hamisch.
51254      Branch: perl
51255            ! doio.c embed.h embed.pl perlsdio.h proto.h
51256 ____________________________________________________________________________
51257 [  7839] By: jhi                                   on 2000/11/23  16:54:14
51258         Log: Push Filter::Util::Call one level deeper.
51259      Branch: perl
51260            + t/lib/filter-util.t
51261           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
51262           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
51263            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
51264            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
51265            - t/lib/filt-util.t
51266            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
51267            ! win32/Makefile win32/makefile.mk
51268 ____________________________________________________________________________
51269 [  7838] By: jhi                                   on 2000/11/23  16:52:40
51270         Log: Reach back one higher up when searching for PERL_SRC.
51271      Branch: perl
51272            ! lib/ExtUtils/MM_Unix.pm
51273 ____________________________________________________________________________
51274 [  7837] By: jhi                                   on 2000/11/23  16:05:41
51275         Log: Subject: Re: perl@7826
51276              Date: Thu, 23 Nov 2000 02:20:25 -0600
51277              From: "Craig A. Berry" <craigberry@mac.com>
51278              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
51279              
51280              Make VMS to like Filter::Util::Call. 
51281      Branch: perl
51282            ! configure.com ext/Filter/Util/Makefile.PL
51283 ____________________________________________________________________________
51284 [  7836] By: nick                                  on 2000/11/23  16:04:08
51285         Log: Implement crlf layer - not ready for merge.
51286      Branch: perlio
51287            ! perlio.c win32/makefile.mk
51288 ____________________________________________________________________________
51289 [  7835] By: jhi                                   on 2000/11/23  15:56:52
51290         Log: STDCHAR is different in Sparc v9 vs x86.
51291      Branch: perl
51292            ! hints/solaris_2.sh
51293 ____________________________________________________________________________
51294 [  7834] By: jhi                                   on 2000/11/23  15:50:47
51295         Log: The type needs to be visible to protos.
51296      Branch: perl
51297            ! perl.h
51298 ____________________________________________________________________________
51299 [  7833] By: jhi                                   on 2000/11/23  15:40:46
51300         Log: Finish unfinished SOCKS workaround changes.
51301      Branch: perl
51302            ! doio.c
51303 ____________________________________________________________________________
51304 [  7832] By: jhi                                   on 2000/11/23  15:33:30
51305         Log: Integrate perlio.
51306      Branch: perl
51307           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
51308           !> win32/makefile.mk
51309 ____________________________________________________________________________
51310 [  7831] By: nick                                  on 2000/11/23  10:31:07
51311         Log: Correct makefile.mk dependancies for ext/Filter/Util
51312              Build ext/Encode
51313              Run dmake regen_config_h
51314      Branch: perlio
51315            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51316            ! win32/makefile.mk
51317 ____________________________________________________________________________
51318 [  7830] By: nick                                  on 2000/11/23  08:05:07
51319         Log: Integrate mainline
51320      Branch: perlio
51321           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
51322           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
51323           +> t/lib/filt-util.pl t/lib/filt-util.t
51324           !> (integrate 41 files)
51325 ____________________________________________________________________________
51326 [  7829] By: gsar                                  on 2000/11/23  03:07:11
51327         Log: build the Filter extension on windows
51328      Branch: perl
51329            ! win32/Makefile win32/makefile.mk
51330 ____________________________________________________________________________
51331 [  7828] By: gsar                                  on 2000/11/23  02:46:35
51332         Log: regenerate win32/config* and fix some inconsistencies in the
51333              makefiles; always export Perl_deb() because it is needed
51334              by ext/re/* (whether perl itself is built with -DDEBUGGING
51335              or not)
51336      Branch: perl
51337            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
51338            ! win32/config_H.vc win32/makefile.mk
51339 ____________________________________________________________________________
51340 [  7827] By: gsar                                  on 2000/11/23  02:18:38
51341         Log: get sources building on windows+MSVC again (untested with other
51342              compilers)
51343      Branch: perl
51344            ! win32/include/sys/socket.h win32/perllib.c
51345 ____________________________________________________________________________
51346 [  7826] By: jhi                                   on 2000/11/23  01:18:26
51347         Log: Update Changes.
51348      Branch: perl
51349            ! Changes patchlevel.h
51350 ____________________________________________________________________________
51351 [  7825] By: jhi                                   on 2000/11/23  00:20:41
51352         Log: Subject: Re: av.c patch (having slight problems)
51353              From: "Ben Tilly" <ben_tilly@hotmail.com>
51354              Date: Tue, 21 Nov 2000 23:29:31 -0500
51355              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
51356              
51357              unshift() speedup.
51358      Branch: perl
51359            ! av.c
51360 ____________________________________________________________________________
51361 [  7824] By: jhi                                   on 2000/11/22  23:59:15
51362         Log: Fixes for signedness warnings noticed by VMSperlers.
51363      Branch: perl
51364            ! ext/Storable/Storable.xs regcomp.c sv.c
51365 ____________________________________________________________________________
51366 [  7823] By: jhi                                   on 2000/11/22  23:19:31
51367         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
51368              From: Peter Prymmer <pvhp@forte.com>
51369              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
51370              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
51371      Branch: perl
51372            ! t/pragma/warn/pp_hot
51373 ____________________________________________________________________________
51374 [  7822] By: jhi                                   on 2000/11/22  22:52:20
51375         Log: Be clean.
51376      Branch: perl
51377            ! Makefile.SH
51378 ____________________________________________________________________________
51379 [  7821] By: jhi                                   on 2000/11/22  22:46:39
51380         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
51381              by Damian Conway, as suggested by Paul Marquess.
51382      Branch: perl
51383            + lib/Filter/Simple.pm
51384 ____________________________________________________________________________
51385 [  7820] By: jhi                                   on 2000/11/22  22:45:51
51386         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
51387      Branch: perl
51388            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
51389            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
51390            + t/lib/filt-util.t
51391            ! MANIFEST
51392 ____________________________________________________________________________
51393 [  7819] By: jhi                                   on 2000/11/22  22:03:27
51394         Log: Integrate perlio.
51395      Branch: perl
51396           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
51397           !> win32/makefile.mk
51398 ____________________________________________________________________________
51399 [  7818] By: jhi                                   on 2000/11/22  21:56:02
51400         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
51401      Branch: perl
51402            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
51403            ! t/lib/io_sock.t
51404 ____________________________________________________________________________
51405 [  7817] By: jhi                                   on 2000/11/22  21:39:49
51406         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
51407              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51408              Date: Wed, 22 Nov 2000 16:08:12 -0500
51409              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
51410      Branch: perl
51411            ! lib/ExtUtils/Liblist.pm
51412 ____________________________________________________________________________
51413 [  7816] By: jhi                                   on 2000/11/22  21:38:25
51414         Log: Go ahead and #include <unistd.h> in perl.h.
51415      Branch: perl
51416            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
51417            ! util.c
51418 ____________________________________________________________________________
51419 [  7815] By: jhi                                   on 2000/11/22  21:22:52
51420         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
51421              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51422              Date: Mon, 20 Nov 2000 18:30:52 -0500
51423              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
51424      Branch: perl
51425            ! pod/perlre.pod regcomp.c t/op/re_tests
51426 ____________________________________________________________________________
51427 [  7814] By: jhi                                   on 2000/11/22  21:21:46
51428         Log: Subject: [PATCH 5.7.0] Liblist finally works
51429              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51430              Date: Tue, 21 Nov 2000 22:02:17 -0500
51431              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
51432      Branch: perl
51433            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
51434            ! lib/ExtUtils/MakeMaker.pm
51435 ____________________________________________________________________________
51436 [  7813] By: jhi                                   on 2000/11/22  21:20:23
51437         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
51438              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51439              Date: Wed, 22 Nov 2000 17:53:15 +0100
51440              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
51441              
51442              AIX dynaloader and perlio patch.
51443      Branch: perl
51444            ! ext/DynaLoader/dl_aix.xs
51445 ____________________________________________________________________________
51446 [  7812] By: jhi                                   on 2000/11/22  21:17:52
51447         Log: (Accidentally empty patch.)
51448      Branch: perl
51449            ! av.c
51450 ____________________________________________________________________________
51451 [  7811] By: jhi                                   on 2000/11/22  21:16:31
51452         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
51453              From: Peter Prymmer <pvhp@forte.com>
51454              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
51455              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
51456      Branch: perl
51457            ! vms/test.com
51458 ____________________________________________________________________________
51459 [  7810] By: jhi                                   on 2000/11/22  21:15:36
51460         Log: Subject: Re: perl@7777 
51461              From: "John P. Linderman" <jpl@research.att.com>
51462              Date: Wed, 22 Nov 2000 13:11:11 -0500
51463              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
51464              
51465              Detypoing.
51466      Branch: perl
51467            ! lib/CPAN.pm
51468 ____________________________________________________________________________
51469 [  7809] By: jhi                                   on 2000/11/22  21:14:19
51470         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
51471              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51472              Date:     Wed, 22 Nov 2000 13:51:37 EST
51473              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
51474      Branch: perl
51475            ! perlsdio.h
51476 ____________________________________________________________________________
51477 [  7808] By: jhi                                   on 2000/11/22  21:13:27
51478         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
51479              From: Casey Tweten <crt@kiski.net>
51480              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
51481              Message-Id: <200011201653.LAA10194@home.kiski.net>
51482      Branch: perl
51483            ! t/lib/io_udp.t
51484 ____________________________________________________________________________
51485 [  7807] By: jhi                                   on 2000/11/22  21:12:35
51486         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
51487              From: Casey Tweten <crt@kiski.net>
51488              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
51489              Message-Id: <200011201636.LAA07227@home.kiski.net>
51490      Branch: perl
51491            ! t/lib/io_sock.t
51492 ____________________________________________________________________________
51493 [  7806] By: jhi                                   on 2000/11/22  21:10:59
51494         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
51495              From: "Casey R. Tweten" <crt@kiski.net>
51496              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
51497              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
51498      Branch: perl
51499            ! utils/h2xs.PL
51500 ____________________________________________________________________________
51501 [  7805] By: nick                                  on 2000/11/22  21:05:06
51502         Log: Integrate mainline
51503      Branch: perlio
51504           !> Changes Porting/genlog ext/DB_File/DB_File.xs
51505           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
51506           !> utils/perlbug.PL
51507 ____________________________________________________________________________
51508 [  7804] By: jhi                                   on 2000/11/22  21:01:12
51509         Log: Subject: [PATCH] Test.pm POD peculiarity
51510              From: "Casey R. Tweten" <crt@kiski.net>
51511              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
51512              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
51513      Branch: perl
51514            ! lib/Test.pm
51515 ____________________________________________________________________________
51516 [  7803] By: jhi                                   on 2000/11/22  20:59:59
51517         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
51518              From: "Philip Newton" <pnewton@gmx.de>
51519              Date: Wed, 22 Nov 2000 14:25:53 +0100
51520              Message-Id: <3A1BD771.25462.1939FAD@localhost>
51521              
51522              Be case-understanding also on 's', and use the -oi of sendmail
51523              not to terminate the transmission on a lone '.'.
51524      Branch: perl
51525            ! utils/perlbug.PL
51526 ____________________________________________________________________________
51527 [  7802] By: nick                                  on 2000/11/22  20:51:42
51528         Log: Win32 PerlIO intermediate state now working as expected.
51529              - In current state we are still using C runtime in text/binary
51530              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
51531              - PERLIO=stdio and PERLIO=unix pass all expected tests.
51532              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
51533              and PerlIO_seek() and the dummy crlf layer is not making adjustments
51534              for CRLF translation happening in C runtime. All other tests pass.
51535              
51536              Added note to README.win32 to point out the snags of doing a perl build
51537              with Norton AntiVirus turned on.
51538              
51539              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
51540              which file a fail comes from.
51541              
51542              Updated "canned" config.h to match the one generated.
51543      Branch: perlio
51544            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
51545            ! win32/makefile.mk
51546 ____________________________________________________________________________
51547 [  7801] By: jhi                                   on 2000/11/22  06:50:20
51548         Log: Nickety nits.
51549      Branch: perl
51550            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
51551 ____________________________________________________________________________
51552 [  7800] By: jhi                                   on 2000/11/22  01:29:55
51553         Log: Changes had accidentally gone too silent on non-main branches.
51554      Branch: perl
51555            ! Changes Porting/genlog patchlevel.h
51556 ____________________________________________________________________________
51557 [  7799] By: gsar                                  on 2000/11/22  01:02:56
51558         Log: some lib_pm.PL changes snuck in via change#7772
51559      Branch: maint-5.6/perl
51560            ! Makefile.SH
51561 ____________________________________________________________________________
51562 [  7798] By: nick                                  on 2000/11/21  21:59:40
51563         Log: Integrate mainline
51564      Branch: perlio
51565           !> (integrate 28 files)
51566 ____________________________________________________________________________
51567 [  7797] By: jhi                                   on 2000/11/21  21:01:45
51568         Log: Integrate perlio.
51569      Branch: perl
51570           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
51571 ____________________________________________________________________________
51572 [  7796] By: nick                                  on 2000/11/21  20:36:22
51573         Log: Win32 builds and runs (mostly) with USE_PERLIO.
51574              PERLIO=perlio passes all tests. 
51575              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
51576      Branch: perlio
51577            ! perlio.c win32/perllib.c win32/win32.c
51578 ____________________________________________________________________________
51579 [  7795] By: jhi                                   on 2000/11/21  19:03:44
51580         Log: Update Changes.
51581      Branch: perl
51582            ! Changes patchlevel.h
51583 ____________________________________________________________________________
51584 [  7794] By: jhi                                   on 2000/11/21  18:56:34
51585         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
51586              From: "Craig A. Berry" <craigberry@mac.com>
51587              Date: Mon, 20 Nov 2000 20:27:06 -0600
51588              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
51589              
51590              A cut-and-pasto.
51591      Branch: perl
51592            ! perlio.h
51593 ____________________________________________________________________________
51594 [  7793] By: jhi                                   on 2000/11/21  18:54:41
51595         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
51596              From: Dominic Dunlop <domo@computer.org> 
51597              Date: Mon, 20 Nov 2000 18:55:29 +0100
51598              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
51599              
51600              va_copy() and the need of it.
51601              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
51602      Branch: metaconfig/U/perl
51603            + need_va_copy.U
51604      Branch: perl
51605            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51606            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
51607            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
51608            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
51609            ! win32/config.bc win32/config.gc win32/config.vc
51610 ____________________________________________________________________________
51611 [  7792] By: jhi                                   on 2000/11/21  17:04:10
51612         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
51613      Branch: perl
51614           !> scope.h
51615 ____________________________________________________________________________
51616 [  7791] By: jhi                                   on 2000/11/21  17:01:16
51617         Log: Export the SOCKS workaround symbols only if necessary.
51618      Branch: perl
51619            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
51620 ____________________________________________________________________________
51621 [  7790] By: nick                                  on 2000/11/20  23:57:11
51622         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
51623      Branch: perlio
51624            ! scope.h
51625 ____________________________________________________________________________
51626 [  7789] By: nick                                  on 2000/11/20  23:38:33
51627         Log: Integrate mainline
51628      Branch: perlio
51629           +> lib/File/Spec/Epoc.pm
51630           !> (integrate 34 files)
51631 ____________________________________________________________________________
51632 [  7788] By: nick                                  on 2000/11/20  23:20:18
51633         Log: Make extra buffer layer work (dummy crlf layer)
51634      Branch: perlio
51635            ! doio.c perlio.c perlio.h
51636 ____________________________________________________________________________
51637 [  7787] By: jhi                                   on 2000/11/20  22:44:04
51638         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
51639              From: Peter Prymmer <pvhp@forte.com>
51640              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
51641              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
51642      Branch: perl
51643            ! t/pragma/locale.t
51644 ____________________________________________________________________________
51645 [  7786] By: jhi                                   on 2000/11/20  22:29:10
51646         Log: Subject: DOC PATCH 5.6.0 perlreftut
51647              From: mjd@plover.com
51648              Date: 20 Nov 2000 19:45:06 -0000
51649              Message-ID: <20001120194506.9505.qmail@plover.com>
51650      Branch: perl
51651            ! pod/perlreftut.pod
51652 ____________________________________________________________________________
51653 [  7785] By: jhi                                   on 2000/11/20  22:27:44
51654         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
51655              From: David Dyck <dcd@tc.fluke.com>
51656              Date: Mon, 20 Nov 2000 11:43:40 -0800
51657              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
51658      Branch: perl
51659            ! lib/Cwd.pm
51660 ____________________________________________________________________________
51661 [  7784] By: jhi                                   on 2000/11/20  22:23:21
51662         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
51663              Date: Mon, 20 Nov 2000 17:06:10 -0500
51664              To: Mailing list Perl5 <perl5-porters@perl.org>
51665              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
51666      Branch: perl
51667            ! pp_ctl.c t/op/pat.t
51668 ____________________________________________________________________________
51669 [  7783] By: jhi                                   on 2000/11/20  22:11:18
51670         Log: Subject: [PATCH] doop.c - UTF8 tr///               
51671              From: Simon Cozens <simon@cozens.net>
51672              Date: Sat, 18 Nov 2000 18:49:30 +0000
51673              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
51674              
51675              Subject: Re: [PATCH] doop.c - UTF8 tr///           
51676              From: Simon Cozens <simon@cozens.net>
51677              Date: Mon, 20 Nov 2000 20:45:22 +0000
51678              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
51679              
51680              Make tr on UTF-8 better but still not correct.
51681      Branch: perl
51682            ! doop.c
51683 ____________________________________________________________________________
51684 [  7782] By: jhi                                   on 2000/11/20  22:02:16
51685         Log: Remove the shared object before attempting to create
51686              (by linking) a new one.  E.g. in AIX not removing
51687              becomes quite painful if one tries to do more than one
51688              build in the same tree (an interrupted build, for example),
51689              since the AIX' shared dynaloader seemingly keeps the shared
51690              objects open and therefore 'busy' for quite a while, even when
51691              nobody is using the objects, leading into link failures.
51692      Branch: perl
51693            ! lib/ExtUtils/MM_Unix.pm
51694 ____________________________________________________________________________
51695 [  7781] By: gsar                                  on 2000/11/20  19:02:55
51696         Log: type mismatch due to faulty integration
51697      Branch: maint-5.6/perl
51698            ! toke.c win32/Makefile
51699 ____________________________________________________________________________
51700 [  7780] By: gsar                                  on 2000/11/20  17:31:55
51701         Log: integrate changes#6392,6394..6399,6401..6404
51702              
51703              The {multiplier} of a fixed substring was overlooked which
51704              caused a wrong initial search offset for that substring.
51705              
51706              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
51707              From: Hugo <hv@crypt.compulink.co.uk>
51708              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
51709              Date: Thu, 13 Jul 2000 19:27:13 +0100
51710              
51711              Fix the BOM bug: not a byteorder bug, a signedness bug.
51712              
51713              Replace change #6337 with a better one.
51714              
51715              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
51716              From: Hugo <hv@crypt.compulink.co.uk>
51717              Date: Fri, 14 Jul 2000 04:16:20 +0100
51718              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
51719              
51720              MakeMaker should not remove editor backups (*~) on `make clean`
51721              by default (completes change#6383)
51722              
51723              move new variables to the end of the interpreter structure (for
51724              bincompat in code that doesn't #include XSUB.h)
51725              
51726              rename totally bletcherous SvLOCK() thingy (doesn't do what the
51727              name suggests anyway)
51728              
51729              various cleanups (typos, misformatted code, and small bugs)
51730              
51731              typecasts needed for change#6394
51732              
51733              typos in change#6399, regen headers
51734              
51735              inconsistent types needs casts
51736              
51737              PERL_OBJECT build tweaks
51738      Branch: maint-5.6/perl
51739           !> MANIFEST doop.c embed.h embed.pl embedvar.h
51740           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
51741           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
51742           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
51743           !> toke.c util.c
51744 ____________________________________________________________________________
51745 [  7779] By: gsar                                  on 2000/11/20  17:06:29
51746         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
51747              
51748              Cosmetics and perldelta.
51749              
51750              Fix nits noticed by Boston.pm.
51751              
51752              Do the cc sanity check both before the hints and
51753              after the cc selction.
51754              
51755              get sprintf.t to adjust properly for 3-digit exponents
51756              
51757              don't clobber *.orig files on *clean targets
51758              
51759              fix bugs in processing %v-*d and similar format specs (from
51760              Avi Finkel <avi@finkel.org>)
51761              
51762              sprintf test tweaks (from Dominic Dunlop)
51763              
51764              new selfloader.t in change#6183 doesn't close DATA handles,
51765              and thus fails to clean up tmp files on dosish platforms
51766              
51767              typos (spotted by Peter Prymmer)
51768              
51769              typo fix from Craig Berry
51770      Branch: maint-5.6/perl
51771           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
51772           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
51773           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
51774           !> x2p/Makefile.SH
51775 ____________________________________________________________________________
51776 [  7778] By: gsar                                  on 2000/11/20  16:46:51
51777         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
51778              
51779              Subject: Re: format bug report  [Patch]
51780              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51781              Date: Wed, 05 Jul 2000 13:12:52 +0200
51782              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
51783              
51784              Subject: Re: format bug report  [Patch]
51785              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51786              Date: Wed, 05 Jul 2000 14:10:01 +0200
51787              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
51788              
51789              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
51790              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51791              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
51792              Date: Fri, 07 Jul 2000 17:57:16 +0100
51793              
51794              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
51795              To: perl5-porters@perl.org
51796              From: Karsten Sperling <spiff@phreax.net>
51797              Date: Mon, 10 Jul 2000 15:12:52 +0200
51798              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
51799              
51800              README.posix-bc podified from Thomas Dorner.
51801              
51802              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
51803              From: Dominic Dunlop <domo@computer.org>
51804              Date: Tue, 11 Jul 2000 12:27:33 +0200
51805              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
51806              
51807              Typo in #6341.
51808              
51809              Fix for
51810              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
51811              From: Roderick Schertler <roderick@argon.org>
51812              Date: Tue, 11 Jul 2000 13:55:05 -0400
51813              Message-Id: <200007111755.NAA05077@jones.argon.org>
51814              
51815              Minor cleanups on the booklist.
51816              
51817              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
51818              regen perltoc.
51819              
51820              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
51821      Branch: maint-5.6/perl
51822           +> pod/perlbook.pod
51823           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
51824           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
51825           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
51826 ____________________________________________________________________________
51827 [  7777] By: jhi                                   on 2000/11/20  16:08:49
51828         Log: Update Changes.
51829      Branch: perl
51830            ! Changes patchlevel.h
51831 ____________________________________________________________________________
51832 [  7776] By: jhi                                   on 2000/11/20  15:27:56
51833         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
51834              This may be overly harsh but until proven otherwise, we think this
51835              way, or until we have a simple test for Configure (having to start
51836              up servers is does not count as simple) to check for the problems.
51837      Branch: perl
51838            ! perl.h
51839 ____________________________________________________________________________
51840 [  7775] By: jhi                                   on 2000/11/20  15:22:17
51841         Log: Solaris hints tweaks.
51842      Branch: perl
51843            ! hints/solaris_2.sh
51844 ____________________________________________________________________________
51845 [  7774] By: jhi                                   on 2000/11/20  15:01:20
51846         Log: Add a workaround to SOCKS 64-bit problems.
51847      Branch: perl
51848            ! doio.c embed.h embed.pl perlsdio.h proto.h
51849 ____________________________________________________________________________
51850 [  7773] By: jhi                                   on 2000/11/20  14:51:47
51851         Log: sysseek() instead of seek().
51852      Branch: perl
51853            ! t/lib/syslfs.t
51854 ____________________________________________________________________________
51855 [  7772] By: gsar                                  on 2000/11/20  13:06:23
51856         Log: integrate changes#6315..6319,6321..6331,6333..6338
51857              
51858              Integrate with Sarathy, preliminary fix for unicos
51859              alignment problems in [ID 20000612.002] Perl problem on Cray system.
51860              
51861              some debugger output does not go to the socket when RemotePort is set
51862              
51863              winsock cleanup never done on Windows (leads to handle leaks)
51864              
51865              fix UNC path handling on Windows under ithreads, and chdir()
51866              return value when given a non-existent directory
51867              
51868              Autogenerate pod/Makefile and pod/buildtoc.
51869              buildtoc also checks whether the existin pods are
51870              mentioned in MANIFEST and perl.pod, and vice versa.
51871              (None of the thusly found discrepancies fixed yet.)
51872              roffitall also needs to be autogenerated similarly but it
51873              seems so badly out of date that I didn't touch it yet.
51874              
51875              Config is being used.
51876              
51877              Add =head1 NAMEs so that buildtoc is happy.
51878              (The CGI::Util nit reported to Lincoln.)
51879              
51880              Fix complaints of buildtoc.
51881              
51882              Fix the alignment problem in Crays ([ID 20000612.002]).
51883              
51884              Remove perlbook, update perlfaq book listing,
51885              rearrange perl.pod, regenerate perltoc.
51886              
51887              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
51888              was cast to an unsigned (32-bit) integer with wild abandon.
51889              
51890              winsock options weren't being set in all threads under ithreads
51891              (caused send()s from second and subsequent threads to fail)
51892              
51893              accept() leaks memory on windows due to incorrect ordering of
51894              closesocket() and fclose() calls
51895              
51896              Reorder perl.pod once more.
51897              
51898              More POSIX.pod tweaks.
51899              
51900              Sprinkle ldlibpath.
51901              
51902              Precedence goof, fix based on
51903              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
51904              From: Hugo <hv@crypt.compulink.co.uk>
51905              Date: Tue, 11 Jul 2000 12:52:38 +0100
51906              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
51907              
51908              Subject: PATCH perlguts.pod: Document D and d magic types
51909              From: mjd@plover.com
51910              Date: 5 Jul 2000 18:01:51 -0000
51911              Message-ID: <20000705180151.29413.qmail@plover.com>
51912              
51913              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
51914              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
51915              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
51916              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
51917              
51918              Subject: [PATCH cfgperl] $& segfaults if you trick it
51919              From: simon@brecon.co.uk (Simon Cozens)
51920              Date: 7 Jul 2000 11:26:09 GMT
51921              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
51922              
51923              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
51924              From: Hugo <hv@crypt.compulink.co.uk>
51925              Date: Tue, 11 Jul 2000 12:44:50 +0100
51926              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
51927              
51928              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
51929              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51930              Date: Tue, 11 Jul 2000 13:50:51 +0100
51931              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
51932      Branch: maint-5.6/perl
51933           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
51934           +> pod/buildtoc.PL
51935            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
51936           !> (integrate 26 files)
51937 ____________________________________________________________________________
51938 [  7771] By: gsar                                  on 2000/11/20  12:31:42
51939         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
51940              6310,6311,6314
51941              
51942              Subject: [PATCH bleedperl] File::Spec 0.82 beta
51943              From: Barrie Slaymaker <barries@jester.slaysys.com>
51944              Date: Wed, 28 Jun 2000 11:35:29 -0400
51945              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
51946              
51947              tweak perlembed for multiplicity/usethreads sanity; correct notes
51948              about Windows
51949              
51950              localize %INC in a Safe compartment so that use/require work
51951              (many other magic globals probably need similar treatment)
51952              
51953              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
51954              when @_ is modified, causing coredumps
51955              
51956              slurp mode fix in change#4736 still not quite right
51957              
51958              Point to perlipc for more SysV IPC examples.
51959              
51960              Elaborate POSIX.pod.  Still needs work.
51961              
51962              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
51963              
51964              fix large memory leak that has been around for ever, masked by
51965              -DPURIFY (most of the arenas were never freed!)
51966              
51967              fix memory leak on Windows (PL_sys_intern contents were never
51968              freed)
51969              
51970              PERL_OBJECT build tweak
51971              
51972              adjust change#6299
51973              
51974              remove rel2abs prototypes (from Barrie Slaymaker)
51975              
51976              missing perldiag entry for unpack("w",...) diagnostic (from
51977              Andreas Koenig)
51978              
51979              better diagnostic on Frob->stuff() when Frob:: doesn't exist
51980              (from Richard Soderberg <rs@oregonnet.com>)
51981              
51982              Win32 patches for cfgperl from Sarathy.
51983              
51984              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
51985              
51986              More POSIX.pod embellishment.
51987              
51988              tyop in change#6306
51989      Branch: maint-5.6/perl
51990           !> (integrate 44 files)
51991 ____________________________________________________________________________
51992 [  7770] By: gsar                                  on 2000/11/20  11:51:00
51993         Log: integrate changes#6268..6282 from cfgperl branch
51994              
51995              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
51996              From: Dominic Dunlop <domo@computer.org>
51997              Date: Thu, 29 Jun 2000 12:32:39 +0200
51998              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
51999              
52000              Regen headers for #6261 (and update embed.pl for this) and #6267,
52001              silence few compiler warnings.
52002              
52003              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
52004              From: Nicholas Clark <nick@talking.bollo.cx>
52005              Date: Fri, 23 Jun 2000 16:21:15 +0100
52006              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
52007              
52008              Subject: PATCH pod/perltie.pod
52009              From: Ian Phillipps <Ian.Phillipps@iname.com>
52010              Date: Fri, 16 Jun 2000 00:17:19 +0100
52011              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
52012              (only the first hunk, the second hunk had already been done
52013              by some other patch)
52014              
52015              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
52016              From: Tom Phoenix <rootbeer@redcat.com>
52017              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
52018              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
52019              
52020              Subject: [PATCH] xsub attributes
52021              From: Doug MacEachern <dougm@covalent.net>
52022              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
52023              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
52024              
52025              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
52026              From: Andy Dougherty <doughera@lafayette.edu>
52027              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
52028              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
52029              
52030              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
52031              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
52032              Date: Tue, 13 Jun 2000 02:43:48 -0500
52033              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
52034              
52035              Subject: [PATCH] Re: eval documentation: context
52036              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52037              Date: Mon, 12 Jun 2000 15:07:29 +0100
52038              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
52039              
52040              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
52041              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52042              Date: Mon, 12 Jun 2000 14:55:59 +0100
52043              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
52044              
52045              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
52046              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
52047              Date: Fri, 09 Jun 2000 12:39:27 -0400
52048              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
52049              (plus update the version "number" of Text::Wrap)
52050              
52051              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
52052              From: Tim Ayers <tayers@bridge.com>
52053              Date: Thu, 08 Jun 2000 08:11:06 +0200
52054              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
52055              [resent by Richard Foley, Message-Id probably wrong]
52056              
52057              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
52058              From: rspier@pobox.com (Robert Spier)
52059              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
52060              Message-ID: <14654.31913.845602.610277@rls.cx>
52061              
52062              Subject: [PATCH 5.6.0] utils/h2xs.PL
52063              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
52064              Date: Wed, 7 Jun 2000 04:02:04 -0500
52065              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
52066              
52067              Subject: [PATCH 5.6.0]ITHREADs for VMS
52068              From: Dan Sugalski <dan@sidhe.org>
52069              Date: Tue, 06 Jun 2000 11:59:50 -0400
52070              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
52071      Branch: maint-5.6/perl
52072           !> (integrate 31 files)
52073 ____________________________________________________________________________
52074 [  7769] By: gsar                                  on 2000/11/20  11:29:06
52075         Log: integrate changes#6261..6266 from cfgperl
52076              
52077              Subject: Re: [PATCH cfgperl] BOMs away!
52078              From: simon@brecon.co.uk (Simon Cozens)
52079              Date: 17 Jun 2000 11:49:57 GMT
52080              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
52081              
52082              Subject: 5.6.0 Patch for EPOC
52083              From: Olaf Flebbe <o.flebbe@gmx.de>
52084              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
52085              Message-ID: <23449.960929969@www11.gmx.net>
52086              
52087              tr fixes from Simon Cozens
52088              
52089              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
52090              From: Marty Lucich <marty@netcom.com>
52091              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
52092              Message-Id: <200006282116.OAA11148@netcom.com>
52093              ccdlflags update (the BSD/OS 4.1 part had already been taken
52094              care of by #6141).
52095              
52096              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
52097              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52098              Date: Wed, 28 Jun 2000 17:50:12 -0700
52099              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
52100              
52101              Subject: [PATCH 5.6.0] cygwin port
52102              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
52103              From: "Fifer, Eric" <EFifer@sanwaint.com>
52104              Date: Thu, 29 Jun 2000 12:58:29 +0100
52105      Branch: maint-5.6/perl
52106           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
52107           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
52108           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
52109           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
52110 ____________________________________________________________________________
52111 [  7768] By: gsar                                  on 2000/11/20  11:13:44
52112         Log: integrate changes#6252..6256,6259..6260
52113              
52114              Paranoia tweak on #6249.
52115              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
52116              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
52117              Date: Sun, 25 Jun 2000 23:43:12 -0400
52118              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
52119              
52120              Subject: tr///, help wanted.
52121              From: simon@brecon.co.uk (Simon Cozens)
52122              Date: 28 Jun 2000 11:29:04 GMT
52123              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
52124              
52125              small thinko tweaks
52126              
52127              tweaks from Simon Conzes to further fix tr/// under utf8
52128              
52129              perlnewmod was missing from MANIFEST.
52130              
52131              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
52132              From: simon@brecon.co.uk (Simon Cozens)
52133              Date: 17 Jun 2000 11:56:44 GMT
52134              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
52135              pack U0, pack C0
52136      Branch: maint-5.6/perl
52137           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
52138           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
52139           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
52140           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
52141 ____________________________________________________________________________
52142 [  7767] By: gsar                                  on 2000/11/20  10:51:38
52143         Log: integrate change#6250 from cfgperl
52144              
52145              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
52146              From: Doug MacEachern <dougm@covalent.net>
52147              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
52148              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
52149      Branch: maint-5.6/perl
52150           +> t/op/my_stash.t
52151           !> MANIFEST embed.pl global.sym proto.h toke.c
52152 ____________________________________________________________________________
52153 [  7766] By: gsar                                  on 2000/11/20  10:48:34
52154         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
52155              
52156              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
52157              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
52158              Date: Mon, 26 Jun 2000 18:40:14 +0100
52159              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
52160              
52161              Subject: [PATCH] bytes<->utf8 fixes
52162              From: simon@brecon.co.uk (Simon Cozens)
52163              Date: 26 Jun 2000 04:55:45 GMT
52164              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
52165              
52166              Subject: [PATCH] is_utf8_string
52167              From: simon@brecon.co.uk (Simon Cozens)
52168              Date: 26 Jun 2000 02:25:59 GMT
52169              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
52170              
52171              Subject: [PATCH] avoid mg_ptr in '*' magic
52172              From: Doug MacEachern <dougm@covalent.net>
52173              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
52174              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
52175              
52176              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
52177              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
52178              Date: Sat, 24 Jun 2000 13:06:20 +0100
52179              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
52180              
52181              Allow for standalone testing.
52182              
52183              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
52184              From: Mark-Jason Dominus <mjd@plover.com>
52185              Date: Tue, 27 Jun 2000 22:36:42 -0400
52186              Message-ID: <20000628023642.12166.qmail@plover.com>
52187              
52188              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
52189              From: Frank Tobin <ftobin@uiuc.edu>
52190              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
52191              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
52192      Branch: maint-5.6/perl
52193           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
52194           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
52195           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
52196           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
52197           !> utf8.c utils/h2xs.PL
52198 ____________________________________________________________________________
52199 [  7765] By: gsar                                  on 2000/11/20  10:29:13
52200         Log: integrate change#6239 from cfgperl
52201              
52202              Configure maintenance.  Sever some dependency cycles,
52203              separate gccversion from the cc unit,
52204              address [ID 20000623.006] Configure script patch for using gcc on AIX
52205              (but solve it a little bit differently),
52206              unduplex some accidentally duplicated units,
52207              suggest using gcc if no cc available
52208              (p5p thread: "Solaris configure: counterproposal", 1999-09)
52209      Branch: maint-5.6/perl
52210           !> Configure Todo-5.6 config_h.SH
52211 ____________________________________________________________________________
52212 [  7764] By: gsar                                  on 2000/11/20  10:25:55
52213         Log: integrate changes#6233..6238 from cfgperl
52214              
52215              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
52216              From: Mark-Jason Dominus <mjd@plover.com>
52217              Date: Fri, 16 Jun 2000 20:53:04 -0400
52218              Message-ID: <20000617005304.8008.qmail@plover.com>
52219              
52220              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
52221              because when run as services (Win32ese for daemons)
52222              no environment variables are set and tmpdir ends up as /tmp,
52223              which is ambiguous.
52224              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
52225              From: matt@sergeant.org
52226              Date: 16 Jun 2000 16:30:43 -0000
52227              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
52228              
52229              The thread begun by
52230              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
52231              From: Kevin.Ruscoe@ubsw.com
52232              Date: Fri, 16 Jun 2000 16:38:51 +0100
52233              Message-Id: <H000019b03c300d6@MHS>
52234              
52235              Tweak embed.pl, regen headers.
52236              
52237              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
52238              From: Dan Sugalski <dan@sidhe.org>
52239              Date: Fri, 23 Jun 2000 17:00:00 -0400
52240              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
52241      Branch: maint-5.6/perl
52242           !> (integrate 27 files)
52243 ____________________________________________________________________________
52244 [  7763] By: gsar                                  on 2000/11/20  10:08:08
52245         Log: s/perl56delta/perldelta/g
52246      Branch: maint-5.6/perl
52247            ! pod/Makefile
52248 ____________________________________________________________________________
52249 [  7762] By: gsar                                  on 2000/11/20  10:04:00
52250         Log: integrate changes#6225,6229,6231,6232 from cfgperl
52251              
52252              Add source code filenames to apidoc.
52253              From: simon@brecon.co.uk (Simon Cozens)
52254              Subject: [PATCH embed.pl] Source X-ref
52255              Date: 22 Jun 2000 02:18:49 GMT
52256              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
52257              
52258              Subject: README.hpux version 0.6.1
52259              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
52260              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
52261              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
52262              
52263              Subject: [PATCH 5.6.0] cygwin port
52264              From: "Fifer, Eric" <EFifer@sanwaint.com>
52265              Date: Tue, 20 Jun 2000 14:30:58 +0100
52266              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
52267              
52268              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
52269              From: simon@brecon.co.uk (Simon Cozens)
52270              Date: 19 Jun 2000 15:18:27 GMT
52271              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
52272              
52273              plus update pod/Makefile and regenerate perltoc
52274      Branch: maint-5.6/perl
52275           +> pod/perlutil.pod
52276           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
52277           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
52278 ____________________________________________________________________________
52279 [  7761] By: jhi                                   on 2000/11/20  04:09:55
52280         Log: Miraculous typo.
52281      Branch: perl
52282            ! t/op/pat.t
52283 ____________________________________________________________________________
52284 [  7760] By: jhi                                   on 2000/11/20  04:06:08
52285         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
52286              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52287              Date: Sun, 19 Nov 2000 22:30:26 -0500
52288              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
52289      Branch: perl
52290            ! regexec.c scope.h t/op/pat.t
52291 ____________________________________________________________________________
52292 [  7759] By: jhi                                   on 2000/11/20  02:05:22
52293         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
52294      Branch: perl
52295            ! perl.h
52296 ____________________________________________________________________________
52297 [  7758] By: jhi                                   on 2000/11/20  01:58:11
52298         Log: Subject: [perl 7711: EPOC] updates
52299              From: Olaf Flebbe <o.flebbe@gmx.de>
52300              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
52301              Message-ID: <25575.974658810@www23.gmx.net>               
52302      Branch: perl
52303            + lib/File/Spec/Epoc.pm
52304            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
52305            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
52306            ! lib/File/Spec.pm perl.c sv.c
52307 ____________________________________________________________________________
52308 [  7757] By: jhi                                   on 2000/11/20  01:53:11
52309         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
52310      Branch: perl
52311            ! MANIFEST
52312 ____________________________________________________________________________
52313 [  7756] By: jhi                                   on 2000/11/20  01:47:22
52314         Log: Integrate perlio.
52315      Branch: perl
52316            - ext/re/hints/MSWin32.pl
52317           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
52318           !> win32/config.gc win32/config_H.gc win32/win32sck.c
52319 ____________________________________________________________________________
52320 [  7755] By: nick                                  on 2000/11/19  20:57:17
52321         Log: Add dummy crlf layer (just as buffer)
52322              Correct 1st bug - one layer of indirection.
52323      Branch: perlio
52324            ! perlio.c perlio.h perliol.h
52325 ____________________________________________________________________________
52326 [  7754] By: nick                                  on 2000/11/19  20:56:12
52327         Log: Work-round to Perl_deb_nocontext is no longer required
52328      Branch: perlio
52329            - ext/re/hints/MSWin32.pl
52330 ____________________________________________________________________________
52331 [  7753] By: nick                                  on 2000/11/19  20:01:16
52332         Log: diff -se shows these as different
52333      Branch: perlio
52334            ! global.sym pod/perlapi.pod
52335 ____________________________________________________________________________
52336 [  7752] By: nick                                  on 2000/11/19  18:57:30
52337         Log: Configure GCC/Win32 build -Duseperlio
52338              Fix a couple of gross issues
52339              - double-include of ../deb.o in re.dll
52340              - win32sck.c needs PerlIO and FILE 
52341      Branch: perlio
52342            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
52343            ! win32/win32sck.c
52344 ____________________________________________________________________________
52345 [  7751] By: nick                                  on 2000/11/19  17:05:36
52346         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
52347      Branch: perlio
52348            ! perlio.c
52349 ____________________________________________________________________________
52350 [  7750] By: nick                                  on 2000/11/19  16:57:14
52351         Log: Missing aTHX_
52352      Branch: perlio
52353            ! sv.c
52354 ____________________________________________________________________________
52355 [  7749] By: jhi                                   on 2000/11/19  16:28:40
52356         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
52357              From: "Peter J. Farley III" <pjfarley@banet.net>
52358              Date: Sun, 19 Nov 2000 01:42:58 -0500
52359              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
52360      Branch: perl
52361            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
52362 ____________________________________________________________________________
52363 [  7748] By: jhi                                   on 2000/11/19  16:08:10
52364         Log: Subject: podlators 1.05 available        
52365              From: Russ Allbery <rra@stanford.edu>   
52366              Date: 18 Nov 2000 22:04:28 -0800
52367              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
52368      Branch: perl
52369            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
52370 ____________________________________________________________________________
52371 [  7747] By: nick                                  on 2000/11/19  11:19:39
52372         Log: Integrate mainline
52373      Branch: perlio
52374           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
52375           !> util.c
52376 ____________________________________________________________________________
52377 [  7746] By: jhi                                   on 2000/11/19  06:42:22
52378         Log: Make hex scanning warn on "\x{x}" and "\xx".
52379              "\x" and and hex("x") are still valid.
52380      Branch: perl
52381            ! util.c
52382 ____________________________________________________________________________
52383 [  7745] By: nick                                  on 2000/11/18  22:52:28
52384         Log: Integrate mainline
52385      Branch: perlio
52386           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
52387           !> perl.h perlio.c proto.h regcomp.c regcomp.h
52388 ____________________________________________________________________________
52389 [  7744] By: jhi                                   on 2000/11/18  22:50:28
52390         Log: Introduce Perl_utf8_length().  Use it.
52391      Branch: perl
52392            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
52393 ____________________________________________________________________________
52394 [  7743] By: jhi                                   on 2000/11/18  22:38:51
52395         Log: Compiler denit.
52396      Branch: perl
52397            ! perlio.c
52398 ____________________________________________________________________________
52399 [  7742] By: jhi                                   on 2000/11/18  20:33:05
52400         Log: Integrate perlio.
52401      Branch: perl
52402           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
52403           !> perlio.h pp_ctl.c pp_sys.c sv.c
52404 ____________________________________________________________________________
52405 [  7741] By: jhi                                   on 2000/11/18  20:31:27
52406         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
52407              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52408              Date: Fri, 17 Nov 2000 20:35:11 -0500
52409              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
52410              
52411              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
52412              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52413              Date: Fri, 17 Nov 2000 21:03:47 -0500
52414              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
52415              
52416              Plus a little bit of tweaking in pregcomp().
52417      Branch: perl
52418            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
52419 ____________________________________________________________________________
52420 [  7740] By: nick                                  on 2000/11/18  20:17:22
52421         Log: Lexical use open ... support:
52422              add ->cop_io to COP structure in cop.h.
52423              Make mg.c and gv.c associate it with ${^OPEN}.
52424              Make lib/open.pm set it.
52425              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
52426              manner similar to ->cop_warnings.
52427              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
52428              call new PerlIO_apply_layers().
52429              Declare latter in perlio.h and define in perlio.c
52430      Branch: perlio
52431            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
52432            ! perlio.h pp_ctl.c pp_sys.c sv.c
52433 ____________________________________________________________________________
52434 [  7739] By: jhi                                   on 2000/11/18  19:54:00
52435         Log: Integrate perlio.
52436      Branch: perl
52437           !> doio.c perlio.c pp.c
52438 ____________________________________________________________________________
52439 [  7738] By: jhi                                   on 2000/11/18  17:16:13
52440         Log: Subject: [PATCH 5.7.0] etags broken again
52441              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52442              Date: Sat, 18 Nov 2000 02:41:36 -0500
52443              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
52444      Branch: perl
52445            ! emacs/ptags
52446 ____________________________________________________________________________
52447 [  7737] By: jhi                                   on 2000/11/18  17:12:18
52448         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
52449      Branch: perl
52450            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
52451 ____________________________________________________________________________
52452 [  7736] By: nick                                  on 2000/11/18  14:06:20
52453         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
52454              part to be isolated.
52455      Branch: perlio
52456            ! doio.c perlio.c
52457 ____________________________________________________________________________
52458 [  7735] By: nick                                  on 2000/11/18  11:03:32
52459         Log: Integrate mainline
52460      Branch: perlio
52461           !> Changes README.amiga README.win32 patchlevel.h
52462           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
52463 ____________________________________________________________________________
52464 [  7734] By: jhi                                   on 2000/11/18  01:18:56
52465         Log: Update Changes.
52466      Branch: perl
52467            ! Changes patchlevel.h
52468 ____________________________________________________________________________
52469 [  7733] By: jhi                                   on 2000/11/18  00:32:54
52470         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
52471              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52472              Date: Fri, 17 Nov 2000 17:28:02 -0500
52473              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
52474      Branch: perl
52475            ! regcomp.c regexec.c t/op/re_tests
52476 ____________________________________________________________________________
52477 [  7732] By: jhi                                   on 2000/11/18  00:28:56
52478         Log: Sparc 64-bit pack() fix from Jens Hamisch.
52479      Branch: perl
52480            ! pp.c
52481 ____________________________________________________________________________
52482 [  7731] By: jhi                                   on 2000/11/18  00:18:39
52483         Log: Explain in more detail the {} syntax ambiguousity.
52484              
52485              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
52486              From: Nicholas Clark <nick@ccl4.org>
52487              Date: Fri, 17 Nov 2000 22:10:28 +0000
52488              Message-ID: <20001117221028.A88930@plum.flirble.org>
52489      Branch: perl
52490            ! pod/perlfunc.pod
52491 ____________________________________________________________________________
52492 [  7730] By: jhi                                   on 2000/11/18  00:12:18
52493         Log: Subject: Fix for README.amiga (20000323.033)
52494              From: "Stephen P. Potter" <spp@spotter.yi.org>
52495              Date: Fri, 17 Nov 2000 12:25:51 -0500
52496              Message-Id: <200011171725.MAA05768@spotter.yi.org>
52497      Branch: perl
52498            ! README.amiga
52499 ____________________________________________________________________________
52500 [  7729] By: jhi                                   on 2000/11/18  00:08:34
52501         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
52502              From: "A. C. Yardley" <yardley@tanet.net>
52503              Date: Mon, 3 Apr 2000 11:35:33 -0700
52504              Message-ID: <3483.000403@tanet.net>
52505      Branch: perl
52506            ! README.win32
52507 ____________________________________________________________________________
52508 [  7728] By: nick                                  on 2000/11/17  21:59:47
52509         Log: Integrate mainline
52510      Branch: perlio
52511           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
52512           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
52513           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
52514           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
52515 ____________________________________________________________________________
52516 [  7727] By: nick                                  on 2000/11/17  21:56:31
52517         Log: Experiment on use of attributes.pm interface.
52518              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
52519              SVt_PVRV if not already something better (else vivify of say magic gets
52520              core dump).
52521      Branch: perlio
52522            ! perlio.c pp.c
52523 ____________________________________________________________________________
52524 [  7726] By: jhi                                   on 2000/11/17  14:15:49
52525         Log: Subject: Fix for 20000815.006
52526              From: "Stephen P. Potter" <spp@spotter.yi.org>
52527              Date: Fri, 17 Nov 2000 08:57:45 -0500
52528              Message-Id: <200011171357.IAA05122@spotter.yi.org>
52529              
52530              It's really 20000518.006.
52531      Branch: perl
52532            ! pod/perlmodlib.PL
52533 ____________________________________________________________________________
52534 [  7725] By: jhi                                   on 2000/11/17  14:12:31
52535         Log: Subject: Fix for 20000409.001
52536              From: "Stephen P. Potter" <spp@spotter.yi.org>
52537              Date: Fri, 17 Nov 2000 08:55:45 -0500
52538              Message-Id: <200011171355.IAA05104@spotter.yi.org>
52539      Branch: perl
52540            ! pod/perlfaq9.pod
52541 ____________________________________________________________________________
52542 [  7724] By: jhi                                   on 2000/11/17  14:08:58
52543         Log: Undo #7627 now that we have =head3.
52544      Branch: perl
52545            ! pod/perlhack.pod
52546 ____________________________________________________________________________
52547 [  7723] By: jhi                                   on 2000/11/17  14:04:09
52548         Log: As surmised the #7719 wasn't a good move.
52549      Branch: perl
52550            ! hints/solaris_2.sh
52551 ____________________________________________________________________________
52552 [  7722] By: jhi                                   on 2000/11/17  13:59:04
52553         Log: Also the 64bitall hints can be either here or there.
52554      Branch: perl
52555            ! hints/solaris_2.sh
52556 ____________________________________________________________________________
52557 [  7721] By: jhi                                   on 2000/11/17  02:26:23
52558         Log: Test tweak for the open pragma.
52559      Branch: perl
52560            ! t/lib/b.t
52561 ____________________________________________________________________________
52562 [  7720] By: jhi                                   on 2000/11/17  00:23:22
52563         Log: The long double hints can be here or there.
52564      Branch: perl
52565            ! hints/solaris_2.sh
52566 ____________________________________________________________________________
52567 [  7719] By: jhi                                   on 2000/11/17  00:14:06
52568         Log: For Solaris use64bitall the stdchar needs a little bit of help.
52569      Branch: perl
52570            ! hints/solaris_2.sh
52571 ____________________________________________________________________________
52572 [  7718] By: jhi                                   on 2000/11/16  23:27:34
52573         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
52574              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
52575              Date: Wed, 15 Nov 2000 08:56:32 +0100
52576              Message-ID: <3A1241B0.64477E00@alcatel.at>
52577      Branch: perl
52578            ! lib/Carp/Heavy.pm
52579 ____________________________________________________________________________
52580 [  7717] By: jhi                                   on 2000/11/16  23:23:29
52581         Log: Subject: [PATCH] Re: 20001101.003 PDL
52582              From: Nicholas Clark <nick@ccl4.org>
52583              Date: Thu, 16 Nov 2000 16:48:25 +0000
52584              Message-ID: <20001116164825.B93487@plum.flirble.org>
52585      Branch: perl
52586            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
52587 ____________________________________________________________________________
52588 [  7716] By: jhi                                   on 2000/11/16  23:21:31
52589         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
52590              From: "Casey R. Tweten" <crt@kiski.net>
52591              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
52592              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
52593      Branch: perl
52594            ! lib/Pod/Checker.pm pod/perlpod.pod
52595 ____________________________________________________________________________
52596 [  7715] By: jhi                                   on 2000/11/16  23:19:40
52597         Log: Avoid an infinite loop in VMS when utils scripts are run
52598              with no arguments, from Charles Lane.
52599      Branch: perl
52600            ! configure.com
52601 ____________________________________________________________________________
52602 [  7714] By: jhi                                   on 2000/11/16  23:17:08
52603         Log: Subject: perllocale.pod changes
52604              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
52605              Date: Mon, 13 Nov 2000 10:09:22 +0300
52606              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
52607      Branch: perl
52608            ! pod/perllocale.pod
52609 ____________________________________________________________________________
52610 [  7713] By: jhi                                   on 2000/11/16  23:14:06
52611         Log: Integrate perlio.
52612      Branch: perl
52613           !> doio.c perlio.c perlio.h util.c
52614 ____________________________________________________________________________
52615 [  7712] By: nick                                  on 2000/11/16  21:10:58
52616         Log: Integrate mainline
52617      Branch: perlio
52618           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
52619           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
52620           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
52621           !> vos/config.ga.def vos/config.ga.h win32/config.bc
52622           !> win32/config.gc win32/config.vc
52623 ____________________________________________________________________________
52624 [  7711] By: nick                                  on 2000/11/16  19:56:41
52625         Log: Minor tweaks:
52626              consistent way of getting 'rb', 'wb' etc. for binary opens
52627              move *perlio::layers to *open::layers
52628              a #define to show layers available
52629              DOSISH popen/PerlIO had export/import sense inverted.
52630      Branch: perlio
52631            ! doio.c perlio.c perlio.h util.c
52632 ____________________________________________________________________________
52633 [  7710] By: jhi                                   on 2000/11/16  15:46:05
52634         Log: Add HAS_SBRK_PROTO.
52635      Branch: metaconfig/U/perl
52636            + d_sbrkproto.U
52637      Branch: perl
52638            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52639            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
52640            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
52641            ! vos/config.ga.def vos/config.ga.h win32/config.bc
52642            ! win32/config.gc win32/config.vc
52643 ____________________________________________________________________________
52644 [  7709] By: nick                                  on 2000/11/16  07:31:49
52645         Log: Integrate mainline
52646      Branch: perlio
52647           !> (integrate 35 files)
52648 ____________________________________________________________________________
52649 [  7708] By: jhi                                   on 2000/11/16  05:33:03
52650         Log: These files are text, not binary.
52651      Branch: perl
52652            ! ext/Encode/Encode/iso8859-10.enc
52653            ! ext/Encode/Encode/iso8859-13.enc
52654            ! ext/Encode/Encode/iso8859-14.enc
52655            ! ext/Encode/Encode/iso8859-15.enc
52656 ____________________________________________________________________________
52657 [  7707] By: jhi                                   on 2000/11/16  01:53:37
52658         Log: Update Changes.
52659      Branch: perl
52660            ! Changes patchlevel.h
52661 ____________________________________________________________________________
52662 [  7706] By: jhi                                   on 2000/11/16  01:35:59
52663         Log: More #undefing of stdio.
52664      Branch: perl
52665            ! fakesdio.h nostdio.h
52666 ____________________________________________________________________________
52667 [  7705] By: jhi                                   on 2000/11/16  01:34:18
52668         Log: Add fwalk() probe to the configuration files and regen perltoc.
52669      Branch: perl
52670            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52671            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
52672            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
52673            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
52674            ! win32/config.bc win32/config.gc win32/config.vc
52675 ____________________________________________________________________________
52676 [  7704] By: jhi                                   on 2000/11/16  01:33:07
52677         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
52678              an optional third argument to Inlibc?)
52679      Branch: metaconfig/U/perl
52680            + d__fwalk.U
52681 ____________________________________________________________________________
52682 [  7703] By: jhi                                   on 2000/11/16  01:09:22
52683         Log: The type of the hash_cb() size argument is tricky.
52684      Branch: perl
52685            ! ext/DB_File/DB_File.xs
52686 ____________________________________________________________________________
52687 [  7702] By: jhi                                   on 2000/11/15  23:01:16
52688         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
52689      Branch: perl
52690            ! nostdio.h
52691 ____________________________________________________________________________
52692 [  7701] By: jhi                                   on 2000/11/15  22:52:32
52693         Log: Detypo.
52694      Branch: perl
52695            ! t/lib/bigfltpm.t
52696 ____________________________________________________________________________
52697 [  7700] By: jhi                                   on 2000/11/15  22:51:56
52698         Log: UINT64_C() work continues.
52699      Branch: perl
52700            ! handy.h perl.h utf8.h
52701 ____________________________________________________________________________
52702 [  7699] By: jhi                                   on 2000/11/15  14:13:04
52703         Log: SOCKS has its own USE_THREADS, based on
52704              
52705              Subject: [ID 20001114.002] et. al. bugfix followup
52706              From: Jens Hamisch <jens@Strawberry.COM> 
52707              Date: Wed, 15 Nov 2000 14:23:11 +0100
52708              Message-ID: <20001115142311.A21164@Strawberry.COM>
52709      Branch: perl
52710            ! perl.h
52711 ____________________________________________________________________________
52712 [  7698] By: jhi                                   on 2000/11/15  03:50:56
52713         Log: Add few missing #undefs and sort them.
52714      Branch: perl
52715            ! fakesdio.h
52716 ____________________________________________________________________________
52717 [  7697] By: jhi                                   on 2000/11/15  03:39:14
52718         Log: Linenumber fix.
52719      Branch: perl
52720            ! t/pragma/warn/utf8
52721 ____________________________________________________________________________
52722 [  7696] By: jhi                                   on 2000/11/15  02:55:26
52723         Log: EBCDIC tweaks.
52724              
52725              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
52726              From: Peter Prymmer <pvhp@forte.com>
52727              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
52728              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
52729      Branch: perl
52730            ! t/op/regmesg.t t/pragma/warn/utf8
52731 ____________________________________________________________________________
52732 [  7695] By: jhi                                   on 2000/11/15  02:53:58
52733         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
52734              From: Peter Prymmer <pvhp@forte.com>
52735              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
52736              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
52737      Branch: perl
52738            ! utf8.c
52739 ____________________________________________________________________________
52740 [  7694] By: jhi                                   on 2000/11/15  02:50:55
52741         Log: Subject: [PATCH: perl@7674] updates to README.os390
52742              From: Prymmer/Kahn <pvhp@best.com>
52743              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
52744              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
52745      Branch: perl
52746            ! README.os390
52747 ____________________________________________________________________________
52748 [  7693] By: jhi                                   on 2000/11/15  02:48:37
52749         Log: Quit utf8_to_uv() instantly if curlen == 0.
52750      Branch: perl
52751            ! utf8.c
52752 ____________________________________________________________________________
52753 [  7692] By: jhi                                   on 2000/11/15  02:24:29
52754         Log: Use u_int32_t for the size of hash_cb(), not size_t.
52755              
52756              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
52757              From: Jens Hamisch <jens@Strawberry.COM>     
52758              Date: Tue, 14 Nov 2000 19:03:55 +0100
52759              Message-Id: <20001114190355.A20559@Strawberry.COM>
52760      Branch: perl
52761            ! ext/DB_File/DB_File.xs
52762 ____________________________________________________________________________
52763 [  7691] By: jhi                                   on 2000/11/15  02:20:12
52764         Log: Use UINT64_C().
52765              
52766              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
52767              From: Jens Hamisch <jens@Strawberry.COM>
52768              Date: Tue, 14 Nov 2000 19:16:23 +0100
52769              Message-Id: <20001114191623.G20559@Strawberry.COM>
52770      Branch: perl
52771            ! utf8.c utf8.h
52772 ____________________________________________________________________________
52773 [  7690] By: jhi                                   on 2000/11/15  02:17:06
52774         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
52775              (a macro to define signed and unsigned integer constants).
52776      Branch: perl
52777            ! handy.h
52778 ____________________________________________________________________________
52779 [  7689] By: jhi                                   on 2000/11/15  01:56:51
52780         Log: Regen Configure.
52781      Branch: perl
52782            ! Configure
52783 ____________________________________________________________________________
52784 [  7688] By: jhi                                   on 2000/11/15  01:56:32
52785         Log: Make the unit know about SOCKS.
52786      Branch: metaconfig
52787            ! U/protos/socksizetype.U
52788 ____________________________________________________________________________
52789 [  7687] By: jhi                                   on 2000/11/15  01:54:47
52790         Log: Remove unused dependencies.
52791      Branch: metaconfig
52792            ! U/compline/d_getpagsz.U
52793 ____________________________________________________________________________
52794 [  7686] By: nick                                  on 2000/11/14  21:25:13
52795         Log: Integrate mainline.
52796      Branch: perlio
52797           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
52798           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
52799           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
52800           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
52801           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
52802           !> win32/config.bc win32/config.gc win32/config.vc
52803           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
52804 ____________________________________________________________________________
52805 [  7685] By: jhi                                   on 2000/11/14  17:54:56
52806         Log: Integrate perlio.
52807      Branch: perl
52808           +> fakesdio.h perliol.h
52809           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
52810           !> perlsdio.h perlsfio.h pod/perlfunc.pod
52811 ____________________________________________________________________________
52812 [  7684] By: nick                                  on 2000/11/14  17:43:04
52813         Log: PerlIO #include and #ifdef re-work.
52814      Branch: perlio
52815            + fakesdio.h perliol.h
52816            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
52817            ! perlsdio.h perlsfio.h
52818 ____________________________________________________________________________
52819 [  7683] By: jhi                                   on 2000/11/14  15:42:40
52820         Log: Hoist the duplicated socket/netdb include logic to perl.h;
52821              undef SETERRNO in case SOCKS has defined it.  Based on:
52822              
52823              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
52824              From: Jens Hamisch <jens@Strawberry.COM> 
52825              Date: Tue, 14 Nov 2000 11:34:40 +0100
52826              Message-Id: <20001114113440.A20005@Strawberry.COM>
52827      Branch: perl
52828            ! doio.c perl.h pp_sys.c
52829 ____________________________________________________________________________
52830 [  7682] By: jhi                                   on 2000/11/14  14:07:28
52831         Log: Subject: some additions for makefiles for win32 (for perl@7674)
52832              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
52833              Date: Tue, 14 Nov 2000 09:31:13 +0300
52834              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
52835      Branch: perl
52836            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
52837            ! win32/makefile.mk
52838 ____________________________________________________________________________
52839 [  7681] By: jhi                                   on 2000/11/14  14:01:41
52840         Log: Subject: tiny typo in perl5db.pl
52841              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
52842              Date: Tue, 14 Nov 2000 09:29:28 +0300
52843              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
52844      Branch: perl
52845            ! lib/perl5db.pl
52846 ____________________________________________________________________________
52847 [  7680] By: jhi                                   on 2000/11/14  04:13:50
52848         Log: Redo #7679 with LFs instead of CRLFs.
52849      Branch: perl
52850            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
52851            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
52852            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
52853 ____________________________________________________________________________
52854 [  7679] By: jhi                                   on 2000/11/14  01:21:09
52855         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
52856              From: Benjamin Stuhl <tiriath@yahoo.com> 
52857              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
52858              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
52859      Branch: perl
52860            + win32/bin/mdelete.bat
52861            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
52862            ! makedef.pl perlio.c win32/Makefile win32/config.gc
52863            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
52864 ____________________________________________________________________________
52865 [  7678] By: jhi                                   on 2000/11/14  01:19:20
52866         Log: Fix the re extension building for Win32.
52867              
52868              Subject: [PATCH perl@7638] Get PerlIO building on Win32
52869              From: Benjamin Stuhl <tiriath@yahoo.com> 
52870              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
52871              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
52872      Branch: perl
52873            + ext/re/hints/MSWin32.pl
52874            ! MANIFEST
52875 ____________________________________________________________________________
52876 [  7677] By: jhi                                   on 2000/11/14  01:13:54
52877         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
52878              From: sthoenna@efn.org
52879              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
52880              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
52881      Branch: perl
52882            ! doop.c pp.c toke.c utf8.c utf8.h
52883 ____________________________________________________________________________
52884 [  7676] By: jhi                                   on 2000/11/13  20:23:15
52885         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
52886              From: Nicholas Clark <nick@ccl4.org>
52887              Date: Mon, 13 Nov 2000 18:55:04 +0000
52888              Message-ID: <20001113185504.J29183@plum.flirble.org>
52889      Branch: perl
52890            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
52891 ____________________________________________________________________________
52892 [  7675] By: nick                                  on 2000/11/13  20:21:57
52893         Log: Integrate mainline ...
52894      Branch: perlio
52895           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
52896           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
52897           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
52898           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
52899 ____________________________________________________________________________
52900 [  7674] By: jhi                                   on 2000/11/13  15:07:56
52901         Log: Update Changes.
52902      Branch: perl
52903            ! Changes patchlevel.h
52904 ____________________________________________________________________________
52905 [  7673] By: jhi                                   on 2000/11/13  14:42:42
52906         Log: Remove the new two tests of lib/io_xs for now, they seem to
52907              fail under perlio on some platforms.
52908      Branch: perl
52909            ! t/lib/io_xs.t
52910 ____________________________________________________________________________
52911 [  7672] By: jhi                                   on 2000/11/13  13:57:53
52912         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
52913      Branch: perl
52914            ! perlio.c
52915 ____________________________________________________________________________
52916 [  7671] By: jhi                                   on 2000/11/13  05:30:48
52917         Log: Placate nervous compilers that see longer than ints switch()ing.
52918      Branch: perl
52919            ! utf8.c
52920 ____________________________________________________________________________
52921 [  7670] By: jhi                                   on 2000/11/13  05:14:21
52922         Log: fputs() does return EOF on error but here we don't care.
52923      Branch: perl
52924            ! perlio.c
52925 ____________________________________________________________________________
52926 [  7669] By: jhi                                   on 2000/11/13  05:02:45
52927         Log: Declare reg_data like reg_substr_data.
52928      Branch: perl
52929            ! regexp.h
52930 ____________________________________________________________________________
52931 [  7668] By: jhi                                   on 2000/11/13  04:54:34
52932         Log: Typos in #7667.
52933      Branch: perl
52934            ! perl.h
52935 ____________________________________________________________________________
52936 [  7667] By: jhi                                   on 2000/11/13  04:49:49
52937         Log: Cleanup messy #ifdef.
52938      Branch: perl
52939            ! perl.h
52940 ____________________________________________________________________________
52941 [  7666] By: jhi                                   on 2000/11/13  04:17:34
52942         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
52943              From: Nicholas Clark <nick@talking.bollo.cx>
52944              Date: Sun, 12 Nov 2000 21:14:11 +0000
52945              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
52946              
52947              Note: only one breakage of the two reported is fixed by this patch.
52948      Branch: perl
52949            ! perlio.c
52950 ____________________________________________________________________________
52951 [  7665] By: jhi                                   on 2000/11/13  04:05:07
52952         Log: Tweak the definition of the bit complement on UTF-8 data:
52953              if none of the characters in the string are > 0xff,
52954              the result is a complemented byte string, not a (UTF-8)
52955              char string.  Based on the summary in
52956              
52957              Subject: Re: [ID 20000918.005] ~ on wide chars
52958              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
52959              Date: Fri, 10 Nov 2000 09:47:15 -0800
52960              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
52961              
52962              This should give us the maximum backward (pre-char string)
52963              compatibility and utf8 compatibility.  The other alternative
52964              would be to limit the bit complement to be always byte only,
52965              taking the least significant byte of the chars.
52966      Branch: perl
52967            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
52968 ____________________________________________________________________________
52969 [  7664] By: jhi                                   on 2000/11/13  00:23:44
52970         Log: Couple of tests from #7660 salvaged.
52971      Branch: perl
52972            - t/op/tell.t
52973            ! MANIFEST t/io/tell.t
52974 ____________________________________________________________________________
52975 [  7663] By: jhi                                   on 2000/11/13  00:02:48
52976         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
52977              From: Nicholas Clark <nick@talking.bollo.cx>
52978              Date: Sun, 12 Nov 2000 21:23:43 +0000
52979              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
52980      Branch: perl
52981            ! perlsfio.h
52982 ____________________________________________________________________________
52983 [  7662] By: jhi                                   on 2000/11/13  00:01:39
52984         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
52985              From: Nicholas Clark <nick@talking.bollo.cx>
52986              Date: Sun, 12 Nov 2000 21:30:04 +0000
52987              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
52988      Branch: perl
52989            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
52990 ____________________________________________________________________________
52991 [  7661] By: jhi                                   on 2000/11/12  23:57:29
52992         Log: Document tell() on special streams.
52993      Branch: perl
52994            ! pod/perlfunc.pod
52995 ____________________________________________________________________________
52996 [  7660] By: jhi                                   on 2000/11/12  23:54:22
52997         Log: (Subsumed by #7664)
52998      Branch: perl
52999            + t/op/tell.t
53000            ! MANIFEST
53001 ____________________________________________________________________________
53002 [  7659] By: jhi                                   on 2000/11/12  22:55:25
53003         Log: Many subdocumented return values of the IO extension now documented.
53004              ungetc and write still left subdocumented.
53005              
53006              Subject: [PATCH] (was Re: IO::Handle::ungetc)
53007              From: Nicholas Clark <nick@talking.bollo.cx>
53008              Date: Sun, 12 Nov 2000 21:35:53 +0000
53009              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
53010      Branch: perl
53011            ! ext/IO/lib/IO/Handle.pm
53012 ____________________________________________________________________________
53013 [  7658] By: jhi                                   on 2000/11/12  21:37:06
53014         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
53015              From: Nicholas Clark <nick@talking.bollo.cx>
53016              Date: Sun, 12 Nov 2000 20:03:22 +0000
53017              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
53018      Branch: perl
53019            ! pod/perlfunc.pod
53020 ____________________________________________________________________________
53021 [  7657] By: jhi                                   on 2000/11/12  20:34:55
53022         Log: Integrate perlio.
53023      Branch: perl
53024           !> perlio.c
53025 ____________________________________________________________________________
53026 [  7656] By: nick                                  on 2000/11/12  19:25:06
53027         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
53028      Branch: perlio
53029            ! perlio.c
53030 ____________________________________________________________________________
53031 [  7655] By: nick                                  on 2000/11/12  19:09:41
53032         Log: Integrate mainline
53033      Branch: perlio
53034           +> README.solaris ext/Encode/Encode/cp1006.enc
53035           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
53036           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
53037           +> ext/Encode/Encode/iso8859-13.enc
53038           +> ext/Encode/Encode/iso8859-14.enc
53039           +> ext/Encode/Encode/iso8859-15.enc
53040           !> (integrate 34 files)
53041 ____________________________________________________________________________
53042 [  7654] By: jhi                                   on 2000/11/12  19:00:22
53043         Log: Add a metaconfig unit for fsync.
53044      Branch: metaconfig/U/perl
53045            + d_fsync.U
53046 ____________________________________________________________________________
53047 [  7653] By: jhi                                   on 2000/11/12  19:00:01
53048         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
53049      Branch: perl
53050            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53051            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
53052            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
53053            ! vos/config.ga.h win32/config.bc win32/config.gc
53054            ! win32/config.vc
53055 ____________________________________________________________________________
53056 [  7652] By: jhi                                   on 2000/11/11  21:12:01
53057         Log: Copy the s// information of README.hpux also to the perlrun.
53058      Branch: perl
53059            ! README.hpux pod/perlrun.pod
53060 ____________________________________________________________________________
53061 [  7651] By: jhi                                   on 2000/11/11  21:03:13
53062         Log: More README.solaris updates from Andy Dougherty.
53063      Branch: perl
53064            ! README.solaris
53065 ____________________________________________________________________________
53066 [  7650] By: jhi                                   on 2000/11/11  18:38:57
53067         Log: More descriptive error for unknown perlio layers.
53068              
53069              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
53070              From: Dominic Dunlop <domo@computer.org> 
53071              Date: Sat, 11 Nov 2000 18:20:32 +0100             
53072              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
53073      Branch: perl
53074            ! perlio.c pod/perldiag.pod
53075 ____________________________________________________________________________
53076 [  7649] By: jhi                                   on 2000/11/11  18:37:52
53077         Log: MachTen doesn't really do mmap() and munmap().
53078              
53079              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
53080              From: Dominic Dunlop <domo@computer.org> 
53081              Date: Sat, 11 Nov 2000 18:20:32 +0100             
53082              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
53083      Branch: perl
53084            ! hints/machten.sh
53085 ____________________________________________________________________________
53086 [  7648] By: jhi                                   on 2000/11/11  18:36:46
53087         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
53088              From: rspier@pobox.com (Robert Spier)
53089              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
53090              Message-ID: <14861.32839.491271.985797@rls.cx>
53091      Branch: perl
53092            ! Porting/Contract pod/perltoot.pod
53093 ____________________________________________________________________________
53094 [  7647] By: jhi                                   on 2000/11/11  18:35:30
53095         Log: Simplify the getpagesize() unit by dropping the
53096              pagesize probe since it's nowadays slightly more
53097              complicated because of sysconf(). (Note: if some
53098              platform really needs the -lPW for getpagesize,
53099              I just broke it.)
53100              
53101              TODO: a new pagesize unit.
53102      Branch: metaconfig
53103            ! U/compline/d_getpagsz.U
53104 ____________________________________________________________________________
53105 [  7646] By: jhi                                   on 2000/11/11  18:33:23
53106         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
53107      Branch: perl
53108            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53109            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
53110            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
53111            ! vos/config.ga.h win32/config.bc win32/config.gc
53112            ! win32/config.vc
53113 ____________________________________________________________________________
53114 [  7645] By: jhi                                   on 2000/11/11  16:45:15
53115         Log: Use sysconf() or getpagesize() to find out the pagesize.
53116      Branch: perl
53117            ! perlio.c
53118 ____________________________________________________________________________
53119 [  7644] By: jhi                                   on 2000/11/11  15:46:08
53120         Log: Integrate perlio.
53121      Branch: perl
53122           !> perlio.c
53123 ____________________________________________________________________________
53124 [  7643] By: jhi                                   on 2000/11/11  15:33:36
53125         Log: Subject: Re: [PATCH] README.solaris
53126              From: Lupe Christoph <lupe@lupe-christoph.de>
53127              Date: Sat, 11 Nov 2000 14:08:10 +0100
53128              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
53129      Branch: perl
53130            ! README.solaris
53131 ____________________________________________________________________________
53132 [  7642] By: jhi                                   on 2000/11/11  15:22:12
53133         Log: Subject: [PATCH perl@7638] cygwin port
53134              From: "Eric Fifer" <egf7@columbia.edu>            
53135              Date: Fri, 10 Nov 2000 19:30:30 -0000
53136              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
53137      Branch: perl
53138            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
53139 ____________________________________________________________________________
53140 [  7641] By: nick                                  on 2000/11/11  14:50:36
53141         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
53142              Also call "Buf" layer directly when unread'ing non-read chars.
53143      Branch: perlio
53144            ! perlio.c
53145 ____________________________________________________________________________
53146 [  7640] By: jhi                                   on 2000/11/11  02:05:02
53147         Log: Add more encoding tables.
53148      Branch: perl
53149            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
53150            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
53151            + ext/Encode/Encode/iso8859-10.enc
53152            + ext/Encode/Encode/iso8859-13.enc
53153            + ext/Encode/Encode/iso8859-14.enc
53154            + ext/Encode/Encode/iso8859-15.enc
53155            ! MANIFEST
53156 ____________________________________________________________________________
53157 [  7639] By: jhi                                   on 2000/11/10  18:49:25
53158         Log: Subject: [PATCH] README.solaris
53159              From: Andy Dougherty <doughera@lafayette.edu>
53160              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
53161              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
53162      Branch: perl
53163            + README.solaris
53164            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
53165            ! pod/perl.pod pod/perltoc.pod
53166 ____________________________________________________________________________
53167 [  7638] By: jhi                                   on 2000/11/10  15:04:15
53168         Log: Update Changes.
53169      Branch: perl
53170            ! Changes patchlevel.h
53171 ____________________________________________________________________________
53172 [  7637] By: jhi                                   on 2000/11/10  14:14:28
53173         Log: Explain better why certain regex tests are skipped.
53174              
53175              Subject: Re: tests skipped: unknown reason
53176              From: Lupe Christoph <lupe@lupe-christoph.de>
53177              Date: Fri, 10 Nov 2000 09:08:56 +0100
53178              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
53179      Branch: perl
53180            ! t/op/regexp.t
53181 ____________________________________________________________________________
53182 [  7636] By: nick                                  on 2000/11/10  13:40:00
53183         Log: Integrate mainline.
53184      Branch: perlio
53185           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
53186           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
53187           !> win32/bin/search.pl
53188 ____________________________________________________________________________
53189 [  7635] By: nick                                  on 2000/11/10  13:25:52
53190         Log: Re-instate stdio large file support via perlio.
53191      Branch: perl
53192            ! perlio.c
53193 ____________________________________________________________________________
53194 [  7634] By: jhi                                   on 2000/11/10  04:49:55
53195         Log: Amdahl UTS hints updates.
53196              
53197              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
53198              From: hom00@utsglobal.com (Harold O Morris)
53199              Date: Thu, 9 Nov 2000 20:02 PST
53200              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
53201      Branch: perl
53202            ! hints/uts.sh
53203 ____________________________________________________________________________
53204 [  7633] By: jhi                                   on 2000/11/09  23:33:28
53205         Log: Subject: [PATCH] IO::Seekable pod
53206              From: Nicholas Clark <nick@talking.bollo.cx>
53207              Date: Thu, 9 Nov 2000 20:29:45 +0000
53208              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
53209      Branch: perl
53210            ! ext/IO/lib/IO/Handle.pm
53211 ____________________________________________________________________________
53212 [  7632] By: jhi                                   on 2000/11/09  21:55:41
53213         Log: Various doc oddball characters.
53214              
53215              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
53216              From: Michael Somos <somos@grail.cba.csuohio.edu>
53217              Date: Mon, 6 Nov 2000 17:44:20 -0500
53218              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
53219      Branch: perl
53220            ! emacs/cperl-mode.el lib/unicode/syllables.txt
53221            ! win32/bin/search.pl
53222 ____________________________________________________________________________
53223 [  7631] By: jhi                                   on 2000/11/09  21:12:29
53224         Log: Subject: Re: bash -c exit and linux hints 
53225              From: "John P. Linderman" <jpl@research.att.com>
53226              Date: Thu, 02 Nov 2000 09:37:25 -0500
53227              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
53228      Branch: perl
53229            ! hints/linux.sh
53230 ____________________________________________________________________________
53231 [  7630] By: nick                                  on 2000/11/09  20:34:11
53232         Log: Integrate mainline.
53233      Branch: perlio
53234           !> (integrate 91 files)
53235 ____________________________________________________________________________
53236 [  7629] By: jhi                                   on 2000/11/09  19:46:31
53237         Log: Missing dTHXs.
53238              
53239              Subject: RE: perl@7595 builds not on cygwin
53240              From: "Eric Fifer" <egf7@columbia.edu>
53241              Date: Thu, 9 Nov 2000 19:26:50 -0000
53242              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
53243      Branch: perl
53244            ! ext/Devel/Peek/Peek.xs
53245 ____________________________________________________________________________
53246 [  7628] By: jhi                                   on 2000/11/09  14:48:27
53247         Log: Disable only the tests 99 and 166 for UTF-8 locales.
53248      Branch: perl
53249            ! t/pragma/locale.t
53250 ____________________________________________________________________________
53251 [  7627] By: jhi                                   on 2000/11/09  14:40:27
53252         Log: There's no =head3.
53253      Branch: perl
53254            ! pod/perlhack.pod
53255 ____________________________________________________________________________
53256 [  7626] By: jhi                                   on 2000/11/09  13:54:26
53257         Log: The generated boot_* headers are wrong.  Pickier compiler,
53258              such as KAI C++ will refuse to compile the resulting perlmain.
53259              
53260              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
53261              From: Harri Pasanen <harri.pasanen@trema.com>
53262              Date: Thu, 09 Nov 2000 14:23:28 +0100
53263              Message-Id: <3A0AA550.26D548A3@trema.com>
53264      Branch: perl
53265            ! minimod.pl
53266 ____________________________________________________________________________
53267 [  7625] By: jhi                                   on 2000/11/09  13:50:44
53268         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
53269              From: Prymmer/Kahn <pvhp@best.com>
53270              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
53271              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
53272              
53273              All except the "cow orker" change.
53274      Branch: perl
53275            ! Porting/pumpkin.pod
53276 ____________________________________________________________________________
53277 [  7624] By: jhi                                   on 2000/11/09  13:45:33
53278         Log: Fix for
53279              
53280              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
53281              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
53282              Date: Thu, 09 Nov 2000 11:05:52 +0100
53283              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
53284      Branch: perl
53285            ! pod/perldiag.pod t/pragma/warn/pp_sys
53286 ____________________________________________________________________________
53287 [  7623] By: jhi                                   on 2000/11/09  13:37:16
53288         Log: Typo in an ifndef.
53289              
53290              Subject: Re: [PATCH 5.7.0] better messages from malloc()
53291              From: Joe Smith <jms@inwap.com>         
53292              Date: Thu, 09 Nov 2000 01:33:14 -0800
53293              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
53294      Branch: perl
53295            ! malloc.c
53296 ____________________________________________________________________________
53297 [  7622] By: jhi                                   on 2000/11/09  13:31:18
53298         Log: Remove unused extra arguments.
53299      Branch: metaconfig/U/perl
53300            ! perlxv.U
53301      Branch: perl
53302            ! Configure config_h.SH
53303 ____________________________________________________________________________
53304 [  7621] By: jhi                                   on 2000/11/09  13:16:36
53305         Log: More VMS moves on environment handling, from Charles Lane.
53306      Branch: perl
53307            ! t/pragma/locale.t
53308 ____________________________________________________________________________
53309 [  7620] By: jhi                                   on 2000/11/09  04:42:38
53310         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
53311              From: David Dyck <dcd@tc.fluke.com>
53312              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
53313              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
53314      Branch: perl
53315            ! pp_sys.c
53316 ____________________________________________________________________________
53317 [  7619] By: jhi                                   on 2000/11/09  04:36:21
53318         Log: Forgot from #7618.
53319      Branch: perl
53320            ! lib/File/stat.pm
53321 ____________________________________________________________________________
53322 [  7618] By: jhi                                   on 2000/11/09  04:28:44
53323         Log: Make deleting for %ENV work for (newer versions of) VMS,
53324              from Craig A. Berry.
53325      Branch: perl
53326            ! vms/vms.c
53327 ____________________________________________________________________________
53328 [  7617] By: jhi                                   on 2000/11/09  04:25:05
53329         Log: Subject: [PATCH] Class::Struct at compile time
53330              From: "Casey R. Tweten" <crt@kiski.net>
53331              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
53332              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
53333      Branch: perl
53334            ! lib/Class/Struct.pm
53335 ____________________________________________________________________________
53336 [  7616] By: jhi                                   on 2000/11/09  04:15:17
53337         Log: Subject: [ID 20001108.013] spelling
53338              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
53339              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
53340              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
53341      Branch: perl
53342            ! lib/ftp.pl
53343 ____________________________________________________________________________
53344 [  7615] By: jhi                                   on 2000/11/09  04:12:42
53345         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
53346              From: Peter Prymmer <pvhp@forte.com>
53347              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
53348              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
53349      Branch: perl
53350            ! configure.com
53351 ____________________________________________________________________________
53352 [  7614] By: jhi                                   on 2000/11/08  22:42:55
53353         Log: A missing aTHX_.
53354      Branch: perl
53355            ! ext/IPC/SysV/SysV.xs
53356 ____________________________________________________________________________
53357 [  7613] By: jhi                                   on 2000/11/08  19:30:21
53358         Log: Update Changes.
53359      Branch: perl
53360            ! Changes patchlevel.h
53361 ____________________________________________________________________________
53362 [  7612] By: jhi                                   on 2000/11/08  18:35:25
53363         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
53364              From: David Dyck <dcd@tc.fluke.com>
53365              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
53366              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
53367      Branch: perl
53368            ! pp_sys.c
53369 ____________________________________________________________________________
53370 [  7611] By: jhi                                   on 2000/11/08  18:30:26
53371         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
53372              From: Dominic Dunlop <domo@computer.org>
53373              Date: Tue, 7 Nov 2000 12:05:25 +0100
53374              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
53375      Branch: perl
53376            ! malloc.c
53377 ____________________________________________________________________________
53378 [  7610] By: jhi                                   on 2000/11/08  18:25:14
53379         Log: Do not test UTF-8 locales since that the tests would require
53380              polymorphic regexen.
53381      Branch: perl
53382            ! t/pragma/locale.t
53383 ____________________________________________________________________________
53384 [  7609] By: jhi                                   on 2000/11/08  17:12:51
53385         Log: Locale buglets.
53386              
53387              Subject: RE: Locales support (setlocale) fixes
53388              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
53389              Date: Wed, 8 Nov 2000 20:01:39 +0300
53390              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
53391      Branch: perl
53392            ! t/pragma/locale.t util.c
53393 ____________________________________________________________________________
53394 [  7608] By: jhi                                   on 2000/11/08  17:00:16
53395         Log: Deleting $ENV{PATH} in VMS is not recommendable.
53396      Branch: perl
53397            ! t/pragma/locale.t
53398 ____________________________________________________________________________
53399 [  7607] By: jhi                                   on 2000/11/08  16:58:26
53400         Log: Subject: PATCH std stdio for (Free)BSD
53401              From: Nicholas Clark <nick@ccl4.org>
53402              Date: Wed, 8 Nov 2000 15:36:29 +0000
53403              Message-ID: <20001108153629.D98736@plum.flirble.org>
53404      Branch: metaconfig
53405            ! U/compline/d_stdstdio.U
53406      Branch: perl
53407            ! Configure config_h.SH
53408 ____________________________________________________________________________
53409 [  7606] By: jhi                                   on 2000/11/08  16:43:31
53410         Log: Forgot to bump the line numbers in #7601.
53411      Branch: perl
53412            ! t/pragma/warn/pp_sys
53413 ____________________________________________________________________________
53414 [  7605] By: jhi                                   on 2000/11/08  16:39:12
53415         Log: More careful detection of how well NVs and UVs mix.
53416              
53417              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))
53418              From: Nicholas Clark <nick@ccl4.org>
53419              Date: Wed, 8 Nov 2000 15:14:12 +0000
53420              Message-ID: <20001108151412.B98736@plum.flirble.org>
53421              
53422              Added some SIGFPE paranoia.
53423      Branch: metaconfig/U/perl
53424            ! perlxv.U
53425      Branch: perl
53426            ! Configure config_h.SH
53427 ____________________________________________________________________________
53428 [  7604] By: jhi                                   on 2000/11/08  14:39:10
53429         Log: Subject: [patch perl@7595] VMS configure.com tweak
53430              From: "Craig A. Berry" <craigberry@mac.com>
53431              Date: Wed, 8 Nov 2000 00:24:12 -0600
53432              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
53433      Branch: perl
53434            ! configure.com
53435 ____________________________________________________________________________
53436 [  7603] By: jhi                                   on 2000/11/08  14:27:11
53437         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
53438              From: Robin Barker <rmb1@cise.npl.co.uk>
53439              Date: Wed, 8 Nov 2000 11:11:39 GMT
53440              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
53441      Branch: perl
53442            ! perlio.c
53443 ____________________________________________________________________________
53444 [  7602] By: jhi                                   on 2000/11/08  14:25:03
53445         Log: Fix for the tie-refhash string table leaks.
53446              
53447              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
53448              Date: Wed, 8 Nov 2000 13:03:04 GMT
53449              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
53450      Branch: perl
53451            ! t/lib/tie-refhash.t
53452 ____________________________________________________________________________
53453 [  7601] By: jhi                                   on 2000/11/08  14:21:08
53454         Log: Try to avoid flockless and emulationless places.
53455      Branch: perl
53456            ! t/pragma/warn/pp_sys
53457 ____________________________________________________________________________
53458 [  7600] By: jhi                                   on 2000/11/08  02:28:54
53459         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
53460              
53461              Subject: [PATCH] prototyped functions that should be overrideable
53462              From: "Casey R. Tweten" <crt@kiski.net>
53463              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
53464              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
53465      Branch: perl
53466            ! toke.c
53467 ____________________________________________________________________________
53468 [  7599] By: jhi                                   on 2000/11/08  01:12:05
53469         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
53470              
53471              Subject: [PATCH] perlbug.PL
53472              From: "Kurt D. Starsinic" <kstar@chapin.edu>
53473              Date: Mon, 6 Nov 2000 21:39:01 -0500
53474              Message-ID: <20001106213901.B20955@O2.chapin.edu>
53475      Branch: perl
53476            ! utils/perlbug.PL
53477 ____________________________________________________________________________
53478 [  7598] By: jhi                                   on 2000/11/07  23:42:00
53479         Log: Bad thinko in #7581 (I used the test program with the expanded
53480              values as-is).
53481      Branch: metaconfig
53482            ! U/compline/d_stdstdio.U
53483      Branch: perl
53484            ! Configure
53485 ____________________________________________________________________________
53486 [  7597] By: jhi                                   on 2000/11/07  21:43:29
53487         Log: Subject: [PATCH perl@7573] cygwin port
53488              From: "Fifer, Eric" <EFifer@sanwaint.com>
53489              Date: Tue, 7 Nov 2000 18:08:51 -0000 
53490              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
53491              
53492              Synchronize with Cygwin 1.1.5.
53493      Branch: perl
53494            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
53495            ! pod/perlport.pod unixish.h util.c
53496 ____________________________________________________________________________
53497 [  7596] By: jhi                                   on 2000/11/07  21:39:25
53498         Log: perlhack updates from H.Merijn Brand.
53499      Branch: perl
53500            ! pod/perlhack.pod
53501 ____________________________________________________________________________
53502 [  7595] By: jhi                                   on 2000/11/07  20:21:41
53503         Log: Update Changes.
53504      Branch: perl
53505            ! Changes patchlevel.h
53506 ____________________________________________________________________________
53507 [  7594] By: jhi                                   on 2000/11/07  19:18:58
53508         Log: Be more robust in Dynaloader.pm.
53509      Branch: perl
53510            ! ext/DynaLoader/DynaLoader_pm.PL
53511 ____________________________________________________________________________
53512 [  7593] By: jhi                                   on 2000/11/07  16:49:31
53513         Log: AUTHORS update.
53514      Branch: perl
53515            ! AUTHORS
53516 ____________________________________________________________________________
53517 [  7592] By: gsar                                  on 2000/11/07  16:39:51
53518         Log: normalize relative paths in virtualized current directory on windows,
53519              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
53520              returns)
53521      Branch: perl
53522            ! win32/vdir.h
53523 ____________________________________________________________________________
53524 [  7591] By: jhi                                   on 2000/11/07  16:04:26
53525         Log: Too profiler-happy: with optimization the #7590 actually makes
53526              the test to run 0.5% _slower_.  Requires much more instrumentation.
53527              Retract #7590.
53528      Branch: perl
53529            ! regcomp.c regcomp.h
53530 ____________________________________________________________________________
53531 [  7590] By: jhi                                   on 2000/11/07  15:51:13
53532         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
53533              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
53534              by using memset() and testing bytewise (as opposed to bitwise).
53535      Branch: perl
53536            ! regcomp.c regcomp.h
53537 ____________________________________________________________________________
53538 [  7589] By: jhi                                   on 2000/11/07  12:56:39
53539         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
53540              From: "Craig A. Berry" <craig.berry@psinetcs.com>
53541              Date: Mon, 06 Nov 2000 23:45:30 -0500
53542              Message-Id: <0011079735.AA973576259@univpress.com>
53543      Branch: perl
53544            ! configure.com t/lib/st-lock.t
53545 ____________________________________________________________________________
53546 [  7588] By: jhi                                   on 2000/11/07  01:03:28
53547         Log: Tweak #7587.
53548      Branch: perl
53549            ! pod/perldiag.pod
53550 ____________________________________________________________________________
53551 [  7587] By: jhi                                   on 2000/11/07  01:00:27
53552         Log: A doc addition for bug id 20001105.019, beware \p.
53553      Branch: perl
53554            ! pod/perldiag.pod
53555 ____________________________________________________________________________
53556 [  7586] By: jhi                                   on 2000/11/07  00:32:22
53557         Log: Fake support of holey files in win/dosish platforms.
53558              
53559              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
53560              From: kipp@shonanblue.ne.jp
53561              Date: Mon, 6 Nov 2000 13:30:55 -0800
53562              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
53563      Branch: perl
53564            ! ext/SDBM_File/sdbm/sdbm.c
53565 ____________________________________________________________________________
53566 [  7585] By: jhi                                   on 2000/11/07  00:12:54
53567         Log: Subject: Pod updates
53568              From: "Stephen P. Potter" <spp@spotter.yi.org>
53569              Date: Mon, 06 Nov 2000 18:56:43 -0500
53570              Message-Id: <200011062357.SAA18173@spotter.yi.org>
53571      Branch: perl
53572            ! README.dos README.os2 README.win32 pod/buildtoc.PL
53573            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
53574            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
53575            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
53576            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
53577            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
53578            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
53579            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
53580            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
53581            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
53582            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
53583            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
53584            ! pod/perltootc.pod pod/perlunicode.pod
53585 ____________________________________________________________________________
53586 [  7584] By: jhi                                   on 2000/11/07  00:04:17
53587         Log: Varargs don't always work too well if one puts an unsigned
53588              char on the stack and pop an unsigned quad off the stack.
53589              
53590              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
53591              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
53592              Date: Mon, 06 Nov 2000 15:19:05 -0800
53593              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
53594      Branch: perl
53595            ! utf8.c
53596 ____________________________________________________________________________
53597 [  7583] By: jhi                                   on 2000/11/06  23:58:48
53598         Log: %ENV note tweaks from Dan Sugalski.
53599      Branch: perl
53600            ! pod/perlport.pod vms/perlvms.pod
53601 ____________________________________________________________________________
53602 [  7582] By: jhi                                   on 2000/11/06  23:05:49
53603         Log: glibc5 detection by __GNU_LIBRARY__.
53604      Branch: perl
53605            ! toke.c
53606 ____________________________________________________________________________
53607 [  7581] By: jhi                                   on 2000/11/06  22:51:29
53608         Log: Make the stdio test program of 7427 less noisy while being 
53609              compiled so that Digital UNIX wouldn't get both
53610              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
53611              undefined.  This makes perlio happy.
53612      Branch: metaconfig
53613            ! U/compline/d_stdstdio.U
53614      Branch: perl
53615            ! Configure config_h.SH
53616 ____________________________________________________________________________
53617 [  7580] By: jhi                                   on 2000/11/06  22:41:41
53618         Log: Document %ENV = () portability issues.
53619      Branch: perl
53620            ! pod/perlport.pod vms/perlvms.pod
53621 ____________________________________________________________________________
53622 [  7579] By: jhi                                   on 2000/11/06  21:29:24
53623         Log: VOS updates from Paul Green.
53624      Branch: perl
53625            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
53626 ____________________________________________________________________________
53627 [  7578] By: jhi                                   on 2000/11/06  21:00:40
53628         Log: Sanitize the environment further.
53629      Branch: perl
53630            ! t/pragma/locale.t
53631 ____________________________________________________________________________
53632 [  7577] By: jhi                                   on 2000/11/06  20:53:51
53633         Log: Re-introduce 7552 lost in integration.
53634      Branch: perl
53635            ! perlio.c
53636 ____________________________________________________________________________
53637 [  7576] By: jhi                                   on 2000/11/06  20:33:46
53638         Log: Admit that the test leaks scalars.
53639      Branch: perl
53640            ! t/comp/proto.t
53641 ____________________________________________________________________________
53642 [  7575] By: jhi                                   on 2000/11/06  20:17:08
53643         Log: Integrate perlio.
53644      Branch: perl
53645           !> perlio.c
53646 ____________________________________________________________________________
53647 [  7574] By: nick                                  on 2000/11/06  20:07:28
53648         Log: Remove debug. Try (Mmap_t) on madvise() call.
53649      Branch: perlio
53650            ! perlio.c
53651 ____________________________________________________________________________
53652 [  7573] By: jhi                                   on 2000/11/06  13:56:05
53653         Log: Update Changes.
53654      Branch: perl
53655            ! Changes patchlevel.h
53656 ____________________________________________________________________________
53657 [  7572] By: jhi                                   on 2000/11/06  13:48:41
53658         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
53659              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53660              Date: Mon, 06 Nov 2000 10:11:42 +0100
53661              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
53662      Branch: perl
53663            ! pod/perlhack.pod
53664 ____________________________________________________________________________
53665 [  7571] By: jhi                                   on 2000/11/06  01:45:51
53666         Log: AUTHORS updates.
53667      Branch: perl
53668            ! AUTHORS
53669 ____________________________________________________________________________
53670 [  7570] By: jhi                                   on 2000/11/06  00:18:00
53671         Log: Fix for
53672              
53673              Subject: [ID 20000728.005] perl -P broken
53674              From: David Dyck <dcd@tc.fluke.com>
53675              Date: Fri, 28 Jul 2000 17:19:16 -0700
53676              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
53677              
53678              (hopefully).  The fix is also not complete, it seems to break
53679              BOM swallowing for libc5 systems, but until someone figures
53680              out a way to do this without ftell(), this will do.
53681      Branch: perl
53682            ! toke.c
53683 ____________________________________________________________________________
53684 [  7569] By: jhi                                   on 2000/11/06  00:05:30
53685         Log: Document that the evaled syntax errors cause scalar leaks.
53686      Branch: perl
53687            ! t/comp/proto.t
53688 ____________________________________________________________________________
53689 [  7568] By: jhi                                   on 2000/11/05  23:14:47
53690         Log: opmini.o can linger from Configures past.
53691      Branch: perl
53692            ! Makefile.SH
53693 ____________________________________________________________________________
53694 [  7567] By: jhi                                   on 2000/11/05  21:28:39
53695         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
53696              first argument correctly.
53697      Branch: perl
53698            ! perlio.c
53699 ____________________________________________________________________________
53700 [  7566] By: jhi                                   on 2000/11/05  21:15:56
53701         Log: Integrate perlio.
53702      Branch: perl
53703           !> perlio.c
53704 ____________________________________________________________________________
53705 [  7565] By: jhi                                   on 2000/11/05  21:15:13
53706         Log: Use -dM for gcc (the suggested patch did it only for Linux,
53707              but I think it can be generalized).
53708              
53709              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
53710              From: Pixel <pixel@mandrakesoft.com>
53711              Date: 05 Nov 2000 21:49:34 +0100 
53712              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
53713      Branch: perl
53714            ! ext/Errno/Errno_pm.PL
53715 ____________________________________________________________________________
53716 [  7564] By: nick                                  on 2000/11/05  21:09:18
53717         Log: Added a mmap layer as a "subclass" of perlio.
53718              PERLIO=mmap ./perl harness passes
53719      Branch: perlio
53720            ! perlio.c
53721 ____________________________________________________________________________
53722 [  7563] By: jhi                                   on 2000/11/05  19:48:55
53723         Log: Add a note for future generations about bug id 20000229.006.
53724      Branch: perl
53725            ! malloc.c
53726 ____________________________________________________________________________
53727 [  7562] By: jhi                                   on 2000/11/05  19:38:24
53728         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
53729      Branch: perl
53730            ! pp_ctl.c t/op/pos.t
53731 ____________________________________________________________________________
53732 [  7561] By: jhi                                   on 2000/11/05  18:21:46
53733         Log: Add =pod to be tidy.
53734      Branch: perl
53735            ! lib/Math/Complex.pm
53736 ____________________________________________________________________________
53737 [  7560] By: jhi                                   on 2000/11/05  17:38:46
53738         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
53739      Branch: perl
53740            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
53741            ! ext/Storable/Storable.xs t/lib/st-recurse.t
53742 ____________________________________________________________________________
53743 [  7559] By: jhi                                   on 2000/11/05  17:32:59
53744         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
53745              From: "Peter J. Farley III" <pjfarley@banet.net>
53746              Date: Sun, 05 Nov 2000 11:55:59 -0500
53747              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
53748      Branch: perl
53749            ! t/lib/syslog.t
53750 ____________________________________________________________________________
53751 [  7558] By: jhi                                   on 2000/11/05  17:29:19
53752         Log: Integrate perlio.
53753      Branch: perl
53754           !> perlio.c
53755 ____________________________________________________________________________
53756 [  7557] By: jhi                                   on 2000/11/05  17:22:01
53757         Log: A fix of sorts for 20000329.026, a better error message
53758              for a missing "use charnames" when using the \N{...}. 
53759      Branch: perl
53760            ! pod/perldiag.pod toke.c
53761 ____________________________________________________________________________
53762 [  7556] By: jhi                                   on 2000/11/05  16:33:50
53763         Log: Test tweak: show also the failed locales.
53764              
53765              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
53766              From: Lupe Christoph <lupe@lupe-christoph.de>         
53767              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
53768              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
53769      Branch: perl
53770            ! t/pragma/locale.t
53771 ____________________________________________________________________________
53772 [  7555] By: nick                                  on 2000/11/05  11:09:34
53773         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
53774              open RDWR so does not fail. (pragma/warnings 303 again...)
53775      Branch: perlio
53776            ! perlio.c
53777 ____________________________________________________________________________
53778 [  7554] By: nick                                  on 2000/11/05  10:10:13
53779         Log: Fix case where ungetc(f,EOF) was allowed.
53780              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
53781              so we can see similarities.
53782              Use types more carefully and a STDCHAR array in hope that this will
53783              fix Jarrko's 64bit machine.
53784      Branch: perlio
53785            ! perlio.c
53786 ____________________________________________________________________________
53787 [  7553] By: jhi                                   on 2000/11/05  01:12:16
53788         Log: Fix for
53789              
53790              Subject: [ID 20001004.007] taint propogation is inconsistent
53791              From: pimlott@idiomtech.com (Andrew Pimlott) 
53792              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
53793              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
53794              
53795              The culprit was sv_setsv() which was rather blindly
53796              propagating taint, which lead to behaviour where if
53797              a tainted anon hash value was seen all the hash values
53798              from then on at that level became tainted, or at any
53799              upper levels in the case of nested anon hashes.
53800      Branch: perl
53801            ! sv.c t/op/taint.t
53802 ____________________________________________________________________________
53803 [  7552] By: jhi                                   on 2000/11/04  23:44:18
53804         Log: Some cpps don't like splitting conditionals across several lines.
53805      Branch: perl
53806            ! perlio.c
53807 ____________________________________________________________________________
53808 [  7551] By: nick                                  on 2000/11/04  23:40:44
53809         Log: Integrate mainline
53810      Branch: perlio
53811           !> pp_hot.c t/op/taint.t
53812 ____________________________________________________________________________
53813 [  7550] By: nick                                  on 2000/11/04  23:39:05
53814         Log: Integrate mainline again
53815      Branch: perlio
53816           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
53817           !> t/lib/b.t t/op/misc.t util.c
53818 ____________________________________________________________________________
53819 [  7549] By: jhi                                   on 2000/11/04  23:14:01
53820         Log: Fix for
53821              
53822              Subject: [ID 20001004.006] undef is never tainted
53823              From: pimlott@idiomtech.com (Andrew Pimlott)
53824              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
53825              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
53826              
53827              An undef read from a slurped file was not tainted.
53828      Branch: perl
53829            ! pp_hot.c t/op/taint.t
53830 ____________________________________________________________________________
53831 [  7548] By: jhi                                   on 2000/11/04  22:56:21
53832         Log: Test tweak ($Config{useperlio} is by default undef) .
53833      Branch: perl
53834            ! t/lib/b.t
53835 ____________________________________________________________________________
53836 [  7547] By: jhi                                   on 2000/11/04  22:43:56
53837         Log: Integrate perlio.
53838      Branch: perl
53839           +> lib/perlio.pm
53840           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
53841           !> pod/perlapi.pod t/lib/b.t
53842 ____________________________________________________________________________
53843 [  7546] By: jhi                                   on 2000/11/04  22:40:59
53844         Log: Configure would use a bad $myuname from an old config.sh.
53845              
53846              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
53847              From: Andy Dougherty <doughera@lafayette.edu>
53848              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
53849              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
53850      Branch: metaconfig
53851            ! U/modified/Oldconfig.U
53852      Branch: perl
53853            ! Configure config_h.SH
53854 ____________________________________________________________________________
53855 [  7545] By: jhi                                   on 2000/11/04  22:36:54
53856         Log: Subject: Locales support (setlocale) fixes
53857              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
53858              Date: Sat, 4 Nov 2000 10:15:48 +0300 
53859              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
53860              
53861              Modified quite a bit to be more portable.
53862      Branch: perl
53863            ! embed.h embed.pl perl.h proto.h util.c
53864 ____________________________________________________________________________
53865 [  7544] By: jhi                                   on 2000/11/04  22:32:47
53866         Log: Dying is too strict here, better just skip.
53867      Branch: perl
53868            ! t/op/misc.t
53869 ____________________________________________________________________________
53870 [  7543] By: nick                                  on 2000/11/04  21:55:13
53871         Log: Merge mainline
53872      Branch: perlio
53873           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
53874           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
53875           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
53876           !> (integrate 64 files)
53877 ____________________________________________________________________________
53878 [  7542] By: jhi                                   on 2000/11/04  21:09:28
53879         Log: More Changes tweakery.
53880      Branch: perl
53881            ! Changes Porting/genlog
53882 ____________________________________________________________________________
53883 [  7541] By: jhi                                   on 2000/11/04  20:58:18
53884         Log: Changes fixups.
53885      Branch: perl
53886            ! Changes
53887 ____________________________________________________________________________
53888 [  7540] By: jhi                                   on 2000/11/04  20:42:38
53889         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
53890              create a "fast path" for locale name probing using "locale -a"
53891              if available, squash finally hopefully the s?printf resetting
53892              the numeric locale (since, IIUC perllocale, it never shouldn't). 
53893      Branch: perl
53894            ! sv.c t/op/misc.t t/pragma/locale.t
53895 ____________________________________________________________________________
53896 [  7539] By: nick                                  on 2000/11/04  19:56:10
53897         Log: PerlIO infrastructure complete.
53898      Branch: perlio
53899            + lib/perlio.pm
53900            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
53901 ____________________________________________________________________________
53902 [  7538] By: nick                                  on 2000/11/04  14:31:32
53903         Log: Type tweaks + less contorted allocation scheme
53904      Branch: perlio
53905            ! perlio.c
53906 ____________________________________________________________________________
53907 [  7537] By: nick                                  on 2000/11/04  12:40:42
53908         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
53909              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
53910              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
53911              sensible) which lead to some interesting fails.
53912      Branch: perlio
53913            ! perlio.c
53914 ____________________________________________________________________________
53915 [  7536] By: jhi                                   on 2000/11/04  00:20:02
53916         Log: Add FCNTL_CAN_LOCK.
53917              
53918              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
53919              From: Andy Dougherty <doughera@lafayette.edu>
53920              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
53921              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
53922              
53923              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
53924              From: Andy Dougherty <doughera@lafayette.edu>
53925              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
53926              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
53927      Branch: metaconfig/U/perl
53928            + d_fcntl_can_lock.U
53929            ! startperl.U
53930      Branch: perl
53931            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53932            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
53933            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
53934            ! vos/config.ga.h win32/config.bc win32/config.gc
53935            ! win32/config.vc
53936 ____________________________________________________________________________
53937 [  7535] By: nick                                  on 2000/11/03  22:19:10
53938         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
53939              - Works on Linux with
53940              perlio + unix
53941              stdio
53942              - Works on Solaris with
53943              perlio + unix
53944              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
53945              - Fails (hangs in openpid) if you try and stack
53946              perlio + stdio - Linux stdio's read() logic is hanging.
53947      Branch: perlio
53948            ! iperlsys.h perlio.c
53949 ____________________________________________________________________________
53950 [  7534] By: jhi                                   on 2000/11/03  15:16:02
53951         Log: Subject: Re: README.aix
53952              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53953              Date: Fri, 03 Nov 2000 16:03:15 +0100
53954              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
53955      Branch: perl
53956            ! README.aix
53957 ____________________________________________________________________________
53958 [  7533] By: jhi                                   on 2000/11/03  03:59:02
53959         Log: Subject: [PATCH 5.7.0] better messages from malloc()
53960              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53961              Date: Wed, 1 Nov 2000 23:39:56 -0500
53962              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
53963      Branch: perl
53964            ! malloc.c pod/perldiag.pod
53965 ____________________________________________________________________________
53966 [  7532] By: jhi                                   on 2000/11/03  00:11:56
53967         Log: The #7521 touched things it shouldn't have.
53968      Branch: perl
53969            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
53970 ____________________________________________________________________________
53971 [  7531] By: jhi                                   on 2000/11/02  22:32:33
53972         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
53973              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53974              Date:     Thu, 2 Nov 2000 16:58:36 EST
53975              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
53976      Branch: perl
53977            ! vms/gen_shrfls.pl
53978 ____________________________________________________________________________
53979 [  7530] By: jhi                                   on 2000/11/02  22:08:49
53980         Log: Fix the problem discussed in
53981              
53982              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
53983              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
53984              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
53985              
53986              originally from Linc Madison.  Also Andreas König's comments
53987              taken into account.  Some other problems with Tie::SubstrHash
53988              fixed: didn't croak when the table exceeded the requested number
53989              of entries (as documented) but instead when the number of entries
53990              exceeded the size of the table, a croak() had an unnecessary \n,
53991              didn't have a CLEAR method, documented that there is no exists().
53992              Didn't fix to be strict-proof because the module uses &foo; and
53993              dynamic scope.  Added a test script exercizing both first tamely 
53994              the basic functionality, and then the failure cases reported by
53995              Linc Madison.
53996      Branch: perl
53997            + t/lib/tie-substrhash.t
53998            ! MANIFEST lib/Tie/SubstrHash.pm
53999 ____________________________________________________________________________
54000 [  7529] By: jhi                                   on 2000/11/02  17:58:08
54001         Log: recv() can fail and return undef.
54002              
54003              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
54004              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
54005              Date: Thu, 2 Nov 2000 20:12:20 +0300
54006              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
54007      Branch: perl
54008            ! lib/Net/Ping.pm
54009 ____________________________________________________________________________
54010 [  7528] By: jhi                                   on 2000/11/02  17:49:09
54011         Log: Detpyo.
54012      Branch: perl
54013            ! pod/perlop.pod
54014 ____________________________________________________________________________
54015 [  7527] By: jhi                                   on 2000/11/02  15:48:37
54016         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
54017              fix a autovivification bug in Tie::RefHash, add tests for both.
54018              
54019              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
54020              From: Edward Avis <epa98@doc.ic.ac.uk>
54021              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
54022              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
54023      Branch: perl
54024            + t/lib/tie-refhash.t
54025            ! MANIFEST lib/Tie/RefHash.pm
54026 ____________________________________________________________________________
54027 [  7526] By: jhi                                   on 2000/11/02  13:56:26
54028         Log: Test::Harness revealed buglets in the new DynaLoader.
54029              
54030              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
54031              From: andreas.koenig@anima.de (Andreas J. Koenig)
54032              Date: 02 Nov 2000 11:26:48 +0100 
54033              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
54034      Branch: perl
54035            ! ext/DynaLoader/DynaLoader_pm.PL
54036 ____________________________________________________________________________
54037 [  7525] By: jhi                                   on 2000/11/01  23:52:08
54038         Log: The entry for #7503 was missing.
54039      Branch: perl
54040            ! Changes
54041 ____________________________________________________________________________
54042 [  7524] By: jhi                                   on 2000/11/01  23:40:52
54043         Log: Update Changes.
54044      Branch: perl
54045            ! Changes patchlevel.h
54046 ____________________________________________________________________________
54047 [  7523] By: jhi                                   on 2000/11/01  22:57:09
54048         Log: More tweaking on the #7522 theme.
54049      Branch: perl
54050            ! ext/DynaLoader/DynaLoader_pm.PL
54051 ____________________________________________________________________________
54052 [  7522] By: jhi                                   on 2000/11/01  22:06:15
54053         Log: Expand %Config variables and %ENV variables only if
54054              so requested during build time using the
54055              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
54056              Not expanding makes relocating distributions easier.
54057      Branch: perl
54058            ! ext/DynaLoader/DynaLoader_pm.PL
54059 ____________________________________________________________________________
54060 [  7521] By: jhi                                   on 2000/11/01  20:56:34
54061         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
54062              and setgid() because they were just changing $< and $( which means
54063              only changing the real uid/gid, as opposed to changing both
54064              real and effective ids.  (The alternative way could have been
54065              in POSIX.pm to change $> and $), too, but making a direct call
54066              to the C API feels cleaner.)  Fixes the bug
54067              
54068              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
54069              From: "Garry T. Williams" <garry@zvolve.com>
54070              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
54071              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
54072      Branch: perl
54073            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
54074            ! ext/POSIX/typemap pod/perlvar.pod
54075 ____________________________________________________________________________
54076 [  7520] By: jhi                                   on 2000/11/01  20:08:33
54077         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
54078              From: "Garry T. Williams" <garry@zvolve.com>
54079              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
54080              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
54081      Branch: perl
54082            ! pod/perlsec.pod
54083 ____________________________________________________________________________
54084 [  7519] By: jhi                                   on 2000/11/01  20:01:22
54085         Log: Locale warning explanation tweak.
54086      Branch: perl
54087            ! pod/perldiag.pod
54088 ____________________________________________________________________________
54089 [  7518] By: jhi                                   on 2000/11/01  18:57:13
54090         Log: C.pm part of
54091              
54092              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
54093              From: Jarkko Hietaniemi <jhi@iki.fi>
54094              Date: Tue, 10 Oct 2000 08:22:28 -0500
54095              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
54096      Branch: perl
54097            ! ext/B/B/C.pm
54098 ____________________________________________________________________________
54099 [  7517] By: jhi                                   on 2000/11/01  18:41:59
54100         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
54101              From: Martien Verbruggen <mgjv@comdyn.com.au>
54102              Date: Fri, 6 Oct 2000 14:09:10 +1100
54103              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
54104      Branch: perl
54105            ! pod/perlop.pod
54106 ____________________________________________________________________________
54107 [  7516] By: jhi                                   on 2000/11/01  18:34:55
54108         Log: Generalize the Camel wording.
54109              
54110              Subject: Re: perlfaq style changes
54111              From: John Borwick <jhborwic@unity.ncsu.edu>
54112              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
54113              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
54114      Branch: perl
54115            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
54116 ____________________________________________________________________________
54117 [  7515] By: jhi                                   on 2000/11/01  16:52:31
54118         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
54119              From: pimlott@idiomtech.com (Andrew Pimlott)
54120              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
54121              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
54122      Branch: perl
54123            ! pod/perlsec.pod
54124 ____________________________________________________________________________
54125 [  7514] By: jhi                                   on 2000/11/01  15:03:40
54126         Log: More AIX lore.
54127      Branch: perl
54128            ! ext/re/hints/aix.pl
54129 ____________________________________________________________________________
54130 [  7513] By: jhi                                   on 2000/11/01  14:48:30
54131         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
54132              From: root <root@chronos.fi.muni.cz>
54133              Date: Wed, 1 Nov 2000 12:31:32 +0100
54134              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
54135      Branch: perl
54136            ! lib/Net/Ping.pm
54137 ____________________________________________________________________________
54138 [  7512] By: jhi                                   on 2000/11/01  14:46:47
54139         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
54140              From: Martin Husemann <martin@duskware.de>
54141              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
54142              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
54143      Branch: perl
54144            ! regcomp.c
54145 ____________________________________________________________________________
54146 [  7511] By: jhi                                   on 2000/11/01  14:39:50
54147         Log: AUTHORS updates.
54148      Branch: perl
54149            ! AUTHORS
54150 ____________________________________________________________________________
54151 [  7510] By: jhi                                   on 2000/11/01  14:29:50
54152         Log: Subject: [PATCH] startperl to respect versiononly
54153              From: Robin Barker <rmb1@cise.npl.co.uk> 
54154              Date: Tue, 31 Oct 2000 16:29:36 GMT
54155              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
54156      Branch: metaconfig/U/perl
54157            ! startperl.U
54158      Branch: perl
54159            ! Configure config_h.SH
54160 ____________________________________________________________________________
54161 [  7509] By: jhi                                   on 2000/11/01  14:19:53
54162         Log: printf UVs the correct way, noticed by Robin Barker.
54163      Branch: perl
54164            ! utf8.c
54165 ____________________________________________________________________________
54166 [  7508] By: jhi                                   on 2000/11/01  14:10:03
54167         Log: Do not cleanup *% because the % has special meanings in some
54168              shell environments.
54169      Branch: perl
54170            ! ext/Storable/Makefile.PL
54171 ____________________________________________________________________________
54172 [  7507] By: jhi                                   on 2000/11/01  14:06:00
54173         Log: The NonStop-UX libraries have a novel way to say NaN.
54174      Branch: perl
54175            ! t/lib/bigfltpm.t
54176 ____________________________________________________________________________
54177 [  7506] By: jhi                                   on 2000/11/01  14:03:35
54178         Log: The osname has been lowercased by now, from Tom Bates.
54179      Branch: metaconfig
54180            ! U/modified/Oldconfig.U
54181      Branch: perl
54182            ! Configure config_h.SH
54183 ____________________________________________________________________________
54184 [  7505] By: jhi                                   on 2000/10/31  19:18:39
54185         Log: The compiler is either gcc or cc, from Tom Bates.
54186      Branch: perl
54187            ! hints/nonstopux.sh
54188 ____________________________________________________________________________
54189 [  7504] By: jhi                                   on 2000/10/31  14:53:42
54190         Log: Update Changes.
54191      Branch: perl
54192            ! Changes patchlevel.h
54193 ____________________________________________________________________________
54194 [  7503] By: jhi                                   on 2000/10/31  14:30:50
54195         Log: Whitespace style tweak.  Was originally going to see to
54196              
54197              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
54198              From: Joe Smith <jms@inwap.com>
54199              Date: Mon, 30 Oct 2000 18:47:57 -0800
54200              Message-Id: <39FE32DD.24AAC4D@inwap.com>
54201              
54202              but that had already been taken care of.
54203      Branch: metaconfig
54204            ! U/compline/d_stdstdio.U
54205      Branch: perl
54206            ! Configure config_h.SH
54207 ____________________________________________________________________________
54208 [  7502] By: jhi                                   on 2000/10/31  14:25:02
54209         Log: AUTHORS tweaks.
54210      Branch: perl
54211            ! AUTHORS
54212 ____________________________________________________________________________
54213 [  7501] By: jhi                                   on 2000/10/31  14:23:59
54214         Log: Subject: perlfaq style changes
54215              From: John Borwick <jhborwic@unity.ncsu.edu>
54216              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
54217              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
54218      Branch: perl
54219            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
54220            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
54221            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
54222            ! pod/perlfaq9.pod
54223 ____________________________________________________________________________
54224 [  7500] By: jhi                                   on 2000/10/31  14:22:15
54225         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
54226              
54227              Subject: Re: [ID 20000918.005] ~ on wide chars
54228              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54229              Date: Mon, 30 Oct 2000 21:09:55 -0800
54230              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
54231              
54232              (The ord() part of the patch skipped.)
54233      Branch: perl
54234            ! doop.c
54235 ____________________________________________________________________________
54236 [  7499] By: jhi                                   on 2000/10/31  14:20:08
54237         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
54238              From: Jens Hamisch <jens@Strawberry.COM>
54239              Date: Mon, 30 Oct 2000 15:17:07 +0100
54240              Message-Id: <20001030151707.A9597@Strawberry.COM>
54241      Branch: perl
54242            ! av.c
54243 ____________________________________________________________________________
54244 [  7498] By: jhi                                   on 2000/10/31  14:16:29
54245         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
54246              From: Peter Prymmer <pvhp@forte.com>
54247              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
54248              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
54249      Branch: perl
54250            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
54251            + ext/Encode/Encode/posix-bc.enc
54252            ! MANIFEST t/lib/encode.t
54253 ____________________________________________________________________________
54254 [  7497] By: jhi                                   on 2000/10/31  14:13:22
54255         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
54256              From: Peter Prymmer <pvhp@forte.com>
54257              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
54258              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
54259      Branch: perl
54260            ! t/lib/cgi-html.t
54261 ____________________________________________________________________________
54262 [  7496] By: jhi                                   on 2000/10/31  14:12:05
54263         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
54264              From: Peter Prymmer <pvhp@forte.com>
54265              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
54266              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
54267      Branch: perl
54268            ! t/lib/cgi-function.t
54269 ____________________________________________________________________________
54270 [  7495] By: jhi                                   on 2000/10/31  14:11:08
54271         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
54272              From: Peter Prymmer <pvhp@forte.com>
54273              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
54274              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
54275      Branch: perl
54276            + ext/re/hints/aix.pl
54277            ! MANIFEST ext/re/Makefile.PL
54278 ____________________________________________________________________________
54279 [  7494] By: jhi                                   on 2000/10/31  14:08:32
54280         Log: Use Errno magic.
54281              
54282              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
54283              From: Casey Tweten <perl@ctweten.amsite.com>
54284              Date: Mon, 30 Oct 2000 15:51:17 -0500
54285              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
54286      Branch: perl
54287            ! lib/File/Temp.pm
54288 ____________________________________________________________________________
54289 [  7493] By: jhi                                   on 2000/10/31  14:05:07
54290         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
54291              
54292              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
54293              From: Nicholas Clark <nick@ccl4.org>
54294              Date: Mon, 30 Oct 2000 17:38:45 +0000
54295              Message-ID: <20001030173845.O60355@plum.flirble.org>
54296      Branch: perl
54297            ! Makefile.SH utils/perlbug.PL
54298 ____________________________________________________________________________
54299 [  7492] By: nick                                  on 2000/10/30  19:37:23
54300         Log: Change files which are mysteriously different to mainline to be
54301              copies of mainline.
54302      Branch: perlio
54303            ! objXSUB.h perlapi.c pod/perlapi.pod
54304 ____________________________________________________________________________
54305 [  7491] By: nick                                  on 2000/10/30  18:05:54
54306         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
54307              - typo in endian code in putc.
54308              - Don't allow read of write-only files and vice-versa
54309              - and off-by-one in flush-all loop.
54310              Remove debug calls as they were using GCC specific features.
54311      Branch: perlio
54312            ! perlio.c
54313 ____________________________________________________________________________
54314 [  7490] By: nick                                  on 2000/10/29  21:45:45
54315         Log: Integrate mainline to perlio
54316      Branch: perlio
54317           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
54318           !> toke.c
54319 ____________________________________________________________________________
54320 [  7489] By: jhi                                   on 2000/10/29  21:11:08
54321         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
54322              From: andreas.koenig@anima.de (Andreas J. Koenig)
54323              Date: 29 Oct 2000 22:05:59 +0100
54324              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
54325      Branch: perl
54326            ! lib/ExtUtils/Manifest.pm
54327 ____________________________________________________________________________
54328 [  7488] By: jhi                                   on 2000/10/29  21:07:47
54329         Log: Tests for #7487.
54330              
54331              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
54332              From: andreas.koenig@anima.de (Andreas J. Koenig)
54333              Date: 29 Oct 2000 19:37:09 +0100
54334              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
54335      Branch: perl
54336            ! t/comp/proto.t
54337 ____________________________________________________________________________
54338 [  7487] By: jhi                                   on 2000/10/29  21:06:27
54339         Log: constsub spillage.
54340              
54341              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
54342              From: John Tobey <jtobey@john-edwin-tobey.org>
54343              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
54344              Message-Id: <m13pvSr-000FObC@feynman.localnet>
54345      Branch: perl
54346            ! op.c
54347 ____________________________________________________________________________
54348 [  7486] By: nick                                  on 2000/10/29  21:05:04
54349         Log: Integrate mainline to perlio branch
54350      Branch: perlio
54351           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
54352           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
54353           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
54354           +> vos/install_perl.cm
54355            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
54356            - vos/config.h vos/config_h.SH_orig
54357           !> (integrate 141 files)
54358 ____________________________________________________________________________
54359 [  7485] By: jhi                                   on 2000/10/29  21:00:47
54360         Log: Make \x{...} consistently produce UTF-8.
54361              
54362              Subject: Re: \x{...} is confused 
54363              From: Simon Cozens <simon@cozens.net>
54364              Date: Sun, 29 Oct 2000 19:36:48 +0000
54365              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
54366      Branch: perl
54367            ! t/pragma/utf8.t toke.c
54368 ____________________________________________________________________________
54369 [  7484] By: nick                                  on 2000/10/29  20:05:29
54370         Log: PerlIO passes all tests.
54371      Branch: perlio
54372            ! perlio.c
54373 ____________________________________________________________________________
54374 [  7483] By: jhi                                   on 2000/10/29  18:06:55
54375         Log: Update Changes.
54376      Branch: perl
54377            ! Changes patchlevel.h
54378 ____________________________________________________________________________
54379 [  7482] By: nick                                  on 2000/10/29  17:43:28
54380         Log: Include <unistd.h> to get correct lseek() prototype etc.
54381              (I thought perl.h did that) - down to two fails
54382              - comp/require.t (last test)
54383              - lib/io_xs.t - possibly import/export of FILE * ?
54384      Branch: perlio
54385            ! perlio.c
54386 ____________________________________________________________________________
54387 [  7481] By: jhi                                   on 2000/10/29  17:02:37
54388         Log: UTF-8 decoder tweak.
54389      Branch: perl
54390            ! utf8.c
54391 ____________________________________________________________________________
54392 [  7480] By: nick                                  on 2000/10/29  16:26:11
54393         Log: Fixed two bugs:
54394              - error code not being set on close (of broken pipe)
54395              - append mode was truncating.
54396              At least one seek/tell bug remains.
54397      Branch: perlio
54398            ! perlio.c
54399 ____________________________________________________________________________
54400 [  7479] By: nick                                  on 2000/10/29  11:18:16
54401         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
54402              in case of accidents. Still several worrying fails, no line disciplines yet.
54403      Branch: perlio
54404            ! iperlsys.h perlio.c
54405 ____________________________________________________________________________
54406 [  7478] By: jhi                                   on 2000/10/29  02:04:01
54407         Log: Add also emailless people.
54408      Branch: perl
54409            ! AUTHORS
54410 ____________________________________________________________________________
54411 [  7477] By: jhi                                   on 2000/10/29  01:36:00
54412         Log: The #7476 needs a MANIFEST change, too.
54413      Branch: perl
54414            ! MANIFEST
54415 ____________________________________________________________________________
54416 [  7476] By: jhi                                   on 2000/10/29  01:35:21
54417         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
54418      Branch: perl
54419            - MAINTAIN
54420            ! AUTHORS Changes
54421 ____________________________________________________________________________
54422 [  7475] By: jhi                                   on 2000/10/28  23:57:25
54423         Log: De-quoted-unreadable to ISO Latin 1.
54424              (There's one ISO-2022-JP name in Changes5.004.)
54425      Branch: perl
54426            ! Changes Changes5.6
54427 ____________________________________________________________________________
54428 [  7474] By: jhi                                   on 2000/10/28  19:13:06
54429         Log: Subject: [ID 20001027.007] uniq array in perlfaq
54430              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
54431              Date: Fri, 27 Oct 2000 19:28:30 +0200
54432              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
54433      Branch: perl
54434            ! pod/perlfaq4.pod
54435 ____________________________________________________________________________
54436 [  7473] By: jhi                                   on 2000/10/28  18:02:05
54437         Log: Locking null mutexes is not recommendable.
54438              
54439              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
54440              From: Hugo <hv@crypt.compulink.co.uk>
54441              Date: Sat, 28 Oct 2000 18:41:12 +0100
54442              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
54443      Branch: perl
54444            ! op.c
54445 ____________________________________________________________________________
54446 [  7472] By: jhi                                   on 2000/10/28  17:52:58
54447         Log: Better create a true mailing list for the repository keepers.
54448      Branch: perl
54449            ! Porting/repository.pod
54450 ____________________________________________________________________________
54451 [  7471] By: jhi                                   on 2000/10/28  17:28:24
54452         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
54453              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
54454      Branch: perl
54455            + Porting/repository.pod
54456            ! MANIFEST
54457 ____________________________________________________________________________
54458 [  7470] By: jhi                                   on 2000/10/28  17:20:54
54459         Log: Subject: DOC PATCH 5.6.0
54460              From: mjd@plover.com
54461              Date: 27 Oct 2000 17:32:44 -0000
54462              Message-ID: <20001027173244.23754.qmail@plover.com>
54463      Branch: perl
54464            ! pod/perlfunc.pod
54465 ____________________________________________________________________________
54466 [  7469] By: jhi                                   on 2000/10/28  17:16:45
54467         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
54468              From: "Peter J. Farley III" <pjfarley@banet.net>
54469              Date: Fri, 27 Oct 2000 20:32:56 -0400
54470              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
54471      Branch: perl
54472            ! README.dos
54473 ____________________________________________________________________________
54474 [  7468] By: jhi                                   on 2000/10/28  17:07:18
54475         Log: Make target reordering to avoid pointless re-makes.
54476              
54477              Subject: Re: Total re-make of 'make okfile' after 7451 ?
54478              From: Nicholas Clark <nick@ccl4.org>
54479              Date: Sat, 28 Oct 2000 00:31:02 +0100
54480              Message-ID: <20001028003101.A54517@plum.flirble.org>
54481      Branch: perl
54482            ! Makefile.SH
54483 ____________________________________________________________________________
54484 [  7467] By: jhi                                   on 2000/10/28  17:05:31
54485         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
54486              From: lvirden@cas.org
54487              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
54488              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
54489      Branch: perl
54490            ! README.os2
54491 ____________________________________________________________________________
54492 [  7466] By: jhi                                   on 2000/10/28  16:09:16
54493         Log: Upgrade to CPAN 1.58_55.
54494              
54495              Subject: CPAN.pm status
54496              From: andreas.koenig@anima.de (Andreas J. Koenig) 
54497              Date: 28 Oct 2000 08:18:00 +0200 
54498              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
54499      Branch: perl
54500            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
54501 ____________________________________________________________________________
54502 [  7465] By: jhi                                   on 2000/10/28  16:02:47
54503         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
54504      Branch: perl
54505            ! embed.h embed.pl perl.h proto.h toke.c
54506 ____________________________________________________________________________
54507 [  7464] By: nick                                  on 2000/10/28  10:43:44
54508         Log: Fix for sv_2iv() on "shared" value from keys %hash.
54509      Branch: perl
54510            ! sv.c
54511 ____________________________________________________________________________
54512 [  7463] By: jhi                                   on 2000/10/27  16:18:29
54513         Log: Update Changes.
54514      Branch: perl
54515            ! Changes patchlevel.h
54516 ____________________________________________________________________________
54517 [  7462] By: jhi                                   on 2000/10/27  16:17:44
54518         Log: Too enthusiastic editing in #7460.
54519      Branch: metaconfig
54520            ! U/modified/Oldsym.U
54521      Branch: perl
54522            ! Configure config_h.SH
54523 ____________________________________________________________________________
54524 [  7461] By: jhi                                   on 2000/10/27  15:37:38
54525         Log: Retract #7459, the script needs more work.
54526      Branch: perl
54527            - mkreef
54528            ! MANIFEST
54529 ____________________________________________________________________________
54530 [  7460] By: jhi                                   on 2000/10/27  15:23:14
54531         Log: Use $sort, $uniq (and $tr) consistently as wondered
54532              by Nicholas Clark.
54533      Branch: metaconfig
54534            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
54535            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
54536            ! U/modified/libc.U
54537      Branch: perl
54538            ! Configure config_h.SH
54539 ____________________________________________________________________________
54540 [  7459] By: jhi                                   on 2000/10/27  15:02:07
54541         Log: (Retracted by #7461)
54542              
54543              Add a shell script for creating/removing symbolic link farms,
54544              useful for keeping the source code read-only and doing the
54545              builds somewhere else.
54546      Branch: perl
54547            + mkreef
54548            ! MANIFEST
54549 ____________________________________________________________________________
54550 [  7458] By: jhi                                   on 2000/10/27  14:42:20
54551         Log: Do away with the fix_pl.
54552      Branch: perl
54553            - fix_pl
54554            ! MANIFEST Makefile.SH
54555 ____________________________________________________________________________
54556 [  7457] By: jhi                                   on 2000/10/27  12:43:13
54557         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
54558              From: Jens Hamisch <jens@Strawberry.COM>
54559              Date: Fri, 27 Oct 2000 14:38:21 +0200
54560              Message-Id: <20001027143821.B3366@Strawberry.COM>
54561      Branch: perl
54562            ! perl.h
54563 ____________________________________________________________________________
54564 [  7456] By: jhi                                   on 2000/10/27  12:33:42
54565         Log: Subject: [PATCH] todo
54566              From: Nicholas Clark <nick@ccl4.org>
54567              Date: Thu, 26 Oct 2000 22:32:29 +0100
54568              Message-ID: <20001026223229.A44540@plum.flirble.org>
54569      Branch: perl
54570            ! pod/perltodo.pod
54571 ____________________________________________________________________________
54572 [  7455] By: jhi                                   on 2000/10/27  12:02:21
54573         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
54574              From: John Tobey <jtobey@john-edwin-tobey.org>
54575              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
54576              Message-Id: <m13ozHF-000FObC@feynman.localnet>
54577      Branch: perl
54578            ! op.c t/pragma/sub_lval.t
54579 ____________________________________________________________________________
54580 [  7454] By: jhi                                   on 2000/10/27  11:59:42
54581         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
54582              From: sthoenna@efn.org
54583              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
54584              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
54585      Branch: perl
54586            ! pp.c t/op/assignwarn.t
54587 ____________________________________________________________________________
54588 [  7453] By: jhi                                   on 2000/10/27  00:15:08
54589         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
54590      Branch: perl
54591            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
54592            ! ext/Storable/Storable.xs t/lib/st-lock.t
54593 ____________________________________________________________________________
54594 [  7452] By: jhi                                   on 2000/10/26  13:05:52
54595         Log: Undo #7451, this seems to be a deficiency in Perforce,
54596              there is no per-file line-terminator type, only per-client.
54597      Branch: perl
54598            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
54599            ! win32/makefile.mk
54600 ____________________________________________________________________________
54601 [  7451] By: jhi                                   on 2000/10/26  04:56:03
54602         Log: Experimenting in DOS arcana.
54603      Branch: perl
54604            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
54605            ! win32/makefile.mk
54606 ____________________________________________________________________________
54607 [  7450] By: jhi                                   on 2000/10/26  04:50:52
54608         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
54609              From: "Peter J. Farley III" <pjfarley@banet.net>            
54610              Date: Wed, 25 Oct 2000 23:10:18 -0400
54611              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
54612      Branch: perl
54613            ! t/io/open.t
54614 ____________________________________________________________________________
54615 [  7449] By: jhi                                   on 2000/10/26  04:49:16
54616         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
54617              From: Hugo <hv@crypt.compulink.co.uk>
54618              Date: Thu, 26 Oct 2000 01:55:17 +0100
54619              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
54620              
54621              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
54622      Branch: perl
54623            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
54624 ____________________________________________________________________________
54625 [  7448] By: jhi                                   on 2000/10/26  04:38:36
54626         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
54627              From: Peter Prymmer <pvhp@forte.com>
54628              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
54629              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
54630      Branch: perl
54631            ! configure.com
54632 ____________________________________________________________________________
54633 [  7447] By: jhi                                   on 2000/10/25  23:20:02
54634         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
54635              in platforms that strictly require all the symbols being present
54636              at link time.
54637      Branch: perl
54638            ! handy.h
54639 ____________________________________________________________________________
54640 [  7446] By: jhi                                   on 2000/10/25  21:55:57
54641         Log: Update Changes.
54642      Branch: perl
54643            ! Changes patchlevel.h
54644 ____________________________________________________________________________
54645 [  7445] By: jhi                                   on 2000/10/25  21:27:08
54646         Log: Integrate with vmsperl #7430 by Charles Bailey:
54647              
54648              Cleanup from prior patch (Charles Lane?):
54649              - improve handling of MFDs in Basename and Path
54650              - default to no xsubpp line # munging when building debug images
54651      Branch: perl
54652           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
54653 ____________________________________________________________________________
54654 [  7444] By: jhi                                   on 2000/10/25  21:03:50
54655         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
54656              From: John Peacock <JPeacock@UnivPress.com>
54657              Date: Thu, 18 May 2000 11:55:27 -0400
54658              Message-ID: <3924126F.A58BE57A@UnivPress.com>
54659      Branch: perl
54660            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
54661            ! t/op/write.t
54662 ____________________________________________________________________________
54663 [  7443] By: jhi                                   on 2000/10/25  20:43:10
54664         Log: Temporary stopgap for the self-tying issue: for now only
54665              array and hash self-ties are verboten.  The real fix, of
54666              course, would be to comprehensively test (and implement?)
54667              and debug (and document) self-ties.
54668      Branch: perl
54669            ! pod/perldiag.pod pp_sys.c t/op/tie.t
54670 ____________________________________________________________________________
54671 [  7442] By: jhi                                   on 2000/10/25  20:14:30
54672         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
54673              From: Dan Sugalski <dan@sidhe.org>
54674              Date: Wed, 25 Oct 2000 13:36:35 -0400
54675              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
54676              
54677              plus regen global.sym.
54678      Branch: perl
54679            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
54680            ! thrdvar.h util.c
54681 ____________________________________________________________________________
54682 [  7441] By: jhi                                   on 2000/10/25  20:12:20
54683         Log: buildtoc target tweaks.
54684      Branch: perl
54685            ! pod/Makefile.SH
54686 ____________________________________________________________________________
54687 [  7440] By: jhi                                   on 2000/10/25  20:03:53
54688         Log: A new version of making the syslog test more robust.
54689              (Replaces #7421.)
54690              
54691              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
54692              From: "Kurt D. Starsinic" <kstar@chapin.edu>
54693              Date: Wed, 25 Oct 2000 12:13:54 -0400
54694              Message-ID: <20001025121354.B2264@O2.chapin.edu>
54695      Branch: perl
54696            ! t/lib/syslog.t
54697 ____________________________________________________________________________
54698 [  7439] By: jhi                                   on 2000/10/25  20:00:48
54699         Log: Continue the internal UTF-8 API tweaking.
54700              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
54701              used much more than the simpler API, now called utf8_to_uv_simple().
54702              Still not quite happy with API, too much partial duplication
54703              of functionality.
54704      Branch: perl
54705            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
54706            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
54707            ! regcomp.c regexec.c sv.c toke.c utf8.c
54708 ____________________________________________________________________________
54709 [  7438] By: jhi                                   on 2000/10/25  18:52:30
54710         Log: Allow poking holes at the UTF-8 decoding strictness.
54711      Branch: perl
54712            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
54713            ! utf8.h
54714 ____________________________________________________________________________
54715 [  7437] By: jhi                                   on 2000/10/25  13:53:05
54716         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
54717              UTF8LEN() and UTF8SKIP(). 
54718      Branch: perl
54719            ! pp.c utf8.c utf8.h
54720 ____________________________________________________________________________
54721 [  7436] By: jhi                                   on 2000/10/25  13:51:37
54722         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
54723              From: Nicholas Clark <nick@ccl4.org>
54724              Date: Wed, 25 Oct 2000 14:44:05 +0100
54725              Message-ID: <20001025144404.D27253@plum.flirble.org>
54726      Branch: perl
54727            ! pod/perlrun.pod
54728 ____________________________________________________________________________
54729 [  7435] By: jhi                                   on 2000/10/25  13:49:32
54730         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
54731              From: Mike Guy <mjtg@cam.ac.uk>
54732              Date: Tue, 24 Oct 2000 14:59:40 +0100
54733              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
54734      Branch: perl
54735            ! scope.c
54736 ____________________________________________________________________________
54737 [  7434] By: jhi                                   on 2000/10/25  13:48:41
54738         Log: AIX is picky about its symbol exports.  Solution for now
54739              is to include the deb.o explicitly to the re extension build.
54740              
54741              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
54742              From: Peter Prymmer <pvhp@forte.com>
54743              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
54744              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
54745      Branch: perl
54746            ! ext/re/Makefile.PL hints/aix.sh
54747 ____________________________________________________________________________
54748 [  7433] By: jhi                                   on 2000/10/25  13:46:49
54749         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
54750              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54751              Date: Wed, 25 Oct 2000 12:02:20 +0200
54752              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
54753      Branch: perl
54754            ! perlsdio.h
54755 ____________________________________________________________________________
54756 [  7432] By: jhi                                   on 2000/10/25  13:44:28
54757         Log: Subject: Minor update to find2perl, for portability
54758              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
54759              Date: Wed, 25 Oct 2000 12:05:47 +0100
54760              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
54761      Branch: perl
54762            ! x2p/find2perl.PL
54763 ____________________________________________________________________________
54764 [  7431] By: jhi                                   on 2000/10/25  13:40:39
54765         Log: Add targets to Makefile.SH, most importantly
54766              'regen_all' which also remembers to update vms/perly*.
54767      Branch: perl
54768            ! Makefile.SH
54769 ____________________________________________________________________________
54770 [  7430] By: bailey                                on 2000/10/25  03:13:53
54771         Log: Cleanup from prior patch (Charles Lane?):
54772              - improve handling of MFDs in Basename and Path
54773              - default to no xsubpp line # munging when building debug images
54774      Branch: vmsperl
54775            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
54776 ____________________________________________________________________________
54777 [  7429] By: jhi                                   on 2000/10/24  20:03:40
54778         Log: Podify README.epoc and README.vos.
54779      Branch: perl
54780            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
54781            ! pod/perlport.pod pod/perltoc.pod
54782 ____________________________________________________________________________
54783 [  7428] By: jhi                                   on 2000/10/24  19:10:33
54784         Log: Stratus VOS updates from Paul Green.
54785      Branch: perl
54786            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
54787            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
54788            - vos/config.def vos/config.h vos/config_h.SH_orig
54789            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
54790            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
54791 ____________________________________________________________________________
54792 [  7427] By: jhi                                   on 2000/10/24  18:59:48
54793         Log: Check if stdio supports tweaking lval and cnt simultaneously.
54794              
54795              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
54796              From: Nicholas Clark <nick@ccl4.org>
54797              Date: Mon, 23 Oct 2000 15:39:32 +0100
54798              Message-ID: <20001023153932.A10786@plum.flirble.org>
54799      Branch: metaconfig
54800            ! U/compline/d_stdstdio.U
54801      Branch: perl
54802            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54803            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
54804            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
54805            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
54806            ! vos/config.h vos/config_h.SH_orig win32/config.bc
54807            ! win32/config.gc win32/config.vc
54808 ____________________________________________________________________________
54809 [  7426] By: jhi                                   on 2000/10/24  17:57:44
54810         Log: Missed the header file changes from #7425.
54811      Branch: perl
54812            ! embed.h embed.pl objXSUB.h proto.h
54813 ____________________________________________________________________________
54814 [  7425] By: jhi                                   on 2000/10/24  17:55:17
54815         Log: Fix the bug reported in
54816              
54817              From: andreas.koenig@anima.de (Andreas J. Koenig)
54818              Subject: Encode bug?
54819              Date: 24 Oct 2000 14:01:26 +0200 
54820              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
54821              
54822              Also make is_utf8_char() stricter.
54823      Branch: perl
54824            ! ext/Encode/Encode.xs utf8.c
54825 ____________________________________________________________________________
54826 [  7424] By: jhi                                   on 2000/10/24  15:15:39
54827         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
54828              From: Peter Scott <Peter@PSDT.com>
54829              Date: Mon, 23 Oct 2000 19:46:01 -0700
54830              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
54831      Branch: perl
54832            ! pod/perlfaq5.pod
54833 ____________________________________________________________________________
54834 [  7423] By: jhi                                   on 2000/10/24  14:25:30
54835         Log: Test tweak to avoid pulling in the whole Config.
54836      Branch: perl
54837            ! t/lib/st-lock.t
54838 ____________________________________________________________________________
54839 [  7422] By: jhi                                   on 2000/10/24  14:03:16
54840         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
54841      Branch: perl
54842            ! pp.c
54843 ____________________________________________________________________________
54844 [  7421] By: jhi                                   on 2000/10/24  13:32:09
54845         Log: (Replaced by #7440.)
54846              
54847              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
54848              From: "Kurt D. Starsinic" <kstar@chapin.edu>
54849              Date: Mon, 23 Oct 2000 16:40:54 -0400
54850              Message-ID: <20001023164054.B14491@O2.chapin.edu>
54851      Branch: perl
54852            ! t/lib/syslog.t
54853 ____________________________________________________________________________
54854 [  7420] By: jhi                                   on 2000/10/24  13:30:53
54855         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
54856              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54857              Date: Mon, 23 Oct 2000 17:29:03 -0400
54858              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
54859      Branch: perl
54860            ! lib/ExtUtils/MM_Unix.pm
54861 ____________________________________________________________________________
54862 [  7419] By: jhi                                   on 2000/10/24  13:29:57
54863         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
54864              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54865              Date: Mon, 23 Oct 2000 19:01:32 -0400
54866              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
54867      Branch: perl
54868            ! utils/h2xs.PL
54869 ____________________________________________________________________________
54870 [  7418] By: jhi                                   on 2000/10/24  13:26:04
54871         Log: Replace #7409 with
54872              
54873              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
54874              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
54875              Date: Mon, 23 Oct 2000 20:08:56 +0200
54876              Message-ID: <20001023200855.A14850@nice.ram.loc>
54877      Branch: perl
54878            ! ext/Storable/Storable.pm t/lib/st-lock.t
54879 ____________________________________________________________________________
54880 [  7417] By: jhi                                   on 2000/10/24  13:17:52
54881         Log: Run vms/vms_yfix.pl, should have done that after changing
54882              perly.c in #7382.
54883      Branch: perl
54884            ! vms/perly_c.vms vms/perly_h.vms
54885 ____________________________________________________________________________
54886 [  7416] By: jhi                                   on 2000/10/24  02:55:33
54887         Log: Make the UTF-8 decoding stricter and more verbose when
54888              malformation happens.  This involved adding an argument
54889              to utf8_to_uv_chk(), which involved changing its prototype,
54890              and prefer STRLEN over I32 for the UTF-8 length, which as
54891              a domino effect necessitated changing the prototypes of
54892              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
54893              The stricter UTF-8 decoding checking uses Markus Kuhn's
54894              UTF-8 Decode Stress Tester from
54895              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
54896      Branch: perl
54897            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
54898            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
54899            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
54900            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
54901 ____________________________________________________________________________
54902 [  7415] By: jhi                                   on 2000/10/23  14:06:06
54903         Log: Update Changes.
54904      Branch: perl
54905            ! Changes patchlevel.h
54906 ____________________________________________________________________________
54907 [  7414] By: jhi                                   on 2000/10/23  12:39:52
54908         Log: Undo the basename() part of #7412 since the lib/basename
54909              tests would need upgrading too.
54910      Branch: perl
54911            ! lib/File/Basename.pm
54912 ____________________________________________________________________________
54913 [  7413] By: jhi                                   on 2000/10/23  12:19:27
54914         Log: Document PERL_INSTALL_ROOT of #7210.
54915      Branch: perl
54916            ! lib/ExtUtils/Install.pm
54917 ____________________________________________________________________________
54918 [  7412] By: jhi                                   on 2000/10/23  12:16:47
54919         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
54920      Branch: perl
54921            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
54922            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
54923 ____________________________________________________________________________
54924 [  7411] By: jhi                                   on 2000/10/23  12:07:41
54925         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
54926              From: Prymmer/Kahn <pvhp@best.com>
54927              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
54928              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
54929      Branch: perl
54930            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
54931 ____________________________________________________________________________
54932 [  7410] By: jhi                                   on 2000/10/23  04:10:11
54933         Log: The change #7187 was not so good on VMS.
54934              
54935              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
54936              From: "Craig A. Berry" <craig.berry@psinetcs.com>
54937              Date: Sun, 22 Oct 2000 23:03:08 -0500
54938              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
54939      Branch: perl
54940            ! utils/perldoc.PL
54941 ____________________________________________________________________________
54942 [  7409] By: jhi                                   on 2000/10/23  03:57:36
54943         Log: Avoid Storable locking on DJGPP for now.
54944              
54945              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
54946              From: "Peter J. Farley III" <pjfarley@banet.net>
54947              Date: Sun, 22 Oct 2000 20:00:00 -0400
54948              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
54949      Branch: perl
54950            ! ext/Storable/Storable.pm t/lib/st-lock.t
54951 ____________________________________________________________________________
54952 [  7408] By: jhi                                   on 2000/10/23  03:50:24
54953         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
54954              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
54955              Date: Sun, 22 Oct 2000 21:12:22 -0400
54956              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
54957      Branch: perl
54958            ! lib/vars.pm
54959 ____________________________________________________________________________
54960 [  7407] By: jhi                                   on 2000/10/23  03:43:12
54961         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
54962              From: Hugo <hv@crypt.compulink.co.uk>
54963              Date: Mon, 23 Oct 2000 00:47:22 +0100
54964              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
54965      Branch: perl
54966            ! regexec.c t/op/pat.t
54967 ____________________________________________________________________________
54968 [  7406] By: jhi                                   on 2000/10/23  03:40:29
54969         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
54970      Branch: perl
54971            ! lib/ExtUtils/MakeMaker.pm
54972 ____________________________________________________________________________
54973 [  7405] By: jhi                                   on 2000/10/22  21:32:00
54974         Log: Doc patch.
54975              
54976              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
54977              From: rspier@pobox.com (Robert Spier)
54978              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
54979              Message-ID: <14835.16112.13457.447971@rls.cx>
54980      Branch: perl
54981            ! lib/strict.pm
54982 ____________________________________________________________________________
54983 [  7404] By: jhi                                   on 2000/10/22  21:30:51
54984         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
54985              From: rspier@pobox.com (Robert Spier)
54986              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
54987              Message-ID: <14835.17223.72448.705566@rls.cx>
54988      Branch: perl
54989            ! lib/ExtUtils/MakeMaker.pm
54990 ____________________________________________________________________________
54991 [  7403] By: jhi                                   on 2000/10/22  21:24:11
54992         Log: Subject: [PATCH bleadperl] ripples from constsub patch
54993              From: John Tobey <jtobey@john-edwin-tobey.org>
54994              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
54995              Message-Id: <m13nSOB-000FObC@feynman.localnet>
54996      Branch: perl
54997            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
54998 ____________________________________________________________________________
54999 [  7402] By: jhi                                   on 2000/10/22  20:59:35
55000         Log: Support s?printf parameter reordering.
55001      Branch: perl
55002            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
55003 ____________________________________________________________________________
55004 [  7401] By: jhi                                   on 2000/10/22  19:19:14
55005         Log: Expand %Config variables only if explicitly so requested
55006              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
55007              
55008              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
55009              From: Gurusamy Sarathy <gsar@ActiveState.com>
55010              Date: Sun, 22 Oct 2000 11:47:32 -0700
55011              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
55012      Branch: perl
55013            ! Makefile.SH lib/lib_pm.PL
55014 ____________________________________________________________________________
55015 [  7400] By: jhi                                   on 2000/10/22  18:24:10
55016         Log: Move the #7390 test from warn/op to comp/redef.
55017              
55018              Subject: Re: Creating const subs for constants.
55019              From: John Tobey <jtobey@john-edwin-tobey.org>
55020              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
55021              Message-Id: <m13nG72-000FObC@feynman.localnet>               
55022      Branch: perl
55023            ! t/comp/redef.t t/pragma/warn/op
55024 ____________________________________________________________________________
55025 [  7399] By: jhi                                   on 2000/10/22  17:49:59
55026         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
55027              From: Nicholas Clark <nick@ccl4.org>
55028              Date: Sat, 21 Oct 2000 22:23:19 +0100
55029              Message-ID: <20001021222319.B45586@plum.flirble.org>
55030      Branch: perl
55031            ! ext/DynaLoader/DynaLoader_pm.PL
55032 ____________________________________________________________________________
55033 [  7398] By: jhi                                   on 2000/10/22  17:47:35
55034         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
55035              From: Hugo <hv@crypt.compulink.co.uk>
55036              Date: Sat, 21 Oct 2000 18:19:59 +0100
55037              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
55038      Branch: perl
55039            ! ext/B/B.pm ext/B/B/C.pm
55040 ____________________________________________________________________________
55041 [  7397] By: jhi                                   on 2000/10/22  17:35:18
55042         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
55043              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
55044              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
55045              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
55046      Branch: perl
55047            ! hints/openbsd.sh
55048 ____________________________________________________________________________
55049 [  7396] By: jhi                                   on 2000/10/22  17:19:46
55050         Log: Subject: installman go-faster stripes
55051              From: Nicholas Clark <nick@talking.bollo.cx>
55052              Date: Sat, 21 Oct 2000 17:24:53 +0100
55053              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
55054              
55055              Subject: Re: installman go-faster stripes
55056              From: Russ Allbery <rra@stanford.edu>
55057              Date: 21 Oct 2000 11:04:13 -0700
55058              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
55059      Branch: perl
55060            ! installman pod/pod2man.PL
55061 ____________________________________________________________________________
55062 [  7395] By: jhi                                   on 2000/10/22  17:17:35
55063         Log: Hints tweak from Anton Berezin.
55064      Branch: perl
55065            ! hints/freebsd.sh
55066 ____________________________________________________________________________
55067 [  7394] By: jhi                                   on 2000/10/22  04:50:04
55068         Log: Tweak the Is* definitions of Unicode character classes
55069              to better match the official categorizations; embrace
55070              the official categorizations; add the combining marks
55071              as alpha (and -numeric); fix DCinital (a typo and edito)
55072              to be DCmedial.
55073      Branch: perl
55074            + lib/unicode/Is/DCmedial.pl
55075            - lib/unicode/Is/DCinital.pl
55076            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
55077            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
55078            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
55079            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
55080 ____________________________________________________________________________
55081 [  7393] By: jhi                                   on 2000/10/21  18:06:05
55082         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
55083              From: Daniel Chetlin <daniel@chetlin.com>
55084              Date: Sat, 21 Oct 2000 02:57:03 -0700
55085              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
55086      Branch: perl
55087            + t/lib/tie-splice.t
55088            ! MANIFEST lib/Tie/Array.pm
55089 ____________________________________________________________________________
55090 [  7392] By: gsar                                  on 2000/10/21  18:05:15
55091         Log: resync utfperl branch with mainline
55092      Branch: utfperl
55093           !> (integrate 1760 files)
55094 ____________________________________________________________________________
55095 [  7391] By: jhi                                   on 2000/10/21  14:37:49
55096         Log: Testcases for a #7383,#7385 related bug.
55097              
55098              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
55099              From: Nicholas Clark <nick@ccl4.org>
55100              Date: Sat, 21 Oct 2000 15:04:51 +0100
55101              Message-ID: <20001021150451.A51566@plum.flirble.org>
55102      Branch: perl
55103            ! t/pragma/utf8.t
55104 ____________________________________________________________________________
55105 [  7390] By: jhi                                   on 2000/10/21  14:35:57
55106         Log: Add a testcase for #7389.
55107      Branch: perl
55108            ! t/pragma/warn/op
55109 ____________________________________________________________________________
55110 [  7389] By: jhi                                   on 2000/10/21  14:26:45
55111         Log: Subject: Re: Creating const subs for constants.
55112              From: John Tobey <jtobey@john-edwin-tobey.org>
55113              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
55114              Message-Id: <m13mo0N-000FObC@feynman.localnet>
55115      Branch: perl
55116            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
55117            ! proto.h sv.c
55118 ____________________________________________________________________________
55119 [  7388] By: nick                                  on 2000/10/21  11:44:23
55120         Log: Populate perlio branch
55121      Branch: perlio
55122           +> (branch 1760 files)
55123 ____________________________________________________________________________
55124 [  7387] By: nick                                  on 2000/10/21  10:52:05
55125         Log: Get branch back as replica of mainline via :
55126              p4 integrate -b utfperl
55127              p4 resolve -at ./...
55128      Branch: utfperl
55129           +> (branch 269 files)
55130            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
55131            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
55132            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
55133            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
55134            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
55135            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
55136            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
55137            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
55138            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
55139            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
55140            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
55141            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
55142            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
55143            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
55144            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
55145            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
55146            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
55147            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
55148            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
55149            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
55150            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
55151            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
55152            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
55153            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
55154            - lib/unicode/UCD300.html lib/unicode/Unicode.300
55155            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
55156            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
55157            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
55158            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
55159           !> (integrate 965 files)
55160 ____________________________________________________________________________
55161 [  7386] By: jhi                                   on 2000/10/21  01:31:12
55162         Log: Update Changes.
55163      Branch: perl
55164            ! Changes patchlevel.h
55165 ____________________________________________________________________________
55166 [  7385] By: jhi                                   on 2000/10/21  01:28:42
55167         Log: The #7383 was right only in the context of the original bug report,
55168              not in more general case.
55169      Branch: perl
55170            ! pp_hot.c
55171 ____________________________________________________________________________
55172 [  7384] By: jhi                                   on 2000/10/21  01:08:23
55173         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
55174      Branch: perl
55175            ! ext/IO/lib/IO/Select.pm
55176 ____________________________________________________________________________
55177 [  7383] By: jhi                                   on 2000/10/21  00:44:18
55178         Log: Fix for ID 20001020.006, concatenating an unset submatch
55179              with utf8 resulted in "Modification of a read-only value".
55180      Branch: perl
55181            ! pp_hot.c t/pragma/utf8.t
55182 ____________________________________________________________________________
55183 [  7382] By: jhi                                   on 2000/10/20  20:44:31
55184         Log: Make scan_num() reëntrant, as suggested in
55185              
55186              Subject: [PATCH perl@7229] Rentrant parser and yylex()
55187              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
55188              Date: Fri, 20 Oct 2000 14:17:27 +0100
55189              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
55190      Branch: perl
55191            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
55192            ! toke.c
55193 ____________________________________________________________________________
55194 [  7381] By: jhi                                   on 2000/10/20  20:07:29
55195         Log: Reëntrancy fix.
55196              
55197              Subject: [PATCH perl@7229] Rentrant parser and yylex()
55198              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
55199              Date: Fri, 20 Oct 2000 14:17:27 +0100
55200              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
55201      Branch: perl
55202            ! embed.h embed.pl perl.h proto.h toke.c
55203 ____________________________________________________________________________
55204 [  7380] By: jhi                                   on 2000/10/20  19:15:54
55205         Log: Don't write double values through long double pointers,
55206              based on a part of
55207              
55208              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
55209              From: Jens Hamisch <jens@Strawberry.COM>
55210              Date: Tue, 17 Oct 2000 08:39:36 +0200
55211              Message-Id: <20001017083936.A11104@Strawberry.COM>
55212      Branch: perl
55213            ! perl.h pp.c
55214 ____________________________________________________________________________
55215 [  7379] By: jhi                                   on 2000/10/20  18:43:37
55216         Log: Portability tweak on #7377.
55217              
55218              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
55219              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55220              Date:     Fri, 20 Oct 2000 13:13:41 EDT
55221              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
55222      Branch: perl
55223            ! t/lib/dprof.t
55224 ____________________________________________________________________________
55225 [  7378] By: jhi                                   on 2000/10/20  12:57:19
55226         Log: SOCKS function redefinitions need prototypes, too, otherwise
55227              for example 32 bit versus 64 bit differences cause a lot of
55228              problems.  Part of
55229              
55230              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
55231              From: Jens Hamisch <jens@Strawberry.COM>
55232              Date: Tue, 17 Oct 2000 08:39:36 +0200
55233              Message-Id: <20001017083936.A11104@Strawberry.COM>
55234      Branch: perl
55235            ! doio.c pp_sys.c
55236 ____________________________________________________________________________
55237 [  7377] By: jhi                                   on 2000/10/20  12:37:12
55238         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
55239              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55240              Date:     Fri, 20 Oct 2000 08:26:04 EDT
55241              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
55242      Branch: perl
55243            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
55244 ____________________________________________________________________________
55245 [  7376] By: jhi                                   on 2000/10/20  12:35:31
55246         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
55247              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55248              Date:     Fri, 20 Oct 2000 07:48:15 EDT
55249              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
55250      Branch: perl
55251            ! configure.com vms/gen_shrfls.pl
55252 ____________________________________________________________________________
55253 [  7375] By: bailey                                on 2000/10/20  04:44:37
55254         Log: SYN SYN
55255      Branch: vmsperl
55256           +> (branch 134 files)
55257            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
55258            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
55259            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
55260            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
55261            - eg/cgi/frameset.cgi eg/cgi/index.html
55262            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
55263            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
55264            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
55265            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
55266            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
55267            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
55268            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
55269            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
55270            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
55271            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
55272            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
55273            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
55274            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
55275            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
55276            - lib/unicode/Props.txt lib/unicode/UCD300.html
55277            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
55278            - utils/perlbc.PL vms/subconfigure.com
55279           !> (integrate 785 files)
55280 ____________________________________________________________________________
55281 [  7374] By: jhi                                   on 2000/10/20  00:59:48
55282         Log: In the latest compiler builds cccdlflags must not become -fpic,
55283              from Wilfredo Sánchez.
55284      Branch: perl
55285            ! hints/darwin.sh
55286 ____________________________________________________________________________
55287 [  7373] By: jhi                                   on 2000/10/20  00:56:35
55288         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
55289              From: Tony Cook <tony@develop-help.com>
55290              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
55291              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
55292      Branch: perl
55293            ! pod/perlop.pod
55294 ____________________________________________________________________________
55295 [  7372] By: jhi                                   on 2000/10/19  19:34:40
55296         Log: Typo noted by Mark Lutz.
55297      Branch: perl
55298            ! t/op/64bitint.t
55299 ____________________________________________________________________________
55300 [  7371] By: jhi                                   on 2000/10/19  19:33:13
55301         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
55302      Branch: metaconfig
55303            ! U/modified/Cppsym.U U/modified/Oldconfig.U
55304      Branch: metaconfig/U/perl
55305            ! End.U dlsrc.U libperl.U
55306      Branch: perl
55307            + hints/nonstopux.sh
55308            ! Configure MANIFEST config_h.SH
55309 ____________________________________________________________________________
55310 [  7370] By: jhi                                   on 2000/10/19  17:18:08
55311         Log: Subject: PATCH do_print has 2 PerlIO_error()s
55312              From: nick@ccl4.org
55313              Date: Thu, 19 Oct 2000 18:09:20 +0100
55314              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
55315      Branch: perl
55316            ! doio.c
55317 ____________________________________________________________________________
55318 [  7369] By: jhi                                   on 2000/10/19  14:01:49
55319         Log: Update Changes.
55320      Branch: perl
55321            ! Changes patchlevel.h
55322 ____________________________________________________________________________
55323 [  7368] By: jhi                                   on 2000/10/19  13:04:29
55324         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
55325              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55326              Date: Wed, 18 Oct 2000 13:12:01 +0200
55327              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
55328      Branch: perl
55329            ! hints/aix.sh
55330 ____________________________________________________________________________
55331 [  7367] By: jhi                                   on 2000/10/19  02:22:40
55332         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
55333              of a 'pmshort' anywhere in the B, so the offending line was simply
55334              removed.
55335      Branch: perl
55336            ! ext/B/B/Debug.pm
55337 ____________________________________________________________________________
55338 [  7366] By: jhi                                   on 2000/10/19  02:12:37
55339         Log: Add the test case for the bug id 20000730.004 which seems
55340              to have been fixed by now.
55341      Branch: perl
55342            ! t/pragma/utf8.t
55343 ____________________________________________________________________________
55344 [  7365] By: jhi                                   on 2000/10/18  23:36:24
55345         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
55346              From: Hugo <hv@crypt.compulink.co.uk>
55347              Date: Wed, 18 Oct 2000 23:25:58 +0100
55348              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
55349      Branch: perl
55350            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
55351 ____________________________________________________________________________
55352 [  7364] By: jhi                                   on 2000/10/18  21:12:53
55353         Log: (retracted)
55354      Branch: perl
55355            ! pp.c
55356 ____________________________________________________________________________
55357 [  7363] By: jhi                                   on 2000/10/18  20:55:38
55358         Log: Missing change from #7362.
55359      Branch: perl
55360            ! win32/perlhost.h
55361 ____________________________________________________________________________
55362 [  7362] By: jhi                                   on 2000/10/18  20:52:01
55363         Log: Borland C fstat() never saw the fd as writable.
55364              
55365              Subject: fix for Borland's weak "stat" (perl@7211)
55366              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
55367              Date: Mon, 16 Oct 2000 09:55:03 +0400
55368              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
55369      Branch: perl
55370            ! win32/win32.c
55371 ____________________________________________________________________________
55372 [  7361] By: jhi                                   on 2000/10/18  17:43:50
55373         Log: Regen toc.
55374      Branch: perl
55375            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
55376 ____________________________________________________________________________
55377 [  7360] By: jhi                                   on 2000/10/18  17:07:44
55378         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55379              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
55380              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
55381              Date: Mon, 16 Oct 2000 15:19:49 +0200
55382      Branch: perl
55383            + README.aix
55384            ! MANIFEST
55385 ____________________________________________________________________________
55386 [  7359] By: jhi                                   on 2000/10/18  17:04:49
55387         Log: Subject: Pod patch for Devel::Peek
55388              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55389              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
55390              Date: Mon, 16 Oct 2000 12:26:34 +0200
55391      Branch: perl
55392            ! ext/Devel/Peek/Peek.pm
55393 ____________________________________________________________________________
55394 [  7358] By: jhi                                   on 2000/10/18  17:03:15
55395         Log: Make Cwd more bulletproof in chrooted environments.
55396              
55397              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
55398              From: "Eric E. Coe" <Eric.Coe@oracle.com>
55399              Date: Wed, 18 Oct 2000 04:03:54 -0400
55400              Message-Id: <39ED596A.70E599FE@oracle.com>
55401      Branch: perl
55402            ! lib/Cwd.pm
55403 ____________________________________________________________________________
55404 [  7357] By: jhi                                   on 2000/10/18  16:37:26
55405         Log: Disable the UTF8 downgrade croakage for now to avoid
55406              too many not okay messages.
55407      Branch: perl
55408            ! doio.c
55409 ____________________________________________________________________________
55410 [  7356] By: jhi                                   on 2000/10/17  23:29:41
55411         Log: Show the failed remote port, instead of the failing line number.
55412              
55413              Subject: [PATCH 5.6.1 Debugger] More diagnostics
55414              From: David Sparks <daves@ActiveState.com>
55415              Date: Tue, 17 Oct 2000 15:00:24 -0700
55416              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
55417      Branch: perl
55418            ! lib/perl5db.pl
55419 ____________________________________________________________________________
55420 [  7355] By: jhi                                   on 2000/10/17  14:11:31
55421         Log: On output try to downgrade to bytes, croak if impossible,
55422              from Simon Cozens.  This means that outputting >255 UTF8
55423              is impossible.  Consider this as a strong incentive to get
55424              the I/O disciplines implemented.
55425      Branch: perl
55426            ! doio.c pod/perldiag.pod sv.c
55427 ____________________________________________________________________________
55428 [  7354] By: jhi                                   on 2000/10/17  13:42:23
55429         Log: Clarify documentation on 'use bytes'.
55430              
55431              Subject: Re: What does 'use bytes' "mean" ?
55432              From: Simon Cozens <simon@cozens.net>
55433              Date: Mon, 18 Sep 2000 18:24:25 +0100
55434              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
55435      Branch: perl
55436            ! lib/bytes.pm
55437 ____________________________________________________________________________
55438 [  7353] By: jhi                                   on 2000/10/17  13:28:12
55439         Log: Workaround for a sfio bug where the stream error indicator
55440              is not cleared as documented.
55441              
55442              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
55443              From: Nicholas Clark <nick@ccl4.org>
55444              Date: Mon, 16 Oct 2000 18:28:23 +0100
55445              Message-ID: <20001016182823.J19700@plum.flirble.org>
55446      Branch: perl
55447            ! doio.c
55448 ____________________________________________________________________________
55449 [  7352] By: jhi                                   on 2000/10/17  13:06:19
55450         Log: More IoTYPE sprinkling.
55451      Branch: perl
55452            ! doio.c pp_hot.c
55453 ____________________________________________________________________________
55454 [  7351] By: jhi                                   on 2000/10/16  22:47:07
55455         Log: Detect early whether the std streams have gone bad.
55456              
55457              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
55458              Date: Mon, 16 Oct 2000 23:28:42 +0100
55459              From: Nicholas Clark <nick@ccl4.org>
55460              Message-ID: <20001016232842.A37942@plum.flirble.org>
55461      Branch: perl
55462            ! t/op/misc.t
55463 ____________________________________________________________________________
55464 [  7350] By: jhi                                   on 2000/10/16  22:45:16
55465         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
55466              From: "Peter J. Farley III" <pjfarley@banet.net>
55467              Date: Mon, 16 Oct 2000 18:15:59 -0400
55468              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
55469      Branch: perl
55470            ! djgpp/djgpp.c dosish.h t/io/open.t
55471 ____________________________________________________________________________
55472 [  7349] By: jhi                                   on 2000/10/16  22:36:45
55473         Log: perldelta tweak.
55474      Branch: perl
55475            ! pod/perldelta.pod
55476 ____________________________________________________________________________
55477 [  7348] By: jhi                                   on 2000/10/16  15:17:53
55478         Log: Update Changes.
55479      Branch: perl
55480            ! Changes patchlevel.h
55481 ____________________________________________________________________________
55482 [  7347] By: jhi                                   on 2000/10/16  13:55:27
55483         Log: Add the capability to include/exclude branches.
55484      Branch: perl
55485            ! Porting/genlog
55486 ____________________________________________________________________________
55487 [  7346] By: jhi                                   on 2000/10/16  13:18:04
55488         Log: Add Charles Lane.
55489      Branch: perl
55490            ! AUTHORS Changes
55491 ____________________________________________________________________________
55492 [  7345] By: jhi                                   on 2000/10/16  13:13:21
55493         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
55494      Branch: perl
55495            ! pod/perldelta.pod
55496 ____________________________________________________________________________
55497 [  7344] By: gsar                                  on 2000/10/16  09:30:21
55498         Log: integrate change#6220 from cfgperl
55499              
55500              Win32 patches from Benjamin Stuhl.
55501      Branch: maint-5.6/perl
55502           !> makedef.pl win32/win32.h
55503 ____________________________________________________________________________
55504 [  7343] By: gsar                                  on 2000/10/16  08:32:19
55505         Log: integrate changes#6221,6222 from cfgperl
55506              
55507              Remove tr///CU (the feature is to be obsoleted by better interfaces).
55508              From: simon@brecon.co.uk (Simon Cozens)
55509              Subject: [PATCH] Eliminate tr///[CU][CU]
55510              Date: 23 Jun 2000 11:05:40 GMT
55511              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
55512              
55513              doc typo fix
55514              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
55515              From: Ian Phillipps <Ian.Phillipps@iname.com>
55516              Date: Fri, 23 Jun 2000 10:40:58 +0100
55517              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
55518      Branch: maint-5.6/perl
55519           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
55520 ____________________________________________________________________________
55521 [  7342] By: gsar                                  on 2000/10/16  08:28:08
55522         Log: integrate change#6217 from cfgperl (in part)
55523              
55524              Rename the fdpid locking and integrate with Sarathy.
55525      Branch: maint-5.6/perl
55526           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
55527           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
55528           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
55529           !> win32/win32.c
55530 ____________________________________________________________________________
55531 [  7341] By: gsar                                  on 2000/10/16  08:23:39
55532         Log: integrate changes#6214..6216 from mainline
55533              
55534              @_ can't have junk in it even in the non-USE_ITHREADS case because
55535              caller() wants to populate @DB::args with it (causes a coredump
55536              in Carp::confess())
55537              
55538              tweak comment about @DB::args
55539              
55540              be more optimal about clearing @_
55541      Branch: maint-5.6/perl
55542           !> av.h cop.h pp_ctl.c t/op/runlevel.t
55543 ____________________________________________________________________________
55544 [  7340] By: gsar                                  on 2000/10/16  08:20:37
55545         Log: integrate changes#6207..6210 from cfgperl
55546              
55547              Subject: [PATCH 5.6.0] Threadsafe patches
55548              From: Dan Sugalski <dan@sidhe.org>
55549              To: perl5-porters@perl.org
55550              Date: Mon, 08 May 2000 18:08:13 -0400
55551              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
55552              
55553              Regen headers for #6207.
55554              
55555              Lock PL_fdpid against race conditions, based on:
55556              Subject: [PATCH 5.6.0]subprocess fixup for threads
55557              From: Dan Sugalski <dan@sidhe.org>
55558              To: perl5-porters@perl.org
55559              Date: Tue, 11 Apr 2000 17:02:32 -0400
55560              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
55561              
55562              Mopup for #6207 and #6209.
55563      Branch: maint-5.6/perl
55564           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
55565           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
55566           !> win32/win32.c
55567 ____________________________________________________________________________
55568 [  7339] By: gsar                                  on 2000/10/16  08:14:34
55569         Log: integrate change#6203 from cfgperl
55570              
55571              perldiag should refer to perlos2.pod not README.os2
55572      Branch: maint-5.6/perl
55573           !> pod/perldiag.pod
55574 ____________________________________________________________________________
55575 [  7338] By: gsar                                  on 2000/10/16  08:11:42
55576         Log: integrate change#6201 from mainline
55577              
55578              Perl_eval_pv() leaks 4 bytes every time it is called because it
55579              does a PUSHMARK that's never ever POPMARKed; in general, only
55580              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
55581              Perl_eval_[sp]v() don't because they don't take any incoming
55582              arguments (this leak has been around since the original version
55583              of perl_eval_pv() in 5.003_97e)
55584      Branch: maint-5.6/perl
55585           !> perl.c
55586 ____________________________________________________________________________
55587 [  7337] By: gsar                                  on 2000/10/16  08:08:47
55588         Log: integrate changes#6197..6200 from cfgperl
55589              
55590              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
55591              From: John Borwick <jhborwic@unity.ncsu.edu>
55592              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
55593              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
55594              
55595              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
55596              From: Dan Sugalski <dan@sidhe.org>
55597              To: vmsperl@perl.org, perl5-porters@perl.org
55598              Date: Fri, 02 Jun 2000 16:00:41 -0400
55599              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
55600              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
55601              
55602              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
55603              From: Dan Sugalski <dan@sidhe.org>
55604              To: perl5-porters@perl.org, vmsperl@perl.org
55605              Date: Fri, 02 Jun 2000 17:30:51 -0400
55606              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
55607              
55608              Update to cperl-mode.el 4.31 from
55609              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
55610              Subject: A couple of notes
55611              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55612              To: Mailing list Perl5 <perl5-porters@perl.org>
55613              Date: Sat, 3 Jun 2000 23:33:32 -0400
55614              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
55615      Branch: maint-5.6/perl
55616           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
55617           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
55618           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
55619           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
55620           !> vms/vmsish.h
55621 ____________________________________________________________________________
55622 [  7336] By: gsar                                  on 2000/10/16  08:03:46
55623         Log: integrate changes#6194,6195 from mainline
55624              
55625              fix small eval"" memory leaks under USE_ITHREADS
55626              
55627              fix yet another eval"" leak under USE_ITHREADS
55628      Branch: maint-5.6/perl
55629           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
55630           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
55631           !> vms/perly_c.vms
55632 ____________________________________________________________________________
55633 [  7335] By: gsar                                  on 2000/10/16  08:02:15
55634         Log: integrate changes#6190,6191 from mainline
55635              
55636              submit missing embed.pl change
55637              
55638              vec() loses numericalness (modified version of patch suggested
55639              by Robin Barker)
55640      Branch: maint-5.6/perl
55641           !> doop.c embed.pl t/op/vec.t
55642 ____________________________________________________________________________
55643 [  7334] By: gsar                                  on 2000/10/16  08:01:03
55644         Log: integrate change#6189 from mainline
55645              
55646              counting tr/// corrupts later operation (from M.J.T Guy)
55647      Branch: maint-5.6/perl
55648           !> doop.c t/op/tr.t
55649 ____________________________________________________________________________
55650 [  7333] By: gsar                                  on 2000/10/16  07:59:07
55651         Log: integrate changes#6183..6188 from mainline
55652              
55653              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
55654              <nick@ccl4.org>)
55655              
55656              tweak for change#6127
55657              
55658              remove incorrect documentation about implicit split to @_ in
55659              list context, which never really worked in perl 5 (from
55660              M.J.T. Guy)
55661              
55662              further qualify references to "alphanumeric" (from Wolfgang Laun
55663              <wolfgang.laun@alcatel.at>)
55664              
55665              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
55666              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
55667              
55668              h2xs tweaks
55669      Branch: maint-5.6/perl
55670           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
55671           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
55672           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
55673           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
55674           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
55675           !> pod/pod2latex.PL utils/h2xs.PL
55676 ____________________________________________________________________________
55677 [  7332] By: gsar                                  on 2000/10/16  07:53:52
55678         Log: integrate change#6179 from mainline
55679              
55680              buggy modulus on UVs introduced by change#3378 (resulted in
55681              4063328477 % 65535 amounting to 27406, instead of 27407)
55682      Branch: maint-5.6/perl
55683           !> pp.c t/op/arith.t
55684 ____________________________________________________________________________
55685 [  7331] By: gsar                                  on 2000/10/16  07:52:49
55686         Log: integrate changes#6176,6177,6178,6182 from cfgperl
55687              
55688              Single-quoted utf8 patch from Simon Cozens.
55689              
55690              Substitution utf8 patch from Simon Cozens.
55691              
55692              Be cleaner.
55693              
55694              Be Cleaner Part Deux.
55695      Branch: maint-5.6/perl
55696           !> Makefile.SH pp_hot.c toke.c
55697 ____________________________________________________________________________
55698 [  7330] By: gsar                                  on 2000/10/16  07:41:36
55699         Log: integrate change#6172 from mainline
55700              
55701              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
55702              (from Ilya Zakharevich)
55703      Branch: maint-5.6/perl
55704           !> regexec.c t/op/re_tests
55705 ____________________________________________________________________________
55706 [  7329] By: gsar                                  on 2000/10/16  07:40:25
55707         Log: integrate change#6171 from mainline
55708              
55709              scalar() doesn't force scalar context when used in void context
55710              (from Simon Cozens)
55711      Branch: maint-5.6/perl
55712           !> op.c t/op/wantarray.t
55713 ____________________________________________________________________________
55714 [  7328] By: gsar                                  on 2000/10/16  07:39:33
55715         Log: integrate change#6170 from mainline
55716              
55717              change#6142 needs tweaks to tests to work where there's no
55718              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
55719      Branch: maint-5.6/perl
55720           !> t/lib/filefind.t
55721 ____________________________________________________________________________
55722 [  7327] By: gsar                                  on 2000/10/16  07:35:34
55723         Log: integrate changes#6166..6168 from cfgperl
55724              
55725              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
55726              in case somebody wants to write an extension for more
55727              shadow database interfaces.
55728              
55729              tweak todo
55730              
55731              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
55732      Branch: maint-5.6/perl
55733           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
55734           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
55735           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
55736           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
55737           !> win32/config.vc win32/config_H.bc win32/config_H.gc
55738           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
55739 ____________________________________________________________________________
55740 [  7326] By: gsar                                  on 2000/10/16  07:29:05
55741         Log: integrate changes#6157,6159..6161,6164 from cfgperl
55742              
55743              Regen Configure to jive with #6149.
55744              
55745              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
55746              
55747              Changes for the File::Temp 0.08 (change #6159) test suite
55748              to fit better into the Perl distribution test framework.
55749              
55750              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
55751              both from Simon Cozens.
55752              
55753              detypo
55754      Branch: maint-5.6/perl
55755           +> pod/perlmodlib.PL pod/perlnewmod.pod
55756           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
55757           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
55758           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
55759           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
55760 ____________________________________________________________________________
55761 [  7325] By: gsar                                  on 2000/10/16  07:25:13
55762         Log: integrate change#6158 from vmsperl
55763              
55764              Add fallback to tmpfile for use in cases where user's relying on
55765              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
55766              Lane's patch)
55767      Branch: maint-5.6/perl
55768           !> vms/vms.c vms/vmsish.h
55769 ____________________________________________________________________________
55770 [  7324] By: gsar                                  on 2000/10/16  07:20:50
55771         Log: integrate changes#6153..6155 from mainline
55772              
55773              prettier Test::Harness output on failed tests (from Nicholas Clark
55774              <nick@Bagpuss.uk.boo.com>)
55775              
55776              avoid type mismatch warning
55777              
55778              small bug in change#6144; remove random \xA0 character that snuck
55779              in via change#6145
55780      Branch: maint-5.6/perl
55781           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
55782           !> perl.c
55783 ____________________________________________________________________________
55784 [  7323] By: gsar                                  on 2000/10/16  07:18:47
55785         Log: integrate changes#6151,6152 from mainline
55786              
55787              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
55788              
55789              cosmetic fixups of RE debug output (from Ilya Zakharevich)
55790      Branch: maint-5.6/perl
55791           !> regexec.c
55792 ____________________________________________________________________________
55793 [  7322] By: gsar                                  on 2000/10/16  07:17:25
55794         Log: integrate changes#6146..6150 from mainline
55795              
55796              doc typo
55797              
55798              add a make entry to Config.pm so "perl -V:make" works on VMS
55799              (from Peter Prymmer)
55800              
55801              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
55802              
55803              OS/2 tweaks for usethreads build (from Rocco Caputo
55804              <troc@netrus.net>)
55805              
55806              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
55807      Branch: maint-5.6/perl
55808           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
55809           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
55810           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
55811           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
55812           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
55813           !> warnings.pl x2p/a2p.h
55814 ____________________________________________________________________________
55815 [  7321] By: gsar                                  on 2000/10/16  07:14:02
55816         Log: integrate changes#6143..6145 from mainline
55817              
55818              MacOS support, part 1 (from Matthias Neeracher
55819              <neeri@iis.ee.ethz.ch>)
55820              
55821              MacOS support, part 2: make AutoSplit use File::Spec instead
55822              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
55823              <neeri@iis.ee.ethz.ch>)
55824              
55825              make xsubpp skip embedded pod (from Matthias Neeracher
55826              <neeri@iis.ee.ethz.ch>)
55827      Branch: maint-5.6/perl
55828           +> ext/DynaLoader/dl_mac.xs
55829           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
55830           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
55831           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
55832           !> pp_ctl.c proto.h toke.c util.c util.h
55833 ____________________________________________________________________________
55834 [  7320] By: gsar                                  on 2000/10/16  07:12:13
55835         Log: integrate changes#6141,6142 from mainline
55836              
55837              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
55838              forwarded by Peter Seebach from the bsdi-users mailing list.
55839              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
55840              
55841              File::Find fails to chdir when chasing symlinks (from
55842              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
55843      Branch: maint-5.6/perl
55844           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
55845 ____________________________________________________________________________
55846 [  7319] By: gsar                                  on 2000/10/16  07:04:30
55847         Log: integrate change#6139 from mainline
55848              
55849              revise mktables.PL for bugs and newness in Unicode 3.0
55850              (from James Bence <jbence@amgen.com>)
55851      Branch: maint-5.6/perl
55852           +> (branch 30 files)
55853           !> (integrate 49 files)
55854 ____________________________________________________________________________
55855 [  7318] By: gsar                                  on 2000/10/16  07:01:01
55856         Log: integrate changes#6137,6138 from mainline
55857              
55858              fix bogus redeclaration warning for "our" variables in different
55859              scopes
55860              
55861              add note about the handling of negative indices to tied arrays
55862              (from Michael G Schwern <schwern@pobox.com>)
55863      Branch: maint-5.6/perl
55864           !> op.c pod/perltie.pod t/pragma/strict-vars
55865 ____________________________________________________________________________
55866 [  7317] By: gsar                                  on 2000/10/16  06:58:46
55867         Log: integrate changes#6127..6136 from mainline
55868              
55869              call_method(...,G_EVAL) can longjmp() out if the method probing
55870              failed (from Gisle Aas)
55871              
55872              new perlxstut example for passing/returning refs to arrays
55873              (from David Lowe <dlowe@pootpoot.com>)
55874              
55875              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
55876              
55877              fix places that mean C<"word" character> but say C<alphanumeric
55878              character>
55879              
55880              avoid warnings in POSIX.pm (from Barrie Slaymaker)
55881              
55882              warnings::enabled() doesn't fall back to looking at $^W if
55883              caller isn't using lexical warnings (from Paul Marquess)
55884              
55885              elide bogus test in change#6132
55886              
55887              make Test::Harness use wait.h/WCOREDUMP if available
55888              (from Ben Tilly <ben_tilly@hotmail.com>)
55889              
55890              enable Test::Harness to dynamically determine column width etc.
55891              (from Rob Napier <rnapier@employees.org>)
55892              
55893              random pod typos (from Peter Scott <Peter@PSDT.com>)
55894      Branch: maint-5.6/perl
55895           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
55896           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
55897           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
55898           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
55899 ____________________________________________________________________________
55900 [  7316] By: gsar                                  on 2000/10/16  06:53:23
55901         Log: integrate change#6126 from mainline
55902              
55903              change#2879 broke rvalue autovivification of magicals such as
55904              ${$num} (reworked variant of patch suggested by Simon Cozens)
55905      Branch: maint-5.6/perl
55906           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
55907           !> pp_hot.c proto.h t/op/gv.t
55908 ____________________________________________________________________________
55909 [  7315] By: gsar                                  on 2000/10/16  06:51:38
55910         Log: integrate changes#6123,6125 from mainline
55911              
55912              clarify gotcha with #line directives (from Rocco Caputo
55913              <troc@netrus.net>)
55914              
55915              enable propagating exception objects via Perl_croak() in XS code
55916              (from Gisle Aas)
55917      Branch: maint-5.6/perl
55918           !> pod/perldebug.pod pod/perlsyn.pod util.c
55919 ____________________________________________________________________________
55920 [  7314] By: gsar                                  on 2000/10/16  06:49:28
55921         Log: integrate change#6122 from mainline
55922              
55923              downgrade fatal error on C<"foo@nosucharray.com"> to optional
55924              warning (from Mark-Jason Dominus)
55925      Branch: maint-5.6/perl
55926           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
55927           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
55928           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
55929           !> toke.c
55930 ____________________________________________________________________________
55931 [  7313] By: gsar                                  on 2000/10/16  06:46:54
55932         Log: integrate changes#6112..6121 from vmsperl
55933              
55934              Check for existence of file before trying to delete
55935              
55936              Ugly workaround for version-specific RTL error
55937              
55938              Urk -- undo previous removal of vmsish 'exit' change
55939              
55940              Add bounds checking for several strings (Charles Lane)
55941              
55942              Miscellaneous cosmetic fixes (Charles Lane)
55943              
55944              Treat sockets as special in sys(read|write) (Charles Lane et al.)
55945              
55946              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
55947              Flatten case labels in switch statements uniformly (Charles Bailey)
55948              
55949              Quiet error messages in vmsish.t (Charles Lane)
55950              
55951              Add missing escape (Charles Lane)
55952              
55953              Allow eliminate_macros() and fixpath() to handle space-delimited
55954              lists (based on fixes by Craig Berry)
55955      Branch: maint-5.6/perl
55956           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
55957           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
55958           !> vms/vmsish.h
55959 ____________________________________________________________________________
55960 [  7312] By: gsar                                  on 2000/10/16  06:41:18
55961         Log: integrate changes#6107,6110 from cfgperl
55962              
55963              Tweak the todo list.
55964              
55965              todo tweak
55966      Branch: maint-5.6/perl
55967           !> Todo-5.6
55968 ____________________________________________________________________________
55969 [  7311] By: gsar                                  on 2000/10/16  06:38:38
55970         Log: integrate changes#6104,6108 from mainline
55971              
55972              PL_sys_intern was being initialized too late on windows
55973              
55974              reenable fake signal handling on Windows, bugs and all
55975      Branch: maint-5.6/perl
55976           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
55977           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
55978           !> win32/win32.c
55979 ____________________________________________________________________________
55980 [  7310] By: gsar                                  on 2000/10/16  06:36:03
55981         Log: integrate changes#6095,6097..6103 from cfgperl
55982              
55983              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
55984              might be useful in future.
55985              
55986              Add a note about possible compilation problems from Allen Smith.
55987              
55988              Add a note about other, yet unsupported, shadow password APIs.
55989              
55990              Tweaks for the cc bugs from Allen Smith.
55991              
55992              More compilation tweakery from Allen Smith.
55993              
55994              Hints and test tweaks for Unicos.
55995              
55996              The test suite tweak in #6101 wasn't quite right.
55997              
55998              Test tweaking for Unicos continues.
55999      Branch: maint-5.6/perl
56000           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
56001           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
56002           !> t/lib/complex.t t/op/64bitint.t
56003 ____________________________________________________________________________
56004 [  7309] By: gsar                                  on 2000/10/16  06:29:41
56005         Log: integrate changes#6093,6094 from mainline
56006              
56007              fork() failure to create pseudo process sets errno=EAGAIN and returns
56008              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
56009              
56010              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
56011      Branch: maint-5.6/perl
56012           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
56013           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
56014 ____________________________________________________________________________
56015 [  7308] By: gsar                                  on 2000/10/16  06:27:29
56016         Log: integrate change#6092 from cfgperl
56017              
56018              Regen perltoc with the fixed buildtoc.
56019      Branch: maint-5.6/perl
56020           !> pod/perltoc.pod
56021 ____________________________________________________________________________
56022 [  7307] By: gsar                                  on 2000/10/16  06:26:40
56023         Log: integrate changes#6089,6090 from mainline
56024              
56025              buildtoc tweak to fix newline lossage
56026              
56027              concat doesn't preserve utf8-ness, and doesn't invalidate
56028              [NI]OK; added tests for both
56029      Branch: maint-5.6/perl
56030           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
56031 ____________________________________________________________________________
56032 [  7306] By: gsar                                  on 2000/10/16  06:24:05
56033         Log: integrate change#6088 from cfgperl
56034              
56035              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
56036              because we do not use those.  The HAS_GETSPNAM remains,
56037              though, because we still do use that.
56038      Branch: maint-5.6/perl
56039           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
56040           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
56041           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
56042           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
56043           !> win32/config.vc win32/config_H.bc win32/config_H.gc
56044           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
56045 ____________________________________________________________________________
56046 [  7305] By: gsar                                  on 2000/10/16  06:15:52
56047         Log: integrate changes#6084,6085,6087 from mainline
56048              
56049              substr() does not preserve utf8-ness (from Stefan Eissing
56050              <Eissing@medicaldataservice.de>); added tests
56051              
56052              repeat operator (x) doesn't preserve utf8-ness
56053              
56054              reverse() and quotemeta() weren't preserving utf8-ness; add tests
56055      Branch: maint-5.6/perl
56056           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
56057 ____________________________________________________________________________
56058 [  7304] By: gsar                                  on 2000/10/16  06:13:10
56059         Log: integrate changes#6077..6083 from mainline
56060              
56061              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
56062              and Tom Phoenix)
56063              
56064              workaround for CRT bug in chdir() (from Charles Lane, via
56065              Peter Prymmer)
56066              
56067              remove outdated kludge in Carp (NULLs are permitted in diagnostics
56068              now)
56069              
56070              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
56071              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
56072              
56073              better default perlbug categories for ok reports (from Richard Foley)
56074              
56075              peek.t non-portable to ithreads
56076              
56077              note about undocumented caller() return value (from M.J.T. Guy);
56078              yet another peek.t tweak
56079      Branch: maint-5.6/perl
56080           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
56081           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
56082           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
56083           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
56084           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
56085           !> vms/vmsish.h
56086 ____________________________________________________________________________
56087 [  7303] By: gsar                                  on 2000/10/16  06:03:18
56088         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
56089              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
56090              
56091              &HUGE_VAL is not defined, it exists.
56092              
56093              Do not warn that an infinity does not look like a number.
56094              
56095              Rewrite the pwent/spent logic to be a little bit more clearer.
56096              
56097              Continue on the pwent/spent case.
56098              
56099              Correct Freudian slip.
56100              
56101              Use HUGE_VALL if applicable.
56102              
56103              pwent/spent #ifdef imbalance.
56104              
56105              Infinite problems.
56106              
56107              Call getspnam() only iff needd.
56108              
56109              Test both the scalar and list contexts.
56110              
56111              Use setxxent()/endxxent().
56112              
56113              Complex tweakery.
56114              
56115              Unicos hint tweak.
56116              
56117              Be more forgiving in POSIX about HUGE_VALL.
56118              
56119              Detypo.
56120              
56121              The search of infinity continues, this time simplified.
56122              
56123              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
56124              in natively 64-bit platforms where a long is a quad (no need
56125              for long longs).  Also added bias for IVs.
56126              
56127              Complex tweaks.
56128              
56129              Introduce t/lib/peek.t.
56130              
56131              Make the test more portable.
56132      Branch: maint-5.6/perl
56133           +> t/lib/peek.t
56134            ! pp_sys.c
56135           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
56136           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
56137           !> t/op/pwent.t toke.c util.c
56138 ____________________________________________________________________________
56139 [  7302] By: gsar                                  on 2000/10/16  05:03:37
56140         Log: integrate changes#6066..6071 from mainline
56141              
56142              s/END/CHECK/
56143              
56144              replace direct call to sighandler() with (*PL_sighandlerp)()
56145              
56146              note about values()
56147              
56148              File::Spec compatibility update (from Barrie Slaymaker
56149              <barries@slaysys.com>)
56150              
56151              remove misleading comment (from M.J.T. Guy)
56152              
56153              misformatted perllocal.pod (from Tim Jenness
56154              <t.jenness@jach.hawaii.edu>)
56155      Branch: maint-5.6/perl
56156           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
56157           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
56158           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
56159           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
56160 ____________________________________________________________________________
56161 [  7301] By: gsar                                  on 2000/10/16  05:00:08
56162         Log: integrate changes#6061..6063 from mainline
56163              
56164              change#5921 neglected to make eq honor "use bytes"
56165              
56166              additional tests for utf8.t
56167              
56168              tokeq() could read unallocated field in argument
56169      Branch: maint-5.6/perl
56170           !> sv.c t/pragma/utf8.t toke.c
56171 ____________________________________________________________________________
56172 [  7300] By: gsar                                  on 2000/10/16  04:56:54
56173         Log: integrate changes#6046,6048,6057,6058 from mainline
56174              
56175              libscheck has insufficient checks for n32 libs (from
56176              Albert Chin-A-Young <china@thewrittenword.com>)
56177              
56178              add note about how $( doesn't interpolate in REs (from
56179              Philip Newton <newton@ficus.frogspace.net>)
56180              
56181              fix broken parsing of /\x{ab}/
56182              
56183              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
56184              (spotted by Donald Kinzer <dkinzer@premia.com>)
56185      Branch: maint-5.6/perl
56186           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
56187           !> t/pragma/utf8.t
56188 ____________________________________________________________________________
56189 [  7299] By: gsar                                  on 2000/10/16  04:52:50
56190         Log: integrate change#6044 from mainline
56191              
56192              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
56193              such that underscores are only ignored in literal numbers,
56194              "\x{...}", and hex/oct argument
56195      Branch: maint-5.6/perl
56196           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
56197 ____________________________________________________________________________
56198 [  7298] By: gsar                                  on 2000/10/16  04:50:53
56199         Log: integrate changes#6027..6043 from mainline
56200              
56201              podlators-1.02 update (from Russ Allbery)
56202              
56203              Pod::Man generates groff-incompatible macro definition (from
56204              Tom Christiansen)
56205              
56206              add CGI.pm v2.66 (from Lincoln Stein)
56207              
56208              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
56209              for @- and @+ (from Johan Vromans)
56210              
56211              small nits in diagnostics.pm (from Robin Barker)
56212              
56213              whitespace adjustments
56214              
56215              missing files in MANIFEST
56216              
56217              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
56218              to compensate
56219              
56220              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
56221              
56222              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
56223      Branch: maint-5.6/perl
56224           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
56225           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
56226           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
56227           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
56228           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
56229           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
56230           !> t/lib/cgi-html.t t/lib/cgi-request.t
56231 ____________________________________________________________________________
56232 [  7297] By: gsar                                  on 2000/10/16  04:44:30
56233         Log: integrate change#6025 from mainline
56234              
56235              Is{Alnum,Alpha,Word} don't match titlecase
56236              TODO: IsSpace is defined recursively!
56237              (both spotted by Larry)
56238      Branch: maint-5.6/perl
56239           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
56240           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
56241 ____________________________________________________________________________
56242 [  7296] By: gsar                                  on 2000/10/16  04:39:30
56243         Log: integrate change#6023 from mainline
56244              
56245              debugger stomps on $. (from M.J.T. Guy)
56246      Branch: maint-5.6/perl
56247           !> lib/perl5db.pl
56248 ____________________________________________________________________________
56249 [  7295] By: gsar                                  on 2000/10/16  04:38:02
56250         Log: integrate change#6022 from mainline
56251              
56252              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
56253      Branch: maint-5.6/perl
56254           !> sv.c
56255 ____________________________________________________________________________
56256 [  7294] By: gsar                                  on 2000/10/16  04:37:05
56257         Log: integrate changes#6018..6021 from mainline
56258              
56259              make lib/syslog.t portable to systems that don't have _PATH_LOG,
56260              make _PATH_LOG() return "" if unavailable
56261              
56262              windows portability tweaks
56263              
56264              test tweak
56265              
56266              remove Win2K issue in pod (fixed by change#6020)
56267      Branch: maint-5.6/perl
56268           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
56269           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
56270           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
56271 ____________________________________________________________________________
56272 [  7293] By: gsar                                  on 2000/10/16  04:20:00
56273         Log: integrate changes#6013..6015 from mainline
56274              
56275              tweak change#5945 to display correct switch name in diagnostic
56276              
56277              glob() loading File::Glob behind the scenes may cause syntax errors
56278              
56279              tweak test for portability
56280      Branch: maint-5.6/perl
56281           !> op.c perl.c pod/perldiag.pod t/lib/b.t
56282 ____________________________________________________________________________
56283 [  7292] By: gsar                                  on 2000/10/16  04:18:11
56284         Log: integrate changes#6005..6010 from mainline, cfgperl
56285              
56286              perldoc might fail via "use blib" (from Hugo van der Sanden)
56287              
56288              Regen Configure.
56289              
56290              note about compile failures and END blocks (from M.J.T. Guy)
56291              
56292              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
56293              
56294              (change#6009 integrated earlier in change#7255)
56295              
56296              clarify note about shadow password support (from
56297              gellyfish@gellyfish.com)
56298      Branch: maint-5.6/perl
56299           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
56300           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
56301           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
56302 ____________________________________________________________________________
56303 [  7291] By: gsar                                  on 2000/10/16  04:12:03
56304         Log: integrate changes#6002,6003 from mainline
56305              
56306              destructive sv_setsv() can lose UV-ness from source, causing
56307              numeric promotions/comparisons to fail to do the right thing
56308              
56309              allow REG_EXPAND_SZ keys in Windows registry (from
56310              John Clayton <John.Clayton@barclayscapital.com>)
56311      Branch: maint-5.6/perl
56312           !> sv.c win32/win32.c
56313 ____________________________________________________________________________
56314 [  7290] By: gsar                                  on 2000/10/16  04:10:19
56315         Log: integrate change#6001 from mainline
56316              
56317              support additional library locations via $Config{otherlibdirs}
56318              (from Andy Dougherty)
56319      Branch: maint-5.6/perl
56320           !> Configure INSTALL Porting/Glossary Porting/config.sh
56321           !> Porting/config_H config_h.SH epoc/config.sh perl.c
56322           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
56323           !> win32/config.bc win32/config.gc win32/config.vc
56324 ____________________________________________________________________________
56325 [  7289] By: gsar                                  on 2000/10/16  04:08:28
56326         Log: integrate change#5999 from mainline
56327              
56328              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
56329      Branch: maint-5.6/perl
56330           !> t/pragma/warn/toke toke.c
56331 ____________________________________________________________________________
56332 [  7288] By: gsar                                  on 2000/10/16  04:07:01
56333         Log: integrate changes#5997,5998 from cfgperl
56334              
56335              Preserve $!.
56336              
56337              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
56338      Branch: maint-5.6/perl
56339           !> lib/Math/Complex.pm
56340 ____________________________________________________________________________
56341 [  7287] By: gsar                                  on 2000/10/16  04:04:37
56342         Log: integrate change#5995 from mainline
56343              
56344              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
56345      Branch: maint-5.6/perl
56346           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
56347 ____________________________________________________________________________
56348 [  7286] By: gsar                                  on 2000/10/16  04:03:21
56349         Log: integrate change#5994 from mainline
56350              
56351              fix for missed accounting for null byte in pack("Z",...) (from
56352              M.J.T. Guy)
56353      Branch: maint-5.6/perl
56354           !> pp.c t/op/pack.t
56355 ____________________________________________________________________________
56356 [  7285] By: gsar                                  on 2000/10/16  04:02:11
56357         Log: integrate changes#5989..5993 from mainline
56358              
56359              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
56360              itself and no other (from Tom Hughes)
56361              
56362              use $ENV{LIB} to search for libs under Visual C compiler
56363              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
56364              
56365              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
56366              
56367              pod nit (from Simon Cozens)
56368              
56369              various minor tweaks seen on p5p
56370      Branch: maint-5.6/perl
56371           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
56372           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
56373           !> t/op/array.t toke.c
56374 ____________________________________________________________________________
56375 [  7284] By: gsar                                  on 2000/10/16  03:59:00
56376         Log: integrate changes#5978..5988 from mainline
56377              
56378              sync version numbers in File::Spec with the ones on CPAN
56379              (from Barrie Slaymaker)
56380              
56381              under useithreads, constant pad entries could inadvertantly be
56382              shared across threads (from Eric Blood <eblood@xmission.com>);
56383              added Eric's test case to testsuite
56384              
56385              allow Configure -S to run non-interactively (spotted by Greg Hudson
56386              <ghudson@mit.edu>)
56387              
56388              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
56389              prototype mismatch with CORE::glob(); update pod and tests to
56390              suit (File::Glob::glob() is still available for backward
56391              compatibility, but should be considered deprecated)
56392              
56393              avoid error in IO::Socket::INET when given an unknown service name
56394              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
56395              
56396              numeric conversion of non-number in change#3378 tramples on
56397              OOK offset, causing segfaults
56398              
56399              attributes::reftype() doesn't work on tied argument
56400              
56401              forked child may not exit correctly if it failed to open
56402              /dev/console (from Graham Barr)
56403              
56404              add regular expressions tutorial and quick-start guide (from
56405              Mark Kvale <kvale@phy.ucsf.edu>)
56406              
56407              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
56408              
56409              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
56410              <paul@miraclefish.com>)
56411      Branch: maint-5.6/perl
56412           +> pod/perlrequick.pod pod/perlretut.pod
56413           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
56414           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
56415           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
56416           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
56417           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
56418           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
56419           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
56420           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
56421 ____________________________________________________________________________
56422 [  7283] By: gsar                                  on 2000/10/16  03:52:14
56423         Log: integrate change#5977 from mainline
56424              
56425              autoquote barewords followed by newline and arrow properly
56426              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
56427      Branch: maint-5.6/perl
56428           !> t/pragma/warn/toke toke.c
56429 ____________________________________________________________________________
56430 [  7282] By: gsar                                  on 2000/10/16  03:50:48
56431         Log: integrate change#5976 from mainline
56432              
56433              DB_File v1.73 update (from Paul Marquess)
56434      Branch: maint-5.6/perl
56435           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
56436           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
56437 ____________________________________________________________________________
56438 [  7281] By: gsar                                  on 2000/10/16  03:49:14
56439         Log: integrate change#5975 from mainline
56440              
56441              allow sort() reentrancy (variant of patch suggested by
56442              Hugo van der Sanden)
56443      Branch: maint-5.6/perl
56444           !> pp_ctl.c t/op/sort.t
56445 ____________________________________________________________________________
56446 [  7280] By: gsar                                  on 2000/10/16  03:48:22
56447         Log: integrate change#5974 from mainline
56448              
56449              change#4197 somehow missed initializing PL_errors, meaning
56450              syntax error queueing wasn't working outside eval"" at all;
56451              also fixed eval"" to localize PL_error_count, so that compile-time
56452              eval's don't clobber the error state of the outer context
56453      Branch: maint-5.6/perl
56454           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
56455           !> t/pragma/warn/toke
56456 ____________________________________________________________________________
56457 [  7279] By: gsar                                  on 2000/10/16  03:46:21
56458         Log: integrate change#5973 from mainline
56459              
56460              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
56461      Branch: maint-5.6/perl
56462           !> regcomp.c regexec.c t/op/re_tests
56463 ____________________________________________________________________________
56464 [  7278] By: gsar                                  on 2000/10/16  03:44:54
56465         Log: integrate change#5971 from cfgperl
56466              
56467              Unicos tweaks from Mark P. Lutz.
56468      Branch: maint-5.6/perl
56469           !> hints/unicos.sh lib/Math/Complex.pm
56470 ____________________________________________________________________________
56471 [  7277] By: gsar                                  on 2000/10/16  03:42:59
56472         Log: integrate changes#5966..5970 from mainline
56473              
56474              add testsuite for B backends, fix bug in B::Deparse (from
56475              Simon Cozens <simon@brecon.co.uk>)
56476              
56477              improved docs on the warn_uninit diagnostic (from David Glasser
56478              and Simon Cozens)
56479              
56480              tolerate spaces in group names in test on solaris (from David Boyce
56481              <dsb@boyski.com>)
56482              
56483              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
56484              
56485              Data::Dumper fumbles negative numbers on 32-bit platforms where
56486              IV is >32bits
56487      Branch: maint-5.6/perl
56488           +> t/lib/b.t t/lib/syslog.t
56489           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
56490           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
56491           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
56492 ____________________________________________________________________________
56493 [  7276] By: gsar                                  on 2000/10/16  03:39:30
56494         Log: integrate change#5965 from mainline
56495              
56496              avoid "will not stay shared" warnings for our variables (from
56497              Robin Barker)
56498      Branch: maint-5.6/perl
56499           !> op.c t/pragma/warn/op
56500 ____________________________________________________________________________
56501 [  7275] By: gsar                                  on 2000/10/16  03:38:18
56502         Log: integrate change#5964 from mainline
56503              
56504              reformat to 72 columns (again)
56505      Branch: maint-5.6/perl
56506           !> pod/perldiag.pod
56507 ____________________________________________________________________________
56508 [  7274] By: gsar                                  on 2000/10/16  03:36:58
56509         Log: integrate change#5963 from mainline
56510              
56511              patch from Larry to make (\&) prototype work; added tests for
56512              the same
56513      Branch: maint-5.6/perl
56514           !> op.c t/comp/proto.t
56515 ____________________________________________________________________________
56516 [  7273] By: gsar                                  on 2000/10/16  03:35:51
56517         Log: integrate changes#5956..5962 from mainline
56518              
56519              better diagnostics on failed tests (from Ilya Zakharevich)
56520              
56521              pod nits (from A. C. Yardley <yardley@tanet.net>)
56522              
56523              change#3569 deleted some essential code, revert; avoid use of
56524              atexit() to make DynaLoader work properly on AIX under mod_perl
56525              (from Jens-Uwe Mager <jum@helios.de>)
56526              
56527              doubled words in pods (from Simon Cozens
56528              <simon.p.cozens@jp.pwcglobal.com>)
56529              
56530              better INSTALL notes on Solaris issues (from Dominic Dunlop)
56531              
56532              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
56533              
56534              updated README.hpux (from Jeff Okamoto)
56535      Branch: maint-5.6/perl
56536           !> INSTALL README.hpux emacs/cperl-mode.el
56537           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
56538           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
56539           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
56540           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
56541           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
56542           !> t/op/lex_assign.t
56543 ____________________________________________________________________________
56544 [  7272] By: gsar                                  on 2000/10/16  03:31:22
56545         Log: integrate change#5955 from mainline
56546              
56547              longstanding bug exposed by change#3307: sort arguments weren't
56548              compiled with the right wantarray context (ensuing runtime lookup
56549              via block_gimme() was getting the incidental context of the
56550              sort() itself)
56551      Branch: maint-5.6/perl
56552           !> op.c t/op/sort.t
56553 ____________________________________________________________________________
56554 [  7271] By: gsar                                  on 2000/10/16  03:29:11
56555         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
56556              branch
56557              
56558              Flatten the cpp jungle doing the nosuid checking.
56559              
56560              Do not assume sign propagation. (from M.J.T. Guy)
56561              
56562              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
56563              
56564              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
56565              Now pp_ncmp() returns undef is either operand is a NaN.
56566              
56567              On second thoughts frexp() does have two arguments.
56568              
56569              Document that tr() is not tr(1).
56570              
56571              Be more robust on "extreme" (large absolute value)
56572              arguments.  Originally reported by Daniel Connelly
56573              as a problem with asinh() on large negative arguments,
56574              asinh() used to bail out because an argument to log()
56575              ended up being zero.  Ilya Zakharevich proposed using
56576              Taylor's series in such cases, which for such large
56577              arguments is a very good approximation.
56578              
56579              Undo "use integer" addition from 64bitint as it seems
56580              to break most of the subtests in Digital UNIX;
56581              Unicos needs to find another way.
56582      Branch: maint-5.6/perl
56583           !> (integrate 29 files)
56584 ____________________________________________________________________________
56585 [  7270] By: gsar                                  on 2000/10/16  03:09:44
56586         Log: integrate changes#5948,5949,5950 from mainline
56587              
56588              typo in vars.pm that leads to cryptic message (from Piotr
56589              Piatkowski <kompas@kompas.usr.onet.pl>)
56590              
56591              make perldoc use the pod2man from the same version (from
56592              M.J.T. Guy)
56593              
56594              reformat perldiag to avoid long lines
56595      Branch: maint-5.6/perl
56596           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
56597 ____________________________________________________________________________
56598 [  7269] By: gsar                                  on 2000/10/16  03:05:54
56599         Log: integrate change#5947 from mainline
56600              
56601              use &dl_error rather than &dl_load_file as the guard for calling
56602              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
56603              statically built perl)
56604      Branch: maint-5.6/perl
56605           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
56606 ____________________________________________________________________________
56607 [  7268] By: gsar                                  on 2000/10/16  03:04:48
56608         Log: integrate change#5945 from mainline
56609              
56610              make module name mandatory after -M switch; reorder perldiag
56611              alphabetically (from Mark-Jason Dominus)
56612      Branch: maint-5.6/perl
56613           !> perl.c pod/perldiag.pod
56614 ____________________________________________________________________________
56615 [  7267] By: gsar                                  on 2000/10/16  03:03:01
56616         Log: integrate change#5939 from mainline
56617              
56618              more pod nits (from Larry Virden)
56619      Branch: maint-5.6/perl
56620           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
56621           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
56622           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
56623 ____________________________________________________________________________
56624 [  7266] By: gsar                                  on 2000/10/16  03:01:39
56625         Log: integrate change#5938 from mainline
56626              
56627              Consolidated B::Deparse fixes (from Stephen McCamant)
56628      Branch: maint-5.6/perl
56629           !> ext/B/B/Deparse.pm
56630 ____________________________________________________________________________
56631 [  7265] By: gsar                                  on 2000/10/16  03:00:43
56632         Log: integrate change#5936 from mainline
56633              
56634              additional tests for change#7263 (from Paul Marquess)
56635      Branch: maint-5.6/perl
56636           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
56637           !> t/pragma/warn/5nolint t/pragma/warn/6default
56638 ____________________________________________________________________________
56639 [  7264] By: gsar                                  on 2000/10/16  02:58:34
56640         Log: integrate change#5934 from mainline
56641              
56642              propagate lexical warnings from surrounding scope correctly
56643              within string eval() (from Paul Marquess)
56644      Branch: maint-5.6/perl
56645           !> pp_ctl.c t/pragma/warn/pp_ctl
56646 ____________________________________________________________________________
56647 [  7263] By: gsar                                  on 2000/10/16  02:56:53
56648         Log: integrate change#5932 from mainline
56649              
56650              add rsignal(), whichsig() and do_join() to public API list
56651              (mod_perl uses them to good advantage)
56652      Branch: maint-5.6/perl
56653           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
56654 ____________________________________________________________________________
56655 [  7262] By: gsar                                  on 2000/10/16  02:55:53
56656         Log: integrate change#5931 from mainline
56657              
56658              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
56659      Branch: maint-5.6/perl
56660           !> pp_hot.c regexec.c t/op/pat.t
56661 ____________________________________________________________________________
56662 [  7261] By: gsar                                  on 2000/10/16  02:55:01
56663         Log: integrate change#5930 from mainline
56664              
56665              small os390 tweaks (from Peter Prymmer)
56666      Branch: maint-5.6/perl
56667           !> config_h.SH makedepend.SH
56668 ____________________________________________________________________________
56669 [  7260] By: gsar                                  on 2000/10/16  02:54:10
56670         Log: integrate change#5929 from mainline
56671              
56672              pod nits
56673      Branch: maint-5.6/perl
56674           !> pod/perlguts.pod
56675 ____________________________________________________________________________
56676 [  7259] By: gsar                                  on 2000/10/16  02:52:55
56677         Log: integrate change#5927 from mainline
56678              
56679              arrange for next() to resume at the unstack op rather than the
56680              loop conditional, so that scope cleanup happens correctly
56681              (from Stephen McCamant)
56682      Branch: maint-5.6/perl
56683           !> op.c pp_ctl.c t/op/misc.t
56684 ____________________________________________________________________________
56685 [  7258] By: gsar                                  on 2000/10/16  02:51:38
56686         Log: integrate change#5926 from mainline
56687              
56688              on windows, reserve 16M of stack rather than 128M (allows more
56689              threads to run concurrently)
56690      Branch: maint-5.6/perl
56691           !> win32/Makefile win32/makefile.mk
56692 ____________________________________________________________________________
56693 [  7257] By: gsar                                  on 2000/10/16  02:50:37
56694         Log: integrate change#5925 from mainline
56695              
56696              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
56697      Branch: maint-5.6/perl
56698           !> toke.c
56699 ____________________________________________________________________________
56700 [  7256] By: gsar                                  on 2000/10/16  02:49:36
56701         Log: integrate change#5924 from mainline
56702              
56703              avoid using uninitialized memory in require version check
56704      Branch: maint-5.6/perl
56705           !> pp_ctl.c universal.c
56706 ____________________________________________________________________________
56707 [  7255] By: gsar                                  on 2000/10/16  02:48:03
56708         Log: integrate changes#5923,5928,6009 from mainline
56709              
56710              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
56711      Branch: maint-5.6/perl
56712           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
56713 ____________________________________________________________________________
56714 [  7254] By: gsar                                  on 2000/10/16  02:44:46
56715         Log: integrate change#5922 from mainline
56716              
56717              commentary about IoTYPE() (from Nathan Torkington)
56718      Branch: maint-5.6/perl
56719           !> sv.h
56720 ____________________________________________________________________________
56721 [  7253] By: gsar                                  on 2000/10/16  02:43:49
56722         Log: integrate change#5921 from mainline
56723              
56724              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
56725      Branch: maint-5.6/perl
56726           !> sv.c t/lib/charnames.t t/pragma/utf8.t
56727 ____________________________________________________________________________
56728 [  7252] By: gsar                                  on 2000/10/16  02:42:31
56729         Log: integrate change#5920 from mainline
56730              
56731              Larry's fix for buggy propagation of utf8-ness in join(); add test
56732      Branch: maint-5.6/perl
56733           !> doop.c t/op/ver.t
56734 ____________________________________________________________________________
56735 [  7251] By: gsar                                  on 2000/10/16  02:41:14
56736         Log: integrate changes#5915..5919 from mainline
56737              
56738              various (pod tweaks &c)
56739      Branch: maint-5.6/perl
56740           !> (integrate 33 files)
56741 ____________________________________________________________________________
56742 [  7250] By: gsar                                  on 2000/10/16  02:38:16
56743         Log: integrate change#5914 from mainline
56744              
56745              caller() wasn't returning the right number of elements for
56746              eval {...}
56747      Branch: maint-5.6/perl
56748           !> pp_ctl.c t/pragma/warn/9enabled
56749 ____________________________________________________________________________
56750 [  7249] By: gsar                                  on 2000/10/16  02:37:02
56751         Log: integrate change#5913 from mainline
56752              
56753              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
56754              (from Mark-Jason Dominus)
56755      Branch: maint-5.6/perl
56756           !> pod/perlfunc.pod
56757 ____________________________________________________________________________
56758 [  7248] By: gsar                                  on 2000/10/16  02:35:58
56759         Log: integrate change#5912 from mainline
56760              
56761              fix totally broken caching in UNIVERSAL::isa() (from
56762              Nick Ing-Simmons)
56763      Branch: maint-5.6/perl
56764           !> t/op/universal.t universal.c
56765 ____________________________________________________________________________
56766 [  7247] By: gsar                                  on 2000/10/16  02:34:27
56767         Log: integrate changes#5910,5911 from mainline
56768              
56769              typo in pod
56770              
56771              add linebreak properties from unicode/LineBrk.txt (from
56772              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
56773      Branch: maint-5.6/perl
56774           +> (branch 29 files)
56775           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
56776 ____________________________________________________________________________
56777 [  7246] By: gsar                                  on 2000/10/16  02:33:29
56778         Log: integrate change#5909 from mainline
56779              
56780              mode argument to do_binmode() should be file mode, not boolean
56781      Branch: maint-5.6/perl
56782           !> pp_sys.c
56783 ____________________________________________________________________________
56784 [  7245] By: gsar                                  on 2000/10/16  02:31:04
56785         Log: integrate change#5908 from mainline
56786              
56787              introduce illegal symbols into null package so that
56788              gv_fetchpv(...,TRUE) always returns a valid GV even when the
56789              symbol is trapped by strictures (avoids coredumps)
56790      Branch: maint-5.6/perl
56791           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
56792           !> t/pragma/strict-vars
56793 ____________________________________________________________________________
56794 [  7244] By: jhi                                   on 2000/10/16  02:29:54
56795         Log: Subject: $Carp::ExportLevel confusion in Exporter
56796              From: "Ben Tilly" <ben_tilly@hotmail.com>
56797              Date: Sat, 14 Oct 2000 16:44:34 EDT
56798              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
56799      Branch: perl
56800            ! lib/Exporter/Heavy.pm
56801 ____________________________________________________________________________
56802 [  7243] By: jhi                                   on 2000/10/16  02:28:33
56803         Log: Subject: [PATCH perlguts.pod] Document offset hack
56804              From: Simon Cozens <simon@cozens.net>
56805              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
56806              Date: Sat, 14 Oct 2000 19:32:25 +0100
56807      Branch: perl
56808            ! pod/perlguts.pod
56809 ____________________________________________________________________________
56810 [  7242] By: gsar                                  on 2000/10/16  02:26:51
56811         Log: integrate changes#5905,5906,5907,6064 from mainline
56812              
56813              printf/sprintf didn't get quad types right under use64bitint
56814      Branch: maint-5.6/perl
56815           !> pp_sys.c sv.c t/op/64bitint.t
56816 ____________________________________________________________________________
56817 [  7241] By: jhi                                   on 2000/10/16  02:22:44
56818         Log: Subject: small pod patch
56819              From: Dan Boorstein <dan_boo@bellsouth.net>
56820              Date: Sat, 14 Oct 2000 14:29:24 -0400
56821              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
56822      Branch: perl
56823            ! pod/perlfaq7.pod pod/perlmod.pod
56824 ____________________________________________________________________________
56825 [  7240] By: jhi                                   on 2000/10/16  02:13:46
56826         Log: -w cleanup.
56827              
56828              Subject: Re: Problems with bleadperl 
56829              From: "Stephen P. Potter" <spp@ds.net>
56830              Date: Fri, 13 Oct 2000 13:32:49 -0400
56831              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
56832      Branch: perl
56833            ! t/pragma/overload.t
56834 ____________________________________________________________________________
56835 [  7239] By: jhi                                   on 2000/10/16  01:41:18
56836         Log: One more ~utf8 tweak.
56837      Branch: perl
56838            ! t/op/bop.t
56839 ____________________________________________________________________________
56840 [  7238] By: jhi                                   on 2000/10/16  01:34:14
56841         Log: Tweak the test of #7235.
56842      Branch: perl
56843            ! t/op/bop.t
56844 ____________________________________________________________________________
56845 [  7237] By: jhi                                   on 2000/10/16  01:25:04
56846         Log: Fix a couple of compiler-noted nits in #7235.
56847      Branch: perl
56848            ! pp.c
56849 ____________________________________________________________________________
56850 [  7236] By: jhi                                   on 2000/10/16  01:22:46
56851         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
56852      Branch: perl
56853            ! pp.c pp_hot.c
56854 ____________________________________________________________________________
56855 [  7235] By: jhi                                   on 2000/10/15  16:24:44
56856         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
56857              
56858              From: Simon Cozens <simon@cozens.net>
56859              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
56860              Date: Sat, 14 Oct 2000 20:52:13 +0100
56861              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
56862      Branch: perl
56863            ! pp.c t/op/bop.t utf8.h
56864 ____________________________________________________________________________
56865 [  7234] By: jhi                                   on 2000/10/15  15:19:29
56866         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
56867              The problem was that rx->minlen was in chars while pp_split()
56868              thought it would be in bytes. 
56869      Branch: perl
56870            ! pp.c t/pragma/utf8.t
56871 ____________________________________________________________________________
56872 [  7233] By: jhi                                   on 2000/10/14  20:24:24
56873         Log: Document FNCASE=y as discussed in the bug 20000902.009.
56874      Branch: perl
56875            ! README.dos
56876 ____________________________________________________________________________
56877 [  7232] By: jhi                                   on 2000/10/14  18:52:21
56878         Log: Add test for bug id 20000427.003 (which seems to have
56879              been fixed) (also duplicate as 20000427.004, though
56880              with a higher severity).  Move one utf8 from op/append
56881              to pragma/utf8, tag the tests with bug ids.
56882      Branch: perl
56883            ! t/op/append.t t/pragma/utf8.t
56884 ____________________________________________________________________________
56885 [  7231] By: jhi                                   on 2000/10/14  17:28:37
56886         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
56887      Branch: perl
56888            ! t/pragma/utf8.t
56889 ____________________________________________________________________________
56890 [  7230] By: jhi                                   on 2000/10/14  14:24:50
56891         Log: Needs to be conditional on SunOS 4.
56892              
56893              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
56894              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
56895              Date: Sat, 14 Oct 2000 13:37:49 +0100
56896              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
56897      Branch: metaconfig/U/perl
56898            ! End.U
56899      Branch: perl
56900            ! Configure myconfig.SH pod/perldelta.pod
56901 ____________________________________________________________________________
56902 [  7229] By: jhi                                   on 2000/10/14  00:49:22
56903         Log: Update Changes.
56904      Branch: perl
56905            ! Changes patchlevel.h
56906 ____________________________________________________________________________
56907 [  7228] By: jhi                                   on 2000/10/14  00:46:10
56908         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
56909              From: Peter Prymmer <pvhp@forte.com>
56910              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
56911              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
56912      Branch: perl
56913            ! lib/utf8.pm
56914 ____________________________________________________________________________
56915 [  7227] By: jhi                                   on 2000/10/13  23:20:30
56916         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
56917      Branch: perl
56918            ! t/op/tie.t
56919 ____________________________________________________________________________
56920 [  7226] By: jhi                                   on 2000/10/13  22:14:32
56921         Log: Tweak #7225.
56922              
56923              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
56924              From: Peter Prymmer <pvhp@forte.com>
56925              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
56926              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
56927      Branch: perl
56928            ! t/op/sprintf.t
56929 ____________________________________________________________________________
56930 [  7225] By: jhi                                   on 2000/10/13  22:11:31
56931         Log: op/sprintf.t patch for OS/390 (and any other host with limited
56932              floating-point exponent length)
56933              
56934              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
56935              From: Dominic Dunlop <domo@computer.org>
56936              Date: Fri, 13 Oct 2000 19:17:57 +0200
56937              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
56938      Branch: perl
56939            ! t/op/sprintf.t
56940 ____________________________________________________________________________
56941 [  7224] By: jhi                                   on 2000/10/13  18:40:48
56942         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
56943      Branch: perl
56944            ! toke.c
56945 ____________________________________________________________________________
56946 [  7223] By: jhi                                   on 2000/10/13  18:37:13
56947         Log: Thinko in #7222.
56948      Branch: perl
56949            ! utf8.c
56950 ____________________________________________________________________________
56951 [  7222] By: jhi                                   on 2000/10/13  18:05:23
56952         Log: Use UTF8SKIP(), from Simon Cozens.
56953      Branch: perl
56954            ! utf8.c
56955 ____________________________________________________________________________
56956 [  7221] By: jhi                                   on 2000/10/13  15:43:19
56957         Log: (accidentally empty check-in)
56958      Branch: perl
56959            ! utf8.c
56960 ____________________________________________________________________________
56961 [  7220] By: jhi                                   on 2000/10/13  15:23:51
56962         Log: Add (optimistically) Storable to static extensions.
56963      Branch: perl
56964            ! hints/uwin.sh hints/vmesa.sh
56965 ____________________________________________________________________________
56966 [  7219] By: jhi                                   on 2000/10/13  15:20:05
56967         Log: Amdahl UTS doesn't seem to do dynaloading.
56968      Branch: perl
56969            ! hints/uts.sh
56970 ____________________________________________________________________________
56971 [  7218] By: jhi                                   on 2000/10/13  15:15:20
56972         Log: Slight tweak of the code to appease Amdahl UTS cc.
56973      Branch: perl
56974            ! pp.c
56975 ____________________________________________________________________________
56976 [  7217] By: jhi                                   on 2000/10/13  14:50:42
56977         Log: In Amdahl UTS "struct sv" is defined by a system header,
56978              <ksync.h>.
56979      Branch: perl
56980            ! perl.h sv.h
56981 ____________________________________________________________________________
56982 [  7216] By: jhi                                   on 2000/10/13  11:58:25
56983         Log: Ilya implemented the memory profiling API.
56984      Branch: perl
56985            ! Todo
56986 ____________________________________________________________________________
56987 [  7215] By: jhi                                   on 2000/10/13  02:56:38
56988         Log: Subject: [PATCH 5.7.0] Perl API for mstats
56989              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56990              Date: Thu, 12 Oct 2000 22:52:40 -0400
56991              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
56992      Branch: perl
56993            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
56994 ____________________________________________________________________________
56995 [  7214] By: jhi                                   on 2000/10/13  02:55:38
56996         Log: Subject: [PATCH 5.7.0] IVs in mtats
56997              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56998              Date: Thu, 12 Oct 2000 22:51:04 -0400
56999              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
57000      Branch: perl
57001            ! malloc.c perl.h
57002 ____________________________________________________________________________
57003 [  7213] By: jhi                                   on 2000/10/13  02:31:47
57004         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
57005      Branch: perl
57006            ! pod/perldiag.pod pp_sys.c
57007 ____________________________________________________________________________
57008 [  7212] By: jhi                                   on 2000/10/13  01:27:38
57009         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
57010              From: Peter Prymmer <pvhp@forte.com>
57011              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
57012              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
57013      Branch: perl
57014            ! t/op/oct.t
57015 ____________________________________________________________________________
57016 [  7211] By: jhi                                   on 2000/10/13  00:35:09
57017         Log: Update Changes.
57018      Branch: perl
57019            ! Changes patchlevel.h
57020 ____________________________________________________________________________
57021 [  7210] By: jhi                                   on 2000/10/12  23:59:40
57022         Log: The Install.pm third of
57023              
57024              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
57025              From: Bill Campbell <bill@celestial.com>
57026              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
57027              Date: Thu, 5 Oct 2000 18:04:51 -0700
57028      Branch: perl
57029            ! lib/ExtUtils/Install.pm
57030 ____________________________________________________________________________
57031 [  7209] By: jhi                                   on 2000/10/12  23:58:43
57032         Log: Two thirds of
57033              
57034              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
57035              Date: Thu, 5 Oct 2000 18:04:51 -0700
57036              From: Bill Campbell <bill@celestial.com>
57037              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
57038              
57039              The Install.pm changes will be submitted separately because
57040              they need some work and discussion still.
57041      Branch: perl
57042            ! lib/getopts.pl lib/termcap.pl
57043 ____________________________________________________________________________
57044 [  7208] By: jhi                                   on 2000/10/12  23:41:19
57045         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
57046              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57047              Date:     Thu, 12 Oct 2000 07:30:02 EDT
57048              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
57049      Branch: perl
57050            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
57051            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
57052 ____________________________________________________________________________
57053 [  7207] By: jhi                                   on 2000/10/12  23:39:01
57054         Log: An updated EBCDIC tr patch.
57055              
57056              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
57057              From: Peter Prymmer <pvhp@forte.com>
57058              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
57059              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
57060      Branch: perl
57061            ! t/op/tr.t
57062 ____________________________________________________________________________
57063 [  7206] By: jhi                                   on 2000/10/12  23:34:55
57064         Log: Upgrade to CPAN 1.58, from Andreas König.
57065      Branch: perl
57066            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
57067 ____________________________________________________________________________
57068 [  7205] By: jhi                                   on 2000/10/12  23:29:08
57069         Log: Introduce the man[24-8] variables, from Andy Dougherty.
57070      Branch: metaconfig/U/perl
57071            + mandirs.U mandirstyle.U
57072      Branch: perl
57073            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57074            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
57075            ! vos/config.h vos/config.pl vos/config_h.SH_orig
57076            ! win32/config.bc win32/config.gc win32/config.vc
57077 ____________________________________________________________________________
57078 [  7204] By: gsar                                  on 2000/10/12  18:11:24
57079         Log: restore change#7202
57080      Branch: perl
57081            ! mg.c
57082 ____________________________________________________________________________
57083 [  7203] By: gsar                                  on 2000/10/12  18:09:40
57084         Log: another test of the Emergency Broadcast System--back out 
57085              change#7202
57086      Branch: perl
57087            ! mg.c
57088 ____________________________________________________________________________
57089 [  7202] By: gsar                                  on 2000/10/12  16:40:47
57090         Log: (submitted on behalf of Jarkko)
57091              Fix the lib/encode.t subtest 6 failure as reported by Andreas
57092              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
57093              was unearthed by change 7182, as was a bug in HTML::Entities.
57094      Branch: perl
57095            ! mg.c
57096 ____________________________________________________________________________
57097 [  7201] By: jhi                                   on 2000/10/11  03:16:05
57098         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
57099      Branch: perl
57100            ! pp_hot.c t/pragma/utf8.t
57101 ____________________________________________________________________________
57102 [  7200] By: jhi                                   on 2000/10/11  00:40:30
57103         Log: The #7198 was a false alarm.
57104      Branch: perl
57105            ! pp_hot.c
57106 ____________________________________________________________________________
57107 [  7199] By: jhi                                   on 2000/10/11  00:26:04
57108         Log: Remove duplicated code.
57109      Branch: perl
57110            ! t/lib/cgi-html.t
57111 ____________________________________________________________________________
57112 [  7198] By: jhi                                   on 2000/10/10  23:30:46
57113         Log: (Retracted by #7200.)
57114      Branch: perl
57115            ! pp_hot.c
57116 ____________________________________________________________________________
57117 [  7197] By: jhi                                   on 2000/10/10  21:49:30
57118         Log: Add the test case for #7190, from the original bug report
57119              by Andreas König.
57120      Branch: perl
57121            ! t/pragma/utf8.t
57122 ____________________________________________________________________________
57123 [  7196] By: jhi                                   on 2000/10/10  21:40:49
57124         Log: Reapply Andy's patch and regen Configure.
57125      Branch: perl
57126            ! Configure INSTALL Makefile.SH Porting/Glossary
57127            ! Porting/config.sh config_h.SH epoc/config.sh installperl
57128            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
57129            ! win32/config.vc
57130 ____________________________________________________________________________
57131 [  7195] By: jhi                                   on 2000/10/10  21:09:30
57132         Log: Use the versiononly instead of the installscripts,
57133              retract the changes 7146 and 7147.
57134      Branch: perl
57135            ! Configure INSTALL Makefile.SH Porting/Glossary
57136            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
57137            ! installperl uconfig.sh vos/config.def win32/config.bc
57138            ! win32/config.gc win32/config.vc
57139 ____________________________________________________________________________
57140 [  7194] By: jhi                                   on 2000/10/10  21:06:15
57141         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
57142              From: Peter Prymmer <pvhp@forte.com>
57143              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
57144              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
57145      Branch: perl
57146            ! t/op/ver.t
57147 ____________________________________________________________________________
57148 [  7193] By: jhi                                   on 2000/10/10  21:05:12
57149         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
57150              From: Peter Prymmer <pvhp@forte.com>
57151              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
57152              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
57153      Branch: perl
57154            ! t/op/tr.t
57155 ____________________________________________________________________________
57156 [  7192] By: jhi                                   on 2000/10/10  20:57:30
57157         Log: Add versiononly, delete installscripts, from Andy Dougherty.
57158      Branch: metaconfig
57159            - U/installdirs/installscripts.U
57160      Branch: metaconfig/U/perl
57161            + versiononly.U
57162 ____________________________________________________________________________
57163 [  7191] By: jhi                                   on 2000/10/10  19:41:21
57164         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
57165              From: Peter Prymmer <pvhp@forte.com>
57166              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
57167              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
57168      Branch: perl
57169            ! pod/perlebcdic.pod
57170 ____________________________________________________________________________
57171 [  7190] By: jhi                                   on 2000/10/10  19:26:14
57172         Log: Subject: Re: utf8 concat, mg_get
57173              From: Simon Cozens <simon@cozens.net>
57174              Date: Tue, 10 Oct 2000 17:40:17 +0100
57175              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
57176      Branch: perl
57177            ! pp_hot.c
57178 ____________________________________________________________________________
57179 [  7189] By: jhi                                   on 2000/10/10  19:23:03
57180         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
57181              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
57182              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
57183              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
57184      Branch: perl
57185            ! lib/ExtUtils/MM_Unix.pm
57186 ____________________________________________________________________________
57187 [  7188] By: jhi                                   on 2000/10/10  15:31:24
57188         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
57189              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
57190              Date: Fri, 14 Jul 2000 10:47:36 +0100
57191              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
57192      Branch: perl
57193            ! README.win32
57194 ____________________________________________________________________________
57195 [  7187] By: jhi                                   on 2000/10/10  13:30:10
57196         Log: Quote the temp file name, needed in Win32 because the
57197              default name unfortunately contains spaces, shouldn't
57198              hurt elsewhere.
57199              
57200              Subject: FW: perldoc fails if $TEMP contains spaces
57201              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
57202              Date: Thu, 14 Sep 2000 08:58:45 +0100
57203              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
57204      Branch: perl
57205            ! utils/perldoc.PL
57206 ____________________________________________________________________________
57207 [  7186] By: jhi                                   on 2000/10/10  13:16:27
57208         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
57209              From: hv@hugo.hybyte.com
57210              Date: Tue, 10 Oct 2000 14:10:20 +0100
57211              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
57212      Branch: perl
57213            ! t/lib/thr5005.t util.c
57214 ____________________________________________________________________________
57215 [  7185] By: jhi                                   on 2000/10/10  12:06:22
57216         Log: Upgrade to podlators 1.04, from Russ Allbery.
57217      Branch: perl
57218            ! lib/Pod/Man.pm lib/Pod/Text.pm
57219 ____________________________________________________________________________
57220 [  7184] By: jhi                                   on 2000/10/10  12:01:32
57221         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
57222      Branch: perl
57223            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
57224 ____________________________________________________________________________
57225 [  7183] By: jhi                                   on 2000/10/09  23:47:15
57226         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
57227              From: Peter Prymmer <pvhp@forte.com>
57228              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
57229              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
57230      Branch: perl
57231            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
57232 ____________________________________________________________________________
57233 [  7182] By: jhi                                   on 2000/10/09  23:43:16
57234         Log: Make eq work again with utf8 (disabling the upgrading
57235              should no more be necessary since the copies of the
57236              scalars are upgraded, not the scalars themselves).
57237              Takes care of ID 20001009.001.  (The claimed length()
57238              bug in 20001009.001 seems bogus to me.)
57239      Branch: perl
57240            ! sv.c t/pragma/utf8.t
57241 ____________________________________________________________________________
57242 [  7181] By: gsar                                  on 2000/10/09  19:41:54
57243         Log: tweak for change#7173
57244      Branch: perl
57245            ! win32/win32sck.c
57246 ____________________________________________________________________________
57247 [  7180] By: gsar                                  on 2000/10/09  19:26:56
57248         Log: on Windows, clean targets might not work under some flavors of the shell
57249      Branch: perl
57250            ! win32/Makefile win32/makefile.mk
57251 ____________________________________________________________________________
57252 [  7179] By: jhi                                   on 2000/10/09  19:21:02
57253         Log: Update Changes.
57254      Branch: perl
57255            ! Changes patchlevel.h
57256 ____________________________________________________________________________
57257 [  7178] By: jhi                                   on 2000/10/09  19:18:23
57258         Log: Warn about unknown scripts.
57259              
57260              Subject: Re: ideas? patches? [PATCH bleadperl]
57261              From: Dominic Dunlop <domo@computer.org>
57262              Date: Mon, 9 Oct 2000 14:57:17 +0200
57263              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
57264      Branch: perl
57265            ! lib/charnames.pm
57266 ____________________________________________________________________________
57267 [  7177] By: jhi                                   on 2000/10/09  19:13:27
57268         Log: Change #7160 had a nasty typo.
57269      Branch: metaconfig
57270            ! U/compline/Compile.U
57271      Branch: perl
57272            ! Configure config_h.SH
57273 ____________________________________________________________________________
57274 [  7176] By: gsar                                  on 2000/10/09  18:59:33
57275         Log: pod nit
57276      Branch: perl
57277            ! pod/perlport.pod
57278 ____________________________________________________________________________
57279 [  7175] By: gsar                                  on 2000/10/09  18:54:28
57280         Log: Windows9x doesn't support link(), despite what Config.pm
57281              might think
57282      Branch: perl
57283            ! lib/ExtUtils/Manifest.pm
57284 ____________________________________________________________________________
57285 [  7174] By: gsar                                  on 2000/10/09  18:50:03
57286         Log: avoid nonportable example code
57287      Branch: perl
57288            ! lib/File/Copy.pm
57289 ____________________________________________________________________________
57290 [  7173] By: gsar                                  on 2000/10/09  18:46:54
57291         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
57292              being used) when closing a socket handle
57293      Branch: perl
57294            ! win32/win32.c win32/win32.h win32/win32sck.c
57295 ____________________________________________________________________________
57296 [  7172] By: gsar                                  on 2000/10/09  18:41:40
57297         Log: on Windows, cwd strings in the environment should be of the
57298              form =X:=X:\foo instead of =X=X:\foo\
57299      Branch: perl
57300            ! win32/vdir.h
57301 ____________________________________________________________________________
57302 [  7171] By: gsar                                  on 2000/10/09  18:30:09
57303         Log: on Windows, LoadLibrary() could load an extension DLL multiple
57304              times if forward slashes are used in the path
57305      Branch: perl
57306            ! win32/win32.c
57307 ____________________________________________________________________________
57308 [  7170] By: jhi                                   on 2000/10/09  17:53:59
57309         Log: Add a todo note about overloadable assertions.
57310      Branch: perl
57311            ! Todo-5.6
57312 ____________________________________________________________________________
57313 [  7169] By: jhi                                   on 2000/10/09  13:43:45
57314         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
57315              From: mjd@plover.com
57316              Date: 9 Oct 2000 00:24:44 -0000
57317              Message-ID: <20001009002444.10616.qmail@plover.com>
57318      Branch: perl
57319            ! pod/perldebguts.pod
57320 ____________________________________________________________________________
57321 [  7168] By: nick                                  on 2000/10/08  13:16:33
57322         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
57323              is not right thing to do on (e.g. x86). Network order is also "right" for
57324              X fonts.
57325      Branch: perl
57326            ! ext/Encode/Encode.pm
57327 ____________________________________________________________________________
57328 [  7167] By: nick                                  on 2000/10/08  12:54:42
57329         Log: Make "encodings" work post-install when Encode/*.enc files may not
57330              be in same directory as Encode.pm
57331      Branch: perl
57332            ! ext/Encode/Encode.pm
57333 ____________________________________________________________________________
57334 [  7166] By: nick                                  on 2000/10/08  11:51:26
57335         Log: Work round the fact that $hash->{$key} does not take into account
57336              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
57337              so that key is always in the "expected" encoding - i.e. same way we put
57338              it in the hash.
57339      Branch: perl
57340            ! ext/Encode/Encode.pm
57341 ____________________________________________________________________________
57342 [  7165] By: gsar                                  on 2000/10/08  04:15:29
57343         Log: save_re_context() could reset PL_curcop to freed memory, causing core
57344              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
57345      Branch: perl
57346            ! pp_ctl.c
57347 ____________________________________________________________________________
57348 [  7164] By: jhi                                   on 2000/10/06  20:51:48
57349         Log: UTF8ize split() so that the cloned substrings get the UTF8
57350              flag of the original scalar.  Problem reported by Simon Cozens.
57351      Branch: perl
57352            ! pp.c t/pragma/utf8.t
57353 ____________________________________________________________________________
57354 [  7163] By: nick                                  on 2000/10/06  20:48:34
57355         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
57356              got a false +ve and so did not reach code which would have un-FAKEd the SV.
57357      Branch: perl
57358            ! sv.c
57359 ____________________________________________________________________________
57360 [  7162] By: nick                                  on 2000/10/06  20:25:37
57361         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
57362              To fix  (sort {$a <=> $b} keys %hash) in particular but
57363              should cover a number of other as-yet-unknown cases as well.
57364      Branch: perl
57365            ! sv.c
57366 ____________________________________________________________________________
57367 [  7161] By: jhi                                   on 2000/10/06  19:56:18
57368         Log: Change the version number of Tie::Handle in the core to 4.0,
57369              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
57370              
57371              Subject: Note on Tie::Handle
57372              From: andreas.koenig@anima.de (Andreas J. Koenig)
57373              Date:      06 Oct 2000 21:48:58 +0200
57374              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
57375      Branch: perl
57376            ! lib/Tie/Handle.pm
57377 ____________________________________________________________________________
57378 [  7160] By: jhi                                   on 2000/10/06  18:20:35
57379         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
57380              as the first option of cc/ld because of ultrapicky compilers
57381              (e.g. OS/390 R2.5)
57382      Branch: metaconfig
57383            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
57384            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
57385            ! U/compline/orderlib.U U/modified/Cppsym.U
57386            ! U/modified/d_access.U
57387      Branch: metaconfig/U/perl
57388            ! Checkcc.U d_dlsymun.U gccvers.U
57389      Branch: perl
57390            ! Configure config_h.SH
57391 ____________________________________________________________________________
57392 [  7159] By: jhi                                   on 2000/10/06  13:56:39
57393         Log: Update Changes.
57394      Branch: perl
57395            ! Changes patchlevel.h
57396 ____________________________________________________________________________
57397 [  7158] By: jhi                                   on 2000/10/06  12:48:40
57398         Log: Eliminate $Is_VMS code from the test.
57399              
57400              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
57401              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57402              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
57403              Date:     Thu, 5 Oct 2000 07:46:33 EDT
57404      Branch: perl
57405            ! t/lib/b.t
57406 ____________________________________________________________________________
57407 [  7157] By: jhi                                   on 2000/10/06  12:47:13
57408         Log: Also the $ccflags is needed for the C compiler check.
57409              
57410              Subject: Configure (check for C-compiler)
57411              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57412              Date: Fri, 06 Oct 2000 08:47:15 +0200
57413              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
57414      Branch: metaconfig/U/perl
57415            ! Checkcc.U
57416      Branch: perl
57417            ! Configure config_h.SH
57418 ____________________________________________________________________________
57419 [  7156] By: jhi                                   on 2000/10/06  11:45:15
57420         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
57421      Branch: perl
57422            ! perl.c pp_ctl.c sv.h utf8.c
57423 ____________________________________________________________________________
57424 [  7155] By: jhi                                   on 2000/10/06  11:40:41
57425         Log: IO::Handle->syswrite() did not handle length omission
57426              like CORE::syswrite() does.
57427              
57428              Subject: [Fwd] IO::Handle, syswrite and arguments
57429              From: Graham Barr <gbarr@pobox.com>
57430              Date: Fri, 6 Oct 2000 10:22:05 +0100
57431              Message-ID: <20001006102205.U6312@pobox.com>
57432              
57433              The original patch from andrew@ugh.net.au.
57434      Branch: perl
57435            ! ext/IO/lib/IO/Handle.pm
57436 ____________________________________________________________________________
57437 [  7154] By: jhi                                   on 2000/10/06  01:42:15
57438         Log: Tweak #7153.
57439      Branch: perl
57440            ! utf8.h
57441 ____________________________________________________________________________
57442 [  7153] By: jhi                                   on 2000/10/06  00:39:55
57443         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
57444      Branch: perl
57445            ! utf8.h
57446 ____________________________________________________________________________
57447 [  7152] By: jhi                                   on 2000/10/06  00:38:11
57448         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
57449      Branch: perl
57450            ! perl.c pp_ctl.c sv.h utf8.c
57451 ____________________________________________________________________________
57452 [  7151] By: jhi                                   on 2000/10/06  00:36:38
57453         Log: Subject: Re: Questions about Tie::Array and perl modules
57454              From: Nick Ing-Simmons <nik@tiuk.ti.com>
57455              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
57456              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
57457              
57458              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
57459      Branch: perl
57460            ! lib/Tie/Array.pm t/op/array.t
57461 ____________________________________________________________________________
57462 [  7150] By: jhi                                   on 2000/10/05  00:20:45
57463         Log: Regen Changes.
57464      Branch: perl
57465            ! Changes patchlevel.h
57466 ____________________________________________________________________________
57467 [  7149] By: jhi                                   on 2000/10/05  00:20:01
57468         Log: Regen toc.
57469      Branch: perl
57470            ! pod/perltoc.pod
57471 ____________________________________________________________________________
57472 [  7148] By: jhi                                   on 2000/10/04  23:35:08
57473         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
57474              reported several times by Dominic Dunlop, for example in
57475              ID 20000315.008.  Patch from Dominic.  Patch affects at
57476              least MachTen, and possibly other oldish BSDs. Should not
57477              break non-broken platforms (tested on LinuxPPC). 
57478      Branch: perl
57479            ! doio.c
57480 ____________________________________________________________________________
57481 [  7147] By: jhi                                   on 2000/10/04  23:26:34
57482         Log: The one that got away from 7146.
57483      Branch: metaconfig
57484            + U/installdirs/installscripts.U
57485 ____________________________________________________________________________
57486 [  7146] By: jhi                                   on 2000/10/04  23:25:04
57487         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
57488              suggested by H. Merijn Brand.
57489      Branch: perl
57490            ! Configure INSTALL Makefile.SH Porting/Glossary
57491            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
57492            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
57493            ! win32/config.vc
57494 ____________________________________________________________________________
57495 [  7145] By: jhi                                   on 2000/10/04  22:08:21
57496         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
57497              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57498              Date: Wed, 4 Oct 2000 17:37:46 -0400
57499              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
57500      Branch: perl
57501            ! utils/h2xs.PL
57502 ____________________________________________________________________________
57503 [  7144] By: jhi                                   on 2000/10/04  18:11:41
57504         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
57505              From: Jeff Pinyan <jeffp@crusoe.net>
57506              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
57507              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
57508      Branch: perl
57509            ! pod/perlrun.pod
57510 ____________________________________________________________________________
57511 [  7143] By: jhi                                   on 2000/10/04  18:09:58
57512         Log: Subject: perlhack.pod Patch for Externals Tools
57513              From: Fisher Mark <fisherm@tce.com>
57514              Date: Tue, 3 Oct 2000 15:43:27 -0500 
57515              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
57516      Branch: perl
57517            ! pod/perlhack.pod
57518 ____________________________________________________________________________
57519 [  7142] By: jhi                                   on 2000/10/04  18:08:41
57520         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
57521              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57522              Date:     Wed, 4 Oct 2000 12:11:11 EDT
57523              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
57524      Branch: perl
57525            ! vms/vms.c
57526 ____________________________________________________________________________
57527 [  7141] By: jhi                                   on 2000/10/04  12:20:16
57528         Log: Subject: [PATCH 5.7.0] h2xs not working
57529              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57530              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
57531              Date: Tue, 3 Oct 2000 21:43:01 -0400
57532              
57533              Subject: [PATCH 5.7.0] h2xs not documenting the created module
57534              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57535              Date: Tue, 3 Oct 2000 22:55:19 -0400
57536              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
57537      Branch: perl
57538            ! utils/h2xs.PL
57539 ____________________________________________________________________________
57540 [  7140] By: jhi                                   on 2000/10/04  11:53:44
57541         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
57542              From: nick@babyhippo.com
57543              Date: Wed, 4 Oct 2000 12:06:45 +0100
57544              Message-Id: <20001004120645.A7356@babyhippo.com>
57545              
57546              Retract 7118 and 7135.
57547      Branch: perl
57548            ! installman installperl op.c t/pragma/subs.t
57549 ____________________________________________________________________________
57550 [  7139] By: jhi                                   on 2000/10/03  22:09:41
57551         Log: It is possible to have no hosts database at all.  Pointed out in
57552              
57553              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
57554              From: Peter Prymmer <pvhp@forte.com>
57555              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
57556              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
57557      Branch: metaconfig
57558            ! U/modified/myhostname.U
57559      Branch: perl
57560            ! Configure config_h.SH
57561 ____________________________________________________________________________
57562 [  7138] By: jhi                                   on 2000/10/03  21:49:49
57563         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
57564              From: Peter Prymmer <pvhp@forte.com>
57565              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
57566              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
57567      Branch: perl
57568            ! pp_sys.c
57569 ____________________________________________________________________________
57570 [  7137] By: jhi                                   on 2000/10/03  20:10:05
57571         Log: One remaining nit less at the VMS mailbox sizing.
57572      Branch: perl
57573            ! vms/vms.c
57574 ____________________________________________________________________________
57575 [  7136] By: jhi                                   on 2000/10/03  20:08:47
57576         Log: Test harness update to sync with the new perlcc,
57577              from Simon Cozens.
57578      Branch: perl
57579            ! t/TEST t/UTEST
57580 ____________________________________________________________________________
57581 [  7135] By: jhi                                   on 2000/10/03  15:15:42
57582         Log: Subject: Re: PATCH for 20001003.004
57583              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
57584              From: "AARON B. DOSSETT" <aaron@iglou.com>
57585              Message-Id: <E13gTay-0006od-00@iglou.com>
57586      Branch: perl
57587            ! installman installperl
57588 ____________________________________________________________________________
57589 [  7134] By: jhi                                   on 2000/10/03  15:00:34
57590         Log: Subject: [ID 20001003.006] B::Debug not -w clean
57591              From: Nicholas Clark <nick@babyhippo.co.uk>
57592              Date: Tue, 03 Oct 2000 15:46:32 +0100
57593              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
57594      Branch: perl
57595            ! ext/B/B/Debug.pm
57596 ____________________________________________________________________________
57597 [  7133] By: jhi                                   on 2000/10/03  14:58:39
57598         Log: Scale down the VMS message boxes, by Charles Lane.
57599              Fix for ID 20000903.009, workaround at
57600              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
57601      Branch: perl
57602            ! vms/vms.c
57603 ____________________________________________________________________________
57604 [  7132] By: jhi                                   on 2000/10/03  11:20:37
57605         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
57606      Branch: perl
57607            + t/lib/st-lock.t t/lib/st-utf8.t
57608            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
57609            ! ext/Storable/Storable.xs t/lib/st-recurse.t
57610 ____________________________________________________________________________
57611 [  7131] By: jhi                                   on 2000/10/03  03:38:23
57612         Log: Encode nits.
57613      Branch: perl
57614            ! MANIFEST Makefile.SH
57615 ____________________________________________________________________________
57616 [  7130] By: jhi                                   on 2000/10/03  03:31:05
57617         Log: Update Changes.
57618      Branch: perl
57619            ! Changes patchlevel.h
57620 ____________________________________________________________________________
57621 [  7129] By: jhi                                   on 2000/10/03  02:24:02
57622         Log: Misplaced else.
57623      Branch: metaconfig/U/perl
57624            ! d_strtoll.U
57625      Branch: perl
57626            ! Configure config_h.SH
57627 ____________________________________________________________________________
57628 [  7128] By: jhi                                   on 2000/10/03  02:08:29
57629         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
57630              From: sthoenna@efn.org
57631              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
57632              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
57633      Branch: metaconfig/U/perl
57634            ! d_strtoll.U
57635      Branch: perl
57636            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
57637 ____________________________________________________________________________
57638 [  7127] By: jhi                                   on 2000/10/03  01:13:14
57639         Log: Update Changes.
57640      Branch: perl
57641            ! Changes patchlevel.h
57642 ____________________________________________________________________________
57643 [  7126] By: jhi                                   on 2000/10/03  00:57:08
57644         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
57645              as suggested by Olaf Flebbe and Nick Clark.
57646      Branch: perl
57647            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
57648 ____________________________________________________________________________
57649 [  7125] By: jhi                                   on 2000/10/03  00:50:56
57650         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
57651              From: Nick Clark <nick@plum.flirble.org>
57652              Date: Mon, 2 Oct 2000 11:03:24 +0100
57653              Message-Id: <20001002110324.D20073@plum.flirble.org>
57654              
57655              Also fixes bug ID 20001002.005.
57656      Branch: perl
57657            ! t/lib/encode.t
57658 ____________________________________________________________________________
57659 [  7124] By: jhi                                   on 2000/10/03  00:34:59
57660         Log: Subject: [PATCH 5.7.0] Epoc update
57661              From: Olaf Flebbe <o.flebbe@gmx.de>
57662              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
57663              Message-ID: <26423.969484586@www10.gmx.net>
57664      Branch: perl
57665            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
57666            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
57667            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
57668            ! util.c util.h
57669 ____________________________________________________________________________
57670 [  7123] By: jhi                                   on 2000/10/03  00:30:07
57671         Log: Regen headers.
57672      Branch: perl
57673            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
57674 ____________________________________________________________________________
57675 [  7122] By: jhi                                   on 2000/10/03  00:10:48
57676         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
57677      Branch: perl
57678            ! hints/openbsd.sh
57679 ____________________________________________________________________________
57680 [  7121] By: jhi                                   on 2000/10/03  00:05:06
57681         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
57682              From: <abigail@foad.org>
57683              Date: Tue, 26 Sep 2000 13:36:14 -0400
57684              Message-ID: <20000926173614.4356.qmail@foad.org>
57685      Branch: perl
57686            ! pod/perlop.pod
57687 ____________________________________________________________________________
57688 [  7120] By: jhi                                   on 2000/10/03  00:04:00
57689         Log: Inside require() $^S was always left undefined.
57690              
57691              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
57692              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57693              Date: Wed, 27 Sep 2000 18:54:49 -0400
57694              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
57695      Branch: perl
57696            ! cop.h mg.c pp_ctl.c util.c
57697 ____________________________________________________________________________
57698 [  7119] By: jhi                                   on 2000/10/03  00:00:16
57699         Log: Subject: [PATCH] DLL not restartabke with threaded perl
57700              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
57701              Date: Thu, 28 Sep 2000 09:20:46 +0100
57702              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
57703      Branch: perl
57704            ! perl.c
57705 ____________________________________________________________________________
57706 [  7118] By: jhi                                   on 2000/10/02  23:59:20
57707         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
57708              From: Nicholas Clark <nick@ccl4.org>
57709              Date: Thu, 28 Sep 2000 11:52:24 +0100
57710              Message-ID: <20000928115224.D7924@plum.flirble.org>
57711      Branch: perl
57712            ! op.c
57713 ____________________________________________________________________________
57714 [  7117] By: jhi                                   on 2000/10/02  23:57:51
57715         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
57716              From: Nicholas Clark <nick@babyhippo.co.uk>
57717              Date: Thu, 28 Sep 2000 12:18:10 +0100
57718              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
57719              
57720              Did not apply cleanly, manual intervention was needed.
57721      Branch: perl
57722            ! ext/B/B/Bytecode.pm utils/perlcc.PL
57723 ____________________________________________________________________________
57724 [  7116] By: jhi                                   on 2000/10/02  23:50:40
57725         Log: Document the issue (is not a syntax error, kind of)
57726              
57727              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
57728              From: Nicholas Clark <nick@ccl4.org>
57729              Date: Thu, 28 Sep 2000 17:12:42 +0100
57730              Message-ID: <20000928171242.K7924@plum.flirble.org>
57731      Branch: perl
57732            ! pod/perldata.pod
57733 ____________________________________________________________________________
57734 [  7115] By: jhi                                   on 2000/10/02  23:48:58
57735         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
57736              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57737              Date: Thu, 28 Sep 2000 21:55:31 -0400
57738              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
57739      Branch: perl
57740            ! regexec.c
57741 ____________________________________________________________________________
57742 [  7114] By: jhi                                   on 2000/10/02  23:47:57
57743         Log: Subject: DOC PATCH 5.6.0
57744              From: mjd@plover.com
57745              Date: 30 Sep 2000 06:02:34 -0000
57746              Message-ID: <20000930060234.4559.qmail@plover.com>
57747      Branch: perl
57748            ! pod/perldebguts.pod
57749 ____________________________________________________________________________
57750 [  7113] By: jhi                                   on 2000/10/02  23:46:43
57751         Log: SOCK_DGRAM and listen() do not mix as reported in
57752              
57753              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
57754              From: Petter Reinholdtsen <pere@hungry.com>
57755              Date: Sun, 1 Oct 2000 10:57:20 +0800
57756              Message-Id: <200010010257.KAA05735@localhost.localdomain>
57757              
57758              The patch for 5.7.0+ had to be reengineered, though.
57759      Branch: perl
57760            ! ext/IO/lib/IO/Socket/UNIX.pm
57761 ____________________________________________________________________________
57762 [  7112] By: jhi                                   on 2000/10/02  23:36:57
57763         Log: Subject: Re: [PATCH 5.005_64 missed]
57764              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57765              Date: Sun, 1 Oct 2000 18:50:10 -0400
57766              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
57767      Branch: perl
57768            ! pod/perlxs.pod
57769 ____________________________________________________________________________
57770 [  7111] By: jhi                                   on 2000/10/02  23:35:40
57771         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
57772              From: Radu Greab <radu@netsoft.ro>
57773              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
57774              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
57775      Branch: perl
57776            ! op.c opcode.pl t/op/substr.t
57777 ____________________________________________________________________________
57778 [  7110] By: jhi                                   on 2000/10/02  23:32:38
57779         Log: Subject: [PATCH] Fix aliasing of tied filehandles
57780              From: Daniel Chetlin <daniel@chetlin.com>
57781              Date: Mon, 2 Oct 2000 14:53:27 -0700
57782              Message-ID: <20001002145327.C1617@ilmd>
57783      Branch: perl
57784            ! perl.h pp_hot.c t/op/tiehandle.t
57785 ____________________________________________________________________________
57786 [  7109] By: jhi                                   on 2000/10/02  23:31:30
57787         Log: s/Robin Parker/Robin Barker/
57788      Branch: perl
57789            ! Changes5.6
57790 ____________________________________________________________________________
57791 [  7108] By: jhi                                   on 2000/10/02  23:15:46
57792         Log: Retract #7091 as suggested in
57793              
57794              From: Robin Barker <rmb1@cise.npl.co.uk> 
57795              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
57796              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
57797              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
57798      Branch: perl
57799            ! embed.pl proto.h
57800 ____________________________________________________________________________
57801 [  7107] By: nick                                  on 2000/10/02  18:23:14
57802         Log: A few tweaks to get Tk803 to work with Encode scheme.
57803      Branch: perl
57804            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
57805 ____________________________________________________________________________
57806 [  7106] By: nick                                  on 2000/10/01  21:34:14
57807         Log: Add checking cases to Encode's toUnicode and fromUnicode.
57808      Branch: perl
57809            ! ext/Encode/Encode.pm
57810 ____________________________________________________________________________
57811 [  7105] By: nick                                  on 2000/10/01  17:18:01
57812         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
57813              To read and use them.
57814              Add a lib/encode.t which checks a few things.
57815      Branch: perl
57816            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
57817            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
57818            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
57819            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
57820            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
57821            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
57822            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
57823            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
57824            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
57825            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
57826            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
57827            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
57828            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
57829            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
57830            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
57831            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
57832            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
57833            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
57834            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
57835            + ext/Encode/Encode/iso2022-jp.enc
57836            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
57837            + ext/Encode/Encode/iso8859-1.enc
57838            + ext/Encode/Encode/iso8859-2.enc
57839            + ext/Encode/Encode/iso8859-3.enc
57840            + ext/Encode/Encode/iso8859-4.enc
57841            + ext/Encode/Encode/iso8859-5.enc
57842            + ext/Encode/Encode/iso8859-6.enc
57843            + ext/Encode/Encode/iso8859-7.enc
57844            + ext/Encode/Encode/iso8859-8.enc
57845            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
57846            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
57847            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
57848            + ext/Encode/Encode/macCentEuro.enc
57849            + ext/Encode/Encode/macCroatian.enc
57850            + ext/Encode/Encode/macCyrillic.enc
57851            + ext/Encode/Encode/macDingbats.enc
57852            + ext/Encode/Encode/macGreek.enc
57853            + ext/Encode/Encode/macIceland.enc
57854            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
57855            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
57856            + ext/Encode/Encode/macTurkish.enc
57857            + ext/Encode/Encode/macUkraine.enc
57858            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
57859            + t/lib/encode.t
57860            ! MANIFEST ext/Encode/Encode.pm
57861 ____________________________________________________________________________
57862 [  7104] By: nick                                  on 2000/09/30  13:04:30
57863         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
57864              From: Daniel Chetlin <daniel@chetlin.com>
57865              Date: Mon, 18 Sep 2000 05:05:40 -0700
57866              Message-Id: <20000918050540.C652@ilmd>
57867      Branch: perl
57868            ! lib/overload.pm sv.c t/pragma/overload.t
57869 ____________________________________________________________________________
57870 [  7103] By: nick                                  on 2000/09/30  12:53:36
57871         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
57872              From: Johan Vromans <jvromans@squirrel.nl>
57873              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
57874              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
57875      Branch: perl
57876            ! pod/Makefile.SH
57877 ____________________________________________________________________________
57878 [  7102] By: nick                                  on 2000/09/30  12:52:31
57879         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
57880              From: Spider Boardman <spider@Orb.Nashua.NH.US>
57881              Date: Sat, 16 Sep 2000 16:36:45 -0400
57882              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
57883      Branch: perl
57884            ! ext/B/B/Deparse.pm
57885 ____________________________________________________________________________
57886 [  7101] By: nick                                  on 2000/09/30  12:51:41
57887         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
57888              From: Craig A. Berry <craig.berry@psinetcs.com>
57889              Date: Sat, 16 Sep 2000 10:11:10 -0500
57890              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
57891      Branch: perl
57892            ! vms/vms.c
57893 ____________________________________________________________________________
57894 [  7100] By: nick                                  on 2000/09/30  12:50:33
57895         Log: Subject: Re: unicode support and perl [ID 20000901.097]
57896              From: Spider Boardman <spider@Orb.Nashua.NH.US>
57897              Date: Fri, 15 Sep 2000 16:37:58 -0400
57898              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
57899      Branch: perl
57900            ! t/op/append.t
57901 ____________________________________________________________________________
57902 [  7099] By: nick                                  on 2000/09/30  12:49:35
57903         Log: Subject: Re: unicode support and perl [ID 20000901.097]
57904              From: Spider Boardman <spider@Orb.Nashua.NH.US>
57905              Date: Fri, 15 Sep 2000 16:25:30 -0400
57906              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
57907      Branch: perl
57908            ! pp_hot.c
57909 ____________________________________________________________________________
57910 [  7098] By: nick                                  on 2000/09/30  12:48:00
57911         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
57912              From: Gisle Aas <gisle@ActiveState.com>
57913              Date: 15 Sep 2000 16:23:41 +0200
57914              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
57915      Branch: perl
57916            ! toke.c
57917 ____________________________________________________________________________
57918 [  7097] By: nick                                  on 2000/09/30  12:45:16
57919         Log: Subject: [PATCH] Nits in perlmod.pod
57920              From: Daniel Chetlin <daniel@chetlin.com>
57921              Date: Fri, 15 Sep 2000 02:04:09 -0700
57922              Message-Id: <20000915020409.A2104@ilmd>
57923      Branch: perl
57924            ! pod/perlmod.pod
57925 ____________________________________________________________________________
57926 [  7096] By: nick                                  on 2000/09/30  12:18:00
57927         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
57928              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
57929              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
57930              0 to checking to get the warning.
57931      Branch: perl
57932            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
57933            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
57934            ! regexec.c sv.c toke.c utf8.c
57935 ____________________________________________________________________________
57936 [  7095] By: nick                                  on 2000/09/15  16:55:59
57937         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
57938              
57939              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
57940              From: Spider Boardman <spider@Orb.Nashua.NH.US>
57941              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
57942              Date: Fri, 15 Sep 2000 06:37:30 -0400
57943      Branch: perl
57944            ! ext/Encode/Encode.xs sv.c
57945 ____________________________________________________________________________
57946 [  7094] By: jhi                                   on 2000/09/15  03:23:32
57947         Log: Update Changes.
57948      Branch: perl
57949            ! Changes patchlevel.h
57950 ____________________________________________________________________________
57951 [  7093] By: jhi                                   on 2000/09/15  03:11:44
57952         Log: Fix for the charnames.t failures from Spider Boardman.
57953      Branch: perl
57954            ! toke.c
57955 ____________________________________________________________________________
57956 [  7092] By: jhi                                   on 2000/09/15  00:15:48
57957         Log: Botched the #7090 check-in.
57958      Branch: perl
57959            ! sv.c
57960 ____________________________________________________________________________
57961 [  7091] By: jhi                                   on 2000/09/14  23:33:24
57962         Log: Part of #7081 didn't come through.
57963      Branch: perl
57964            ! embed.pl proto.h
57965 ____________________________________________________________________________
57966 [  7090] By: jhi                                   on 2000/09/14  23:17:39
57967         Log: Subject: Re: perl@7078 
57968              From: Spider Boardman <spider@web.zk3.dec.com>
57969              Date: Thu, 14 Sep 2000 19:06:36 -0400
57970              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
57971      Branch: perl
57972            ! sv.c toke.c
57973 ____________________________________________________________________________
57974 [  7089] By: jhi                                   on 2000/09/14  23:11:21
57975         Log: Small portability tweaks.
57976      Branch: perl
57977            ! ext/Encode/Encode.xs
57978 ____________________________________________________________________________
57979 [  7088] By: jhi                                   on 2000/09/14  22:57:23
57980         Log: Fake return to pacify picky compilers.
57981      Branch: perl
57982            ! ext/Encode/Encode.xs
57983 ____________________________________________________________________________
57984 [  7087] By: jhi                                   on 2000/09/14  22:53:37
57985         Log: Subject: [PATCH] utf8.c apidoc
57986              From: Simon Cozens <simon@cozens.net>
57987              Date: Thu, 14 Sep 2000 23:46:57 +0100
57988              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
57989      Branch: perl
57990            ! perlapi.c pod/perlapi.pod utf8.c
57991 ____________________________________________________________________________
57992 [  7086] By: jhi                                   on 2000/09/14  22:40:38
57993         Log: We don't need to count the high bit bytes, a boolean is enough. 
57994      Branch: perl
57995            ! sv.c
57996 ____________________________________________________________________________
57997 [  7085] By: jhi                                   on 2000/09/14  21:20:09
57998         Log: Replace #7084 with
57999              
58000              Subject: Re: perl@7078 
58001              From: Spider Boardman <spider@web.zk3.dec.com>
58002              Date: Thu, 14 Sep 2000 17:09:36 -0400
58003              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
58004      Branch: perl
58005            ! sv.c utf8.c
58006 ____________________________________________________________________________
58007 [  7084] By: jhi                                   on 2000/09/14  20:03:34
58008         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
58009              convertable to bytes by checking it doesn't go above 0xc3
58010              
58011              Subject: Re: perl@7078
58012              From: Simon Cozens <simon@cozens.net>
58013              Date: Thu, 14 Sep 2000 20:59:19 +0100
58014              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
58015      Branch: perl
58016            ! utf8.c
58017 ____________________________________________________________________________
58018 [  7083] By: jhi                                   on 2000/09/14  19:38:47
58019         Log: Subject: Re: perl@7078
58020              From: Simon Cozens <simon@cozens.net>
58021              Date: Thu, 14 Sep 2000 20:13:09 +0100
58022              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
58023      Branch: perl
58024            ! t/op/bop.t
58025 ____________________________________________________________________________
58026 [  7082] By: jhi                                   on 2000/09/14  17:50:44
58027         Log: The one that got away.
58028      Branch: perl
58029            ! lib/File/Find.pm
58030 ____________________________________________________________________________
58031 [  7081] By: jhi                                   on 2000/09/14  17:45:35
58032         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
58033              From: Robin Barker <rmb1@cise.npl.co.uk>
58034              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
58035              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
58036      Branch: perl
58037            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
58038            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
58039            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
58040            ! regcomp.c toke.c universal.c
58041 ____________________________________________________________________________
58042 [  7080] By: jhi                                   on 2000/09/14  17:40:35
58043         Log: Problems picked up by AIX cc.
58044              
58045              Subject: Re: perl@7078 (patch included)
58046              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58047              Date: Thu, 14 Sep 2000 18:53:30 +0200
58048              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
58049      Branch: perl
58050            ! ext/Encode/Encode.xs
58051 ____________________________________________________________________________
58052 [  7079] By: jhi                                   on 2000/09/14  17:38:27
58053         Log: Subject: File::Find 5.7.0 POD nits
58054              From: Rich Morin <rdm@cfcl.com>
58055              Date: Wed, 13 Sep 2000 22:03:58 -0700
58056              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
58057      Branch: perl
58058            ! lib/File/Find.pm
58059 ____________________________________________________________________________
58060 [  7078] By: jhi                                   on 2000/09/14  14:58:20
58061         Log: Update Changes.
58062      Branch: perl
58063            ! Changes patchlevel.h
58064 ____________________________________________________________________________
58065 [  7077] By: jhi                                   on 2000/09/14  14:55:54
58066         Log: Compilation warnings and an error.
58067      Branch: perl
58068            ! sv.c
58069 ____________________________________________________________________________
58070 [  7076] By: jhi                                   on 2000/09/14  14:42:56
58071         Log: Fix for a parsing bug, not for the original bug.
58072              
58073              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
58074              From: Spider Boardman <spider@web.zk3.dec.com>
58075              Date: Wed, 13 Sep 2000 17:52:20 -0400
58076              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
58077      Branch: perl
58078            ! regcomp.c
58079 ____________________________________________________________________________
58080 [  7075] By: jhi                                   on 2000/09/14  14:40:40
58081         Log: Batch of UTF-8 patches from Simon Cozens.
58082      Branch: perl
58083            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
58084            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
58085            ! toke.c utf8.c
58086 ____________________________________________________________________________
58087 [  7074] By: jhi                                   on 2000/09/14  14:29:58
58088         Log: Subject: Re: Two advertising clauses need to be removed
58089              From: Russ Allbery <rra@stanford.edu>
58090              Date: 13 Sep 2000 18:50:26 -0700
58091              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
58092      Branch: perl
58093            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
58094 ____________________________________________________________________________
58095 [  7073] By: jhi                                   on 2000/09/14  14:28:20
58096         Log: Subject: [PATCH] de-wall t/README
58097              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58098              Date: Wed, 13 Sep 2000 17:46:55 -0700
58099              Message-ID: <//Bw5gzkge/e092yn@efn.org>
58100      Branch: perl
58101            ! t/README
58102 ____________________________________________________________________________
58103 [  7072] By: jhi                                   on 2000/09/14  14:25:10
58104         Log: Hints optimization.
58105              
58106              Subject: Minor nit
58107              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58108              Date: Wed, 13 Sep 2000 21:42:07 +0200
58109              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
58110      Branch: perl
58111            ! hints/hpux.sh
58112 ____________________________________________________________________________
58113 [  7071] By: jhi                                   on 2000/09/14  14:23:30
58114         Log: Allow chop() and chomp() to be overridden.
58115              
58116              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
58117              From: "Casey R. Tweten" <crt@kiski.net>
58118              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
58119              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
58120      Branch: perl
58121            ! toke.c
58122 ____________________________________________________________________________
58123 [  7070] By: jhi                                   on 2000/09/14  14:20:36
58124         Log: The return value of setlocale must be copied away.
58125              
58126              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
58127              From: Alan Burlison <Alan.Burlison@uk.sun.com>
58128              Date: Wed, 13 Sep 2000 16:27:37 +0100 
58129              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
58130      Branch: perl
58131            ! util.c
58132 ____________________________________________________________________________
58133 [  7069] By: jhi                                   on 2000/09/14  14:16:27
58134         Log: Remove vestiges of tr//CU.
58135              
58136              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
58137              From: Nick Clark <nick@plum.flirble.org>
58138              Date: Tue, 12 Sep 2000 22:50:14 +0100
58139              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
58140              
58141              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
58142              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58143              Date: Tue, 12 Sep 2000 21:38:48 -0700
58144              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
58145      Branch: perl
58146            ! op.h pod/perlunicode.pod
58147 ____________________________________________________________________________
58148 [  7068] By: jhi                                   on 2000/09/13  14:18:39
58149         Log: Add the Encode extension.  The code is still largely just skeleton.
58150      Branch: perl
58151            + ext/Encode/Encode.pm ext/Encode/Encode.xs
58152            + ext/Encode/Makefile.PL ext/Encode/Todo
58153            ! MANIFEST Todo-5.6
58154 ____________________________________________________________________________
58155 [  7067] By: jhi                                   on 2000/09/12  17:43:33
58156         Log: Allow for whitespace between "#" and "line" in cpp output.
58157              
58158              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
58159              From: Calle Dybedahl <calle@lysator.liu.se>
58160              Date: 12 Sep 2000 19:38:02 +0200 
58161              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
58162      Branch: perl
58163            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
58164 ____________________________________________________________________________
58165 [  7066] By: gsar                                  on 2000/09/12  17:24:29
58166         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
58167              initialization in all the threads on Windows
58168      Branch: perl
58169            ! win32/win32.c
58170 ____________________________________________________________________________
58171 [  7065] By: jhi                                   on 2000/09/12  15:11:31
58172         Log: Update Changes.
58173      Branch: perl
58174            ! Changes patchlevel.h
58175 ____________________________________________________________________________
58176 [  7064] By: jhi                                   on 2000/09/12  14:54:54
58177         Log: Retract #7062, the pod tests are not ready.
58178      Branch: perl
58179            ! t/TEST t/harness
58180 ____________________________________________________________________________
58181 [  7063] By: jhi                                   on 2000/09/12  14:25:41
58182         Log: The #7054 truncated Configure badly.
58183      Branch: metaconfig/U/perl
58184            ! End.U
58185      Branch: perl
58186            ! Configure config_h.SH
58187 ____________________________________________________________________________
58188 [  7062] By: jhi                                   on 2000/09/12  14:08:32
58189         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
58190              From: sthoenna@efn.org
58191              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
58192              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
58193      Branch: perl
58194            ! t/TEST t/harness
58195 ____________________________________________________________________________
58196 [  7061] By: jhi                                   on 2000/09/12  14:07:18
58197         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
58198              From: sthoenna@efn.org
58199              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
58200              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
58201      Branch: perl
58202            ! pod/perlxs.pod
58203 ____________________________________________________________________________
58204 [  7060] By: jhi                                   on 2000/09/12  14:06:08
58205         Log: Break up the myconfig lines a bit.
58206              
58207              Subject: perlbug/perl -V output format
58208              From: sthoenna@efn.org
58209              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
58210              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
58211      Branch: perl
58212            ! myconfig.SH
58213 ____________________________________________________________________________
58214 [  7059] By: jhi                                   on 2000/09/12  14:05:04
58215         Log: Test for the #7049.
58216              
58217              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
58218              From: andreas.koenig@anima.de (Andreas J. Koenig)
58219              Date: 12 Sep 2000 06:42:01 +0200
58220              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
58221      Branch: perl
58222            ! t/op/my.t
58223 ____________________________________________________________________________
58224 [  7058] By: jhi                                   on 2000/09/12  14:03:05
58225         Log: Subject: [patch: perl@7045] vms updates
58226              From: Peter Prymmer <pvhp@forte.com>
58227              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
58228              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
58229      Branch: perl
58230            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
58231 ____________________________________________________________________________
58232 [  7057] By: jhi                                   on 2000/09/12  14:00:51
58233         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
58234              From: sthoenna@efn.org
58235              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
58236              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
58237      Branch: perl
58238            ! t/op/64bitint.t
58239 ____________________________________________________________________________
58240 [  7056] By: jhi                                   on 2000/09/12  13:58:14
58241         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
58242              From: Jeff Pinyan <jeffp@crusoe.net>
58243              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
58244              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
58245      Branch: perl
58246            ! pod/perlfunc.pod
58247 ____________________________________________________________________________
58248 [  7055] By: jhi                                   on 2000/09/12  13:56:32
58249         Log: Do in VMS as the #7054 does.
58250      Branch: perl
58251            ! configure.com
58252 ____________________________________________________________________________
58253 [  7054] By: jhi                                   on 2000/09/12  13:50:31
58254         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
58255              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
58256              Date: Mon, 11 Sep 2000 08:33:09 +0100
58257              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
58258      Branch: metaconfig/U/perl
58259            ! End.U
58260      Branch: perl
58261            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
58262            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
58263 ____________________________________________________________________________
58264 [  7053] By: jhi                                   on 2000/09/12  13:29:19
58265         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
58266              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58267              Date:     Tue, 12 Sep 2000 08:35:59 EDT
58268              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
58269      Branch: perl
58270            ! vms/test.com
58271 ____________________________________________________________________________
58272 [  7052] By: jhi                                   on 2000/09/11  23:01:50
58273         Log: Document the SvUTF8*().
58274      Branch: perl
58275            ! pod/perlapi.pod sv.h
58276 ____________________________________________________________________________
58277 [  7051] By: gsar                                  on 2000/09/11  14:46:30
58278         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
58279              (missed a spot when fixing up op_pmreplroot hack for ithreads)
58280      Branch: perl
58281            ! op.c t/op/split.t
58282 ____________________________________________________________________________
58283 [  7050] By: nick                                  on 2000/09/11  10:03:51
58284         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
58285              
58286              Subject: borland C++ win32.c tweak
58287              From: Vadim Konovalov <vkonovalov@lucent.com>
58288              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
58289              Date: Mon, 11 Sep 2000 11:22:33 +0400
58290      Branch: perl
58291            ! win32/win32.c
58292 ____________________________________________________________________________
58293 [  7049] By: nick                                  on 2000/09/11  09:57:33
58294         Log: Point fix for s/// on foreach (keys %xxx).
58295      Branch: perl
58296            ! pp_hot.c
58297 ____________________________________________________________________________
58298 [  7048] By: jhi                                   on 2000/09/10  23:37:09
58299         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
58300              by Pod::Text, from Brad Appleton.
58301      Branch: perl
58302            ! t/pod/testp2pt.pl
58303 ____________________________________________________________________________
58304 [  7047] By: jhi                                   on 2000/09/10  14:32:53
58305         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
58306              by Russ Allbery.
58307      Branch: perl
58308            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
58309 ____________________________________________________________________________
58310 [  7046] By: jhi                                   on 2000/09/10  14:15:08
58311         Log: Upgrade to CPAN 1.57_65, from Andreas König.
58312      Branch: perl
58313            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
58314 ____________________________________________________________________________
58315 [  7045] By: jhi                                   on 2000/09/08  21:36:32
58316         Log: Update Changes.
58317      Branch: perl
58318            ! Changes patchlevel.h
58319 ____________________________________________________________________________
58320 [  7044] By: jhi                                   on 2000/09/08  21:29:56
58321         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
58322              From: Peter Prymmer <pvhp@forte.com>
58323              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
58324              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
58325      Branch: perl
58326            ! configure.com
58327 ____________________________________________________________________________
58328 [  7043] By: jhi                                   on 2000/09/08  21:27:50
58329         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
58330              From: Peter Prymmer <pvhp@forte.com>
58331              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
58332              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
58333      Branch: perl
58334            ! Makefile.SH installperl
58335 ____________________________________________________________________________
58336 [  7042] By: jhi                                   on 2000/09/08  21:23:21
58337         Log: Continue #7041.
58338      Branch: perl
58339            ! cygwin/Makefile.SHs os2/Makefile.SHs
58340 ____________________________________________________________________________
58341 [  7041] By: jhi                                   on 2000/09/08  21:18:10
58342         Log: Do away with memory models cruft.  Sorry, PDP users.
58343      Branch: metaconfig
58344            ! U/modified/cc.U U/modified/libpth.U
58345      Branch: perl
58346            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
58347            ! Porting/config_H cflags.SH config_h.SH configure.com
58348            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
58349            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
58350            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
58351 ____________________________________________________________________________
58352 [  7040] By: jhi                                   on 2000/09/08  14:34:18
58353         Log: Major rewrite of s2p.  And I mean really major, it is
58354              an implementation of sed in perl.  If called as s2p it
58355              will function as s2p.  Note: needs non-UNIXifying.
58356              
58357              Subject: s2p
58358              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
58359              Date: Mon, 28 Aug 2000 14:05:12 +0200
58360              Message-ID: <39AA5578.2102E2AA@alcatel.at>
58361      Branch: perl
58362            ! x2p/s2p.PL
58363 ____________________________________________________________________________
58364 [  7039] By: jhi                                   on 2000/09/08  14:19:49
58365         Log: Re-allow vec() for characters > 255.
58366              
58367              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
58368              From: Spider Boardman <spider@web.zk3.dec.com>
58369              Date: Fri, 08 Sep 2000 02:21:02 -0400
58370              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
58371      Branch: perl
58372            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
58373            ! t/op/vec.t
58374 ____________________________________________________________________________
58375 [  7038] By: jhi                                   on 2000/09/08  14:14:18
58376         Log: Subject: [PATCH lib/Benchmark.pm]
58377              From: <abigail@foad.org>
58378              Date: Thu, 7 Sep 2000 15:03:20 -0400
58379              Message-ID: <20000907190320.888.qmail@foad.org>
58380      Branch: perl
58381            ! lib/Benchmark.pm
58382 ____________________________________________________________________________
58383 [  7037] By: jhi                                   on 2000/09/08  14:11:06
58384         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
58385              
58386              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
58387              From: Spider Boardman <spider@web.zk3.dec.com>
58388              Date: Fri, 08 Sep 2000 01:30:27 -0400
58389              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
58390      Branch: perl
58391            ! op.c
58392 ____________________________________________________________________________
58393 [  7036] By: jhi                                   on 2000/09/08  14:08:58
58394         Log: Subject: [ID 20000908.002] perlipc documentation bug.
58395              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
58396              Date: Fri, 08 Sep 2000 12:38:32 +0200
58397              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
58398      Branch: perl
58399            ! pod/perlipc.pod
58400 ____________________________________________________________________________
58401 [  7035] By: jhi                                   on 2000/09/08  14:03:12
58402         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
58403              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58404              Date: Fri, 08 Sep 2000 11:47:34 +0200
58405              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
58406      Branch: perl
58407            ! hints/dec_osf.sh
58408 ____________________________________________________________________________
58409 [  7034] By: jhi                                   on 2000/09/08  13:59:35
58410         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
58411              From: Simon Cozens <simon@cozens.net>
58412              Date: Thu, 7 Sep 2000 20:40:38 +0100
58413              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
58414      Branch: perl
58415            ! pp_hot.c
58416 ____________________________________________________________________________
58417 [  7033] By: jhi                                   on 2000/09/08  04:03:03
58418         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
58419              From: "Larry W. Virden" <lvirden@cas.org>
58420              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
58421              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
58422      Branch: perl
58423            ! pod/perldiag.pod
58424 ____________________________________________________________________________
58425 [  7032] By: jhi                                   on 2000/09/07  22:18:30
58426         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
58427              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
58428              Date: Mon, 04 Sep 2000 13:16:38 -0700
58429              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
58430      Branch: perl
58431            ! lib/perl5db.pl
58432 ____________________________________________________________________________
58433 [  7031] By: jhi                                   on 2000/09/07  22:02:29
58434         Log: Fix the ccversion detection for 5.1 and beyond.
58435              
58436              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
58437              From: Spider Boardman <spider@leggy.zk3.dec.com>
58438              Date: Thu, 7 Sep 2000 17:54:27 -0400
58439              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
58440      Branch: perl
58441            ! hints/dec_osf.sh
58442 ____________________________________________________________________________
58443 [  7030] By: jhi                                   on 2000/09/07  19:12:28
58444         Log: Fix for
58445              
58446              Subject: [ID 20000903.001] \w in utf8-strings
58447              From: Marc Lehmann <pcg@goof.com>
58448              Date: Sun, 03 Sep 2000 09:44:29 +0200
58449              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
58450              
58451              and various related nits.
58452      Branch: perl
58453            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
58454 ____________________________________________________________________________
58455 [  7029] By: jhi                                   on 2000/09/07  18:49:09
58456         Log: Fix the URL, but the server is still missing in action.
58457              
58458              Subject: [ID 20000905.002] perlfaq1.pod URL error
58459              From: "Larry W. Virden" <lvirden@cas.org>
58460              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
58461              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
58462      Branch: perl
58463            ! pod/perlfaq1.pod
58464 ____________________________________________________________________________
58465 [  7028] By: jhi                                   on 2000/09/07  18:47:13
58466         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
58467              From: Hugo <hv@crypt.compulink.co.uk>
58468              Date: Tue, 05 Sep 2000 14:13:37 +0100
58469              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
58470      Branch: perl
58471            ! toke.c
58472 ____________________________________________________________________________
58473 [  7027] By: jhi                                   on 2000/09/07  18:45:35
58474         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
58475              From: Daniel Chetlin <daniel@chetlin.com>
58476              Date: Tue, 5 Sep 2000 04:57:07 -0700
58477              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
58478      Branch: perl
58479            ! pod/perlfaq6.pod pod/perlop.pod
58480 ____________________________________________________________________________
58481 [  7026] By: jhi                                   on 2000/09/07  18:44:01
58482         Log: Document the new ref() semantics.
58483              
58484              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
58485              From: Gisle Aas <gisle@ActiveState.com>
58486              Date: 05 Sep 2000 08:10:30 +0200
58487              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
58488      Branch: perl
58489            ! pod/perldelta.pod
58490 ____________________________________________________________________________
58491 [  7025] By: jhi                                   on 2000/09/07  18:42:27
58492         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
58493              
58494              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
58495              From: Gisle Aas <gisle@ActiveState.com>
58496              Date: 05 Sep 2000 08:11:40 +0200
58497              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
58498      Branch: perl
58499            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
58500 ____________________________________________________________________________
58501 [  7024] By: jhi                                   on 2000/09/07  18:39:32
58502         Log: Subject: [PATCH] Modernize Opcode.pm documentation
58503              From: Gisle Aas <gisle@ActiveState.com>
58504              Date: 4 Sep 2000 00:18:55 -0000
58505              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
58506      Branch: perl
58507            ! ext/Opcode/Opcode.pm
58508 ____________________________________________________________________________
58509 [  7023] By: jhi                                   on 2000/09/07  18:37:42
58510         Log: Subject: [PATCH] Tied filehandle documentation
58511              From: Gisle Aas <gisle@ActiveState.com>
58512              Date: 4 Sep 2000 00:14:40 -0000
58513              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
58514      Branch: perl
58515            ! pod/perlfunc.pod pod/perltie.pod
58516 ____________________________________________________________________________
58517 [  7022] By: jhi                                   on 2000/09/07  18:35:37
58518         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
58519              From: Gisle Aas <gisle@ActiveState.com>
58520              Date: 4 Sep 2000 00:04:22 -0000
58521              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
58522      Branch: perl
58523            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
58524 ____________________________________________________________________________
58525 [  7021] By: jhi                                   on 2000/09/07  18:33:22
58526         Log: Subject: small apidoc fix
58527              From: Marc Lehmann <pcg@goof.com>
58528              Date: Sun, 3 Sep 2000 05:12:06 +0200
58529              Message-ID: <20000903051206.A5909@cerebro.laendle>
58530      Branch: perl
58531            ! pod/perlapi.pod utf8.c
58532 ____________________________________________________________________________
58533 [  7020] By: jhi                                   on 2000/09/07  16:14:57
58534         Log: Tiny perldelta nits.
58535      Branch: perl
58536            ! pod/perldelta.pod
58537 ____________________________________________________________________________
58538 [  7019] By: jhi                                   on 2000/09/07  16:04:20
58539         Log: Guard against bad string->int conversion for quads.
58540      Branch: perl
58541            ! t/op/64bitint.t
58542 ____________________________________________________________________________
58543 [  7018] By: jhi                                   on 2000/09/06  17:07:03
58544         Log: Update Unicode todo list.
58545      Branch: perl
58546            ! Todo-5.6
58547 ____________________________________________________________________________
58548 [  7017] By: jhi                                   on 2000/09/05  21:16:01
58549         Log: Document the SvIOK_.*UV().
58550      Branch: perl
58551            ! pod/perlapi.pod sv.h
58552 ____________________________________________________________________________
58553 [  7016] By: nick                                  on 2000/09/03  21:54:46
58554         Log: Hash lookup of constant strings optimization:
58555              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
58556              to string table (as per sharepvn). Add newSV_pvn_share to create such
58557              a thing. Make hv.c compare addresses of strings and skip string compare
58558              if equal. Make method_named and helem ops use these shared-string SVs
58559              when arg is constant. Make keys op return shared-string SVs (less clearly
58560              a win).
58561      Branch: perl
58562            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
58563            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
58564            ! pod/perlintern.pod pp_hot.c proto.h sv.c
58565 ____________________________________________________________________________
58566 [  7015] By: jhi                                   on 2000/09/02  17:48:59
58567         Log: This is 5.7.0.
58568      Branch: perl
58569            ! Changes
58570 ____________________________________________________________________________
58571 [  7014] By: jhi                                   on 2000/09/02  17:35:45
58572         Log: Changes and patchlevel tweaks.
58573      Branch: perl
58574            ! Changes patchlevel.h
58575 ____________________________________________________________________________
58576 [  7013] By: jhi                                   on 2000/09/02  17:30:50
58577         Log: Update Changes.
58578      Branch: perl
58579            ! Changes patchlevel.h
58580 ____________________________________________________________________________
58581 [  7012] By: nick                                  on 2000/09/02  17:25:20
58582         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
58583      Branch: perl
58584            ! gv.c lib/overload.pm
58585 ____________________________________________________________________________
58586 [  7011] By: jhi                                   on 2000/09/02  17:16:25
58587         Log: Update perlhist.
58588      Branch: perl
58589            ! pod/perlhist.pod
58590 ____________________________________________________________________________
58591 [  7010] By: jhi                                   on 2000/09/02  17:01:35
58592         Log: perldelta nits.
58593      Branch: perl
58594            ! pod/perldelta.pod
58595 ____________________________________________________________________________
58596 [  7009] By: nick                                  on 2000/09/02  16:48:35
58597         Log: If overloaded %{} etc. return the object do not loop.
58598              Thus  sub deref { $_[0] } functions if object is wanted type.
58599      Branch: perl
58600            ! pp.h
58601 ____________________________________________________________________________
58602 [  7008] By: jhi                                   on 2000/09/02  16:26:11
58603         Log: Retab MANIFEST.
58604      Branch: perl
58605            ! ext/Storable/MANIFEST
58606 ____________________________________________________________________________
58607 [  7007] By: jhi                                   on 2000/09/02  16:23:02
58608         Log: Make certain cc is set before trying to run it.
58609      Branch: perl
58610            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
58611 ____________________________________________________________________________
58612 [  7006] By: jhi                                   on 2000/09/02  15:45:41
58613         Log: Unicode notes.
58614      Branch: perl
58615            ! pod/perldelta.pod
58616 ____________________________________________________________________________
58617 [  7005] By: jhi                                   on 2000/09/02  15:42:11
58618         Log: Various Configure nits by Philip Newton,
58619              plus the ebcdic one by me.
58620      Branch: metaconfig
58621            + U/modified/pager.U
58622            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
58623      Branch: metaconfig/U/perl
58624            ! Devel.U quadfio.U
58625      Branch: perl
58626            ! Configure config_h.SH
58627 ____________________________________________________________________________
58628 [  7004] By: jhi                                   on 2000/09/02  15:06:14
58629         Log: Apparently avoiding the swapping is too costly.
58630              
58631              From: "Ben Tilly" <ben_tilly@hotmail.com>
58632              Subject: Re: the door is closed.
58633              Date: Fri, 01 Sep 2000 20:23:16 EDT
58634              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
58635      Branch: perl
58636            ! pod/perlfaq4.pod
58637 ____________________________________________________________________________
58638 [  7003] By: nick                                  on 2000/09/02  12:26:04
58639         Log: Undo part of change 6489 which looks like a bulk edit which
58640              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
58641              The supressing of main:: on return from select() is undesirable.
58642      Branch: perl
58643            ! pp_sys.c
58644 ____________________________________________________________________________
58645 [  7002] By: jhi                                   on 2000/09/01  23:08:54
58646         Log: Update Changes.
58647      Branch: perl
58648            ! Changes patchlevel.h
58649 ____________________________________________________________________________
58650 [  7001] By: jhi                                   on 2000/09/01  23:00:13
58651         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
58652              From: Peter Prymmer <pvhp@forte.com>
58653              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
58654              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
58655              
58656              plus rework the http: spots as suggested by Tom Christiansen,
58657              plus regen perltoc.
58658      Branch: perl
58659            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
58660            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
58661 ____________________________________________________________________________
58662 [  7000] By: jhi                                   on 2000/09/01  22:36:01
58663         Log: Only the first line, thank you very much.
58664      Branch: perl
58665            ! hints/solaris_2.sh
58666 ____________________________________________________________________________
58667 [  6999] By: gsar                                  on 2000/09/01  22:16:40
58668         Log: change#6791 accidentally clobbered change#6710, put it back
58669      Branch: perl
58670            ! win32/win32.c
58671 ____________________________________________________________________________
58672 [  6998] By: jhi                                   on 2000/09/01  22:14:16
58673         Log: Mention the HP-UX LP64 freak failure.
58674      Branch: perl
58675            ! pod/perldelta.pod
58676 ____________________________________________________________________________
58677 [  6997] By: jhi                                   on 2000/09/01  21:48:32
58678         Log: Detypo.
58679      Branch: perl
58680            ! hints/hpux.sh
58681 ____________________________________________________________________________
58682 [  6996] By: jhi                                   on 2000/09/01  21:27:10
58683         Log: Update Changes.
58684      Branch: perl
58685            ! Changes patchlevel.h
58686 ____________________________________________________________________________
58687 [  6995] By: jhi                                   on 2000/09/01  21:14:24
58688         Log: Mi splgn s gnin.g
58689      Branch: perl
58690            ! pp_ctl.c
58691 ____________________________________________________________________________
58692 [  6994] By: jhi                                   on 2000/09/01  21:09:54
58693         Log: Subject: http:// in L<>
58694              From: Nicholas Clark <nick@ccl4.org>
58695              Date: Fri, 1 Sep 2000 22:03:21 +0100
58696              Message-ID: <20000901220321.B72074@plum.flirble.org>
58697      Branch: perl
58698            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
58699 ____________________________________________________________________________
58700 [  6993] By: jhi                                   on 2000/09/01  21:06:54
58701         Log: Update to Storable 1.0, from Raphael Manfredi.
58702      Branch: perl
58703            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
58704            ! ext/Storable/Makefile.PL ext/Storable/README
58705            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
58706            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
58707            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
58708            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
58709            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
58710            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
58711 ____________________________________________________________________________
58712 [  6992] By: jhi                                   on 2000/09/01  20:43:05
58713         Log: Mention known sfio+linux buglet.
58714      Branch: perl
58715            ! pod/perldelta.pod
58716 ____________________________________________________________________________
58717 [  6991] By: jhi                                   on 2000/09/01  20:40:11
58718         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
58719              From: Peter Prymmer <pvhp@forte.com>
58720              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
58721              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
58722      Branch: perl
58723            ! vms/vms.c
58724 ____________________________________________________________________________
58725 [  6990] By: jhi                                   on 2000/09/01  20:25:26
58726         Log: Retract #6986.
58727      Branch: perl
58728            ! hints/solaris_2.sh
58729 ____________________________________________________________________________
58730 [  6989] By: jhi                                   on 2000/09/01  20:23:00
58731         Log: Mergesort is back.
58732      Branch: perl
58733            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
58734 ____________________________________________________________________________
58735 [  6988] By: jhi                                   on 2000/09/01  19:37:40
58736         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
58737              From: Mike Guy <mjtg@cam.ac.uk>
58738              Date: Fri, 01 Sep 2000 17:43:33 +0100
58739              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
58740      Branch: perl
58741            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
58742            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
58743 ____________________________________________________________________________
58744 [  6987] By: jhi                                   on 2000/09/01  19:17:10
58745         Log: Regen perltoc.
58746      Branch: perl
58747            ! pod/perltoc.pod
58748 ____________________________________________________________________________
58749 [  6986] By: jhi                                   on 2000/09/01  18:51:10
58750         Log: Subject: Re: Solaris x86 has no SPARC libraries!
58751              From: Lupe Christoph <lupe@lupe-christoph.de>
58752              Date: Fri, 1 Sep 2000 20:41:20 +0200
58753              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
58754      Branch: perl
58755            ! hints/solaris_2.sh
58756 ____________________________________________________________________________
58757 [  6985] By: jhi                                   on 2000/09/01  18:28:10
58758         Log: Update Changes.
58759      Branch: perl
58760            ! Changes patchlevel.h
58761 ____________________________________________________________________________
58762 [  6984] By: jhi                                   on 2000/09/01  18:26:53
58763         Log: Feature ordering tweak.
58764      Branch: perl
58765            ! myconfig.SH
58766 ____________________________________________________________________________
58767 [  6983] By: jhi                                   on 2000/09/01  18:19:50
58768         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
58769              From: <abigail@foad.org>
58770              Date: Fri, 1 Sep 2000 13:07:32 -0400
58771              Message-ID: <20000901170732.18249.qmail@foad.org>
58772      Branch: perl
58773            ! t/pragma/overload.t
58774 ____________________________________________________________________________
58775 [  6982] By: jhi                                   on 2000/09/01  18:17:54
58776         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
58777              so that case-ignoring systems like DCL can tell them from
58778              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
58779      Branch: metaconfig/U/perl
58780            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
58781      Branch: perl
58782            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58783            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
58784            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
58785            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
58786            ! vos/config.def vos/config.h vos/config_h.SH_orig
58787            ! win32/config.bc win32/config.gc win32/config.vc
58788 ____________________________________________________________________________
58789 [  6981] By: nick                                  on 2000/09/01  17:21:57
58790         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
58791              warning when UNTIE exists and instead pass the cound of extra references to
58792              the UNTIE method.
58793      Branch: perl
58794            ! pod/perltie.pod pp_sys.c
58795 ____________________________________________________________________________
58796 [  6980] By: jhi                                   on 2000/09/01  16:54:44
58797         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
58798              From: Peter Prymmer <pvhp@forte.com>
58799              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
58800              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
58801      Branch: perl
58802            ! configure.com
58803 ____________________________________________________________________________
58804 [  6979] By: jhi                                   on 2000/09/01  16:06:20
58805         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
58806              From: Mike Guy <mjtg@cam.ac.uk> 
58807              Date: Fri, 01 Sep 2000 16:49:27 +0100
58808              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
58809      Branch: perl
58810            ! t/base/rs.t
58811 ____________________________________________________________________________
58812 [  6978] By: jhi                                   on 2000/09/01  16:00:42
58813         Log: Update to PodParser 1.18, from Brad Appleton.
58814      Branch: perl
58815            ! lib/Pod/Checker.pm t/pod/find.t
58816 ____________________________________________________________________________
58817 [  6977] By: jhi                                   on 2000/09/01  14:48:58
58818         Log: Subject: Nit in Configure (bleadperl@6961)
58819              From: Lupe Christoph <lupe@lupe-christoph.de>
58820              Date: Fri, 1 Sep 2000 16:34:29 +0200
58821              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
58822      Branch: metaconfig
58823            ! U/compline/ccflags.U
58824      Branch: perl
58825            ! Configure config_h.SH
58826 ____________________________________________________________________________
58827 [  6976] By: jhi                                   on 2000/09/01  14:39:52
58828         Log: Update Changes.
58829      Branch: perl
58830            ! Changes patchlevel.h
58831 ____________________________________________________________________________
58832 [  6975] By: jhi                                   on 2000/09/01  14:37:36
58833         Log: microperl config update.
58834      Branch: perl
58835            ! uconfig.h uconfig.sh
58836 ____________________________________________________________________________
58837 [  6974] By: jhi                                   on 2000/09/01  14:36:53
58838         Log: Document known deficiencies.
58839      Branch: perl
58840            ! pod/perldelta.pod
58841 ____________________________________________________________________________
58842 [  6973] By: jhi                                   on 2000/09/01  14:10:20
58843         Log: Mention warnings fixes and updates.
58844      Branch: perl
58845            ! pod/perldelta.pod
58846 ____________________________________________________________________________
58847 [  6972] By: jhi                                   on 2000/09/01  14:01:52
58848         Log: Drop unused argument.
58849              
58850              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
58851              From: Spider Boardman <spider@web.zk3.dec.com>
58852              Date: Thu, 31 Aug 2000 16:10:15 -0400
58853              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
58854      Branch: perl
58855            ! toke.c
58856 ____________________________________________________________________________
58857 [  6971] By: jhi                                   on 2000/09/01  13:59:24
58858         Log: Add the overload warnings to perldiag.
58859      Branch: perl
58860            ! lib/overload.pm pod/perldiag.pod
58861 ____________________________________________________________________________
58862 [  6970] By: jhi                                   on 2000/09/01  13:55:10
58863         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
58864              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
58865              Date: Fri, 1 Sep 2000 13:43:15 +0100 
58866              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
58867      Branch: perl
58868            ! lib/overload.pm t/pragma/overload.t
58869 ____________________________________________________________________________
58870 [  6969] By: jhi                                   on 2000/09/01  13:52:27
58871         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
58872              From: <abigail@foad.org>
58873              Date: Fri, 1 Sep 2000 05:46:54 -0400
58874              Message-ID: <20000901094654.6476.qmail@foad.org>
58875      Branch: perl
58876            ! lib/overload.pm
58877 ____________________________________________________________________________
58878 [  6968] By: jhi                                   on 2000/09/01  13:50:05
58879         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
58880              From: Daniel Chetlin <daniel@chetlin.com>
58881              Date: Fri, 1 Sep 2000 02:10:55 -0700
58882              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
58883      Branch: perl
58884            ! pod/perlretut.pod
58885 ____________________________________________________________________________
58886 [  6967] By: jhi                                   on 2000/09/01  13:47:54
58887         Log: Part of the solution.
58888              
58889              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
58890              From: Mike Guy <mjtg@cam.ac.uk>
58891              Date: Fri, 01 Sep 2000 14:16:01 +0100
58892              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
58893      Branch: perl
58894            ! gv.c mg.c
58895 ____________________________________________________________________________
58896 [  6966] By: jhi                                   on 2000/09/01  13:46:17
58897         Log: Subject: CPAN.pm beta 1.57_57 for the core
58898              From: andreas.koenig@anima.de (Andreas J. Koenig)
58899              Date: 01 Sep 2000 15:16:31 +0200
58900              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
58901      Branch: perl
58902            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
58903 ____________________________________________________________________________
58904 [  6965] By: jhi                                   on 2000/09/01  13:43:18
58905         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
58906              From: "Craig A. Berry" <craig.berry@psinetcs.com>
58907              Date: Fri, 01 Sep 2000 01:47:22 -0500
58908              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
58909      Branch: perl
58910            ! pod/perldelta.pod vms/vms.c
58911 ____________________________________________________________________________
58912 [  6964] By: jhi                                   on 2000/09/01  13:35:35
58913         Log: File::Temp patches from Andreas König,
58914              
58915              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
58916              From: andreas.koenig@anima.de (Andreas J. Koenig)
58917              Date: 01 Sep 2000 10:07:20 +0200
58918              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
58919              
58920              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
58921              From: andreas.koenig@anima.de (Andreas J. Koenig)
58922              Date: 31 Aug 2000 23:26:08 +0200
58923              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
58924      Branch: perl
58925            ! lib/File/Temp.pm t/lib/ftmp-security.t
58926 ____________________________________________________________________________
58927 [  6963] By: jhi                                   on 2000/09/01  02:22:24
58928         Log: Retract the mergesort code, way too incompatible licensing
58929              and copyrights.
58930      Branch: perl
58931            ! pod/perldelta.pod pp_ctl.c
58932 ____________________________________________________________________________
58933 [  6962] By: jhi                                   on 2000/08/31  23:27:32
58934         Log: Update Changes.
58935      Branch: perl
58936            ! Changes patchlevel.h
58937 ____________________________________________________________________________
58938 [  6961] By: jhi                                   on 2000/08/31  23:20:04
58939         Log: Small tweaks all over.
58940      Branch: metaconfig
58941            ! U/compline/d_gconvert.U
58942      Branch: perl
58943            ! AUTHORS Configure config_h.SH pp_ctl.c
58944 ____________________________________________________________________________
58945 [  6960] By: jhi                                   on 2000/08/31  22:39:36
58946         Log: Further rewording.
58947      Branch: perl
58948            ! pp_ctl.c
58949 ____________________________________________________________________________
58950 [  6959] By: jhi                                   on 2000/08/31  21:26:44
58951         Log: More address tweaking.
58952      Branch: perl
58953            ! AUTHORS Changes
58954 ____________________________________________________________________________
58955 [  6958] By: jhi                                   on 2000/08/31  20:47:25
58956         Log: AUTHORS tweaks, from Peter Prymmer.
58957              
58958              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
58959              From: Peter Prymmer <pvhp@forte.com>
58960              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
58961              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
58962      Branch: perl
58963            ! AUTHORS MAINTAIN
58964 ____________________________________________________________________________
58965 [  6957] By: jhi                                   on 2000/08/31  20:34:43
58966         Log: perldelta tweaks.
58967      Branch: perl
58968            ! pod/perldelta.pod
58969 ____________________________________________________________________________
58970 [  6956] By: jhi                                   on 2000/08/31  19:11:06
58971         Log: Regen perltoc.
58972      Branch: perl
58973            ! pod/perltoc.pod
58974 ____________________________________________________________________________
58975 [  6955] By: jhi                                   on 2000/08/31  19:06:30
58976         Log: Clarify the mergesort situation.
58977      Branch: perl
58978            ! pp_ctl.c
58979 ____________________________________________________________________________
58980 [  6954] By: jhi                                   on 2000/08/31  18:24:17
58981         Log: Move the Solaris 7 scan to use64bitall, make the
58982              failure to find 64-bot sparc libc to mention the
58983              possibility of being in an intel, from Lupe and Alan.
58984      Branch: perl
58985            ! hints/solaris_2.sh
58986 ____________________________________________________________________________
58987 [  6953] By: jhi                                   on 2000/08/31  18:09:20
58988         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
58989              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
58990      Branch: metaconfig
58991            ! U/compline/d_gconvert.U U/threads/archname.U
58992      Branch: metaconfig/U/perl
58993            ! perlxv.U
58994      Branch: perl
58995            ! Configure config_h.SH sv.c
58996 ____________________________________________________________________________
58997 [  6952] By: jhi                                   on 2000/08/31  17:42:24
58998         Log: :: not allowed in pathnames, change to .
58999              
59000              Subject: [PATCH perl@6938] cygwin port
59001              From: "Fifer, Eric" <EFifer@sanwaint.com>
59002              Date: Thu, 31 Aug 2000 16:32:59 +0100
59003              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
59004      Branch: metaconfig/U/perl
59005            ! perlxv.U
59006 ____________________________________________________________________________
59007 [  6951] By: jhi                                   on 2000/08/31  17:02:05
59008         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
59009      Branch: perl
59010            ! perl.h
59011 ____________________________________________________________________________
59012 [  6950] By: jhi                                   on 2000/08/31  16:26:08
59013         Log: More author updates.
59014              
59015              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
59016              From: Simon Cozens <simon@cozens.net>
59017              Date: Thu, 31 Aug 2000 17:13:32 +0100
59018              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
59019      Branch: perl
59020            ! AUTHORS
59021 ____________________________________________________________________________
59022 [  6949] By: jhi                                   on 2000/08/31  16:04:49
59023         Log: POSIX doesn't report long double values under -Duselongdouble
59024              when the long doubles are "real" (bigger than doubles).
59025              
59026              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
59027              From: Spider Boardman <spider@peano.zk3.dec.com>
59028              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
59029              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
59030      Branch: perl
59031            ! ext/POSIX/POSIX.xs
59032 ____________________________________________________________________________
59033 [  6948] By: jhi                                   on 2000/08/31  15:25:10
59034         Log: Update Changes.
59035      Branch: perl
59036            ! Changes patchlevel.h
59037 ____________________________________________________________________________
59038 [  6947] By: jhi                                   on 2000/08/31  15:22:29
59039         Log: Document UNTIE in a very minimalistic way.
59040      Branch: perl
59041            ! pod/perlfunc.pod pod/perltie.pod
59042 ____________________________________________________________________________
59043 [  6946] By: jhi                                   on 2000/08/31  15:15:23
59044         Log: Document known failures.
59045      Branch: perl
59046            ! pod/perldelta.pod
59047 ____________________________________________________________________________
59048 [  6945] By: jhi                                   on 2000/08/31  15:07:00
59049         Log: Don't attach -ld to the archname if pointless.
59050      Branch: metaconfig
59051            ! U/threads/archname.U
59052      Branch: perl
59053            ! Configure config_h.SH
59054 ____________________________________________________________________________
59055 [  6944] By: jhi                                   on 2000/08/31  14:37:42
59056         Log: Wrap the test in eval.
59057              
59058              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
59059              From: Tim Jenness <timj@jach.hawaii.edu>
59060              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
59061              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
59062      Branch: perl
59063            ! t/lib/ftmp-security.t
59064 ____________________________________________________________________________
59065 [  6943] By: jhi                                   on 2000/08/31  14:30:57
59066         Log: Make -Dusemorebits find long doubles in Solaris.
59067      Branch: perl
59068            ! hints/solaris_2.sh
59069 ____________________________________________________________________________
59070 [  6942] By: jhi                                   on 2000/08/31  13:48:45
59071         Log: Clarify the third case of ftmp-security warnings.
59072      Branch: perl
59073            ! INSTALL
59074 ____________________________________________________________________________
59075 [  6941] By: jhi                                   on 2000/08/31  13:40:31
59076         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
59077              From: <abigail@foad.org>
59078              Date: Thu, 31 Aug 2000 01:35:05 -0400
59079              Message-ID: <20000831053505.32120.qmail@foad.org>
59080      Branch: perl
59081            ! pod/perldelta.pod
59082 ____________________________________________________________________________
59083 [  6940] By: jhi                                   on 2000/08/31  13:38:48
59084         Log: Issue useful diagnostic on unknown pod commands.
59085              
59086              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
59087              From: <abigail@foad.org>
59088              Date: Thu, 31 Aug 2000 03:41:18 -0400
59089              Message-ID: <20000831074118.24880.qmail@foad.org>
59090      Branch: perl
59091            ! lib/Pod/Man.pm
59092 ____________________________________________________________________________
59093 [  6939] By: jhi                                   on 2000/08/31  13:34:33
59094         Log: Reveal Borland's isnan.
59095              
59096              Subject: build with BC++ tweak
59097              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
59098              Date: Thu, 31 Aug 2000 13:09:37 +0400
59099              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
59100      Branch: perl
59101            ! win32/win32.h
59102 ____________________________________________________________________________
59103 [  6938] By: jhi                                   on 2000/08/31  05:01:20
59104         Log: Update Changes.
59105      Branch: perl
59106            ! Changes patchlevel.h
59107 ____________________________________________________________________________
59108 [  6937] By: jhi                                   on 2000/08/31  04:26:23
59109         Log: sscanf() may be the only way to read long doubles from strings.
59110      Branch: metaconfig/U/perl
59111            ! longdblfio.U
59112      Branch: perl
59113            ! Configure config_h.SH perl.h util.c
59114 ____________________________________________________________________________
59115 [  6936] By: jhi                                   on 2000/08/31  04:18:19
59116         Log: The #6929 was too skimpy.
59117      Branch: perl
59118            ! sv.c
59119 ____________________________________________________________________________
59120 [  6935] By: jhi                                   on 2000/08/31  02:47:07
59121         Log: Subject: Re: typos in pods
59122              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59123              Date: Wed, 30 Aug 2000 19:25:34 -0700
59124              Message-ID: <eIcr5gzkg25X092yn@efn.org>
59125      Branch: perl
59126            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
59127 ____________________________________________________________________________
59128 [  6934] By: jhi                                   on 2000/08/31  02:42:55
59129         Log: Missed one Unicode file.
59130      Branch: perl
59131            + lib/unicode/UCDFF301.html
59132 ____________________________________________________________________________
59133 [  6933] By: jhi                                   on 2000/08/30  23:42:27
59134         Log: Update Changes.
59135      Branch: perl
59136            ! Changes patchlevel.h
59137 ____________________________________________________________________________
59138 [  6932] By: jhi                                   on 2000/08/30  23:40:07
59139         Log: Mention UNTIE in perldelta.  Still needs documenting
59140              in perltie et alia.
59141      Branch: perl
59142            ! pod/perldelta.pod
59143 ____________________________________________________________________________
59144 [  6931] By: jhi                                   on 2000/08/30  23:36:02
59145         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
59146              From: <abigail@foad.org>
59147              Date: Wed, 30 Aug 2000 19:28:07 -0400
59148              Message-ID: <20000830232807.305.qmail@foad.org>
59149      Branch: perl
59150            ! pod/perldelta.pod
59151 ____________________________________________________________________________
59152 [  6930] By: jhi                                   on 2000/08/30  23:32:40
59153         Log: Update to Unicode 3.0.1.
59154      Branch: perl
59155            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
59156            + lib/unicode/PropList.txt lib/unicode/README.perl
59157            + lib/unicode/UCD301.html lib/unicode/Unicode.301
59158            - lib/unicode/Props.txt lib/unicode/UCD300.html
59159            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
59160            ! (edit 257 files)
59161 ____________________________________________________________________________
59162 [  6929] By: jhi                                   on 2000/08/30  22:38:18
59163         Log: Heap decorruption.
59164              
59165              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
59166              From: Alan Burlison <Alan.Burlison@uk.sun.com>
59167              Date: Wed, 30 Aug 2000 22:39:52 +0100
59168              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
59169      Branch: perl
59170            ! sv.c
59171 ____________________________________________________________________________
59172 [  6928] By: jhi                                   on 2000/08/30  22:29:34
59173         Log: Retract the dummy test, skip the security tests (instead of failing),
59174              explain what the warnings mean.
59175      Branch: perl
59176            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
59177 ____________________________________________________________________________
59178 [  6927] By: jhi                                   on 2000/08/30  22:14:13
59179         Log: Change the internal implementation of sort() to be mergesort
59180              instead of quicksort, from John Linderman <jpl@research.att.com>.
59181              Gives us better worst case, better average case, and stability.
59182              What's there not to like?  (Small fixes for threaded builds
59183              were required).
59184      Branch: perl
59185            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
59186 ____________________________________________________________________________
59187 [  6926] By: jhi                                   on 2000/08/30  20:55:20
59188         Log: A better fix for the Socket building problem from Craig Berry.
59189      Branch: perl
59190            ! vms/vms.c
59191 ____________________________________________________________________________
59192 [  6925] By: jhi                                   on 2000/08/30  20:20:25
59193         Log: Subject: [PATCH] Re: UNTIE method 
59194              From: Nick Ing-Simmons <nik@tiuk.ti.com>
59195              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
59196              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
59197      Branch: perl
59198            ! pp_sys.c t/op/tie.t
59199 ____________________________________________________________________________
59200 [  6924] By: jhi                                   on 2000/08/30  20:17:11
59201         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
59202              From: "Craig A. Berry" <craig.berry@psinetcs.com>
59203              Date: Wed, 30 Aug 2000 15:03:14 -0500
59204              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
59205      Branch: perl
59206            ! vms/vms.c
59207 ____________________________________________________________________________
59208 [  6923] By: jhi                                   on 2000/08/30  20:15:18
59209         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
59210              From: "Craig A. Berry" <craig.berry@psinetcs.com>
59211              Date: Wed, 30 Aug 2000 13:30:36 -0500
59212              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
59213      Branch: perl
59214            ! vms/vms.c
59215 ____________________________________________________________________________
59216 [  6922] By: jhi                                   on 2000/08/30  19:54:43
59217         Log: Better options for rsync.
59218      Branch: perl
59219            ! pod/perlhack.pod
59220 ____________________________________________________________________________
59221 [  6921] By: jhi                                   on 2000/08/30  19:40:16
59222         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
59223              From: Rick Delaney <rick@consumercontact.com>
59224              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
59225              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
59226      Branch: perl
59227            ! pod/perlfunc.pod
59228 ____________________________________________________________________________
59229 [  6920] By: jhi                                   on 2000/08/30  19:36:40
59230         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
59231              From: Peter Prymmer <pvhp@forte.com>
59232              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
59233              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
59234      Branch: perl
59235            ! configure.com
59236 ____________________________________________________________________________
59237 [  6919] By: jhi                                   on 2000/08/30  14:52:02
59238         Log: Update Changes.
59239      Branch: perl
59240            ! Changes patchlevel.h
59241 ____________________________________________________________________________
59242 [  6918] By: jhi                                   on 2000/08/30  14:48:34
59243         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
59244      Branch: perl
59245            ! lib/ExtUtils/typemap
59246 ____________________________________________________________________________
59247 [  6917] By: jhi                                   on 2000/08/30  14:46:34
59248         Log: Subject: typos in pods
59249              From: Nicholas Clark <nick@ccl4.org>
59250              Date: Wed, 30 Aug 2000 01:12:50 +0100
59251              Message-ID: <20000830011249.A61388@plum.flirble.org>
59252      Branch: perl
59253            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
59254            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
59255            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
59256            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
59257 ____________________________________________________________________________
59258 [  6916] By: jhi                                   on 2000/08/30  14:19:09
59259         Log: Document Storable problems on Crays.  (Will have
59260              to document all the other Storable problems, too.)
59261      Branch: perl
59262            ! pod/perldelta.pod
59263 ____________________________________________________________________________
59264 [  6915] By: jhi                                   on 2000/08/30  14:06:02
59265         Log: Subject: [PATCH] fix misc cast warnings
59266              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59267              Date: Tue, 29 Aug 2000 23:16:14 -0700
59268              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
59269      Branch: perl
59270            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
59271            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
59272            ! os2/os2ish.h
59273 ____________________________________________________________________________
59274 [  6914] By: jhi                                   on 2000/08/30  14:03:45
59275         Log: Timestamp mismatch again.  Need to fix this dependence on
59276              config_h.SH timestamp, since it's the contents of config_h.SH
59277              that matter.
59278      Branch: perl
59279            ! uconfig.h uconfig.sh
59280 ____________________________________________________________________________
59281 [  6913] By: jhi                                   on 2000/08/30  13:54:06
59282         Log: Don't say "Perl 5.0 source kit".
59283      Branch: perl
59284            ! perl.c
59285 ____________________________________________________________________________
59286 [  6912] By: jhi                                   on 2000/08/30  13:51:24
59287         Log: Reset archname and archname64 always, forcing them be
59288              recomputed at each Configure run, make Configure and
59289              the hints files agree on the naming of largefiles variables.
59290      Branch: metaconfig
59291            ! U/threads/archname.U
59292      Branch: metaconfig/U/perl
59293            ! use64bits.U
59294      Branch: perl
59295            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
59296            ! hints/linux.sh hints/solaris_2.sh
59297 ____________________________________________________________________________
59298 [  6911] By: jhi                                   on 2000/08/30  13:30:13
59299         Log: Put back the slice accidentally removed by #6907.
59300      Branch: perl
59301            ! hints/solaris_2.sh
59302 ____________________________________________________________________________
59303 [  6910] By: jhi                                   on 2000/08/30  01:24:26
59304         Log: Be consistent: other Net::get* do export theirs.
59305              
59306              Subject: Re: Net::protoent does not export 'getproto'
59307              From: Yasushi Nakajima <sey@jkc.co.jp>
59308              Date: Wed, 30 Aug 2000 09:53:14 +0900
59309              Message-Id: <200008300051.DAA24700@taku.hut.fi>
59310      Branch: perl
59311            ! lib/Net/protoent.pm
59312 ____________________________________________________________________________
59313 [  6909] By: jhi                                   on 2000/08/30  01:17:25
59314         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
59315              From: Gurusamy Sarathy <gsar@ActiveState.com>
59316              Date: Tue, 29 Aug 2000 17:17:07 -0700
59317              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
59318      Branch: perl
59319            ! cop.h
59320 ____________________________________________________________________________
59321 [  6908] By: jhi                                   on 2000/08/30  00:58:05
59322         Log: Update Changes.
59323      Branch: perl
59324            ! Changes patchlevel.h
59325 ____________________________________________________________________________
59326 [  6907] By: jhi                                   on 2000/08/30  00:57:22
59327         Log: Introduce ccname to keep track of what compiler kind of we have.
59328      Branch: metaconfig/U/perl
59329            ! Checkcc.U gccvers.U
59330      Branch: perl
59331            ! Configure config_h.SH hints/solaris_2.sh
59332 ____________________________________________________________________________
59333 [  6906] By: jhi                                   on 2000/08/30  00:25:47
59334         Log: Put back the flags dump as reasoned in
59335              
59336              Subject: Re: [PATCH] Glob dumping
59337              From: Mike Guy <mjtg@cam.ac.uk> 
59338              Date: Tue, 29 Aug 2000 21:41:32 +0100
59339              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
59340      Branch: perl
59341            ! dump.c t/lib/peek.t
59342 ____________________________________________________________________________
59343 [  6905] By: jhi                                   on 2000/08/30  00:16:17
59344         Log: Make the epsilon to be relative, not absolute.
59345              
59346              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
59347              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
59348              Date: Tue, 29 Aug 2000 19:58:56 -0400
59349              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
59350      Branch: perl
59351            ! t/lib/trig.t
59352 ____________________________________________________________________________
59353 [  6904] By: jhi                                   on 2000/08/30  00:13:09
59354         Log: From now on, Gisle is on my list of usual suspects :-)
59355              Retract #6902.
59356      Branch: perl
59357            ! ext/Opcode/Safe.pm
59358 ____________________________________________________________________________
59359 [  6903] By: jhi                                   on 2000/08/29  23:51:20
59360         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
59361              From: "Craig A. Berry" <craig.berry@psinetcs.com>
59362              Date: Tue, 29 Aug 2000 18:43:26 -0500
59363              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
59364      Branch: perl
59365            + vms/vmspipe.com
59366            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
59367            ! vms/vms.c
59368 ____________________________________________________________________________
59369 [  6902] By: jhi                                   on 2000/08/29  23:44:14
59370         Log: Retry what #6882 attempted.
59371              
59372              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
59373              From: Gisle Aas <gisle@ActiveState.com>
59374              Date: 30 Aug 2000 00:33:09 +0200
59375              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
59376      Branch: perl
59377            ! ext/Opcode/Safe.pm
59378 ____________________________________________________________________________
59379 [  6901] By: jhi                                   on 2000/08/29  22:59:32
59380         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
59381              From: Hugo <hv@crypt.compulink.co.uk>
59382              Date: Mon, 12 Jun 2000 19:36:08 +0100
59383              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
59384      Branch: perl
59385            ! sv.c
59386 ____________________________________________________________________________
59387 [  6900] By: jhi                                   on 2000/08/29  22:58:35
59388         Log: Admit that we are leaking scalars.
59389              
59390              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
59391              From: Spider Boardman <spider@leggy.zk3.dec.com>
59392              Date: Tue, 29 Aug 2000 18:48:29 -0400
59393              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
59394      Branch: perl
59395            ! t/pragma/warnings.t
59396 ____________________________________________________________________________
59397 [  6899] By: jhi                                   on 2000/08/29  20:53:13
59398         Log: Update Changes.
59399      Branch: perl
59400            ! Changes patchlevel.h
59401 ____________________________________________________________________________
59402 [  6898] By: jhi                                   on 2000/08/29  20:46:21
59403         Log: Undo namespace pollution of #6878.
59404              
59405              Subject: Re: Net::protoent does not export 'getproto'
59406              From: Mike Guy <mjtg@cam.ac.uk>
59407              Date: Tue, 29 Aug 2000 21:32:37 +0100
59408              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
59409      Branch: perl
59410            ! lib/Net/protoent.pm
59411 ____________________________________________________________________________
59412 [  6897] By: jhi                                   on 2000/08/29  20:44:29
59413         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
59414              From: Peter Prymmer <pvhp@forte.com>
59415              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
59416              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
59417      Branch: perl
59418            ! pod/perlebcdic.pod
59419 ____________________________________________________________________________
59420 [  6896] By: jhi                                   on 2000/08/29  20:40:57
59421         Log: There's no point repeating the 'revision' (5) of perl5.
59422      Branch: metaconfig/U/perl
59423            ! Devel.U patchlevel.U
59424      Branch: perl
59425            ! Configure config_h.SH
59426 ____________________________________________________________________________
59427 [  6895] By: jhi                                   on 2000/08/29  20:16:58
59428         Log: Regen Configure for #6894.
59429      Branch: metaconfig/U/perl
59430            ! perladmin.U
59431      Branch: perl
59432            ! Configure config_h.SH
59433 ____________________________________________________________________________
59434 [  6894] By: jhi                                   on 2000/08/29  19:59:52
59435         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
59436              From: "Philip Newton" <Philip.Newton@gmx.net>
59437              Date: Tue, 29 Aug 2000 21:39:14 +0200
59438              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
59439      Branch: perl
59440            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
59441            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
59442            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
59443            ! utils/perlbug.PL
59444 ____________________________________________________________________________
59445 [  6893] By: jhi                                   on 2000/08/29  19:55:30
59446         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
59447              From: "Philip Newton" <Philip.Newton@gmx.net>
59448              Date: Tue, 29 Aug 2000 21:39:14 +0200
59449              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
59450      Branch: perl
59451            ! installhtml
59452 ____________________________________________________________________________
59453 [  6892] By: jhi                                   on 2000/08/29  19:53:59
59454         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
59455              From: "Philip Newton" <Philip.Newton@gmx.net>
59456              Date: Tue, 29 Aug 2000 21:48:18 +0200
59457              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
59458      Branch: perl
59459            ! lib/File/Temp.pm
59460 ____________________________________________________________________________
59461 [  6891] By: jhi                                   on 2000/08/29  18:30:03
59462         Log: Nail the ID 20000828.023.
59463      Branch: perl
59464            ! ext/Storable/Storable.xs
59465 ____________________________________________________________________________
59466 [  6890] By: jhi                                   on 2000/08/29  16:50:17
59467         Log: Under usethreads the dumped variable is IN_PAD.
59468              
59469              Subject: Re: [PATCH] Glob dumping
59470              From: Gisle Aas <gisle@ActiveState.com>
59471              Date: 29 Aug 2000 18:45:05 +0200
59472              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
59473      Branch: perl
59474            ! t/lib/peek.t
59475 ____________________________________________________________________________
59476 [  6889] By: jhi                                   on 2000/08/29  15:17:37
59477         Log: Update Changes.
59478      Branch: perl
59479            ! Changes patchlevel.h
59480 ____________________________________________________________________________
59481 [  6888] By: jhi                                   on 2000/08/29  14:49:59
59482         Log: Retract #6882, broke the safe tests.
59483      Branch: perl
59484            ! ext/Opcode/Safe.pm
59485 ____________________________________________________________________________
59486 [  6887] By: jhi                                   on 2000/08/29  14:47:06
59487         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
59488              From: Gisle Aas <gisle@ActiveState.com> 
59489              Date: 09 Jun 2000 20:00:11 +0200
59490              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
59491      Branch: perl
59492            ! utils/perldoc.PL
59493 ____________________________________________________________________________
59494 [  6886] By: jhi                                   on 2000/08/29  14:42:45
59495         Log: The #6881 removed one dump line.
59496      Branch: perl
59497            ! t/lib/peek.t
59498 ____________________________________________________________________________
59499 [  6885] By: jhi                                   on 2000/08/29  14:30:47
59500         Log: Don't forget to tidy up.
59501      Branch: perl
59502            ! t/lib/ftmp-security.t
59503 ____________________________________________________________________________
59504 [  6884] By: jhi                                   on 2000/08/29  14:25:17
59505         Log: Disabling the one test is a bit tricky.
59506      Branch: perl
59507            ! t/lib/ftmp-security.t
59508 ____________________________________________________________________________
59509 [  6883] By: jhi                                   on 2000/08/29  14:16:25
59510         Log: Disable one of the tests for now.
59511      Branch: perl
59512            ! t/lib/ftmp-security.t
59513 ____________________________________________________________________________
59514 [  6882] By: jhi                                   on 2000/08/29  14:05:50
59515         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
59516              From: gisle@aas.no
59517              Date: 29 Aug 2000 10:35:06 -0000
59518              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
59519      Branch: perl
59520            ! ext/Opcode/Safe.pm
59521 ____________________________________________________________________________
59522 [  6881] By: jhi                                   on 2000/08/29  14:03:51
59523         Log: Subject: [PATCH] Glob dumping
59524              From: Gisle Aas <gisle@ActiveState.com>
59525              Date: 29 Aug 2000 07:59:42 -0000
59526              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
59527      Branch: perl
59528            ! dump.c
59529 ____________________________________________________________________________
59530 [  6880] By: jhi                                   on 2000/08/29  14:02:01
59531         Log: Subject: [PATCH] Warnings in B::Deparse
59532              From: <abigail@foad.org>
59533              Date: Tue, 29 Aug 2000 00:00:01 -0400
59534              Message-ID: <20000829040001.2999.qmail@foad.org>
59535      Branch: perl
59536            ! ext/B/B/Deparse.pm
59537 ____________________________________________________________________________
59538 [  6879] By: jhi                                   on 2000/08/29  13:57:26
59539         Log: Missed a change in #6869.
59540      Branch: perl
59541            ! mg.c
59542 ____________________________________________________________________________
59543 [  6878] By: jhi                                   on 2000/08/29  13:45:04
59544         Log: Subject: Net::protoent does not export 'getproto'
59545              From: Yasushi Nakajima <sey@jkc.co.jp>
59546              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
59547      Branch: perl
59548            ! lib/Net/protoent.pm
59549 ____________________________________________________________________________
59550 [  6877] By: jhi                                   on 2000/08/29  13:39:19
59551         Log: Patches all over for people and the files they (hopefully) care about.
59552      Branch: perl
59553            ! AUTHORS Changes MAINTAIN
59554 ____________________________________________________________________________
59555 [  6876] By: jhi                                   on 2000/08/29  12:53:54
59556         Log: Fix for thinko in #6848.
59557              
59558              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
59559              From: Lupe Christoph <lupe@lupe-christoph.de>
59560              Date: Tue, 29 Aug 2000 09:04:08 +0200
59561              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
59562      Branch: perl
59563            ! ext/Thread/Thread.xs
59564 ____________________________________________________________________________
59565 [  6875] By: jhi                                   on 2000/08/29  12:50:14
59566         Log: Update to Getopt::Long 2.24, from Johan Vromans.
59567      Branch: perl
59568            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
59569 ____________________________________________________________________________
59570 [  6874] By: jhi                                   on 2000/08/29  02:09:53
59571         Log: Use minimal @INC in tests, most of the time just '../lib',
59572              so that we simply can't pick up stuff from other Perls than
59573              the one we are testing.  Pointed out by
59574              
59575              From: Mike Guy <mjtg@cam.ac.uk>
59576              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
59577              Date: Fri, 25 Aug 2000 15:15:59 +0100
59578              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
59579      Branch: perl
59580            ! (edit 185 files)
59581 ____________________________________________________________________________
59582 [  6873] By: jhi                                   on 2000/08/29  01:07:11
59583         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
59584              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59585              Date: Mon, 28 Aug 2000 17:45:52 -0700
59586              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
59587      Branch: perl
59588            ! Makefile.SH hints/os2.sh
59589 ____________________________________________________________________________
59590 [  6872] By: jhi                                   on 2000/08/28  23:33:39
59591         Log: Subject: [PATCH bleedperl@6866] spellings
59592              From: marcel@codewerk.com (Marcel Grunauer)
59593              Date: Tue, 29 Aug 2000 01:19:59 +0200
59594              Message-Id: <200008282319.BAA29862@gandalf.local>
59595      Branch: perl
59596            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
59597            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
59598            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
59599 ____________________________________________________________________________
59600 [  6871] By: jhi                                   on 2000/08/28  23:22:09
59601         Log: Take out the SUIDMAIL thing, that will not be
59602              a problem in 5.7.*.
59603      Branch: perl
59604            ! patchlevel.h
59605 ____________________________________________________________________________
59606 [  6870] By: jhi                                   on 2000/08/28  23:19:30
59607         Log: -S is the silent flag, -s is the strip flag.
59608              
59609              Subject: [PATCH] Re: [PATCH] make no-install          
59610              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59611              Date: Mon, 28 Aug 2000 15:12:55 -0700
59612              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
59613      Branch: perl
59614            ! Makefile.SH
59615 ____________________________________________________________________________
59616 [  6869] By: jhi                                   on 2000/08/28  23:12:05
59617         Log: Subject: [PATCH bleedperl@6856] warnings fixes
59618              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
59619              Date: Mon, 28 Aug 2000 23:55:06 +0100
59620              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
59621      Branch: perl
59622            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
59623            ! warnings.h warnings.pl
59624 ____________________________________________________________________________
59625 [  6868] By: jhi                                   on 2000/08/28  21:38:22
59626         Log: Potential cruft.
59627      Branch: perl
59628            ! Makefile.SH
59629 ____________________________________________________________________________
59630 [  6867] By: jhi                                   on 2000/08/28  21:35:36
59631         Log: Update Changes.
59632      Branch: perl
59633            ! Changes patchlevel.h
59634 ____________________________________________________________________________
59635 [  6866] By: jhi                                   on 2000/08/28  21:33:49
59636         Log: Subject: hv.h Doc Patch
59637              From: Fisher Mark <fisherm@tce.com>
59638              Date: Mon, 28 Aug 2000 16:24:59 -0500
59639              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
59640      Branch: perl
59641            ! hv.h
59642 ____________________________________________________________________________
59643 [  6865] By: jhi                                   on 2000/08/28  21:02:15
59644         Log: Add -ld to archname on long tr...double platforms.
59645      Branch: metaconfig
59646            ! U/threads/archname.U
59647      Branch: perl
59648            ! Configure config_h.SH
59649 ____________________________________________________________________________
59650 [  6864] By: jhi                                   on 2000/08/28  20:38:59
59651         Log: An attempt to fix the problem reported in
59652              
59653              Subject: Building perl@6856 using gcc/AIX 4.3.3 
59654              From: Daniel Muino <dmuino@afip.gov.ar> 
59655              Date: Mon, 28 Aug 2000 15:50:01 -0300   
59656              Message-ID: <20000828155001.A14403@con2-dgi>
59657              
59658              I can't test this properly since the gcc installation I have
59659              access to seems to be botched (gcc is calling the AIX cpp,
59660              a losing proposition...)
59661      Branch: perl
59662            ! hints/aix.sh
59663 ____________________________________________________________________________
59664 [  6863] By: jhi                                   on 2000/08/28  18:57:52
59665         Log: Fix for ID 20000828.001, long doubles were not formatted
59666              correctly (showed up in $], which stopped installing perl).
59667      Branch: perl
59668            ! sv.c
59669 ____________________________________________________________________________
59670 [  6862] By: jhi                                   on 2000/08/28  18:07:15
59671         Log: Typo in #6858.
59672      Branch: perl
59673            ! lib/Cwd.pm
59674 ____________________________________________________________________________
59675 [  6861] By: jhi                                   on 2000/08/28  17:57:27
59676         Log: opmini.o may be left around if a build is interrupted.
59677      Branch: perl
59678            ! Makefile.SH
59679 ____________________________________________________________________________
59680 [  6860] By: jhi                                   on 2000/08/28  16:52:50
59681         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
59682              From: Daniel Chetlin <daniel@chetlin.com>
59683              Date: Mon, 28 Aug 2000 01:14:18 -0700
59684              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
59685      Branch: perl
59686            ! lib/overload.pm
59687 ____________________________________________________________________________
59688 [  6859] By: jhi                                   on 2000/08/28  16:08:46
59689         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
59690              From: Nicholas Clark <nick@ccl4.org>
59691              Date: Mon, 28 Aug 2000 16:03:27 +0100
59692              Message-Id: <20000828160327.C49785@plum.flirble.org>
59693      Branch: perl
59694            ! ext/ByteLoader/bytecode.h
59695 ____________________________________________________________________________
59696 [  6858] By: jhi                                   on 2000/08/28  16:02:10
59697         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
59698              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
59699              Date: Mon, 28 Aug 2000 13:08:30 +0200
59700              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
59701      Branch: perl
59702            ! lib/Cwd.pm
59703 ____________________________________________________________________________
59704 [  6857] By: jhi                                   on 2000/08/28  15:42:47
59705         Log: display_format used as a class method without arguments was broken,
59706              reported in
59707              
59708              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
59709              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
59710              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
59711              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
59712      Branch: perl
59713            ! lib/Math/Complex.pm t/lib/complex.t
59714 ____________________________________________________________________________
59715 [  6856] By: jhi                                   on 2000/08/27  22:09:48
59716         Log: Update Changes.
59717      Branch: perl
59718            ! Changes patchlevel.h
59719 ____________________________________________________________________________
59720 [  6855] By: jhi                                   on 2000/08/27  21:59:21
59721         Log: Retract #6853 (false alarm).
59722      Branch: perl
59723            ! lib/ExtUtils/xsubpp
59724 ____________________________________________________________________________
59725 [  6854] By: jhi                                   on 2000/08/27  21:37:44
59726         Log: Update Changes.
59727      Branch: perl
59728            ! Changes patchlevel.h
59729 ____________________________________________________________________________
59730 [  6853] By: jhi                                   on 2000/08/27  21:37:16
59731         Log: Subject: [PATCH perl@6850] workaround for xsubpp
59732              From: Hugo <hv@crypt.compulink.co.uk>
59733              Date: Sun, 27 Aug 2000 22:30:25 +0100
59734              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
59735      Branch: perl
59736            ! lib/ExtUtils/xsubpp
59737 ____________________________________________________________________________
59738 [  6852] By: jhi                                   on 2000/08/27  21:33:58
59739         Log: Big-endian 64-bit patch from Raphael Manfredi.
59740      Branch: perl
59741            ! ext/Storable/Storable.xs
59742 ____________________________________________________________________________
59743 [  6851] By: jhi                                   on 2000/08/27  21:22:21
59744         Log: More ruthless editing from Hugo van der Sanden.
59745      Branch: perl
59746            ! pod/perldelta.pod
59747 ____________________________________________________________________________
59748 [  6850] By: jhi                                   on 2000/08/27  16:11:46
59749         Log: Update Changes.
59750      Branch: perl
59751            ! Changes patchlevel.h
59752 ____________________________________________________________________________
59753 [  6849] By: jhi                                   on 2000/08/27  16:11:05
59754         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
59755      Branch: perl
59756            ! configpm pod/perldelta.pod
59757 ____________________________________________________________________________
59758 [  6848] By: jhi                                   on 2000/08/27  15:35:08
59759         Log: Use the actual thread type, not the pointer-to-struct.
59760      Branch: perl
59761            ! ext/Thread/Thread.xs
59762 ____________________________________________________________________________
59763 [  6847] By: jhi                                   on 2000/08/27  15:30:49
59764         Log: Test nit.
59765      Branch: perl
59766            ! t/pragma/warn/pp_sys
59767 ____________________________________________________________________________
59768 [  6846] By: jhi                                   on 2000/08/27  15:19:02
59769         Log: Passing -R in ldflags makes now it to appear in the default
59770              for lddlflags, just like with -L.
59771              
59772              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
59773              From: Lupe Christoph <lupe@lupe-christoph.de>
59774              Date: Sun, 27 Aug 2000 10:28:21 +0200
59775              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
59776      Branch: metaconfig/U/perl
59777            ! dlsrc.U
59778      Branch: perl
59779            ! Configure
59780 ____________________________________________________________________________
59781 [  6845] By: jhi                                   on 2000/08/27  15:08:54
59782         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
59783              From: Alan Burlison <Alan.Burlison@uk.sun.com>
59784              Date: Sat, 26 Aug 2000 22:23:27 +0100
59785              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
59786      Branch: perl
59787            ! lib/ExtUtils/MM_Unix.pm
59788 ____________________________________________________________________________
59789 [  6844] By: jhi                                   on 2000/08/27  15:02:37
59790         Log: DJGPP update from Laszlo Molnar.
59791              
59792              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
59793              From: ml1050 <ml1050@freemail.hu>
59794              Date: Sat, 26 Aug 2000 23:24:40 +0200
59795              Message-Id: <20000826232440.A439@freemail.hu>
59796      Branch: perl
59797            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
59798            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
59799 ____________________________________________________________________________
59800 [  6843] By: jhi                                   on 2000/08/27  14:53:58
59801         Log: Subject: installman buglet
59802              From: Lupe Christoph <lupe@lupe-christoph.de>
59803              Date: Sun, 27 Aug 2000 14:38:59 +0200
59804              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
59805      Branch: perl
59806            ! installman
59807 ____________________________________________________________________________
59808 [  6842] By: jhi                                   on 2000/08/27  14:52:08
59809         Log: Can't get the test to reliably work thanks to the
59810              inaccurateness of floating point.  "Resolves" bug ids
59811              20000826.003, 20000826.009, 20000826.010,
59812      Branch: perl
59813            ! t/lib/trig.t
59814 ____________________________________________________________________________
59815 [  6841] By: jhi                                   on 2000/08/26  15:53:58
59816         Log: Update Changes.
59817      Branch: perl
59818            ! Changes patchlevel.h
59819 ____________________________________________________________________________
59820 [  6840] By: jhi                                   on 2000/08/26  14:23:03
59821         Log: grep -e isn't portable.
59822              
59823              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
59824              From: chris@broadband.att.com
59825              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
59826              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
59827      Branch: perl
59828            ! hints/solaris_2.sh
59829 ____________________________________________________________________________
59830 [  6839] By: jhi                                   on 2000/08/26  14:12:23
59831         Log: no-install target a la make -n.
59832              
59833              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
59834              From: <abigail@foad.org>
59835              Date: Sat, 26 Aug 2000 03:57:34 -0400
59836              Message-ID: <20000826075735.18912.qmail@foad.org>
59837      Branch: perl
59838            ! Makefile.SH installman installperl
59839 ____________________________________________________________________________
59840 [  6838] By: jhi                                   on 2000/08/26  14:06:33
59841         Log: Retract #6826 as the #6828 should be do the same
59842              in a More Correct Way.
59843      Branch: perl
59844            ! installperl
59845 ____________________________________________________________________________
59846 [  6837] By: jhi                                   on 2000/08/26  05:24:00
59847         Log: More casting.
59848      Branch: perl
59849            ! ext/Storable/Storable.xs
59850 ____________________________________________________________________________
59851 [  6836] By: jhi                                   on 2000/08/26  05:05:46
59852         Log: Nicer in decimal.
59853      Branch: perl
59854            ! ext/Storable/Storable.xs
59855 ____________________________________________________________________________
59856 [  6835] By: jhi                                   on 2000/08/26  05:03:50
59857         Log: There be no UVdf.
59858      Branch: perl
59859            ! ext/Storable/Storable.xs
59860 ____________________________________________________________________________
59861 [  6834] By: jhi                                   on 2000/08/26  05:00:18
59862         Log: Continue IVdfing and UVxfing.
59863      Branch: perl
59864            ! ext/Storable/Storable.xs
59865 ____________________________________________________________________________
59866 [  6833] By: jhi                                   on 2000/08/26  04:53:14
59867         Log: Use IVdf.
59868      Branch: perl
59869            ! ext/Storable/Storable.xs
59870 ____________________________________________________________________________
59871 [  6832] By: jhi                                   on 2000/08/26  04:40:41
59872         Log: Document PTR2XX and INT2PTR.
59873      Branch: perl
59874            ! pod/perlguts.pod
59875 ____________________________________________________________________________
59876 [  6831] By: jhi                                   on 2000/08/26  04:33:18
59877         Log: Use UVxf, PTR2UV, NVff.
59878      Branch: perl
59879            ! ext/Storable/Storable.xs
59880 ____________________________________________________________________________
59881 [  6830] By: jhi                                   on 2000/08/26  04:31:32
59882         Log: Update the test count.
59883      Branch: perl
59884            ! t/lib/trig.t
59885 ____________________________________________________________________________
59886 [  6829] By: jhi                                   on 2000/08/26  03:05:50
59887         Log: Subject: [PATCH] installation not quite silent yet.
59888              From: <abigail@foad.org>
59889              Date: Fri, 25 Aug 2000 20:07:53 -0400
59890              Message-ID: <20000826000753.7822.qmail@foad.org>
59891      Branch: perl
59892            ! installman installperl
59893 ____________________________________________________________________________
59894 [  6828] By: jhi                                   on 2000/08/26  03:05:14
59895         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
59896              From: Spider Boardman <spider@web.zk3.dec.com>
59897              Date: Fri, 25 Aug 2000 19:12:40 -0400
59898              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
59899      Branch: perl
59900            ! gv.c
59901 ____________________________________________________________________________
59902 [  6827] By: jhi                                   on 2000/08/25  23:54:34
59903         Log: Support preserving extremely big/small angles.
59904      Branch: perl
59905            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
59906 ____________________________________________________________________________
59907 [  6826] By: jhi                                   on 2000/08/25  23:01:20
59908         Log: Patch installperl to be long double-aware.
59909              
59910              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
59911              From: Spider Boardman <spider@web.zk3.dec.com>
59912              Date: Fri, 25 Aug 2000 18:15:23 -0400
59913              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
59914      Branch: perl
59915            ! installperl
59916 ____________________________________________________________________________
59917 [  6825] By: jhi                                   on 2000/08/25  22:58:25
59918         Log: Remove duplicately applied patch shards.
59919              
59920              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
59921              From: Spider Boardman <spider@leggy.zk3.dec.com>
59922              Date: Fri, 25 Aug 2000 16:45:03 -0400
59923              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
59924      Branch: perl
59925            ! t/lib/cgi-html.t
59926 ____________________________________________________________________________
59927 [  6824] By: jhi                                   on 2000/08/25  22:57:00
59928         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
59929              From: Daniel Chetlin <daniel@chetlin.com>
59930              Date: Fri, 25 Aug 2000 12:23:16 -0700
59931              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
59932              
59933              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
59934              From: Daniel Chetlin <daniel@chetlin.com>
59935              Date: Fri, 25 Aug 2000 14:47:19 -0700
59936              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
59937      Branch: perl
59938            ! installman
59939 ____________________________________________________________________________
59940 [  6823] By: jhi                                   on 2000/08/25  22:44:17
59941         Log: Timestamp problem?
59942      Branch: perl
59943            ! uconfig.h uconfig.sh
59944 ____________________________________________________________________________
59945 [  6822] By: jhi                                   on 2000/08/25  19:01:06
59946         Log: One forgotten file from #6816.
59947      Branch: perl
59948            ! vos/config.h
59949 ____________________________________________________________________________
59950 [  6821] By: jhi                                   on 2000/08/25  18:56:39
59951         Log: Regen Changes.
59952      Branch: perl
59953            ! Changes patchlevel.h
59954 ____________________________________________________________________________
59955 [  6820] By: jhi                                   on 2000/08/25  18:52:35
59956         Log: Fix Changes ordering.
59957      Branch: perl
59958            ! Changes
59959 ____________________________________________________________________________
59960 [  6819] By: jhi                                   on 2000/08/25  18:50:25
59961         Log: Update Changes.
59962      Branch: perl
59963            ! Changes patchlevel.h
59964 ____________________________________________________________________________
59965 [  6818] By: jhi                                   on 2000/08/25  18:47:45
59966         Log: Tweak the sfio/useperlio logic, hopefully as wished in
59967              
59968              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
59969              From: Nicholas Clark <nick@babyhippo.co.uk>
59970              Date: Fri, 25 Aug 2000 12:01:45 +0100
59971              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
59972      Branch: metaconfig/U/perl
59973            ! d_sfio.U
59974      Branch: perl
59975            ! Configure
59976 ____________________________________________________________________________
59977 [  6817] By: jhi                                   on 2000/08/25  18:32:51
59978         Log: Allow microperl to assume <math.h>, without it the math
59979              functions like floor() are assumed to return int, which makes
59980              for core dumps in machines where integer and floating register
59981              don't mix.
59982      Branch: perl
59983            ! uconfig.h uconfig.sh
59984 ____________________________________________________________________________
59985 [  6816] By: jhi                                   on 2000/08/25  18:27:17
59986         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
59987              the problem reported in
59988              
59989              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
59990              From: danhale@us.ibm.com
59991              Date: Fri, 25 Aug 2000 10:58:06 -0400
59992              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
59993      Branch: metaconfig/U/perl
59994            + d_socks5_init.U
59995      Branch: perl
59996            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
59997            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
59998            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
59999            ! win32/config.gc win32/config.vc
60000 ____________________________________________________________________________
60001 [  6815] By: jhi                                   on 2000/08/25  17:43:31
60002         Log: A solution for the retrieve_fd autosplit warning,
60003              idea suggested by Mike Guy.
60004      Branch: perl
60005            ! ext/Storable/Storable.pm
60006 ____________________________________________________________________________
60007 [  6814] By: jhi                                   on 2000/08/25  17:16:03
60008         Log: Add install-silent target.
60009      Branch: perl
60010            ! Makefile.SH
60011 ____________________________________________________________________________
60012 [  6813] By: jhi                                   on 2000/08/25  17:14:23
60013         Log: Subject: Re: [PATCH] More silencing of installman.
60014              From: <abigail@foad.org>
60015              Date: Thu, 24 Aug 2000 19:27:03 -0400
60016              Message-ID: <20000824232703.7001.qmail@foad.org>
60017              
60018              Subject: Re: [PATCH] More silencing of installman.
60019              From: <abigail@foad.org>
60020              Date: Fri, 25 Aug 2000 03:00:58 -0400
60021              Message-ID: <20000825070058.10697.qmail@foad.org>
60022      Branch: perl
60023            ! installman
60024 ____________________________________________________________________________
60025 [  6812] By: jhi                                   on 2000/08/25  17:11:28
60026         Log: installperl --verbose and --silent.
60027              
60028              Subject: Re: [PATCH] More silencing of installman.
60029              From: <abigail@foad.org>
60030              Message-ID: <20000825064430.9719.qmail@foad.org>
60031              Date: Fri, 25 Aug 2000 02:44:30 -0400
60032      Branch: perl
60033            ! installperl
60034 ____________________________________________________________________________
60035 [  6811] By: jhi                                   on 2000/08/25  17:05:43
60036         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
60037              From: "Peter J. Farley III" <pjfarley@banet.net>
60038              Date: Thu, 24 Aug 2000 21:58:03 -0400
60039              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
60040              
60041              (applied slightly modified)
60042      Branch: perl
60043            ! lib/ExtUtils/MM_Unix.pm
60044 ____________________________________________________________________________
60045 [  6810] By: jhi                                   on 2000/08/25  17:01:18
60046         Log: Missing parts of 
60047              
60048              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
60049              From: Peter Prymmer <pvhp@forte.com>
60050              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
60051              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
60052      Branch: perl
60053            ! t/lib/cgi-html.t
60054 ____________________________________________________________________________
60055 [  6809] By: jhi                                   on 2000/08/25  16:46:32
60056         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
60057              From: "Craig A. Berry" <craig.berry@psinetcs.com>
60058              Date: Thu, 24 Aug 2000 19:13:11 -0500
60059              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
60060      Branch: perl
60061            ! vms/vms.c
60062 ____________________________________________________________________________
60063 [  6808] By: jhi                                   on 2000/08/25  16:39:22
60064         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
60065              From: Peter Prymmer <pvhp@forte.com>
60066              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
60067              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
60068      Branch: perl
60069            ! configure.com
60070 ____________________________________________________________________________
60071 [  6807] By: jhi                                   on 2000/08/25  16:36:37
60072         Log: Better wording for the vec lvalue diagnostic.
60073              
60074              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
60075              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
60076              Date: Wed, 23 Aug 2000 14:12:16 -0400
60077              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
60078      Branch: perl
60079            ! pod/perldiag.pod
60080 ____________________________________________________________________________
60081 [  6806] By: jhi                                   on 2000/08/24  18:17:22
60082         Log: Subject: [PATCH] More silencing of installman.
60083              From: <abigail@foad.org>
60084              Date: Thu, 24 Aug 2000 14:01:44 -0400
60085              Message-ID: <20000824180144.20062.qmail@foad.org>
60086      Branch: perl
60087            ! installman
60088 ____________________________________________________________________________
60089 [  6805] By: jhi                                   on 2000/08/24  15:00:31
60090         Log: Update Changes.
60091      Branch: perl
60092            ! Changes patchlevel.h
60093 ____________________________________________________________________________
60094 [  6804] By: jhi                                   on 2000/08/24  14:59:07
60095         Log: Regen perltoc.
60096      Branch: perl
60097            ! pod/perltoc.pod
60098 ____________________________________________________________________________
60099 [  6803] By: jhi                                   on 2000/08/24  14:44:39
60100         Log: Show the doc file, not the temp file.
60101      Branch: perl
60102            ! installman
60103 ____________________________________________________________________________
60104 [  6802] By: jhi                                   on 2000/08/24  14:41:53
60105         Log: Continue silencing.
60106      Branch: perl
60107            ! installman
60108 ____________________________________________________________________________
60109 [  6801] By: jhi                                   on 2000/08/24  14:34:40
60110         Log: Actually do something with the silencer option.
60111      Branch: perl
60112            ! installman
60113 ____________________________________________________________________________
60114 [  6800] By: jhi                                   on 2000/08/24  14:26:22
60115         Log: Make installman to recognize the silence flag -S.
60116      Branch: perl
60117            ! installman
60118 ____________________________________________________________________________
60119 [  6799] By: jhi                                   on 2000/08/24  13:49:38
60120         Log: DOS patches and portability/porting notes, from Tim Jenness.
60121      Branch: perl
60122            ! lib/File/Temp.pm
60123 ____________________________________________________________________________
60124 [  6798] By: jhi                                   on 2000/08/24  13:48:27
60125         Log: Create directories in silence.
60126              
60127              Subject: [PATCH] Another silencer for MakeMaker
60128              From: andreas.koenig@anima.de (Andreas J. Koenig)
60129              Date: 24 Aug 2000 14:18:52 +0200
60130              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
60131      Branch: perl
60132            ! lib/ExtUtils/Command.pm
60133 ____________________________________________________________________________
60134 [  6797] By: jhi                                   on 2000/08/24  13:46:42
60135         Log: More liberal parsing of version numbers.
60136              
60137              Subject: Re: CPAN.pm beta for testing available
60138              From: andreas.koenig@anima.de (Andreas J. Koenig)
60139              Date: 24 Aug 2000 13:51:57 +0200
60140              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
60141      Branch: perl
60142            ! lib/CPAN.pm
60143 ____________________________________________________________________________
60144 [  6796] By: jhi                                   on 2000/08/24  13:44:36
60145         Log: Make "make install" by default silent.  A new "install-verbose"
60146              target is verbose.
60147      Branch: perl
60148            ! Makefile.SH
60149 ____________________________________________________________________________
60150 [  6795] By: jhi                                   on 2000/08/24  13:39:14
60151         Log: Add silencer flags to installperl.
60152              
60153              Subject: [PATCH] Making installperl silent.
60154              From: <abigail@foad.org>
60155              Date: Thu, 24 Aug 2000 05:01:45 -0400
60156              Message-ID: <20000824090145.13141.qmail@foad.org>
60157      Branch: perl
60158            ! installperl
60159 ____________________________________________________________________________
60160 [  6794] By: jhi                                   on 2000/08/24  13:35:50
60161         Log: installperl couldn't tell whether it had run tests or not.
60162              
60163              Subject: [PATCH] Re: installperl and t/TEST
60164              From: <abigail@foad.org>
60165              Date: Thu, 24 Aug 2000 04:00:53 -0400
60166              Message-ID: <20000824080053.2494.qmail@foad.org>
60167      Branch: perl
60168            ! Makefile.SH installperl
60169 ____________________________________________________________________________
60170 [  6793] By: jhi                                   on 2000/08/24  13:27:50
60171         Log: Drop the separate perlbc, perlcc -b should be enough.
60172      Branch: perl
60173            - utils/perlbc.PL
60174            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
60175 ____________________________________________________________________________
60176 [  6792] By: jhi                                   on 2000/08/24  04:41:30
60177         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
60178              plus the typo fix from Peter Prymmer.
60179      Branch: perl
60180            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
60181            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
60182 ____________________________________________________________________________
60183 [  6791] By: jhi                                   on 2000/08/24  02:10:43
60184         Log: Replace #6705 with a minimal doc patch.
60185              
60186              Subject: [PATCH 5.6.0] replace change #6705
60187              From: Jan Dubois <jand@ActiveState.com>
60188              Date: Wed, 23 Aug 2000 18:31:51 -0700
60189              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
60190      Branch: perl
60191            ! lib/Win32.pod win32/win32.c
60192 ____________________________________________________________________________
60193 [  6790] By: jhi                                   on 2000/08/23  17:52:00
60194         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
60195              From: Mike Guy <mjtg@cam.ac.uk>
60196              Date: Wed, 23 Aug 2000 18:38:46 +0100
60197              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
60198      Branch: perl
60199            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
60200 ____________________________________________________________________________
60201 [  6789] By: jhi                                   on 2000/08/23  15:34:21
60202         Log: Update Changes.
60203      Branch: perl
60204            ! Changes patchlevel.h
60205 ____________________________________________________________________________
60206 [  6788] By: jhi                                   on 2000/08/23  15:33:40
60207         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
60208              From: Wilfredo Sánchez <wsanchez@apple.com>
60209              Date: Tue, 22 Aug 2000 19:31:27 -0700
60210              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
60211      Branch: perl
60212            ! perl.h
60213 ____________________________________________________________________________
60214 [  6787] By: jhi                                   on 2000/08/23  15:29:31
60215         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
60216              From: Spider Boardman <spider@leggy.zk3.dec.com>
60217              Date: Wed, 23 Aug 2000 10:33:23 -0400
60218              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
60219      Branch: perl
60220            ! lib/Pod/Html.pm
60221 ____________________________________________________________________________
60222 [  6786] By: jhi                                   on 2000/08/23  15:28:11
60223         Log: Bad makefile.
60224      Branch: perl
60225            ! ext/B/Makefile.PL
60226 ____________________________________________________________________________
60227 [  6785] By: jhi                                   on 2000/08/23  14:37:04
60228         Log: Update Changes.
60229      Branch: perl
60230            ! Changes patchlevel.h
60231 ____________________________________________________________________________
60232 [  6784] By: jhi                                   on 2000/08/23  13:58:41
60233         Log: Portability fix from Hugo van der Sanden.
60234      Branch: perl
60235            ! ext/re/Makefile.PL
60236 ____________________________________________________________________________
60237 [  6783] By: jhi                                   on 2000/08/23  13:53:53
60238         Log: Storable support, v-version fixes.
60239              
60240              Subject: CPAN.pm beta for testing available
60241              From: andreas.koenig@anima.de (Andreas J. Koenig)
60242              Date: 22 Aug 2000 23:31:33 +0200
60243              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
60244      Branch: perl
60245            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
60246 ____________________________________________________________________________
60247 [  6782] By: jhi                                   on 2000/08/23  13:51:26
60248         Log: Mac and other portability updates from Chris Nandor.
60249      Branch: perl
60250            ! pod/perlmodinstall.pod
60251 ____________________________________________________________________________
60252 [  6781] By: jhi                                   on 2000/08/23  13:47:33
60253         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
60254              From: Peter Prymmer <pvhp@forte.com>
60255              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
60256              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
60257      Branch: perl
60258            ! ext/Storable/Storable.xs
60259 ____________________________________________________________________________
60260 [  6780] By: jhi                                   on 2000/08/23  13:33:34
60261         Log: VMS MMS (make) wants null action.
60262      Branch: perl
60263            ! ext/B/Makefile.PL
60264 ____________________________________________________________________________
60265 [  6779] By: jhi                                   on 2000/08/22  19:44:47
60266         Log: Forgot portability nit.
60267      Branch: perl
60268            ! t/lib/st-forgive.t
60269 ____________________________________________________________________________
60270 [  6778] By: jhi                                   on 2000/08/22  19:35:25
60271         Log: Be portable.
60272      Branch: perl
60273            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
60274            ! t/lib/st-store.t
60275 ____________________________________________________________________________
60276 [  6777] By: jhi                                   on 2000/08/22  18:50:53
60277         Log: Update Changes.
60278      Branch: perl
60279            ! Changes patchlevel.h
60280 ____________________________________________________________________________
60281 [  6776] By: jhi                                   on 2000/08/22  18:44:46
60282         Log: cSVOPo_*v things index into the current PL_curpad
60283              under ithreads, which is different from the curpad
60284              used by the XSUB.  (In other words, the code as-is
60285              before this patch wouldn't work under ithreads.)
60286              From Sarathy.
60287      Branch: perl
60288            ! ext/B/B.xs
60289 ____________________________________________________________________________
60290 [  6775] By: jhi                                   on 2000/08/22  18:18:37
60291         Log: Make the selection of NVff et al stricter.
60292      Branch: metaconfig/U/perl
60293            ! perlxvf.U
60294      Branch: perl
60295            ! Configure config_h.SH
60296 ____________________________________________________________________________
60297 [  6774] By: jhi                                   on 2000/08/22  17:19:42
60298         Log: perldelta nits.
60299      Branch: perl
60300            ! pod/perldelta.pod
60301 ____________________________________________________________________________
60302 [  6773] By: jhi                                   on 2000/08/22  17:06:26
60303         Log: Long double fixes from Spider Boardman.
60304              
60305              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
60306              From: system PRIVILEGED account <root@peano.zk3.dec.com>
60307              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
60308              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
60309      Branch: perl
60310            ! t/lib/bigfltpm.t t/lib/st-06compat.t
60311 ____________________________________________________________________________
60312 [  6772] By: jhi                                   on 2000/08/22  15:04:53
60313         Log: Update Changes.
60314      Branch: perl
60315            ! Changes patchlevel.h
60316 ____________________________________________________________________________
60317 [  6771] By: jhi                                   on 2000/08/22  15:01:44
60318         Log: perldelta fixes from Hugo van der Sanden.
60319      Branch: perl
60320            ! pod/perldelta.pod
60321 ____________________________________________________________________________
60322 [  6770] By: jhi                                   on 2000/08/22  14:34:49
60323         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
60324              From: Hugo <hv@crypt.compulink.co.uk>
60325              Date: Tue, 22 Aug 2000 11:21:53 +0100
60326              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
60327      Branch: perl
60328            ! regcomp.c
60329 ____________________________________________________________________________
60330 [  6769] By: jhi                                   on 2000/08/22  14:30:02
60331         Log: Add Yitzchak, reformat.
60332      Branch: perl
60333            ! Changes config_h.SH
60334 ____________________________________________________________________________
60335 [  6768] By: jhi                                   on 2000/08/22  14:21:35
60336         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
60337              and Spider Boardman.
60338      Branch: metaconfig
60339            ! U/compline/d_gconvert.U
60340      Branch: perl
60341            ! Configure
60342 ____________________________________________________________________________
60343 [  6767] By: jhi                                   on 2000/08/22  14:11:24
60344         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
60345              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60346              Date: Mon, 21 Aug 2000 19:08:31 -0700
60347              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
60348      Branch: perl
60349            - ext/Storable/patchlevel.h
60350            ! MANIFEST ext/Storable/MANIFEST
60351 ____________________________________________________________________________
60352 [  6766] By: jhi                                   on 2000/08/22  13:49:29
60353         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
60354              From: Peter Prymmer <pvhp@forte.com>
60355              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
60356              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
60357      Branch: perl
60358            ! configure.com ext/Storable/Makefile.PL
60359 ____________________________________________________________________________
60360 [  6765] By: jhi                                   on 2000/08/22  13:44:59
60361         Log: Subject: [PATCH blead] B:: missing dependency
60362              From: Hugo <hv@crypt.compulink.co.uk>
60363              Date: Tue, 22 Aug 2000 06:44:33 +0100
60364              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
60365      Branch: perl
60366            ! ext/B/Makefile.PL
60367 ____________________________________________________________________________
60368 [  6764] By: jhi                                   on 2000/08/22  13:38:12
60369         Log: More bytecompiler.
60370      Branch: perl
60371            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
60372 ____________________________________________________________________________
60373 [  6763] By: jhi                                   on 2000/08/22  13:36:44
60374         Log: Bytecompiler patches from Benjamin Stuhl.
60375      Branch: perl
60376            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
60377            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
60378            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
60379            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
60380            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
60381            ! perl.c perlapi.h pod/perldelta.pod
60382 ____________________________________________________________________________
60383 [  6762] By: jhi                                   on 2000/08/21  23:43:40
60384         Log: An obsoleted diagnostic.
60385      Branch: perl
60386            ! pod/perldelta.pod
60387 ____________________________________________________________________________
60388 [  6761] By: jhi                                   on 2000/08/21  23:01:45
60389         Log: The #6759 wasn't quite right.
60390      Branch: perl
60391            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
60392            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
60393            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
60394            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
60395            ! t/lib/st-tieditems.t
60396 ____________________________________________________________________________
60397 [  6760] By: jhi                                   on 2000/08/21  22:35:49
60398         Log: Be verydeepclean.
60399      Branch: perl
60400            ! Makefile.SH
60401 ____________________________________________________________________________
60402 [  6759] By: jhi                                   on 2000/08/21  22:25:40
60403         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
60404              From: Peter Prymmer <pvhp@forte.com>
60405              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
60406              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
60407      Branch: perl
60408            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
60409            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
60410            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
60411            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
60412            ! t/lib/st-tieditems.t
60413 ____________________________________________________________________________
60414 [  6758] By: jhi                                   on 2000/08/21  22:22:32
60415         Log: Few more casts, need reported in
60416              
60417              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
60418              From: Mike Stok <mike@stok.co.uk>
60419              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
60420              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
60421              
60422              and
60423              
60424              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
60425              From: abigail@foad.org
60426              Date: 21 Aug 2000 21:31:34 -0000
60427              Message-Id: <20000821213134.30170.qmail@foad.org>
60428      Branch: perl
60429            ! ext/Storable/Storable.xs
60430 ____________________________________________________________________________
60431 [  6757] By: jhi                                   on 2000/08/21  18:37:07
60432         Log: Update Changes.
60433      Branch: perl
60434            ! Changes patchlevel.h
60435 ____________________________________________________________________________
60436 [  6756] By: jhi                                   on 2000/08/21  18:34:02
60437         Log: A pod nit.
60438              
60439              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
60440              From: <abigail@foad.org>
60441              Date: Mon, 21 Aug 2000 14:00:16 -0400
60442              Message-ID: <20000821180016.28627.qmail@foad.org>
60443      Branch: perl
60444            ! pod/perlre.pod
60445 ____________________________________________________________________________
60446 [  6755] By: jhi                                   on 2000/08/21  18:30:56
60447         Log: Use PodParser 1.18 new test.
60448      Branch: perl
60449            ! t/pod/special_seqs.t t/pod/special_seqs.xr
60450 ____________________________________________________________________________
60451 [  6754] By: jhi                                   on 2000/08/21  18:28:35
60452         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
60453              patches cannot be applied since #6712 conflicts.
60454      Branch: perl
60455            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
60456 ____________________________________________________________________________
60457 [  6753] By: jhi                                   on 2000/08/21  18:15:11
60458         Log: Weed out some smaller changes.
60459      Branch: perl
60460            ! pod/perldelta.pod
60461 ____________________________________________________________________________
60462 [  6752] By: jhi                                   on 2000/08/21  18:02:30
60463         Log: Also under djgpp the timestamps are funky.
60464      Branch: perl
60465            ! t/op/stat.t
60466 ____________________________________________________________________________
60467 [  6751] By: jhi                                   on 2000/08/21  17:55:56
60468         Log: Tweak the floating point output routine preferences.
60469      Branch: metaconfig
60470            ! U/compline/d_gconvert.U
60471      Branch: perl
60472            ! Configure
60473 ____________________________________________________________________________
60474 [  6750] By: jhi                                   on 2000/08/21  17:51:29
60475         Log: Unicos/mk requires elaborate paranoia.
60476      Branch: perl
60477            ! lib/Math/Complex.pm
60478 ____________________________________________________________________________
60479 [  6749] By: gsar                                  on 2000/08/21  16:53:31
60480         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
60481      Branch: perl
60482            ! lib/Cwd.pm
60483 ____________________________________________________________________________
60484 [  6748] By: gsar                                  on 2000/08/21  16:22:19
60485         Log: free TLS slot properly on Windows
60486      Branch: perl
60487            ! thread.h win32/perllib.c win32/win32thread.h
60488 ____________________________________________________________________________
60489 [  6747] By: jhi                                   on 2000/08/21  16:20:58
60490         Log: Rename the macro argument because some preprocessors
60491              can't tell the difference and expand arguments also inside
60492              double quoted strings.
60493      Branch: perl
60494            ! regcomp.c
60495 ____________________________________________________________________________
60496 [  6746] By: jhi                                   on 2000/08/21  16:09:41
60497         Log: Support long doubles in Storable.
60498              
60499              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
60500              From: Radu Greab <radu@netsoft.ro>
60501              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
60502              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
60503      Branch: perl
60504            ! ext/Storable/Storable.xs
60505 ____________________________________________________________________________
60506 [  6745] By: jhi                                   on 2000/08/21  15:51:40
60507         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
60508              From: "Fifer, Eric" <EFifer@sanwaint.com>
60509              Date: Mon, 21 Aug 2000 15:34:49 +0100
60510              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
60511      Branch: perl
60512            ! t/pragma/warn/9enabled
60513 ____________________________________________________________________________
60514 [  6744] By: jhi                                   on 2000/08/21  15:39:35
60515         Log: Document the endianness of Alpha more precisely.
60516      Branch: perl
60517            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
60518            ! pod/perlport.pod
60519 ____________________________________________________________________________
60520 [  6743] By: jhi                                   on 2000/08/21  14:47:05
60521         Log: perldelta fixes from the p5p crowd.
60522      Branch: perl
60523            ! pod/perldelta.pod pod/perlop.pod
60524 ____________________________________________________________________________
60525 [  6742] By: jhi                                   on 2000/08/21  13:34:51
60526         Log: Update to Pod::LaTeX 0.53.
60527              
60528              Subject: [PATCH] lib/Pod/LaTeX.pm updates
60529              From: Tim Jenness <timj@jach.hawaii.edu>
60530              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
60531              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
60532      Branch: perl
60533            ! lib/Pod/LaTeX.pm
60534 ____________________________________________________________________________
60535 [  6741] By: jhi                                   on 2000/08/21  13:33:01
60536         Log: Subject: [PATCH] os2.c fix for use64bitint
60537              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60538              Date: Mon, 21 Aug 2000 01:32:25 -0700
60539              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
60540      Branch: perl
60541            ! os2/os2.c
60542 ____________________________________________________________________________
60543 [  6740] By: jhi                                   on 2000/08/21  13:28:52
60544         Log: Array context keeps slithering in.
60545              
60546              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
60547              From: Daniel Chetlin <daniel@chetlin.com>
60548              Date: Sun, 20 Aug 2000 21:40:25 -0700
60549              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
60550      Branch: perl
60551            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
60552            ! pod/perldebtut.pod
60553 ____________________________________________________________________________
60554 [  6739] By: jhi                                   on 2000/08/21  13:23:55
60555         Log: Big-endian quad fixes for Storable from Radu Greab,
60556              plus few explicit null casts for picky compilers.
60557      Branch: perl
60558            ! ext/Storable/Storable.xs
60559 ____________________________________________________________________________
60560 [  6738] By: gsar                                  on 2000/08/21  05:56:13
60561         Log: small tweaks for change#6705: avoid C++ style comments in C code;
60562              use Perl's malloc API rather than the low level system one
60563      Branch: perl
60564            ! win32/win32.c
60565 ____________________________________________________________________________
60566 [  6737] By: gsar                                  on 2000/08/21  05:35:41
60567         Log: add Storable to list of extensions on Windows
60568      Branch: perl
60569            ! win32/Makefile win32/makefile.mk
60570 ____________________________________________________________________________
60571 [  6736] By: jhi                                   on 2000/08/21  02:57:53
60572         Log: Update Changes.
60573      Branch: perl
60574            ! Changes patchlevel.h
60575 ____________________________________________________________________________
60576 [  6735] By: jhi                                   on 2000/08/21  02:57:20
60577         Log: Draft 0.
60578      Branch: perl
60579            ! pod/perldelta.pod
60580 ____________________________________________________________________________
60581 [  6734] By: jhi                                   on 2000/08/21  02:57:03
60582         Log: Add Storable 0.7.2 from Raphael Manfredi,
60583              plus the patch from
60584              
60585              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
60586              From: Radu Greab <radu@netsoft.ro>
60587              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
60588              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
60589              
60590              plus changes to get Storable to compile with
60591              picky ANSI compilers.
60592      Branch: perl
60593            + ext/Storable/ChangeLog ext/Storable/MANIFEST
60594            + ext/Storable/Makefile.PL ext/Storable/README
60595            + ext/Storable/Storable.pm ext/Storable/Storable.xs
60596            + ext/Storable/patchlevel.h t/lib/st-06compat.t
60597            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
60598            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
60599            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
60600            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
60601            + t/lib/st-tieditems.t
60602            ! MANIFEST
60603 ____________________________________________________________________________
60604 [  6733] By: jhi                                   on 2000/08/21  02:29:09
60605         Log: The correct cleaning order is an art.
60606      Branch: perl
60607            ! Makefile.SH
60608 ____________________________________________________________________________
60609 [  6732] By: jhi                                   on 2000/08/21  01:23:39
60610         Log: The #6724 is here.
60611      Branch: perl
60612            ! t/lib/ftmp-security.t
60613 ____________________________________________________________________________
60614 [  6731] By: jhi                                   on 2000/08/20  23:17:03
60615         Log: s/this one/the 5.6.0 release/
60616      Branch: perl
60617            ! pod/perl56delta.pod
60618 ____________________________________________________________________________
60619 [  6730] By: jhi                                   on 2000/08/20  23:07:34
60620         Log: Mention perlebcdic and perlposix-bc.
60621      Branch: perl
60622            ! pod/perlport.pod
60623 ____________________________________________________________________________
60624 [  6729] By: jhi                                   on 2000/08/20  21:32:59
60625         Log: Document the number of exponent digits.
60626      Branch: perl
60627            ! pod/perlfunc.pod
60628 ____________________________________________________________________________
60629 [  6728] By: jhi                                   on 2000/08/20  21:16:47
60630         Log: Use File::Spec->tmpdir().
60631              
60632              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
60633              From: Tim Jenness <timj@jach.hawaii.edu>
60634              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
60635              MIME-Version: 1.0
60636              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
60637      Branch: perl
60638            ! utils/perlbug.PL
60639 ____________________________________________________________________________
60640 [  6727] By: jhi                                   on 2000/08/20  20:43:32
60641         Log: Update Changes.
60642      Branch: perl
60643            ! Changes patchlevel.h
60644 ____________________________________________________________________________
60645 [  6726] By: jhi                                   on 2000/08/20  20:41:44
60646         Log: The veryclean target needs to clobber.
60647      Branch: perl
60648            ! Makefile.SH
60649 ____________________________________________________________________________
60650 [  6725] By: jhi                                   on 2000/08/20  20:37:38
60651         Log: Document odd vs even subreleases and -Dusedevel.
60652      Branch: perl
60653            ! INSTALL
60654 ____________________________________________________________________________
60655 [  6724] By: jhi                                   on 2000/08/20  19:58:05
60656         Log: Use temporary directory instead of current directory.
60657              
60658              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
60659              From: Tim Jenness <timj@jach.hawaii.edu>
60660              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
60661              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
60662      Branch: perl
60663            ! t/lib/ftmp-security.t
60664 ____________________________________________________________________________
60665 [  6723] By: jhi                                   on 2000/08/20  19:55:55
60666         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
60667              From: andreas.koenig@anima.de (Andreas J. Koenig)
60668              Date: 20 Aug 2000 15:52:03 +0200
60669              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
60670      Branch: perl
60671            ! lib/ExtUtils/MM_Unix.pm
60672 ____________________________________________________________________________
60673 [  6722] By: jhi                                   on 2000/08/20  19:46:01
60674         Log: Update to CGI 2.72, from Lincoln Stein.
60675      Branch: perl
60676            ! lib/CGI.pm
60677 ____________________________________________________________________________
60678 [  6721] By: jhi                                   on 2000/08/20  19:43:54
60679         Log: (Replaced by #8364.)
60680              
60681              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
60682              From: Radu Greab <radu@netsoft.ro>
60683              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
60684              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
60685      Branch: perl
60686            ! ext/GDBM_File/GDBM_File.xs
60687 ____________________________________________________________________________
60688 [  6720] By: jhi                                   on 2000/08/20  19:42:01
60689         Log: pp_open() could pass an uninitialized filename down to do_open9().
60690      Branch: perl
60691            ! pp_sys.c
60692 ____________________________________________________________________________
60693 [  6719] By: jhi                                   on 2000/08/20  14:06:41
60694         Log: UTF8 concat fixes.
60695              
60696              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
60697              From: Hugo <hv@crypt.compulink.co.uk>
60698              Date: Sun, 20 Aug 2000 07:30:46 +0100
60699              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
60700      Branch: perl
60701            ! pp_hot.c t/op/append.t
60702 ____________________________________________________________________________
60703 [  6718] By: jhi                                   on 2000/08/20  02:09:37
60704         Log: Let's try #6717 again.
60705      Branch: perl
60706            ! lib/File/Temp.pm
60707 ____________________________________________________________________________
60708 [  6717] By: jhi                                   on 2000/08/20  01:56:55
60709         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
60710              From: "Craig A. Berry" <craig.berry@metamorgs.com>
60711              Date: Sat, 19 Aug 2000 18:15:39 -0500
60712              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
60713      Branch: perl
60714            ! lib/File/Temp.pm
60715 ____________________________________________________________________________
60716 [  6716] By: jhi                                   on 2000/08/19  15:50:11
60717         Log: Update Changes.
60718      Branch: perl
60719            ! Changes patchlevel.h
60720 ____________________________________________________________________________
60721 [  6715] By: jhi                                   on 2000/08/19  15:39:09
60722         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
60723              From: Jonathan D Johnston <jdjohnston2@juno.com>
60724              Date: Thu, 17 Aug 2000 23:13:01 -0400       
60725              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
60726      Branch: perl
60727            ! pod/perlfunc.pod
60728 ____________________________________________________________________________
60729 [  6714] By: jhi                                   on 2000/08/19  15:34:04
60730         Log: Introduce a 'veryclean' target that is like 'distclean'
60731              but also removes *~ and *.orig.
60732      Branch: perl
60733            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
60734            ! utils/Makefile x2p/Makefile.SH
60735 ____________________________________________________________________________
60736 [  6713] By: jhi                                   on 2000/08/19  14:15:45
60737         Log: Put back the long double avoidance code to POSIX.xs
60738              because VMS seems to need it still.
60739      Branch: perl
60740            ! ext/POSIX/POSIX.xs
60741 ____________________________________________________________________________
60742 [  6712] By: jhi                                   on 2000/08/19  14:10:41
60743         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
60744              From: Peter Prymmer <pvhp@forte.com>
60745              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
60746              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
60747      Branch: perl
60748            ! lib/Pod/Find.pm t/pod/find.t
60749 ____________________________________________________________________________
60750 [  6711] By: jhi                                   on 2000/08/19  14:09:19
60751         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
60752              From: Peter Prymmer <pvhp@forte.com>
60753              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
60754              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
60755              cc: vmsperl@perl.org
60756      Branch: perl
60757            ! t/lib/peek.t
60758 ____________________________________________________________________________
60759 [  6710] By: jhi                                   on 2000/08/19  14:08:01
60760         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
60761              From: Jan Dubois <jand@ActiveState.com>
60762              Date: Fri, 18 Aug 2000 16:31:48 -0700
60763              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
60764      Branch: perl
60765            ! win32/win32.c
60766 ____________________________________________________________________________
60767 [  6709] By: jhi                                   on 2000/08/19  14:06:57
60768         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
60769              
60770              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
60771              From: Spider.Boardman@Orb.Nashua.NH.US
60772              Date: Fri, 18 Aug 2000 18:41:14 -0400
60773              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
60774      Branch: perl
60775            ! regcomp.c
60776 ____________________________________________________________________________
60777 [  6708] By: jhi                                   on 2000/08/18  22:04:49
60778         Log: Update Changes.
60779      Branch: perl
60780            ! Changes patchlevel.h
60781 ____________________________________________________________________________
60782 [  6707] By: jhi                                   on 2000/08/18  21:55:14
60783         Log: Add warnif(), check warnings further up the stack,
60784              all the warnings functions now can take an optional object reference.
60785              
60786              Subject: [PATCH bleedperl@6691] warnings pragma update
60787              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
60788              Date: Fri, 18 Aug 2000 22:42:06 +0100
60789              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
60790      Branch: perl
60791            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
60792            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
60793            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
60794 ____________________________________________________________________________
60795 [  6706] By: jhi                                   on 2000/08/18  21:41:45
60796         Log: Typo in pp_complement().
60797              
60798              Subject: [PATCH perl-current] Deparse
60799              From: Peter Scott <Peter@PSDT.com>
60800              Date: Fri, 18 Aug 2000 12:44:37 -0700
60801              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
60802      Branch: perl
60803            ! ext/B/B/Deparse.pm
60804 ____________________________________________________________________________
60805 [  6705] By: jhi                                   on 2000/08/18  21:25:59
60806         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
60807              From: Jan Dubois <jand@ActiveState.com>
60808              Date: Fri, 18 Aug 2000 14:22:51 -0700
60809              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
60810      Branch: perl
60811            ! lib/Win32.pod win32/win32.c
60812 ____________________________________________________________________________
60813 [  6704] By: jhi                                   on 2000/08/18  21:16:14
60814         Log: Don't eat leading os from index entries.
60815              
60816              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
60817              From: Russ Allbery <rra@stanford.edu>
60818              Date: 10 Aug 2000 20:49:25 -0700
60819              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
60820      Branch: perl
60821            ! lib/Pod/Man.pm
60822 ____________________________________________________________________________
60823 [  6703] By: jhi                                   on 2000/08/18  21:07:06
60824         Log: Add [[:blank:]] as suggested in
60825              
60826              Subject: [ID 20000716.024] [=cc=] / [:blank:]
60827              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
60828              Date: Sun, 16 Jul 2000 17:55:29 -0700
60829              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
60830              
60831              (the [=cc=] has already been taken care of by #6439
60832              so the whole bug report can be closed)
60833              
60834              and make [[:space:]] to be equivalent to isspace(3)
60835              (as opposed to \s, which is isSPACE()).  The difference
60836              is that now [[:space:]] matches the mythical vertical tab,
60837              while \s doesn't.
60838      Branch: perl
60839            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
60840            ! regexec.c t/op/pat.t
60841 ____________________________________________________________________________
60842 [  6702] By: jhi                                   on 2000/08/18  18:47:47
60843         Log: The new tests were missing from #6415.
60844      Branch: perl
60845            ! t/op/bop.t
60846 ____________________________________________________________________________
60847 [  6701] By: jhi                                   on 2000/08/18  18:20:40
60848         Log: Document the NDBM_File and ODBM_File as SDBM_File
60849              was documented in #6417.
60850      Branch: perl
60851            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
60852            ! ext/SDBM_File/SDBM_File.pm
60853 ____________________________________________________________________________
60854 [  6700] By: jhi                                   on 2000/08/18  18:10:39
60855         Log: Subject: [PATCH perl@6698] cygwin port
60856              From: "Fifer, Eric" <EFifer@sanwaint.com>
60857              Date: Fri, 18 Aug 2000 17:30:05 +0100
60858              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
60859      Branch: perl
60860            ! lib/File/Temp.pm
60861 ____________________________________________________________________________
60862 [  6699] By: jhi                                   on 2000/08/18  16:21:49
60863         Log: Document code point which makes if (defined %stash::) to work
60864              (noted by Spider Boardman).
60865      Branch: perl
60866            ! op.c
60867 ____________________________________________________________________________
60868 [  6698] By: jhi                                   on 2000/08/18  13:43:27
60869         Log: Update Changes.
60870      Branch: perl
60871            ! Changes patchlevel.h
60872 ____________________________________________________________________________
60873 [  6697] By: jhi                                   on 2000/08/18  13:35:57
60874         Log: Tiny Getopt::Long patch from Johan Vromans.
60875      Branch: perl
60876            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
60877 ____________________________________________________________________________
60878 [  6696] By: jhi                                   on 2000/08/18  13:26:14
60879         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
60880              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
60881              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
60882              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
60883      Branch: perl
60884            ! pod/perldiag.pod pod/perlsyn.pod
60885 ____________________________________________________________________________
60886 [  6695] By: jhi                                   on 2000/08/18  13:13:26
60887         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
60888              From: Daniel Chetlin <daniel@chetlin.com>
60889              Date: Fri, 18 Aug 2000 03:13:36 -0700
60890              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
60891      Branch: perl
60892            ! pod/perlfunc.pod
60893 ____________________________________________________________________________
60894 [  6694] By: jhi                                   on 2000/08/18  13:08:05
60895         Log: Subject: [PATCH] perltrap.pod spring cleaning
60896              From: Daniel Chetlin <daniel@chetlin.com>
60897              Date: Fri, 18 Aug 2000 03:06:54 -0700
60898              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
60899              
60900              plus Mike Guy's nitfix.
60901      Branch: perl
60902            ! pod/perltrap.pod
60903 ____________________________________________________________________________
60904 [  6693] By: jhi                                   on 2000/08/18  13:00:26
60905         Log: Unbuffer the output.
60906              
60907              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
60908              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60909              Date: Thu, 17 Aug 2000 18:39:29 -0700
60910              Message-ID: <RPJn5gzkgydf092yn@efn.org>
60911      Branch: perl
60912            ! t/op/fork.t
60913 ____________________________________________________________________________
60914 [  6692] By: jhi                                   on 2000/08/18  05:19:17
60915         Log: Delete the image, too, not just its MANIFEStation.
60916      Branch: perl
60917            - lib/CGI/eg/wilogo.gif
60918 ____________________________________________________________________________
60919 [  6691] By: jhi                                   on 2000/08/18  05:10:26
60920         Log: Propagate new Configure vars.
60921      Branch: perl
60922            ! configure.com epoc/config.sh uconfig.h uconfig.sh
60923            ! vos/config.def vos/config.h vos/config_h.SH_orig
60924            ! win32/config.bc win32/config.gc win32/config.vc
60925            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
60926 ____________________________________________________________________________
60927 [  6690] By: jhi                                   on 2000/08/18  04:30:56
60928         Log: Update Changes.
60929      Branch: perl
60930            ! Changes patchlevel.h
60931 ____________________________________________________________________________
60932 [  6689] By: jhi                                   on 2000/08/18  04:12:30
60933         Log: Fix the lib/complex failure of
60934              
60935              From: abigail@foad.org
60936              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
60937              Date: 15 Aug 2000 04:06:38 -0000
60938              Message-Id: <20000815040638.8524.qmail@foad.org> 
60939              
60940              Linux long double accuracy issue: something that
60941              when printed with %g looks like "2" but int() of it is 1.
60942      Branch: perl
60943            ! lib/Math/Complex.pm
60944 ____________________________________________________________________________
60945 [  6688] By: jhi                                   on 2000/08/18  03:15:35
60946         Log: The byteorder code in #6671 was wrong.
60947      Branch: perl
60948            ! configpm
60949 ____________________________________________________________________________
60950 [  6687] By: jhi                                   on 2000/08/18  02:08:42
60951         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
60952              From: Jan Dubois <jand@ActiveState.com>
60953              Date: Thu, 17 Aug 2000 18:31:55 -0700
60954              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
60955      Branch: perl
60956            ! sv.c
60957 ____________________________________________________________________________
60958 [  6686] By: jhi                                   on 2000/08/18  02:04:15
60959         Log: Use NVs in POSIX math, not doubles.
60960              
60961              From: abigail@foad.org
60962              Subject: [ID 20000817.014] POSIX & modfl
60963              Date: 17 Aug 2000 20:49:18 -0000
60964              Message-Id: <20000817204918.23123.qmail@foad.org>
60965      Branch: perl
60966            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
60967 ____________________________________________________________________________
60968 [  6685] By: jhi                                   on 2000/08/18  02:02:12
60969         Log: Introduce NVef, NVff, and NVgf, use the middle one.
60970              (helps for lib/peek + Linux + long doubles)  Reported in
60971              
60972              From: abigail@foad.org
60973              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
60974              Date: 15 Aug 2000 04:06:38 -0000
60975              Message-Id: <20000815040638.8524.qmail@foad.org> 
60976              
60977              (note: the lib/complex failure has not yet been addressed)
60978      Branch: metaconfig/U/perl
60979            ! perlxvf.U
60980      Branch: perl
60981            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60982            ! config_h.SH dump.c perl.h pod/perlguts.pod
60983 ____________________________________________________________________________
60984 [  6684] By: jhi                                   on 2000/08/17  23:22:19
60985         Log: Add byteorder to the myconfig output.
60986      Branch: perl
60987            ! myconfig.SH
60988 ____________________________________________________________________________
60989 [  6683] By: jhi                                   on 2000/08/17  23:20:19
60990         Log: The image doth not exist, spotted by Johan Vromans.
60991      Branch: perl
60992            ! MANIFEST
60993 ____________________________________________________________________________
60994 [  6682] By: jhi                                   on 2000/08/17  22:38:16
60995         Log: Document what the backtick returns if the command fails.
60996      Branch: perl
60997            ! pod/perlop.pod
60998 ____________________________________________________________________________
60999 [  6681] By: jhi                                   on 2000/08/17  22:33:12
61000         Log: Do not use prototyping here.
61001              
61002              Subject: [ID 20000817.016] [PATCH] Peek.xs
61003              From: abigail@foad.org
61004              Date: 17 Aug 2000 20:55:56 -0000
61005              Message-Id: <20000817205556.24270.qmail@foad.org>
61006      Branch: perl
61007            ! ext/Devel/Peek/Makefile.PL
61008 ____________________________________________________________________________
61009 [  6680] By: jhi                                   on 2000/08/17  19:46:43
61010         Log: Don't propose using modules built for 5.005 if no binary
61011              compatibility with 5.005 is attempted.
61012              
61013              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
61014              Subject: Minor nit with 5.7.0 (6655)
61015              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
61016              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
61017      Branch: metaconfig
61018            ! U/installdirs/inc_version_list.U
61019      Branch: perl
61020            ! Configure config_h.SH
61021 ____________________________________________________________________________
61022 [  6679] By: jhi                                   on 2000/08/17  19:16:39
61023         Log: Microperl config update.
61024      Branch: perl
61025            ! uconfig.h uconfig.sh
61026 ____________________________________________________________________________
61027 [  6678] By: jhi                                   on 2000/08/17  19:16:13
61028         Log: The #6648 wasn't protective enough for limited platforms
61029              (like microperl).
61030      Branch: perl
61031            ! dump.c sv.c
61032 ____________________________________________________________________________
61033 [  6677] By: jhi                                   on 2000/08/17  14:46:35
61034         Log: Update Changes.
61035      Branch: perl
61036            ! Changes patchlevel.h
61037 ____________________________________________________________________________
61038 [  6676] By: jhi                                   on 2000/08/17  14:44:02
61039         Log: Add perlebcdic from Peter Prymmer, regen toc.
61040      Branch: perl
61041            + pod/perlebcdic.pod
61042            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
61043 ____________________________________________________________________________
61044 [  6675] By: jhi                                   on 2000/08/17  14:41:52
61045         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
61046      Branch: perl
61047            ! pod/perldebtut.pod
61048 ____________________________________________________________________________
61049 [  6674] By: jhi                                   on 2000/08/17  14:29:43
61050         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
61051              
61052              Subject: [ID 20000724.006] -DLEAKTEST problem
61053              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
61054              Date: Tue, 25 Jul 2000 00:36:32 -0500
61055              Message-Id: <20000725003632.A26186@www.llamacom.com>
61056              
61057              Reminder sent
61058              
61059              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
61060              From: Hugo <hv@crypt.compulink.co.uk>
61061              Date: Thu, 17 Aug 2000 15:23:42 +0100
61062              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
61063      Branch: perl
61064            ! util.c
61065 ____________________________________________________________________________
61066 [  6673] By: jhi                                   on 2000/08/17  04:07:10
61067         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
61068              From: John Peacock <JPeacock@UnivPress.com>
61069              Date: Tue, 01 Aug 2000 09:38:12 -0400
61070              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
61071      Branch: perl
61072            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
61073 ____________________________________________________________________________
61074 [  6672] By: jhi                                   on 2000/08/17  03:04:35
61075         Log: Subject: [PATCH] Cwd.pm now uses strict
61076              From: Tim Jenness <timj@jach.hawaii.edu>
61077              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
61078              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
61079      Branch: perl
61080            ! lib/Cwd.pm
61081 ____________________________________________________________________________
61082 [  6671] By: jhi                                   on 2000/08/17  02:16:35
61083         Log: Make $Config{byteorder} more magical so that it is
61084              dynamically computed: nice for 'fat binaries'.
61085              
61086              Subject: [PATCH]: default byteorder
61087              From: Wilfredo Sánchez <wsanchez@apple.com>
61088              Date: Mon, 31 Jul 2000 19:45:31 -0700
61089              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
61090      Branch: perl
61091            ! configpm
61092 ____________________________________________________________________________
61093 [  6670] By: gsar                                  on 2000/08/17  01:22:21
61094         Log: move WNOHANG definition to where other such things are
61095      Branch: perl
61096            ! win32/win32.h
61097 ____________________________________________________________________________
61098 [  6669] By: jhi                                   on 2000/08/17  01:19:17
61099         Log: Update Changes.
61100      Branch: perl
61101            ! Changes patchlevel.h
61102 ____________________________________________________________________________
61103 [  6668] By: jhi                                   on 2000/08/17  01:16:29
61104         Log: Doc nits spotted by Richard Soderberg.
61105      Branch: perl
61106            ! README.posix-bc README.vmesa
61107 ____________________________________________________________________________
61108 [  6667] By: jhi                                   on 2000/08/17  01:12:11
61109         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
61110              From: "Casey R. Tweten" <crt@kiski.net>
61111              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
61112              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
61113      Branch: perl
61114            ! pod/perldebtut.pod
61115 ____________________________________________________________________________
61116 [  6666] By: jhi                                   on 2000/08/17  01:09:31
61117         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
61118              From: "Casey R. Tweten" <crt@kiski.net>
61119              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
61120              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
61121      Branch: perl
61122            ! lib/Shell.pm
61123 ____________________________________________________________________________
61124 [  6665] By: gsar                                  on 2000/08/17  01:03:52
61125         Log: add "ok" targets from change#6632 in makefile.mk
61126      Branch: perl
61127            ! pod/perlport.pod win32/Makefile win32/makefile.mk
61128 ____________________________________________________________________________
61129 [  6664] By: gsar                                  on 2000/08/17  00:56:11
61130         Log: avoid warnings from dense compiler
61131      Branch: perl
61132            ! win32/win32.c
61133 ____________________________________________________________________________
61134 [  6663] By: jhi                                   on 2000/08/17  00:51:49
61135         Log: Tweak the regex compilation errors once more.
61136      Branch: perl
61137            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
61138            ! t/op/regmesg.t t/pragma/warn/regcomp
61139 ____________________________________________________________________________
61140 [  6662] By: gsar                                  on 2000/08/17  00:28:19
61141         Log: trailing new %ENV entries weren't being pushed into the real
61142              environment of subprocesses on Windows
61143      Branch: perl
61144            ! t/op/magic.t win32/perlhost.h
61145 ____________________________________________________________________________
61146 [  6661] By: gsar                                  on 2000/08/17  00:19:20
61147         Log: waitpid() now handles externally spawned pids correctly;
61148              fixes for backtick/wait/waitpid failures on Windows 9x
61149              
61150              these changes make the pid returned by process functions on
61151              Windows 9x always positive by clearing the high bit (which
61152              is always set on Win9x); pseudo-process PIDs are likewise
61153              always negative now on Win9x (just as on NT/2000)
61154      Branch: perl
61155            ! pp_sys.c win32/perlhost.h win32/win32.c
61156 ____________________________________________________________________________
61157 [  6660] By: jhi                                   on 2000/08/17  00:04:32
61158         Log: Retract #6645.
61159      Branch: perl
61160            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61161            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
61162            ! t/op/sprintf.t
61163 ____________________________________________________________________________
61164 [  6659] By: gsar                                  on 2000/08/16  23:59:28
61165         Log: on windows, the return values from wait() and waitpid() don't
61166              match those of pseudo-pids
61167      Branch: perl
61168            ! pp_sys.c t/op/fork.t util.c win32/win32.c
61169 ____________________________________________________________________________
61170 [  6658] By: gsar                                  on 2000/08/16  23:56:14
61171         Log: pod nit seen in passing
61172      Branch: perl
61173            ! pod/perlfunc.pod
61174 ____________________________________________________________________________
61175 [  6657] By: gsar                                  on 2000/08/16  23:53:42
61176         Log: change#6328 could make close(SOCKET) return false on windows
61177              when it shouldn't
61178      Branch: perl
61179            ! win32/win32sck.c
61180 ____________________________________________________________________________
61181 [  6656] By: gsar                                  on 2000/08/16  23:46:57
61182         Log: check that the number pseudo children doesn't exceed
61183              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
61184              the WaitForMultipleObjects() limit that would cause wait()
61185              to crash)
61186              
61187              wait() and waitpid() could potentially be rewritten to use
61188              more than one thread to do the waiting to eliminate this
61189              limitation
61190      Branch: perl
61191            ! win32/perlhost.h
61192 ____________________________________________________________________________
61193 [  6655] By: jhi                                   on 2000/08/16  14:11:05
61194         Log: Update Changes.
61195      Branch: perl
61196            ! Changes patchlevel.h
61197 ____________________________________________________________________________
61198 [  6654] By: jhi                                   on 2000/08/16  14:10:12
61199         Log: Update to perldebtut 1.9, from Richard Foley.
61200      Branch: perl
61201            ! pod/perldebtut.pod
61202 ____________________________________________________________________________
61203 [  6653] By: jhi                                   on 2000/08/16  14:08:17
61204         Log: Change the regx compilation error markers to use = instead of <
61205              since pod makes using the latter quite messy.  Reported in
61206              ID 20000814.006 by Abigail and in
61207              Subject: Unknown escape E<> ?
61208              From: Lupe Christoph <lupe@lupe-christoph.de>
61209              Date: Fri, 11 Aug 2000 00:30:27 +0200
61210              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
61211      Branch: perl
61212            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
61213            ! t/op/regmesg.t t/pragma/warn/regcomp
61214 ____________________________________________________________________________
61215 [  6652] By: jhi                                   on 2000/08/16  13:25:31
61216         Log: Change the perlbug address to perl.org since it's more forgiving.
61217              
61218              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
61219              From: abigail@foad.org
61220              Date: 15 Aug 2000 04:15:40 -0000
61221              Message-Id: <20000815041540.8633.qmail@foad.org>
61222      Branch: perl
61223            ! utils/perlbug.PL
61224 ____________________________________________________________________________
61225 [  6651] By: jhi                                   on 2000/08/16  13:22:35
61226         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
61227              From: Tim Jenness <timj@jach.hawaii.edu>
61228              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
61229              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
61230      Branch: perl
61231            ! lib/Cwd.pm
61232 ____________________________________________________________________________
61233 [  6650] By: jhi                                   on 2000/08/16  13:18:13
61234         Log: Update to CPAN 1.57.
61235              
61236              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
61237              From: andreas.koenig@anima.de (Andreas J. Koenig)
61238              Date: 16 Aug 2000 15:09:46 +0200
61239              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
61240      Branch: perl
61241            ! lib/CPAN.pm
61242 ____________________________________________________________________________
61243 [  6649] By: jhi                                   on 2000/08/16  13:12:31
61244         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
61245              From: "Larry W. Virden" <lvirden@cas.org>
61246              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
61247              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
61248      Branch: perl
61249            ! README.hpux
61250 ____________________________________________________________________________
61251 [  6648] By: jhi                                   on 2000/08/16  13:03:53
61252         Log: The numeric locale was reset to "C" by s?printf and never restored.
61253              
61254              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
61255              From: Christian Kirsch <ck@held.mind.de>
61256              Date: Wed, 9 Aug 2000 17:05:17 +0200
61257              Message-Id: <20000809170517.A25389@held>
61258              
61259              No test since adding the failing example to locale.t
61260              does not fail -- probably because the locale settings are so
61261              thoroughly tweaked by that time.  Running the example standalone
61262              does fail, though.  UPDATE: test case added at change #7540.
61263      Branch: perl
61264            ! dump.c perl.h pp.c pp_ctl.c sv.c
61265 ____________________________________________________________________________
61266 [  6647] By: jhi                                   on 2000/08/16  00:07:54
61267         Log: Update Changes and test semi-automatic patchlevel updating.
61268      Branch: perl
61269            ! Changes patchlevel.h
61270 ____________________________________________________________________________
61271 [  6646] By: jhi                                   on 2000/08/15  23:35:07
61272         Log: Fix a dependency problem.
61273              
61274              Subject: [PATCH: 6640] VMS Makefile.SH update
61275              From: Peter Prymmer <pvhp@forte.com>
61276              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
61277              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
61278      Branch: perl
61279            ! vms/descrip_mms.template
61280 ____________________________________________________________________________
61281 [  6645] By: jhi                                   on 2000/08/15  23:33:23
61282         Log: (Retracted by #6660)
61283              
61284              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
61285              From: Dominic Dunlop <domo@computer.org>
61286              Date: Tue, 15 Aug 2000 22:20:52 +0200
61287              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
61288      Branch: metaconfig/U/perl
61289            + d_printfed.U
61290      Branch: perl
61291            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61292            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
61293            ! t/op/sprintf.t
61294 ____________________________________________________________________________
61295 [  6644] By: jhi                                   on 2000/08/15  21:17:20
61296         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
61297              From: abigail@foad.org
61298              Date: 15 Aug 2000 20:12:41 -0000
61299              Message-Id: <20000815201241.25556.qmail@foad.org>
61300      Branch: perl
61301            ! INSTALL
61302 ____________________________________________________________________________
61303 [  6643] By: jhi                                   on 2000/08/15  21:15:28
61304         Log: (an already applied patch)
61305      Branch: perl
61306            ! lib/CGI.pm
61307 ____________________________________________________________________________
61308 [  6642] By: gsar                                  on 2000/08/15  19:54:05
61309         Log: magic callbacks all need to have same type signature
61310      Branch: perl
61311            ! embed.pl mg.c proto.h
61312 ____________________________________________________________________________
61313 [  6641] By: jhi                                   on 2000/08/15  17:56:27
61314         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)
61315              From: Mike Guy <mjtg@cam.ac.uk>
61316              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
61317              Date: Tue, 15 Aug 2000 18:26:45 +0100
61318              
61319              Only the peek.t part applied, not the hash quality part.
61320      Branch: perl
61321            ! t/lib/peek.t
61322 ____________________________________________________________________________
61323 [  6640] By: jhi                                   on 2000/08/15  16:37:37
61324         Log: Update Changes.
61325      Branch: perl
61326            ! Changes
61327 ____________________________________________________________________________
61328 [  6639] By: jhi                                   on 2000/08/15  16:34:55
61329         Log: Missed a file from #6638.
61330      Branch: perl
61331            ! lib/File/Temp.pm
61332 ____________________________________________________________________________
61333 [  6638] By: jhi                                   on 2000/08/15  16:33:19
61334         Log: Subject: [PATCH perl@6620] cygwin port
61335              From: "Fifer, Eric" <EFifer@sanwaint.com>
61336              Date: Tue, 15 Aug 2000 17:00:49 +0100
61337              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
61338      Branch: perl
61339            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
61340 ____________________________________________________________________________
61341 [  6637] By: jhi                                   on 2000/08/15  16:29:22
61342         Log: Subject: [PATCH] debugger exit code should reflect user exit code
61343              From: Mike Guy <mjtg@cam.ac.uk>
61344              Date: Tue, 15 Aug 2000 16:55:59 +0100
61345              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
61346      Branch: perl
61347            ! lib/perl5db.pl
61348 ____________________________________________________________________________
61349 [  6636] By: jhi                                   on 2000/08/15  15:30:58
61350         Log: Update Changes.
61351      Branch: perl
61352            ! Changes
61353 ____________________________________________________________________________
61354 [  6635] By: jhi                                   on 2000/08/15  15:27:21
61355         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
61356      Branch: metaconfig
61357            ! U/mkglossary U/mksample
61358      Branch: metaconfig/U/perl
61359            ! Devel.U
61360      Branch: perl
61361            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61362 ____________________________________________________________________________
61363 [  6634] By: jhi                                   on 2000/08/15  14:11:55
61364         Log: Don't blow limited stacks, a lower number is enough to
61365              tickle the lookbehind limit.
61366              
61367              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
61368              From: Dominic Dunlop <domo@computer.org>
61369              Date: Tue, 15 Aug 2000 13:51:24 +0200
61370              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
61371      Branch: perl
61372            ! t/op/regmesg.t
61373 ____________________________________________________________________________
61374 [  6633] By: jhi                                   on 2000/08/15  14:01:46
61375         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
61376              From: Mike Guy <mjtg@cam.ac.uk>
61377              Date: Tue, 15 Aug 2000 12:10:50 +0100
61378              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
61379      Branch: perl
61380            ! utils/perldoc.PL
61381 ____________________________________________________________________________
61382 [  6632] By: jhi                                   on 2000/08/15  13:58:48
61383         Log: make ok etc also for win32.
61384              
61385              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
61386              From: Prymmer/Kahn <pvhp@best.com>
61387              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
61388              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
61389      Branch: perl
61390            ! win32/Makefile
61391 ____________________________________________________________________________
61392 [  6631] By: jhi                                   on 2000/08/15  13:45:03
61393         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
61394      Branch: perl
61395            ! lib/Test.pm
61396 ____________________________________________________________________________
61397 [  6630] By: jhi                                   on 2000/08/15  03:25:09
61398         Log: Update Changes.
61399      Branch: perl
61400            ! Changes
61401 ____________________________________________________________________________
61402 [  6629] By: jhi                                   on 2000/08/15  03:23:53
61403         Log: magic_regdatum_set() is void, not int.
61404      Branch: perl
61405            ! embed.pl mg.c proto.h
61406 ____________________________________________________________________________
61407 [  6628] By: jhi                                   on 2000/08/15  03:08:02
61408         Log: Make the user to give up his firstborn, err, to knowingly
61409              verify installing an unstable developer release.  Also bump
61410              the release to 5.7.0, but leave a patch tag in the local
61411              patches saying that this is not yet the real thing.
61412      Branch: metaconfig
61413            ! U/modified/Instruct.U
61414      Branch: metaconfig/U/perl
61415            + Devel.U
61416      Branch: perl
61417            ! Configure patchlevel.h
61418 ____________________________________________________________________________
61419 [  6627] By: jhi                                   on 2000/08/14  22:32:52
61420         Log: README.os2 update.
61421              
61422              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
61423              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61424              Date: Wed, 02 Aug 2000 21:55:09 -0700
61425              Message-ID: <tsPi5gzkgegX092yn@efn.org>
61426      Branch: perl
61427            ! README.os2
61428 ____________________________________________________________________________
61429 [  6626] By: jhi                                   on 2000/08/14  21:00:02
61430         Log: Subject: Re: File::Temp problems on VMS in bleedperl
61431              From: Tim Jenness <timj@jach.hawaii.edu>
61432              cc: vmsperl@perl.org
61433              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
61434              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
61435      Branch: perl
61436            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
61437 ____________________________________________________________________________
61438 [  6625] By: jhi                                   on 2000/08/14  20:52:16
61439         Log: Add SUIDMAIL as was done for the CERT alert.
61440      Branch: perl
61441            ! patchlevel.h
61442 ____________________________________________________________________________
61443 [  6624] By: jhi                                   on 2000/08/14  20:48:50
61444         Log: Subject: sfio2000
61445              From: Daniel Muino <dmuino@afip.gov.ar>
61446              Date: Mon, 14 Aug 2000 16:58:11 -0300
61447              Message-ID: <20000814165811.B16368@con2-dgi>
61448      Branch: perl
61449            ! perlsdio.h perlsfio.h
61450 ____________________________________________________________________________
61451 [  6623] By: jhi                                   on 2000/08/14  20:47:36
61452         Log: Subject: warning: storage class after type is obsolescent
61453              From: Daniel Muino <dmuino@afip.gov.ar>
61454              Date: Mon, 14 Aug 2000 16:42:47 -0300
61455              Message-ID: <20000814164247.A16368@con2-dgi>
61456      Branch: perl
61457            ! regcomp.pl regnodes.h
61458 ____________________________________________________________________________
61459 [  6622] By: jhi                                   on 2000/08/14  20:43:05
61460         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
61461              From: abigail@foad.org
61462              Date: 14 Aug 2000 20:00:10 -0000
61463              Message-Id: <20000814200010.27271.qmail@foad.org>
61464      Branch: perl
61465            ! Changes
61466 ____________________________________________________________________________
61467 [  6621] By: jhi                                   on 2000/08/14  15:23:05
61468         Log: Update Changes.
61469      Branch: perl
61470            ! Changes
61471 ____________________________________________________________________________
61472 [  6620] By: jhi                                   on 2000/08/14  15:22:14
61473         Log: Subject: Re: [PATCH] @+, @- readonly
61474              From: Mike Guy <mjtg@cam.ac.uk>
61475              Date: Mon, 14 Aug 2000 15:26:55 +0100
61476              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
61477      Branch: perl
61478            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
61479            ! sv.c t/op/pat.t
61480 ____________________________________________________________________________
61481 [  6619] By: jhi                                   on 2000/08/14  14:12:08
61482         Log: Update Changes.
61483      Branch: perl
61484            ! Changes
61485 ____________________________________________________________________________
61486 [  6618] By: jhi                                   on 2000/08/14  14:09:34
61487         Log: For now remove the mail code.
61488      Branch: perl
61489            ! perl.c
61490 ____________________________________________________________________________
61491 [  6617] By: jhi                                   on 2000/08/14  14:08:28
61492         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
61493      Branch: perl
61494            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
61495            ! pod/perlfaq8.pod pod/perlsec.pod
61496 ____________________________________________________________________________
61497 [  6616] By: jhi                                   on 2000/08/14  14:00:11
61498         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
61499              From: Mike Guy <mjtg@cam.ac.uk>
61500              Date: Mon, 14 Aug 2000 08:26:02 +0100
61501              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
61502      Branch: perl
61503            ! lib/perl5db.pl
61504 ____________________________________________________________________________
61505 [  6615] By: jhi                                   on 2000/08/14  13:58:45
61506         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
61507              From: Mike Guy <mjtg@cam.ac.uk>
61508              Date: Mon, 14 Aug 2000 08:04:22 +0100
61509              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
61510      Branch: perl
61511            ! gv.c mg.c t/op/pat.t
61512 ____________________________________________________________________________
61513 [  6614] By: jhi                                   on 2000/08/14  13:56:45
61514         Log: Subject: Test fails / warnings with perl-current #6612
61515              From: Mike Guy <mjtg@cam.ac.uk>
61516              Date: Mon, 14 Aug 2000 07:57:23 +0100
61517              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
61518      Branch: perl
61519            ! t/lib/b.t t/lib/peek.t
61520 ____________________________________________________________________________
61521 [  6613] By: jhi                                   on 2000/08/14  13:45:33
61522         Log: VMS configure.com update continues.
61523      Branch: perl
61524            - vms/configure.com
61525            ! MANIFEST configure.com
61526 ____________________________________________________________________________
61527 [  6612] By: jhi                                   on 2000/08/13  22:13:35
61528         Log: Update Changes.
61529      Branch: perl
61530            ! Changes
61531 ____________________________________________________________________________
61532 [  6611] By: jhi                                   on 2000/08/13  16:21:45
61533         Log: Upgrade to CGI 2.71, from Lincoln Stein.
61534      Branch: perl
61535            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
61536 ____________________________________________________________________________
61537 [  6610] By: jhi                                   on 2000/08/13  15:09:16
61538         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
61539              From: Mike Guy <mjtg@cam.ac.uk>
61540              Date: Sun, 13 Aug 2000 13:45:51 +0100
61541              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
61542      Branch: perl
61543            ! t/op/regmesg.t
61544 ____________________________________________________________________________
61545 [  6609] By: jhi                                   on 2000/08/13  14:31:26
61546         Log: Andreas says that 1.56 is fine, so reverting back to it.
61547      Branch: perl
61548            ! lib/CPAN.pm
61549 ____________________________________________________________________________
61550 [  6608] By: jhi                                   on 2000/08/13  05:34:20
61551         Log: Update Changes.
61552      Branch: perl
61553            ! Changes
61554 ____________________________________________________________________________
61555 [  6607] By: jhi                                   on 2000/08/13  05:32:01
61556         Log: Put back the \z changes of #5406 to CPAN.pm.
61557      Branch: perl
61558            ! lib/CPAN.pm
61559 ____________________________________________________________________________
61560 [  6606] By: jhi                                   on 2000/08/13  05:20:16
61561         Log: Fix-n-skip the tests under 5005threads.
61562      Branch: perl
61563            ! t/lib/b.t
61564 ____________________________________________________________________________
61565 [  6605] By: jhi                                   on 2000/08/13  05:07:48
61566         Log: Fix the test for 5005threads.
61567      Branch: perl
61568            ! t/lib/peek.t
61569 ____________________________________________________________________________
61570 [  6604] By: jhi                                   on 2000/08/13  03:35:37
61571         Log: Should have deleted this in #6603.
61572      Branch: perl
61573            - vms/subconfigure.com
61574 ____________________________________________________________________________
61575 [  6603] By: jhi                                   on 2000/08/12  18:29:32
61576         Log: Rewrite of vms/subconfigure.com as configure.com,
61577              from Peter Prymmer and the vmsperl crew.
61578      Branch: perl
61579            + vms/configure.com
61580            ! MANIFEST
61581 ____________________________________________________________________________
61582 [  6602] By: jhi                                   on 2000/08/11  13:00:01
61583         Log: PlainText.pm is dead.
61584      Branch: perl
61585            - lib/Pod/PlainText.pm
61586            ! MANIFEST
61587 ____________________________________________________________________________
61588 [  6601] By: jhi                                   on 2000/08/11  04:06:45
61589         Log: Update Changes.
61590      Branch: perl
61591            ! Changes
61592 ____________________________________________________________________________
61593 [  6600] By: jhi                                   on 2000/08/11  04:06:10
61594         Log: Add a few missing files, update MANIFEST.
61595      Branch: perl
61596            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
61597            + lib/Pod/PlainText.pm t/pod/find.t
61598            ! MANIFEST t/op/regmesg.t
61599 ____________________________________________________________________________
61600 [  6599] By: jhi                                   on 2000/08/11  03:31:10
61601         Log: Add Perl debugging tutorial, regen toc. 
61602              
61603              Subject: perldebtut.pod
61604              From: Richard Foley <Richard.Foley@m.dasa.de>
61605              Date: Wed, 09 Aug 2000 10:17:15 +0200
61606              Message-id: <3991138B.262247B8@m.dasa.de>
61607      Branch: perl
61608            + pod/perldebtut.pod
61609            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
61610 ____________________________________________________________________________
61611 [  6598] By: jhi                                   on 2000/08/11  02:48:56
61612         Log: tiny Changes edit
61613      Branch: perl
61614            ! Changes
61615 ____________________________________________________________________________
61616 [  6597] By: jhi                                   on 2000/08/11  02:39:04
61617         Log: Tests for #6589.
61618              
61619              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
61620              From: simon@brecon.co.uk (Simon Cozens)
61621              Date: 11 Aug 2000 02:24:52 GMT
61622              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
61623      Branch: perl
61624            ! t/lib/b.t
61625 ____________________________________________________________________________
61626 [  6596] By: jhi                                   on 2000/08/11  01:50:07
61627         Log: Update Changes.
61628      Branch: perl
61629            ! Changes
61630 ____________________________________________________________________________
61631 [  6595] By: jhi                                   on 2000/08/11  01:47:16
61632         Log: nitfix
61633      Branch: perl
61634            ! Changes
61635 ____________________________________________________________________________
61636 [  6594] By: jhi                                   on 2000/08/11  01:36:16
61637         Log: Subject: Getting perlio and threads to compile
61638              From: Lupe Christoph <lupe@lupe-christoph.de>
61639              Date: Wed, 9 Aug 2000 11:35:54 +0200
61640              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
61641              
61642              (the Solaris version changes in Configure skipped)
61643      Branch: perl
61644            ! hints/solaris_2.sh thread.h
61645 ____________________________________________________________________________
61646 [  6593] By: jhi                                   on 2000/08/11  01:30:16
61647         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
61648              From: simon@brecon.co.uk (Simon Cozens)
61649              Date: 1 Aug 2000 06:55:19 GMT
61650              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
61651      Branch: perl
61652            ! lib/utf8.pm
61653 ____________________________________________________________________________
61654 [  6592] By: jhi                                   on 2000/08/11  01:26:39
61655         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
61656              From: Peter Scott <Peter@PeterScott.com>
61657              Date: Thu, 10 Aug 2000 08:23:27 -0700
61658              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
61659      Branch: perl
61660            ! lib/perl5db.pl
61661 ____________________________________________________________________________
61662 [  6591] By: jhi                                   on 2000/08/11  01:22:02
61663         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
61664              From: Hugo <hv@crypt.compulink.co.uk>
61665              Date: Thu, 10 Aug 2000 19:23:04 +0100
61666              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
61667      Branch: perl
61668            ! regexec.c t/op/pat.t
61669 ____________________________________________________________________________
61670 [  6590] By: jhi                                   on 2000/08/11  01:19:19
61671         Log: Preprocessing and postprocessing for File::Find.
61672              
61673              Subject: Patch to Find::File.pm to allow alphabetical results
61674              From: Joe Smith <jsmith@inwap.com>
61675              Date: Wed, 9 Aug 2000 02:44:54 -0700
61676              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
61677      Branch: perl
61678            ! lib/File/Find.pm
61679 ____________________________________________________________________________
61680 [  6589] By: jhi                                   on 2000/08/11  01:12:39
61681         Log: B::Deparse didn't do sub attributes.
61682              
61683              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
61684              From: simon@brecon.co.uk (Simon Cozens)
61685              Date: 9 Aug 2000 04:49:20 GMT
61686              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
61687      Branch: perl
61688            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
61689 ____________________________________________________________________________
61690 [  6588] By: jhi                                   on 2000/08/11  01:06:40
61691         Log: Subject: debugger "d" command doesnt check line number
61692              From: Mike Guy <mjtg@cam.ac.uk>
61693              Date: Tue, 08 Aug 2000 21:54:29 +0100
61694              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
61695      Branch: perl
61696            ! lib/perl5db.pl mg.c pod/perldiag.pod
61697 ____________________________________________________________________________
61698 [  6587] By: jhi                                   on 2000/08/11  00:45:03
61699         Log: sleep(1) does not necessarily return 1.
61700              
61701              Subject: [PATCH bleadperl] op/lex_assign.t  
61702              From: Hugo <hv@crypt.compulink.co.uk>
61703              Date: Thu, 03 Aug 2000 14:34:22 +0100        
61704              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
61705      Branch: perl
61706            ! t/op/lex_assign.t
61707 ____________________________________________________________________________
61708 [  6586] By: jhi                                   on 2000/08/11  00:31:50
61709         Log: Document the IO::Select timeout.
61710      Branch: perl
61711            ! ext/IO/lib/IO/Select.pm
61712 ____________________________________________________________________________
61713 [  6585] By: jhi                                   on 2000/08/11  00:13:54
61714         Log: Forgot contributor.
61715      Branch: perl
61716            ! Changes
61717 ____________________________________________________________________________
61718 [  6584] By: jhi                                   on 2000/08/11  00:09:19
61719         Log: detypo
61720      Branch: perl
61721            ! Changes
61722 ____________________________________________________________________________
61723 [  6583] By: jhi                                   on 2000/08/11  00:07:53
61724         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
61725              
61726              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
61727              From: Mike Guy <mjtg@cam.ac.uk> 
61728              Date: Thu, 10 Aug 2000 15:50:54 +0100
61729              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
61730      Branch: perl
61731            ! sv.c t/op/int.t
61732 ____________________________________________________________________________
61733 [  6582] By: jhi                                   on 2000/08/10  23:29:32
61734         Log: Update Changes.
61735      Branch: perl
61736            ! Changes
61737 ____________________________________________________________________________
61738 [  6581] By: jhi                                   on 2000/08/10  23:26:16
61739         Log: Put back the std @INC thing.
61740      Branch: perl
61741            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
61742            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
61743            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
61744            ! t/lib/gol-oo.t
61745 ____________________________________________________________________________
61746 [  6580] By: jhi                                   on 2000/08/10  23:03:34
61747         Log: Update to CGI 2.70, from Lincoln Stein.
61748      Branch: perl
61749            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
61750            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
61751            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
61752            ! t/lib/cgi-request.t
61753 ____________________________________________________________________________
61754 [  6579] By: jhi                                   on 2000/08/10  22:41:50
61755         Log: Update to CPAN 1.56, from Andreas König.
61756      Branch: perl
61757            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
61758 ____________________________________________________________________________
61759 [  6578] By: jhi                                   on 2000/08/10  22:38:13
61760         Log: Update to Pod::Parser 1.17, from Brad Appleton.
61761      Branch: perl
61762            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
61763            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
61764            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
61765            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
61766            ! t/pod/include.t t/pod/included.t t/pod/lref.t
61767            ! t/pod/multiline_items.t t/pod/nested_items.t
61768            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
61769            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
61770            ! t/pod/special_seqs.t
61771 ____________________________________________________________________________
61772 [  6577] By: jhi                                   on 2000/08/10  22:35:41
61773         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
61774      Branch: perl
61775            ! AUTHORS MAINTAIN
61776 ____________________________________________________________________________
61777 [  6576] By: jhi                                   on 2000/08/10  22:24:54
61778         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
61779      Branch: perl
61780            + t/lib/gol-oo.t
61781            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
61782            ! t/lib/gol-compat.t t/lib/gol-linkage.t
61783 ____________________________________________________________________________
61784 [  6575] By: jhi                                   on 2000/08/10  22:02:07
61785         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
61786      Branch: perl
61787            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
61788 ____________________________________________________________________________
61789 [  6574] By: jhi                                   on 2000/08/10  21:55:03
61790         Log: Iterating perl6 description.
61791      Branch: perl
61792            ! pod/perlfaq1.pod
61793 ____________________________________________________________________________
61794 [  6573] By: jhi                                   on 2000/08/10  21:48:26
61795         Log: Revert the sv.c part of #6559, a better fix is needed.
61796      Branch: perl
61797            ! sv.c
61798 ____________________________________________________________________________
61799 [  6572] By: jhi                                   on 2000/08/10  20:33:43
61800         Log: It's the 2ndO'ROSSC.
61801      Branch: perl
61802            ! pod/perlfaq1.pod
61803 ____________________________________________________________________________
61804 [  6571] By: jhi                                   on 2000/08/10  15:55:48
61805         Log: detypo
61806      Branch: perl
61807            ! pod/perlfaq1.pod
61808 ____________________________________________________________________________
61809 [  6570] By: jhi                                   on 2000/08/10  14:11:17
61810         Log: An exceptionally sticky typo.
61811      Branch: perl
61812            ! Changes
61813 ____________________________________________________________________________
61814 [  6569] By: jhi                                   on 2000/08/10  14:09:33
61815         Log: detypo (and test Changes updating script)
61816      Branch: perl
61817            ! Changes
61818 ____________________________________________________________________________
61819 [  6568] By: jhi                                   on 2000/08/10  14:07:07
61820         Log: Update Changes.
61821      Branch: perl
61822            ! Changes
61823 ____________________________________________________________________________
61824 [  6567] By: jhi                                   on 2000/08/10  14:06:19
61825         Log: Amend the description of Perl6.
61826              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
61827              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
61828              Date: Wed, 9 Aug 2000 22:11:06 -0500
61829              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
61830      Branch: perl
61831            ! pod/perlfaq1.pod
61832 ____________________________________________________________________________
61833 [  6566] By: jhi                                   on 2000/08/10  13:58:57
61834         Log: Subject: Remove dead entry in perldiag
61835              From: Mike Guy <mjtg@cam.ac.uk>
61836              Date: Thu, 10 Aug 2000 14:19:19 +0100
61837              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
61838      Branch: perl
61839            ! pod/perldiag.pod
61840 ____________________________________________________________________________
61841 [  6565] By: jhi                                   on 2000/08/10  13:51:48
61842         Log: Zero entries were skipped, fix from Adrian Goalby
61843              <argoalby@yahoo.co.uk>
61844      Branch: perl
61845            ! lib/unicode/Number.pl lib/unicode/mktables.PL
61846 ____________________________________________________________________________
61847 [  6564] By: jhi                                   on 2000/08/10  13:00:12
61848         Log: Subject: [PATCH 5.6.0] cygwin port
61849              From: "Fifer, Eric" <EFifer@sanwaint.com>
61850              Date: Thu, 10 Aug 2000 13:15:36 +0100
61851              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
61852      Branch: perl
61853            ! README.cygwin hints/cygwin.sh
61854 ____________________________________________________________________________
61855 [  6563] By: jhi                                   on 2000/08/10  12:55:16
61856         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
61857      Branch: perl
61858            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
61859 ____________________________________________________________________________
61860 [  6562] By: gsar                                  on 2000/08/10  08:38:39
61861         Log: warn is a macro, avoid using at a variable to avoid warnings
61862              in some configurations; readdir.t is too conservative in
61863              estimating number of *.t's
61864      Branch: perl
61865            ! t/op/readdir.t util.c
61866 ____________________________________________________________________________
61867 [  6561] By: jhi                                   on 2000/08/09  23:35:42
61868         Log: Update Changes.
61869      Branch: perl
61870            ! Changes
61871 ____________________________________________________________________________
61872 [  6560] By: jhi                                   on 2000/08/09  23:05:47
61873         Log: Subject: Re: enhanced(?) regex error messages
61874              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
61875              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
61876              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
61877              
61878              (plus two small patches sent privately)
61879              (this still seems to leave few test failures)
61880      Branch: perl
61881            + t/op/regmesg.t
61882            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
61883            ! t/pragma/warn/regcomp
61884 ____________________________________________________________________________
61885 [  6559] By: jhi                                   on 2000/08/09  20:41:18
61886         Log: (The fix did work but was not right, retracted in #6573)
61887              
61888              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
61889              From: Christian Kirsch <ck@held.mind.de>
61890              Date: Wed, 9 Aug 2000 17:05:17 +0200
61891              Message-Id: <20000809170517.A25389@held>
61892      Branch: perl
61893            ! sv.c t/pragma/locale.t
61894 ____________________________________________________________________________
61895 [  6558] By: jhi                                   on 2000/08/08  22:34:08
61896         Log: Tiny updates on the contributors list.
61897      Branch: perl
61898            ! Changes
61899 ____________________________________________________________________________
61900 [  6557] By: jhi                                   on 2000/08/08  19:34:28
61901         Log: Double check that we have a dirhandle.
61902      Branch: perl
61903            ! util.c
61904 ____________________________________________________________________________
61905 [  6556] By: jhi                                   on 2000/08/08  19:01:51
61906         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
61907              May be repopulated with fresh maintained examples.
61908      Branch: perl
61909            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
61910            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
61911            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
61912            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
61913            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
61914            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
61915            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
61916            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
61917            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
61918            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
61919            + lib/CGI/eg/wilogo_gif.uu
61920            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
61921            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
61922            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
61923            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
61924            - eg/cgi/frameset.cgi eg/cgi/index.html
61925            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
61926            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
61927            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
61928            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
61929            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
61930            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
61931            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
61932            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
61933            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
61934            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
61935            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
61936            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
61937            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
61938            - eg/van/vanish eg/who eg/wrapsuid
61939            ! MANIFEST
61940 ____________________________________________________________________________
61941 [  6555] By: jhi                                   on 2000/08/08  18:51:08
61942         Log: Delete chat2 as requested by Randal.
61943              
61944              Subject: Re: perlfaq8 coyness
61945              From: merlyn@stonehenge.com (Randal L. Schwartz) 
61946              Date: 15 May 2000 18:52:42 -0700 
61947              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
61948      Branch: perl
61949            - lib/chat2.pl
61950            ! MANIFEST
61951 ____________________________________________________________________________
61952 [  6554] By: jhi                                   on 2000/08/08  18:31:35
61953         Log: Regen global.sym.
61954      Branch: perl
61955            ! global.sym
61956 ____________________________________________________________________________
61957 [  6553] By: jhi                                   on 2000/08/08  18:28:13
61958         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
61959              (either perlbug or p5p ate the original), plus regen
61960              perlapi and perltoc. 
61961      Branch: perl
61962            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
61963            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
61964            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
61965            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
61966            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
61967            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
61968            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
61969            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
61970            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
61971            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
61972 ____________________________________________________________________________
61973 [  6552] By: jhi                                   on 2000/08/08  18:06:29
61974         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
61975              From: Mike Guy <mjtg@cam.ac.uk>
61976              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
61977              Date: Tue, 08 Aug 2000 15:51:27 +0100
61978      Branch: perl
61979            ! doop.c sv.h t/op/join.t t/pragma/overload.t
61980 ____________________________________________________________________________
61981 [  6551] By: jhi                                   on 2000/08/08  18:01:11
61982         Log: Re-apply #6549.
61983      Branch: perl
61984            ! lib/perl5db.pl
61985 ____________________________________________________________________________
61986 [  6550] By: jhi                                   on 2000/08/08  17:43:08
61987         Log: Accidental retraction of #6549.
61988      Branch: perl
61989            ! lib/perl5db.pl
61990 ____________________________________________________________________________
61991 [  6549] By: jhi                                   on 2000/08/08  17:40:04
61992         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
61993              From: Mike Guy <mjtg@cam.ac.uk>
61994              Date: Mon, 07 Aug 2000 21:49:58 +0100
61995              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
61996      Branch: perl
61997            ! lib/perl5db.pl
61998 ____________________________________________________________________________
61999 [  6548] By: jhi                                   on 2000/08/08  17:37:57
62000         Log: Document here-doc better.
62001              
62002              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
62003              From: Mike Guy <mjtg@cam.ac.uk>
62004              Date: Mon, 07 Aug 2000 14:02:09 +0100
62005              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
62006      Branch: perl
62007            ! pod/perldata.pod
62008 ____________________________________________________________________________
62009 [  6547] By: jhi                                   on 2000/08/08  17:33:34
62010         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
62011              From: "Randy J. Ray" <rjray@redhat.com>
62012              Date: Mon, 07 Aug 2000 19:12:25 -0700
62013              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
62014      Branch: perl
62015            ! perl.c pod/perlrun.pod
62016 ____________________________________________________________________________
62017 [  6546] By: jhi                                   on 2000/08/08  17:29:26
62018         Log: Subject: Re: enhanced(?) regex error messages 
62019              From: Hugo <hv@crypt.compulink.co.uk>
62020              Date: Tue, 08 Aug 2000 03:25:51 +0100
62021              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
62022              
62023              plus Capitalize the error messages, plus perldiag them.
62024      Branch: perl
62025            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
62026 ____________________________________________________________________________
62027 [  6545] By: jhi                                   on 2000/08/08  13:59:28
62028         Log: Augment #6539 a bit: don't croak if there's magic in the air.
62029              
62030              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
62031              From: Hugo <hv@crypt.compulink.co.uk>
62032              Date: Tue, 08 Aug 2000 03:02:03 +0100
62033              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
62034      Branch: perl
62035            ! pp.c t/op/bless.t
62036 ____________________________________________________________________________
62037 [  6544] By: jhi                                   on 2000/08/07  21:11:52
62038         Log: Make the test -w clean.
62039      Branch: perl
62040            ! t/op/bless.t
62041 ____________________________________________________________________________
62042 [  6543] By: jhi                                   on 2000/08/07  19:49:53
62043         Log: use warnings instead of $^W.
62044      Branch: perl
62045            ! t/op/bless.t
62046 ____________________________________________________________________________
62047 [  6542] By: jhi                                   on 2000/08/07  17:41:41
62048         Log: Disable a portability warning Because We Know What We Are Doing.
62049      Branch: perl
62050            ! t/op/bless.t
62051 ____________________________________________________________________________
62052 [  6541] By: jhi                                   on 2000/08/07  17:29:51
62053         Log: Tiny tidying on report_evil_fh().
62054      Branch: perl
62055            ! util.c
62056 ____________________________________________________________________________
62057 [  6540] By: jhi                                   on 2000/08/07  16:37:38
62058         Log: Make regular expression parse error messages easier to understand.
62059              
62060              Subject: Re: enhanced(?) regex error messages
62061              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
62062              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
62063              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
62064      Branch: perl
62065            ! regcomp.c
62066 ____________________________________________________________________________
62067 [  6539] By: jhi                                   on 2000/08/07  16:12:27
62068         Log: Make bless(REF, REF) a fatal error, add bless tests.
62069              
62070              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
62071              From: Hugo <hv@crypt.compulink.co.uk>
62072              Date: Mon, 07 Aug 2000 16:59:38 +0100
62073              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
62074      Branch: perl
62075            + t/op/bless.t
62076            ! MANIFEST pod/perldiag.pod pp.c sv.c
62077 ____________________________________________________________________________
62078 [  6538] By: jhi                                   on 2000/08/07  15:59:43
62079         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
62080              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
62081              Date: Thu, 3 Aug 2000 14:29:21 -0700
62082              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
62083      Branch: perl
62084            ! lib/lib_pm.PL
62085 ____________________________________________________________________________
62086 [  6537] By: jhi                                   on 2000/08/07  15:47:18
62087         Log: Retract #6419 for now since it breaks in AFS and MachTen.
62088      Branch: perl
62089            ! lib/Cwd.pm
62090 ____________________________________________________________________________
62091 [  6536] By: jhi                                   on 2000/08/07  15:05:29
62092         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
62093              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
62094              The security hole exists only in suidperls, which isn't
62095              installed or even built by default.
62096      Branch: perl
62097            ! perl.c
62098 ____________________________________________________________________________
62099 [  6535] By: jhi                                   on 2000/08/07  14:45:14
62100         Log: tr memory corruption fix from Simon Cozens.
62101      Branch: perl
62102            ! doop.c
62103 ____________________________________________________________________________
62104 [  6534] By: jhi                                   on 2000/08/06  11:38:16
62105         Log: Document a bit that UDP is not what you might think.
62106              
62107              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
62108              From: Lupe Christoph <lupe@lupe-christoph.de>
62109              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
62110              Date: Mon, 24 Jul 2000 08:59:15 +0200
62111      Branch: perl
62112            ! pod/perlipc.pod
62113 ____________________________________________________________________________
62114 [  6533] By: jhi                                   on 2000/08/06  11:35:01
62115         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
62116              From: Jeff Pinyan <jeffp@hut.crusoe.net>
62117              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
62118              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
62119      Branch: perl
62120            ! pod/perlfunc.pod
62121 ____________________________________________________________________________
62122 [  6532] By: jhi                                   on 2000/08/06  03:45:41
62123         Log: Have symbols for the IoTYPEs.
62124      Branch: perl
62125            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
62126 ____________________________________________________________________________
62127 [  6531] By: jhi                                   on 2000/08/06  01:33:55
62128         Log: Continue fixing the io warnings.  This also
62129              sort of fixes bug ID 20000802.003: the core dump
62130              is no more.  Whether the current behaviour is correct
62131              (giving a warning: "Not a format reference"), is another matter.
62132      Branch: perl
62133            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
62134            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
62135 ____________________________________________________________________________
62136 [  6530] By: jhi                                   on 2000/08/05  21:33:12
62137         Log: Change the Policy policy: now -Dprefix= with an existing
62138              Policy.sh and prefix == siteprefix == vendorprefix, then all
62139              of them follow along the new prefix.
62140              
62141              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
62142              From: Andy Dougherty <doughera@lafayette.edu>
62143              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
62144              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
62145      Branch: perl
62146            ! Policy_sh.SH
62147 ____________________________________________________________________________
62148 [  6529] By: jhi                                   on 2000/08/05  18:57:28
62149         Log: Zap lib/Sys directory when cleaning up.
62150      Branch: perl
62151            ! Makefile.SH
62152 ____________________________________________________________________________
62153 [  6528] By: jhi                                   on 2000/08/05  18:40:44
62154         Log: Essential prototype changes were missing from #6527.
62155              Also make report_evil_fh() more bomb-proof.
62156      Branch: perl
62157            ! embed.h util.c
62158 ____________________________________________________________________________
62159 [  6527] By: jhi                                   on 2000/08/05  03:22:05
62160         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
62161              From: "Ronald F. Guilmette" <rfg@monkeys.com>
62162              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
62163              Message-Id: <200007242247.PAA52177@monkeys.com>
62164      Branch: perl
62165            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
62166 ____________________________________________________________________________
62167 [  6526] By: jhi                                   on 2000/08/04  21:23:27
62168         Log: gcc versions might have (parentheses) in them.
62169      Branch: metaconfig/U/perl
62170            ! gccvers.U
62171      Branch: perl
62172            ! Configure config_h.SH
62173 ____________________________________________________________________________
62174 [  6525] By: jhi                                   on 2000/08/04  20:23:12
62175         Log: Weed buglets pointed out by
62176              
62177              From: Lupe Christoph <lupe@lupe-christoph.de>
62178              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
62179              Date: Fri, 4 Aug 2000 17:34:39 +0200
62180              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
62181      Branch: metaconfig/U/perl
62182            ! gccvers.U uselfs.U
62183      Branch: perl
62184            ! Configure config_h.SH
62185 ____________________________________________________________________________
62186 [  6524] By: jhi                                   on 2000/08/04  19:02:08
62187         Log: Warn under -w if lstat(FH) is attempted.
62188              
62189              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
62190              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
62191              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
62192              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
62193      Branch: perl
62194            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
62195            ! t/pragma/warn/pp_sys
62196 ____________________________________________________________________________
62197 [  6523] By: jhi                                   on 2000/08/04  12:31:11
62198         Log: Subject: New perlcc, take 2
62199              From: simon@brecon.co.uk (Simon Cozens)
62200              Date: 4 Aug 2000 06:21:04 GMT
62201              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
62202      Branch: perl
62203            ! utils/perlcc.PL
62204 ____________________________________________________________________________
62205 [  6522] By: jhi                                   on 2000/08/04  12:26:33
62206         Log: Subject: Re: Array vs. List context
62207              From: Daniel Chetlin <daniel@chetlin.com>
62208              Date: Fri, 4 Aug 2000 00:22:44 -0700
62209              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
62210      Branch: perl
62211            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
62212            ! pod/perlfaq4.pod
62213 ____________________________________________________________________________
62214 [  6521] By: jhi                                   on 2000/08/04  12:22:38
62215         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
62216              From: Raymund Will <ray@caldera.de>
62217              Date: Fri, 4 Aug 2000 12:07:09 +0200
62218              Message-Id: <20000804120709.A14982@caldera.de>
62219      Branch: perl
62220            ! configure.gnu
62221 ____________________________________________________________________________
62222 [  6520] By: jhi                                   on 2000/08/04  04:09:06
62223         Log: After the #6519 a warning about stat() is just that,
62224              not about a filetest, which now have their own warning.
62225      Branch: perl
62226            ! pod/perldiag.pod
62227 ____________________________________________________________________________
62228 [  6519] By: jhi                                   on 2000/08/04  04:06:30
62229         Log: In the warnings call filehandles consistently so;
62230              add "unopened" warning for stat().
62231      Branch: perl
62232            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
62233            ! t/pragma/warn/pp_sys
62234 ____________________________________________________________________________
62235 [  6518] By: jhi                                   on 2000/08/04  02:55:35
62236         Log: Subject: Minor tweak to perlvar.pod
62237              From: "Stephen P. Potter" <spp@ds.net>
62238              Date: Tue, 18 Apr 2000 09:26:03 -0400
62239              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
62240      Branch: perl
62241            ! pod/perlvar.pod
62242 ____________________________________________________________________________
62243 [  6517] By: jhi                                   on 2000/08/04  02:50:08
62244         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
62245              From: "Clinton Pierce" <cpierce1@ford.com>
62246              Date: Wed, 21 Jul 1999 16:45:31 -0400
62247              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
62248              
62249              Fix by Stephen Potter (visible in the bug db but not in p5p?)
62250      Branch: perl
62251            ! pod/perlfunc.pod pod/perlop.pod
62252 ____________________________________________________________________________
62253 [  6516] By: jhi                                   on 2000/08/04  02:09:25
62254         Log: This is 6512.  Really.
62255      Branch: perl
62256            ! dump.c
62257 ____________________________________________________________________________
62258 [  6515] By: jhi                                   on 2000/08/04  01:25:50
62259         Log: mention the idea of @( and @)
62260      Branch: perl
62261            ! Todo-5.6
62262 ____________________________________________________________________________
62263 [  6514] By: bailey                                on 2000/08/04  01:18:46
62264         Log: YA resync with mainstem, including VMS patches from others
62265      Branch: vmsperl
62266           +> (branch 48 files)
62267            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
62268           !> (integrate 354 files)
62269 ____________________________________________________________________________
62270 [  6513] By: jhi                                   on 2000/08/04  01:18:18
62271         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
62272              From: Mark Dickinson <dickins3@fas.harvard.edu>
62273              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
62274              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
62275      Branch: perl
62276            ! t/op/grent.t t/op/pwent.t
62277 ____________________________________________________________________________
62278 [  6512] By: jhi                                   on 2000/08/04  01:14:06
62279         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
62280              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62281              Date: Wed, 02 Aug 2000 10:51:01 +0100
62282              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
62283      Branch: perl
62284            ! sv.c
62285 ____________________________________________________________________________
62286 [  6511] By: jhi                                   on 2000/08/04  00:57:00
62287         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
62288              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62289              Date: Thu, 03 Aug 2000 17:20:04 -0700
62290              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
62291      Branch: metaconfig
62292            ! U/modified/Cppsym.U
62293      Branch: perl
62294            ! Configure config_h.SH
62295 ____________________________________________________________________________
62296 [  6510] By: jhi                                   on 2000/08/04  00:25:28
62297         Log: detypo
62298      Branch: perl
62299            ! Makefile.SH
62300 ____________________________________________________________________________
62301 [  6509] By: jhi                                   on 2000/08/03  23:43:18
62302         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
62303              From: Dominic Dunlop <domo@computer.org>
62304              Date: Thu, 3 Aug 2000 22:16:46 +0200
62305              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
62306      Branch: perl
62307            ! t/op/sprintf.t
62308 ____________________________________________________________________________
62309 [  6508] By: jhi                                   on 2000/08/03  23:40:37
62310         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
62311              From: Hugo <hv@crypt.compulink.co.uk>
62312              Date: Thu, 03 Aug 2000 18:25:30 +0100
62313              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
62314      Branch: perl
62315            ! regcomp.c t/op/re_tests
62316 ____________________________________________________________________________
62317 [  6507] By: jhi                                   on 2000/08/03  23:38:28
62318         Log: Subject: [PATCH] sv.h documentation - SvLEN
62319              From: Mike Guy <mjtg@cam.ac.uk>
62320              Date: Thu, 03 Aug 2000 14:43:09 +0100
62321              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
62322      Branch: perl
62323            ! sv.h
62324 ____________________________________________________________________________
62325 [  6506] By: jhi                                   on 2000/08/03  15:49:14
62326         Log: Disable the fix_pl hack for now.
62327      Branch: perl
62328            ! Makefile.SH
62329 ____________________________________________________________________________
62330 [  6505] By: jhi                                   on 2000/08/03  13:49:04
62331         Log: Add a URL for FSF.
62332              
62333              Subject: Patch for README
62334              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
62335              Date: Wed, 2 Aug 2000 13:25:09 -0500
62336              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
62337      Branch: perl
62338            ! README
62339 ____________________________________________________________________________
62340 [  6504] By: jhi                                   on 2000/08/03  13:29:19
62341         Log: Be more informative on what is skipped and why,
62342              also repeat the list at the end.
62343      Branch: perl
62344            ! Porting/p4desc
62345 ____________________________________________________________________________
62346 [  6503] By: jhi                                   on 2000/08/03  13:07:05
62347         Log: Circumvent the removal of .patch by fix_pl.
62348              
62349              Subject: Re: [ID 20000802.011] unable to 'make test'          
62350              From: simon@brecon.co.uk (Simon Cozens) 
62351              Date: 3 Aug 2000 04:17:00 GMT
62352              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
62353      Branch: perl
62354            ! Makefile.SH
62355 ____________________________________________________________________________
62356 [  6502] By: jhi                                   on 2000/08/03  00:14:34
62357         Log: Add the missing setproctitle unit.
62358      Branch: metaconfig/U/perl
62359            + d_setproctitle.U
62360 ____________________________________________________________________________
62361 [  6501] By: jhi                                   on 2000/08/03  00:00:26
62362         Log: The subtest 4 may fail also on VOBS, as pointed out
62363              by Nick Ing-Simmons in November 1999, bug id 19991124.003
62364              (but the failure in that bug report isn't the subtest 4).
62365      Branch: perl
62366            ! t/op/stat.t
62367 ____________________________________________________________________________
62368 [  6500] By: jhi                                   on 2000/08/02  23:49:30
62369         Log: Better skip message for the test; one of the two problems in
62370              
62371              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
62372              From: Lupe Christoph <lupe@lupe-christoph.de>
62373              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
62374              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
62375      Branch: perl
62376            ! t/op/numconvert.t
62377 ____________________________________________________________________________
62378 [  6499] By: jhi                                   on 2000/08/02  22:49:16
62379         Log: Allow "no Module;" even if there is no 'unimport'.
62380              
62381              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
62382              From: mjd@plover.com
62383              Date: 24 Mar 2000 15:24:34 -0000
62384              Message-Id: <20000324152434.15160.qmail@plover.com>
62385      Branch: perl
62386            ! gv.c
62387 ____________________________________________________________________________
62388 [  6498] By: jhi                                   on 2000/08/02  22:42:58
62389         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
62390              that are hopefully soon put into use.
62391      Branch: perl
62392            ! opcode.h opcode.pl opnames.h
62393 ____________________________________________________________________________
62394 [  6497] By: gsar                                  on 2000/08/02  22:28:59
62395         Log: require.t needs binmode() to work on windows
62396      Branch: perl
62397            ! t/comp/require.t
62398 ____________________________________________________________________________
62399 [  6496] By: jhi                                   on 2000/08/02  22:08:51
62400         Log: Document the IVdf UVuf UVof UVxf.
62401      Branch: perl
62402            ! pod/perlguts.pod
62403 ____________________________________________________________________________
62404 [  6495] By: jhi                                   on 2000/08/02  21:54:26
62405         Log: detypo #6494
62406      Branch: perl
62407            ! ext/Data/Dumper/Dumper.xs
62408 ____________________________________________________________________________
62409 [  6494] By: jhi                                   on 2000/08/02  21:49:17
62410         Log: Dump UVs as UVs in Data::Dumper.
62411              
62412              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
62413              From: Gurusamy Sarathy <gsar@ActiveState.com>
62414              Date: Thu, 27 Apr 2000 12:26:25 -0700
62415              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
62416      Branch: perl
62417            ! ext/Data/Dumper/Dumper.xs
62418 ____________________________________________________________________________
62419 [  6493] By: jhi                                   on 2000/08/02  17:01:58
62420         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
62421              From: Hugo <hv@crypt.compulink.co.uk>
62422              Date: Wed, 02 Aug 2000 14:53:56 +0100
62423              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
62424      Branch: perl
62425            ! regexec.c t/op/re_tests
62426 ____________________________________________________________________________
62427 [  6492] By: jhi                                   on 2000/08/02  15:02:46
62428         Log: The new setproctitle() feature is available only in 
62429              bleeding edge FreeBSD.  From Paul Saab.
62430      Branch: perl
62431            ! mg.c
62432 ____________________________________________________________________________
62433 [  6491] By: jhi                                   on 2000/08/02  13:34:36
62434         Log: The tr utf8 patching continues.
62435              
62436              Subject: Re: #6469, too many tests claimed in require.t
62437              From: simon@brecon.co.uk (Simon Cozens)
62438              Date: 2 Aug 2000 02:37:17 GMT
62439              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
62440              
62441              (the logic of the test was the wrong way round in the patch)
62442      Branch: perl
62443            ! doop.c
62444 ____________________________________________________________________________
62445 [  6490] By: jhi                                   on 2000/08/02  13:27:38
62446         Log: The name of a filehandle does not have <these>.
62447      Branch: perl
62448            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
62449            ! t/pragma/warn/pp_sys util.c
62450 ____________________________________________________________________________
62451 [  6489] By: jhi                                   on 2000/08/02  04:26:46
62452         Log: Remove the extraneous "main::" prefix from all the
62453              "opened only for", "on closed", and "never opened" warnings.
62454              
62455              Subject: Re: inappropriate warning
62456              From: Gurusamy Sarathy <gsar@ActiveState.com>
62457              Date: Mon, 20 Mar 2000 11:28:02 -0800
62458              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
62459      Branch: perl
62460            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
62461            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
62462            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
62463 ____________________________________________________________________________
62464 [  6488] By: jhi                                   on 2000/08/02  03:02:57
62465         Log: memcpy has n o in it, as pinted ut by Sarathy.
62466      Branch: perl
62467            ! pod/perlguts.pod
62468 ____________________________________________________________________________
62469 [  6487] By: jhi                                   on 2000/08/02  02:44:51
62470         Log: Document in one place the memory abstractions used in Perl core.
62471              
62472              Subject: Re: Memory abstraction
62473              From: simon@brecon.co.uk (Simon Cozens)
62474              Date: 2 Aug 2000 02:20:23 GMT
62475              Organization: Earth.li Origins
62476      Branch: perl
62477            ! pod/perlguts.pod
62478 ____________________________________________________________________________
62479 [  6486] By: jhi                                   on 2000/08/02  02:41:57
62480         Log: regen_headers, regen perltoc.
62481      Branch: perl
62482            ! perlapi.c pod/perltoc.pod
62483 ____________________________________________________________________________
62484 [  6485] By: jhi                                   on 2000/08/02  01:43:33
62485         Log: "This little thing tests for a file .patch, and if it contains
62486              a number, pops into patchlevel.h" (making it easier to track
62487              which development version people are reporting bugs against)
62488              
62489              Subject: Patchlevel autogeneration for repository perls
62490              From: simon@brecon.co.uk (Simon Cozens)
62491              Date: 14 Jul 2000 07:12:15 GMT
62492              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
62493      Branch: perl
62494            + fix_pl
62495            ! MANIFEST Makefile.SH
62496 ____________________________________________________________________________
62497 [  6484] By: jhi                                   on 2000/08/02  01:32:54
62498         Log: FreeBSD 3.* updates from
62499              
62500              From: Paul Saab <ps@yahoo-inc.com>
62501              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
62502              Date: Tue, 1 Aug 2000 15:41:39 -0700
62503              Message-Id: <20000801154139.A53740@yahoo-inc.com>
62504      Branch: perl
62505            ! hints/freebsd.sh
62506 ____________________________________________________________________________
62507 [  6483] By: jhi                                   on 2000/08/02  01:27:44
62508         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
62509              instead one must use setproctitle().  This was already addressed
62510              by change #6457, but the below has a new variant for FreeBSD 4.0
62511              or later, and the matter is also documented more.
62512              
62513              From: Paul Saab <ps@yahoo-inc.com>
62514              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
62515              Date: Tue, 1 Aug 2000 15:41:39 -0700
62516              Message-Id: <20000801154139.A53740@yahoo-inc.com>
62517      Branch: metaconfig/U/perl
62518            + i_libutil.U
62519      Branch: perl
62520            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
62521 ____________________________________________________________________________
62522 [  6482] By: jhi                                   on 2000/08/01  22:17:32
62523         Log: The test from this
62524              
62525              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
62526              Date: Sat, 15 Apr 2000 17:03:44 +0100
62527              From: Tom Hughes <tom@compton.nu>
62528              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
62529              
62530              was missing, the code change went in as #5989
62531              (which had a different test?)
62532      Branch: perl
62533            ! t/op/misc.t
62534 ____________________________________________________________________________
62535 [  6481] By: jhi                                   on 2000/08/01  21:48:38
62536         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
62537              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
62538              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
62539              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
62540      Branch: perl
62541            ! perl.h
62542 ____________________________________________________________________________
62543 [  6480] By: jhi                                   on 2000/08/01  18:05:28
62544         Log: Make p4desc to skip non-mainperl branches by default.
62545      Branch: perl
62546            ! Porting/p4desc
62547 ____________________________________________________________________________
62548 [  6479] By: jhi                                   on 2000/08/01  17:29:19
62549         Log: If gccosandvers is equal to osname, clear gccosandvers.
62550      Branch: metaconfig/U/perl
62551            ! gccvers.U
62552      Branch: perl
62553            ! Configure config_h.SH
62554 ____________________________________________________________________________
62555 [  6478] By: jhi                                   on 2000/08/01  15:54:08
62556         Log: BOM patching from Simon Cozens.
62557      Branch: perl
62558            ! toke.c
62559 ____________________________________________________________________________
62560 [  6477] By: jhi                                   on 2000/08/01  04:50:33
62561         Log: Stash away the largefiles flags and libswanted.
62562      Branch: perl
62563            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
62564 ____________________________________________________________________________
62565 [  6476] By: gsar                                  on 2000/08/01  04:24:24
62566         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
62567              on Windows)
62568      Branch: perl
62569            ! t/pragma/utf8.t utf8.c win32/win32.c
62570 ____________________________________________________________________________
62571 [  6475] By: jhi                                   on 2000/08/01  03:35:24
62572         Log: Make chr() for values >127 to create utf8 when under utf8.
62573              
62574              Subject: Re: uft8/chr()
62575              From: simon@brecon.co.uk (Simon Cozens)
62576              Date: 1 Aug 2000 02:37:02 GMT
62577              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
62578      Branch: perl
62579            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
62580 ____________________________________________________________________________
62581 [  6474] By: jhi                                   on 2000/08/01  02:36:18
62582         Log: In Digital UNIX warn if gcc explicitly chosen because even
62583              2.95.2 is known to cause problems.
62584      Branch: perl
62585            ! hints/dec_osf.sh
62586 ____________________________________________________________________________
62587 [  6473] By: jhi                                   on 2000/08/01  02:00:56
62588         Log: Make the safety catch for buggy gccs work with triple version
62589              numbers like 2.95.2.  Reported in
62590              
62591              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
62592              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
62593              Date: Mon, 31 Jul 2000 14:55:06 +0200
62594              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
62595      Branch: perl
62596            ! hints/dec_osf.sh
62597 ____________________________________________________________________________
62598 [  6472] By: jhi                                   on 2000/08/01  01:13:33
62599         Log: Subject: fix and question re: waitpid() under win32
62600              From: Brian Clarke <clarke@appliedmeta.com>
62601              Date: Fri, 28 Jul 2000 15:18:29 -0400
62602              Message-ID: <3981DC85.290314EB@appliedmeta.com>
62603              
62604              Slightly reformatted and WNOHANG # define moved to win32.h
62605              so that also POSIX.xs sees it, as suggsted by Sarathy.
62606      Branch: perl
62607            ! win32/win32.c win32/win32.h
62608 ____________________________________________________________________________
62609 [  6471] By: jhi                                   on 2000/08/01  00:55:05
62610         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
62611              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62612              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
62613              Date: Mon, 31 Jul 2000 13:28:51 +0100
62614              
62615              (aka ID 20000730.002)
62616      Branch: perl
62617            ! op.c t/op/tr.t
62618 ____________________________________________________________________________
62619 [  6470] By: jhi                                   on 2000/07/31  23:34:42
62620         Log: Document the problem with -P in HP-UX and its workaround.
62621              
62622              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
62623              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
62624              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
62625              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
62626      Branch: perl
62627            ! README.hpux
62628 ____________________________________________________________________________
62629 [  6469] By: jhi                                   on 2000/07/31  04:15:02
62630         Log: The swallow_bom() saga continues.  The #23 of require.t
62631              (UTF16-LE) still fails (silently, no output) but the #22
62632              (UTF16-BE) seems to be working now.  The root of the
62633              failure may be in sv_gets(): is it UTF-16LE-aware,
62634              especially when it comes to line endings? 
62635      Branch: perl
62636            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
62637            ! t/comp/require.t toke.c utf8.c
62638 ____________________________________________________________________________
62639 [  6468] By: jhi                                   on 2000/07/30  19:05:48
62640         Log: Find green threads before native threads.
62641              
62642              Subject: Re: Patch to jpl/JNI/Makefile.PL
62643              From: Jens Thomsen <jens@fiend.cis.com>
62644              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
62645              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
62646      Branch: perl
62647            ! jpl/JNI/Makefile.PL
62648 ____________________________________________________________________________
62649 [  6467] By: jhi                                   on 2000/07/30  18:36:22
62650         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
62651      Branch: perl
62652            ! doop.c
62653 ____________________________________________________________________________
62654 [  6466] By: jhi                                   on 2000/07/30  04:37:29
62655         Log: A new version of the "remove UPPERACSE string comparison"
62656              operators.  The problem with the previous one (change #6454)
62657              was that it was for Perl 5.6.0.  From Paul Marquess.
62658      Branch: perl
62659            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
62660            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
62661            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
62662 ____________________________________________________________________________
62663 [  6465] By: jhi                                   on 2000/07/29  22:39:56
62664         Log: Do not upgrade SVs into utf8 just because they participate
62665              in eq or cmp.  Reported and fix suggested in
62666              
62667              Subject: [ID 20000720.009] sv_eq UTF8 bug
62668              From: "Simon Cozens" <simon@othersideofthe.earth.li>
62669              Date: 21 Jul 2000 04:37:29 -0000
62670              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
62671              
62672              Exercise for the kind reader: should we or should we not
62673              cache the utf8 conversion alonside the SV? (as magic,
62674              as thestrxfrm()ed version is cached under use locale)
62675              Argue both for and against.
62676      Branch: perl
62677            ! sv.c
62678 ____________________________________________________________________________
62679 [  6464] By: jhi                                   on 2000/07/29  22:36:22
62680         Log: Subject: UTF8 concat
62681              From: simon@brecon.co.uk (Simon Cozens) 
62682              Date: 30 Jun 2000 06:13:25 GMT
62683              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
62684              
62685              (with a memory leak fixed, plus a few casts added)
62686              
62687              This also seems to help for
62688              
62689              Subject: [ID 20000716.015] join UTF8 weirdness
62690              From: root <root@ak-71.mind.de> 
62691              Date: Sat, 15 Jul 2000 15:29:54 +0200
62692              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
62693              
62694              (from Andreas König)
62695      Branch: perl
62696            ! pp_hot.c
62697 ____________________________________________________________________________
62698 [  6463] By: jhi                                   on 2000/07/29  00:55:39
62699         Log: Tune the comments and hopefully stop a memory leak.
62700      Branch: perl
62701            ! toke.c utf8.c
62702 ____________________________________________________________________________
62703 [  6462] By: jhi                                   on 2000/07/29  00:16:53
62704         Log: The problem described in this
62705              
62706              Subject: [ID 20000322.018] named chars aren't magical enough
62707              From: root <root@dixie.cscaper.com>     
62708              Date: Wed, 22 Mar 2000 18:37:42 -0700
62709              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
62710              
62711              has been fixed in perl 5.6.0 but just in case added a test
62712              to keep it away.  (The report from Joseph Hall.)
62713      Branch: perl
62714            ! t/lib/charnames.t
62715 ____________________________________________________________________________
62716 [  6461] By: jhi                                   on 2000/07/28  23:56:36
62717         Log: Tiny fixes for #6460.
62718      Branch: metaconfig/U/perl
62719            ! gccvers.U
62720      Branch: perl
62721            ! Configure config_h.SH
62722 ____________________________________________________________________________
62723 [  6460] By: jhi                                   on 2000/07/28  23:24:41
62724         Log: Warn if the version of the operating system used to compile gcc
62725              differs from the current version of the operating system.
62726              Also display the gcc compilation os and version in myconfig.
62727              Inspiration from
62728              
62729              Subject: Re: [ID 20000710.003] ERRORS!!         
62730              From: "Kurt D. Starsinic" <kstar@chapin.edu>
62731              Date: Mon, 10 Jul 2000 15:54:16 -0400
62732              Message-ID: <20000710155416.A1384@O2.chapin.edu>
62733      Branch: metaconfig/U/perl
62734            ! gccvers.U
62735      Branch: perl
62736            ! Configure config_h.SH myconfig.SH
62737 ____________________________________________________________________________
62738 [  6459] By: jhi                                   on 2000/07/28  22:00:32
62739         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
62740              letter to $Config{osvers}.
62741      Branch: metaconfig
62742            ! U/modified/Oldconfig.U
62743      Branch: perl
62744            ! Configure config_h.SH
62745 ____________________________________________________________________________
62746 [  6458] By: jhi                                   on 2000/07/28  04:15:39
62747         Log: Back out #6454, doesn't seem to work.
62748              (Reason: that patch was for perl 5.6.0, not perl-current)
62749              (A version of the patch for perl-current came in later as #6466)
62750      Branch: perl
62751            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
62752            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
62753            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
62754 ____________________________________________________________________________
62755 [  6457] By: jhi                                   on 2000/07/27  23:31:49
62756         Log: Use setproctitle() if available to modify $0.
62757              
62758              Subject: setting $* on BSD4 broken
62759              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
62760              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
62761              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
62762      Branch: metaconfig
62763            ! U/modified/Myinit.U
62764      Branch: perl
62765            ! Configure config_h.SH mg.c
62766 ____________________________________________________________________________
62767 [  6456] By: jhi                                   on 2000/07/27  14:50:47
62768         Log: Allow "no AutoLoader;", based on change #6444,
62769              suggested by Graham Barr.
62770      Branch: perl
62771            ! lib/AutoLoader.pm
62772 ____________________________________________________________________________
62773 [  6455] By: jhi                                   on 2000/07/27  14:19:10
62774         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
62775              From: rspier@pobox.com (Robert Spier)
62776              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
62777              Message-ID: <14720.15855.787664.424783@rls.cx>
62778      Branch: perl
62779            ! pod/perldiag.pod
62780 ____________________________________________________________________________
62781 [  6454] By: jhi                                   on 2000/07/27  14:03:02
62782         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
62783              for a long time).
62784              
62785              Reported in
62786              
62787              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
62788              From: Ryan Herbert <rherbert@sycamorehq.com>
62789              Date: Mon, 17 Jul 2000 11:40:42 -0400
62790              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
62791              
62792              Patched in
62793              
62794              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
62795              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
62796              Date: Wed, 26 Jul 2000 23:40:18 +0100
62797              Message-ID: <000001bff752$79511880$0a17073e@tiny>
62798              
62799              based on an earlier patch from Stephen P. Potter.
62800              
62801              (Removed later by change #6458 because this patch was for
62802              perl 5.6.0, not perl-current)
62803      Branch: perl
62804            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
62805            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
62806            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
62807 ____________________________________________________________________________
62808 [  6453] By: jhi                                   on 2000/07/27  13:48:02
62809         Log: Subject: [PATCH] fixes bug 20000508.004
62810              From: Michael Stevens <mstevens@globnix.org>
62811              Date: Thu, 27 Jul 2000 13:49:04 +0100
62812              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
62813      Branch: perl
62814            ! pod/perldata.pod
62815 ____________________________________________________________________________
62816 [  6452] By: jhi                                   on 2000/07/26  23:51:26
62817         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
62818              and Craig A. Berry.
62819      Branch: perl
62820            ! lib/File/Temp.pm pod/perlport.pod
62821 ____________________________________________________________________________
62822 [  6451] By: jhi                                   on 2000/07/26  19:43:30
62823         Log: Be wary of close()s, too.
62824              
62825              Subject: Re: [PATCH] perlbug cleanup
62826              From: Tim Jenness <t.jenness@jach.hawaii.edu>
62827              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
62828              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
62829      Branch: perl
62830            ! utils/perlbug.PL
62831 ____________________________________________________________________________
62832 [  6450] By: jhi                                   on 2000/07/26  18:41:40
62833         Log: Subject: Minor doc patch: handy.h
62834              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
62835              Date: Wed, 26 Jul 2000 15:34:25 -0300
62836              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
62837      Branch: perl
62838            ! handy.h pod/perlapi.pod
62839 ____________________________________________________________________________
62840 [  6449] By: jhi                                   on 2000/07/26  18:23:55
62841         Log: Subject: [PATCH] minor doc change - perlguts
62842              From: Michael Stevens <mstevens@globnix.org>
62843              Date: Thu, 13 Jul 2000 12:39:18 +0100
62844              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
62845      Branch: perl
62846            ! pod/perlguts.pod
62847 ____________________________________________________________________________
62848 [  6448] By: jhi                                   on 2000/07/26  18:20:30
62849         Log: open() wariness in perlbug.
62850              
62851              Subject: [PATCH] perlbug cleanup
62852              From: Michael Stevens <mstevens@globnix.org>
62853              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
62854              Date: Thu, 13 Jul 2000 15:52:23 +0100
62855      Branch: perl
62856            ! utils/perlbug.PL
62857 ____________________________________________________________________________
62858 [  6447] By: jhi                                   on 2000/07/26  18:13:04
62859         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
62860      Branch: perl
62861            ! lib/File/Temp.pm t/lib/ftmp-security.t
62862 ____________________________________________________________________________
62863 [  6446] By: jhi                                   on 2000/07/26  18:06:32
62864         Log: docfix from Peter Scott <Peter@PSDT.com>.
62865      Branch: perl
62866            ! pod/perlfunc.pod
62867 ____________________________________________________________________________
62868 [  6445] By: jhi                                   on 2000/07/26  17:53:31
62869         Log: Fix *foo{FORMAT}.
62870              
62871              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62872              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
62873              Date: Wed, 26 Jul 2000 19:51:02 +0200
62874              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
62875              
62876              From: Graham Barr <gbarr@pobox.com>
62877              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
62878              Date: Wed, 26 Jul 2000 17:38:36 +0100
62879              Message-ID: <20000726173836.L472@pobox.com>
62880      Branch: perl
62881            ! pp.c sv.c t/op/gv.t
62882 ____________________________________________________________________________
62883 [  6444] By: jhi                                   on 2000/07/26  17:49:14
62884         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
62885              from Graham Barr in the module list.
62886      Branch: perl
62887            ! gv.c pod/perlobj.pod
62888 ____________________________________________________________________________
62889 [  6443] By: jhi                                   on 2000/07/26  16:06:56
62890         Log: More split() doc and test patches from Mike Guy.
62891      Branch: perl
62892            ! pod/perlfunc.pod t/op/split.t
62893 ____________________________________________________________________________
62894 [  6442] By: jhi                                   on 2000/07/26  16:05:30
62895         Log: MacOS nits from Matthias Neeracher.
62896      Branch: perl
62897            ! perl.c pp_ctl.c
62898 ____________________________________________________________________________
62899 [  6441] By: jhi                                   on 2000/07/26  04:39:57
62900         Log: Subject: [PATCH] split /^/
62901              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62902              Date: Tue, 25 Jul 2000 14:18:57 +0100
62903              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
62904              
62905              (with notes from tchrist and gbarr)
62906      Branch: perl
62907            ! pod/perlfunc.pod t/op/split.t
62908 ____________________________________________________________________________
62909 [  6440] By: jhi                                   on 2000/07/26  04:32:32
62910         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
62911              From: Peter Prymmer <pvhp@forte.com>
62912              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
62913              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
62914      Branch: perl
62915            ! vms/munchconfig.c
62916 ____________________________________________________________________________
62917 [  6439] By: jhi                                   on 2000/07/26  04:31:01
62918         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
62919              to be fatal errors (instead of by default ignoring them, and
62920              ignoring with a bug: even though -w gave an error, the opening [
62921              was left in)  Reported in:
62922              
62923              Subject: [ID 20000716.024] [=cc=] / [:blank:]
62924              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
62925              Date: Sun, 16 Jul 2000 17:55:29 -0700
62926              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
62927      Branch: perl
62928            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
62929 ____________________________________________________________________________
62930 [  6438] By: jhi                                   on 2000/07/25  15:41:15
62931         Log: Subject: [PATCH] av.c apidoc
62932              From: simon@brecon.co.uk (Simon Cozens)
62933              Date: 24 Jul 2000 06:40:52 GMT
62934              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
62935      Branch: perl
62936            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
62937            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
62938 ____________________________________________________________________________
62939 [  6437] By: jhi                                   on 2000/07/25  14:05:36
62940         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
62941              From: "Stephen P. Potter" <spp@ds.net>
62942              Date: Mon, 24 Jul 2000 14:22:23 -0400
62943              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
62944      Branch: perl
62945            ! pod/perllocale.pod
62946 ____________________________________________________________________________
62947 [  6436] By: jhi                                   on 2000/07/25  14:02:03
62948         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
62949              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62950              Date: Mon, 24 Jul 2000 18:04:28 +0100
62951              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
62952      Branch: perl
62953            ! t/lib/syslfs.t t/op/lfs.t
62954 ____________________________________________________________________________
62955 [  6435] By: jhi                                   on 2000/07/25  13:59:28
62956         Log: Get UTF16 BOMs working.  Patch from
62957              
62958              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
62959              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62960              Date: Tue, 25 Jul 2000 12:52:45 +0100
62961              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
62962              
62963              and notes from
62964              
62965              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
62966              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62967              Date: Tue, 25 Jul 2000 11:43:25 +0100
62968              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
62969      Branch: perl
62970            ! t/comp/require.t toke.c utf8.c
62971 ____________________________________________________________________________
62972 [  6434] By: jhi                                   on 2000/07/25  02:39:54
62973         Log: Make the "uninit variable" warning to say "concat or string"
62974              or "join or string" when in concat or join .
62975              
62976              Subject: Re: [ID 20000403.009] uninitialised concatenation???
62977              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62978              Date: Tue, 04 Apr 2000 18:22:58 +0100
62979              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
62980              
62981              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
62982              From: William R Ward <hermit@BayView.COM>
62983              Date: Thu, 30 Mar 2000 19:50:03 -0800
62984              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
62985      Branch: perl
62986            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
62987            ! t/pragma/warn/op t/pragma/warn/sv
62988 ____________________________________________________________________________
62989 [  6433] By: jhi                                   on 2000/07/24  17:52:56
62990         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
62991      Branch: perl
62992            ! lib/File/Spec/VMS.pm
62993 ____________________________________________________________________________
62994 [  6432] By: jhi                                   on 2000/07/24  17:44:44
62995         Log: Test cases for #6431.
62996              
62997              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
62998              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62999              Date: Mon, 24 Jul 2000 15:32:29 +0100
63000              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
63001      Branch: perl
63002            ! t/op/pat.t t/op/split.t
63003 ____________________________________________________________________________
63004 [  6431] By: jhi                                   on 2000/07/24  17:43:17
63005         Log: Bind op fix.
63006              
63007              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
63008              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63009              Date: Mon, 17 Jul 2000 20:04:56 +0100
63010              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
63011      Branch: perl
63012            ! op.c
63013 ____________________________________________________________________________
63014 [  6430] By: jhi                                   on 2000/07/24  03:42:42
63015         Log: Subject: [ID 20000716.023] syslog test fails without sockets
63016              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63017              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
63018              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
63019      Branch: metaconfig/U/perl
63020            ! Extensions.U
63021      Branch: perl
63022            ! Configure config_h.SH
63023 ____________________________________________________________________________
63024 [  6429] By: jhi                                   on 2000/07/24  03:11:52
63025         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
63026              case, but add also notes explaining the relationship of this
63027              patch and the earlier notes by Sarathy.
63028              
63029              Subject: Map is still slow
63030              From: "Ben Tilly" <ben_tilly@hotmail.com>
63031              Date: Sat, 15 Jul 2000 17:23:27 EDT
63032              Message-ID: <20000715212327.21656.qmail@hotmail.com>
63033      Branch: perl
63034            ! pp_ctl.c
63035 ____________________________________________________________________________
63036 [  6428] By: jhi                                   on 2000/07/24  02:58:52
63037         Log: Documentation to explain the behaviour of map().
63038              
63039              Subject: Re: Map is still slow 
63040              From: Gurusamy Sarathy <gsar@ActiveState.com>
63041              Date: Sat, 15 Jul 2000 16:05:09 -0700
63042              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
63043      Branch: perl
63044            ! pp_ctl.c
63045 ____________________________________________________________________________
63046 [  6427] By: jhi                                   on 2000/07/24  02:50:03
63047         Log: Add tests for
63048              [ID 19991110.003] another matching finding by pcre author
63049              which has already been fixed by some patch, as verified in
63050              
63051              Subject: Re: two regex bugs from the mists of time (well, last November)
63052              From: Hugo <hv@crypt.compulink.co.uk>
63053              Date: Sat, 22 Jul 2000 18:12:58 +0100
63054              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
63055      Branch: perl
63056            ! t/op/re_tests
63057 ____________________________________________________________________________
63058 [  6426] By: jhi                                   on 2000/07/24  02:11:20
63059         Log: A missing 'break' after the [[:space:]] switch case.
63060              
63061              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
63062              From: "Stephen P. Potter" <spp@ds.net>
63063              Date: Tue, 18 Jul 2000 16:25:17 -0400
63064              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
63065      Branch: perl
63066            ! regcomp.c
63067 ____________________________________________________________________________
63068 [  6425] By: jhi                                   on 2000/07/24  02:06:12
63069         Log: The output might have been produced in the wrong order.
63070              
63071              Subject: [ID 20000720.003] [PATCH] t/op/write.t
63072              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63073              Date: Thu, 20 Jul 2000 18:49:18 +0100
63074              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
63075      Branch: perl
63076            ! t/op/write.t
63077 ____________________________________________________________________________
63078 [  6424] By: jhi                                   on 2000/07/24  02:00:07
63079         Log: Use STDOUT consistently.
63080              
63081              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
63082              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63083              Date: Thu, 20 Jul 2000 18:04:01 +0100
63084              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
63085      Branch: perl
63086            ! lib/Test/Harness.pm
63087 ____________________________________________________________________________
63088 [  6423] By: jhi                                   on 2000/07/24  01:54:54
63089         Log: Protect against "wild next"s, that is, callbacks doing "next"
63090              instead of "return".
63091              
63092              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
63093              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63094              Date: Tue, 18 Jul 2000 11:30:16 +0100
63095              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
63096      Branch: perl
63097            ! lib/File/Find.pm
63098 ____________________________________________________________________________
63099 [  6422] By: jhi                                   on 2000/07/24  01:35:47
63100         Log: Out-of-date note removed.
63101              
63102              Subject: [PATCH] documentation perlipc
63103              From: rspier@pobox.com (Robert Spier)
63104              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
63105              Message-ID: <14711.35178.572612.502654@rls.cx>
63106      Branch: perl
63107            ! pod/perlipc.pod
63108 ____________________________________________________________________________
63109 [  6421] By: jhi                                   on 2000/07/24  00:09:18
63110         Log: Send all installperl messages to STDERR and be -w clean.
63111              
63112              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
63113              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63114              Date: Sat, 22 Jul 2000 14:02:11 +0100
63115              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
63116      Branch: perl
63117            ! installperl
63118 ____________________________________________________________________________
63119 [  6420] By: jhi                                   on 2000/07/24  00:04:19
63120         Log: Decutandpasto.
63121              
63122              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
63123              From: "Richard Soderberg" <rs@crystalflame.net>
63124              Date: Sun, 23 Jul 2000 01:37:23 -0700
63125              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
63126      Branch: perl
63127            ! pod/perlipc.pod
63128 ____________________________________________________________________________
63129 [  6419] By: jhi                                   on 2000/07/24  00:01:12
63130         Log: A cleaner abs_path().
63131              Subject: Re: unix alternative to Cwd.pm
63132              From: Jeff Pinyan <jeffp@crusoe.net>
63133              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
63134              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
63135      Branch: perl
63136            ! lib/Cwd.pm
63137 ____________________________________________________________________________
63138 [  6418] By: jhi                                   on 2000/07/23  23:48:56
63139         Log: Detypo.
63140              
63141              Subject: [PATCH perl-current] Typo in hints/powerux.sh
63142              From: "Richard Soderberg" <rs@crystalflame.net>
63143              Date: Sun, 23 Jul 2000 01:27:33 -0700
63144              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
63145      Branch: perl
63146            ! hints/powerux.sh
63147 ____________________________________________________________________________
63148 [  6417] By: jhi                                   on 2000/07/17  22:13:31
63149         Log: Subject: SDBM_File documentation
63150              From: mjd@plover.com
63151              Date: 16 Jul 2000 17:41:17 -0000
63152              Message-ID: <20000716174117.18515.qmail@plover.com>
63153      Branch: perl
63154            ! ext/SDBM_File/SDBM_File.pm
63155 ____________________________________________________________________________
63156 [  6416] By: jhi                                   on 2000/07/17  19:13:26
63157         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
63158      Branch: perl
63159            ! hints/mpeix.sh mpeix/relink
63160 ____________________________________________________________________________
63161 [  6415] By: jhi                                   on 2000/07/15  14:11:02
63162         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
63163              the utf8 'characters' can be more than one octet).
63164              
63165              Date: Sat, 15 Jul 2000 00:21:56 +0100
63166              From: Tom Hughes <tom@compton.nu>
63167              Subject: Re: [ID 20000714.002]
63168              Message-ID: <db2334de49.tom@compton.compton.nu>
63169              
63170              Reported in
63171              
63172              Subject: [ID 20000714.002]
63173              From: "Simon Cozens" <simon@othersideofthe.earth.li>
63174              Date: 14 Jul 2000 15:13:09 -0000
63175              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
63176      Branch: perl
63177            ! doop.c
63178 ____________________________________________________________________________
63179 [  6414] By: jhi                                   on 2000/07/15  03:13:41
63180         Log: another VMS build tweak from Peter Prymmer
63181      Branch: perl
63182            ! vms/descrip_mms.template
63183 ____________________________________________________________________________
63184 [  6413] By: jhi                                   on 2000/07/15  03:10:40
63185         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
63186      Branch: perl
63187            ! vms/perlvms.pod
63188 ____________________________________________________________________________
63189 [  6412] By: jhi                                   on 2000/07/15  00:31:05
63190         Log: More docs for sv functions.
63191              
63192              Subject: [PATCH cfgperl] sv.c apidoc
63193              From: simon@brecon.co.uk (Simon Cozens)
63194              Date: 13 Jul 2000 09:00:20 GMT
63195              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
63196              
63197              Subject: Re: [PATCH cfgperl] sv.c apidoc
63198              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63199              Date: Thu, 13 Jul 2000 12:27:41 +0100
63200              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
63201              
63202              Subject: Re: [PATCH cfgperl] sv.c apidoc
63203              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63204              Date: Thu, 13 Jul 2000 13:23:09 +0100
63205              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
63206              
63207              Subject: Re: [PATCH cfgperl] sv.c apidoc
63208              From: simon@brecon.co.uk (Simon Cozens)
63209              Date: 14 Jul 2000 06:51:02 GMT
63210              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
63211      Branch: perl
63212            ! embed.pl pod/perlapi.pod sv.c
63213 ____________________________________________________________________________
63214 [  6411] By: jhi                                   on 2000/07/15  00:10:41
63215         Log: lib/b test fixes from Peter Prymmer.
63216      Branch: perl
63217            ! t/lib/b.t
63218 ____________________________________________________________________________
63219 [  6410] By: jhi                                   on 2000/07/15  00:02:09
63220         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
63221              From: Hugo <hv@crypt.compulink.co.uk>
63222              Date: Fri, 14 Jul 2000 23:05:20 +0100
63223              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
63224              
63225              Didn't anymore apply, but that point still could use another fix.
63226      Branch: perl
63227            ! pod/perlfunc.pod
63228 ____________________________________________________________________________
63229 [  6409] By: jhi                                   on 2000/07/14  23:15:15
63230         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
63231              not in pod, from Peter Prymmer
63232      Branch: perl
63233            ! vms/descrip_mms.template
63234 ____________________________________________________________________________
63235 [  6408] By: jhi                                   on 2000/07/14  20:35:05
63236         Log: The bug report
63237              [ID 19991110.002] minimal matching discrepancy found by pcre author
63238              seems to have been fixed (though differently from what was suggested
63239              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
63240      Branch: perl
63241            ! t/op/re_tests
63242 ____________________________________________________________________________
63243 [  6407] By: jhi                                   on 2000/07/14  17:38:08
63244         Log: Fix AutoSplit to use File::Spec the right way in VMS,
63245              from Peter Prymmer.
63246      Branch: perl
63247            ! lib/AutoSplit.pm
63248 ____________________________________________________________________________
63249 [  6406] By: jhi                                   on 2000/07/14  14:13:22
63250         Log: Merge perlhacktut into perlhack, update perlguts.
63251              
63252              Subject: Re: Perlhacktut
63253              From: simon@brecon.co.uk (Simon Cozens)
63254              Date: 14 Jul 2000 06:49:21 GMT
63255              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
63256              
63257              Subject: Re: Perlhacktut
63258              From: simon@brecon.co.uk (Simon Cozens)
63259              Date: 14 Jul 2000 07:09:45 GMT
63260              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
63261      Branch: perl
63262            ! pod/perlguts.pod pod/perlhack.pod
63263 ____________________________________________________________________________
63264 [  6405] By: jhi                                   on 2000/07/14  14:02:31
63265         Log: Integrate with Sarathy.
63266      Branch: cfgperl
63267           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
63268           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
63269           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
63270 ____________________________________________________________________________
63271 [  6404] By: gsar                                  on 2000/07/14  12:15:02
63272         Log: PERL_OBJECT build tweaks
63273      Branch: perl
63274            ! toke.c
63275 ____________________________________________________________________________
63276 [  6403] By: gsar                                  on 2000/07/14  11:23:41
63277         Log: inconsistent types needs casts
63278      Branch: perl
63279            ! toke.c
63280 ____________________________________________________________________________
63281 [  6402] By: gsar                                  on 2000/07/14  11:12:04
63282         Log: typos in change#6399, regen headers
63283      Branch: perl
63284            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
63285 ____________________________________________________________________________
63286 [  6401] By: gsar                                  on 2000/07/14  10:59:12
63287         Log: typecasts needed for change#6394
63288      Branch: perl
63289            ! toke.c
63290 ____________________________________________________________________________
63291 [  6400] By: gsar                                  on 2000/07/14  10:49:37
63292         Log: integrate cfgperl contents into mainline
63293      Branch: perl
63294           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
63295           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
63296 ____________________________________________________________________________
63297 [  6399] By: gsar                                  on 2000/07/14  10:38:35
63298         Log: enable UTF-16 filter by default if relevant BOM is seen; various
63299              cleanups (typos, misformatted code, and small bugs)
63300      Branch: perl
63301            ! doop.c embed.pl mg.c op.c pp.c toke.c
63302 ____________________________________________________________________________
63303 [  6398] By: gsar                                  on 2000/07/14  08:55:38
63304         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
63305              name suggests anyway)
63306      Branch: perl
63307            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
63308 ____________________________________________________________________________
63309 [  6397] By: gsar                                  on 2000/07/14  08:44:33
63310         Log: move new variables to the end of the interpreter structure (for
63311              bincompat in code that doesn't #include XSUB.h)
63312      Branch: perl
63313            ! intrpvar.h
63314 ____________________________________________________________________________
63315 [  6396] By: gsar                                  on 2000/07/14  08:13:58
63316         Log: MakeMaker should not remove editor backups (*~) on `make clean`
63317              by default (completes change#6383)
63318      Branch: perl
63319            ! lib/ExtUtils/MM_Unix.pm
63320 ____________________________________________________________________________
63321 [  6395] By: jhi                                   on 2000/07/14  05:20:33
63322         Log: Replace change #6337 with a better one.
63323              
63324              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
63325              From: Hugo <hv@crypt.compulink.co.uk>
63326              Date: Fri, 14 Jul 2000 04:16:20 +0100
63327              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
63328      Branch: cfgperl
63329            ! regexec.c t/op/re_tests
63330 ____________________________________________________________________________
63331 [  6394] By: jhi                                   on 2000/07/14  01:33:59
63332         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
63333      Branch: cfgperl
63334            ! embed.pl global.sym proto.h toke.c
63335 ____________________________________________________________________________
63336 [  6393] By: jhi                                   on 2000/07/13  23:41:23
63337         Log: remove discarded test
63338      Branch: cfgperl
63339            ! MANIFEST
63340 ____________________________________________________________________________
63341 [  6392] By: jhi                                   on 2000/07/13  23:32:25
63342         Log: The {multiplier} of a fixed substring was overlooked which
63343              caused a wrong initial search offset for that substring.
63344              
63345              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
63346              From: Hugo <hv@crypt.compulink.co.uk>
63347              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
63348              Date: Thu, 13 Jul 2000 19:27:13 +0100
63349      Branch: cfgperl
63350            ! regcomp.c t/op/re_tests
63351 ____________________________________________________________________________
63352 [  6391] By: jhi                                   on 2000/07/13  16:37:42
63353         Log: typo fix from Craig Berry
63354      Branch: cfgperl
63355            ! vms/subconfigure.com
63356 ____________________________________________________________________________
63357 [  6390] By: jhi                                   on 2000/07/13  13:20:12
63358         Log: Integrate with Sarathy.
63359      Branch: cfgperl
63360            - t/op/method2entersub.t
63361           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
63362           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
63363           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
63364           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
63365 ____________________________________________________________________________
63366 [  6389] By: jhi                                   on 2000/07/13  13:18:48
63367         Log: Detypo from Peter Prymmer, part of #6388.
63368      Branch: cfgperl
63369            ! Configure config_h.SH
63370      Branch: metaconfig
63371            ! U/modified/d_longlong.U
63372 ____________________________________________________________________________
63373 [  6388] By: gsar                                  on 2000/07/13  06:33:40
63374         Log: typos (spotted by Peter Prymmer)
63375      Branch: perl
63376            ! Configure t/lib/english.t
63377 ____________________________________________________________________________
63378 [  6387] By: gsar                                  on 2000/07/13  05:35:28
63379         Log: new selfloader.t in change#6183 doesn't close DATA handles,
63380              and thus fails to clean up tmp files on dosish platforms
63381      Branch: perl
63382            ! t/lib/selfloader.t
63383 ____________________________________________________________________________
63384 [  6386] By: gsar                                  on 2000/07/12  21:42:39
63385         Log: sprintf test tweaks (from Dominic Dunlop)
63386      Branch: perl
63387            ! t/op/sprintf.t
63388 ____________________________________________________________________________
63389 [  6385] By: gsar                                  on 2000/07/12  21:33:46
63390         Log: fix bugs in processing %v-*d and similar format specs (from
63391              Avi Finkel <avi@finkel.org>)
63392      Branch: perl
63393            ! sv.c t/op/sprintf.t
63394 ____________________________________________________________________________
63395 [  6384] By: gsar                                  on 2000/07/12  16:04:19
63396         Log: readd missing perldelta.pod changes from changes#6339,6376
63397      Branch: perl
63398            ! pod/perldelta.pod
63399 ____________________________________________________________________________
63400 [  6383] By: gsar                                  on 2000/07/12  16:00:51
63401         Log: don't clobber *.orig files on *clean targets
63402      Branch: perl
63403            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
63404 ____________________________________________________________________________
63405 [  6382] By: gsar                                  on 2000/07/12  07:59:12
63406         Log: fix broken integrations in cfgperl
63407      Branch: cfgperl
63408           !> Changes pod/perldelta.pod
63409 ____________________________________________________________________________
63410 [  6381] By: gsar                                  on 2000/07/12  07:42:17
63411         Log: integrate cfgperl changes into mainline
63412      Branch: perl
63413            ! Changes
63414           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
63415           !> pod/perlre.pod
63416 ____________________________________________________________________________
63417 [  6380] By: gsar                                  on 2000/07/12  07:31:00
63418         Log: get sprintf.t to adjust properly for 3-digit exponents
63419      Branch: perl
63420            ! t/op/sprintf.t
63421 ____________________________________________________________________________
63422 [  6379] By: gsar                                  on 2000/07/12  06:40:04
63423         Log: change#6174 needs corresponding change in win32/config_h.PL,
63424              which grovels through config_h.SH to find the config.h name
63425      Branch: perl
63426            ! win32/config_h.PL
63427 ____________________________________________________________________________
63428 [  6378] By: jhi                                   on 2000/07/12  05:03:59
63429         Log: Do the cc sanity check both before the hints and
63430              after the cc selction.
63431      Branch: cfgperl
63432            ! Configure config_h.SH
63433      Branch: metaconfig
63434            ! U/modified/Oldconfig.U U/modified/cc.U
63435      Branch: metaconfig/U/perl
63436            + Checkcc.U
63437 ____________________________________________________________________________
63438 [  6377] By: jhi                                   on 2000/07/12  02:49:22
63439         Log: Fix nits noticed by Boston.pm.
63440      Branch: cfgperl
63441            ! pod/perlre.pod
63442 ____________________________________________________________________________
63443 [  6376] By: jhi                                   on 2000/07/11  21:22:13
63444         Log: Configure cosmetics and perldelta.
63445      Branch: cfgperl
63446            ! Configure config_h.SH pod/perldelta.pod
63447      Branch: metaconfig
63448            ! U/modified/cc.U
63449 ____________________________________________________________________________
63450 [  6375] By: gsar                                  on 2000/07/11  21:17:35
63451         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
63452      Branch: perl
63453            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
63454            ! win32/win32sck.c
63455 ____________________________________________________________________________
63456 [  6374] By: gsar                                  on 2000/07/11  20:48:50
63457         Log: tweak for build failure under multiplicity
63458      Branch: perl
63459            ! toke.c
63460 ____________________________________________________________________________
63461 [  6373] By: gsar                                  on 2000/07/11  20:37:23
63462         Log: integrate cfgperl changes#6325..6373 into mainline
63463              (NOTE: today's batch of integrations still untested)
63464      Branch: perl
63465           +> ext/DynaLoader/hints/netbsd.pl
63466            ! Changes
63467           !> (integrate 26 files)
63468 ____________________________________________________________________________
63469 [  6372] By: jhi                                   on 2000/07/11  20:30:36
63470         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
63471              regen perltoc.
63472      Branch: cfgperl
63473            + pod/perlbook.pod
63474            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
63475            ! pod/perltoc.pod
63476 ____________________________________________________________________________
63477 [  6371] By: jhi                                   on 2000/07/11  20:08:56
63478         Log: Minor cleanups on the booklist.
63479      Branch: cfgperl
63480            ! pod/perlfaq2.pod
63481 ____________________________________________________________________________
63482 [  6370] By: jhi                                   on 2000/07/11  19:31:13
63483         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
63484      Branch: cfgperl
63485            ! t/pragma/overload.t
63486 ____________________________________________________________________________
63487 [  6369] By: gsar                                  on 2000/07/11  19:27:48
63488         Log: integrate cfgperl changes#6293..6324 into mainline
63489      Branch: perl
63490           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
63491            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
63492           !> (integrate 30 files)
63493 ____________________________________________________________________________
63494 [  6368] By: gsar                                  on 2000/07/11  19:18:57
63495         Log: skip integrate of problematic change#6292 from cfgperl into mainline
63496      Branch: perl
63497           !> pp_hot.c
63498 ____________________________________________________________________________
63499 [  6367] By: gsar                                  on 2000/07/11  19:17:21
63500         Log: integrate cfgperl changes#6288..6290 into mainline
63501      Branch: perl
63502           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
63503 ____________________________________________________________________________
63504 [  6366] By: gsar                                  on 2000/07/11  19:11:18
63505         Log: integrate cfgperl changes#6268..6282 into mainline
63506      Branch: perl
63507           !> (integrate 30 files)
63508 ____________________________________________________________________________
63509 [  6365] By: gsar                                  on 2000/07/11  18:57:00
63510         Log: delete new accidentally branched file
63511      Branch: perl
63512            - t/op/method2entersub.t
63513 ____________________________________________________________________________
63514 [  6364] By: gsar                                  on 2000/07/11  18:55:13
63515         Log: skip integrate of change#6267 from cfgperl into mainline (the
63516              method call optimization is flawed without additional hints
63517              from user about immutableness of @ISA and no runtime method
63518              definitions)
63519      Branch: perl
63520           +> t/op/method2entersub.t
63521           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
63522           !> perl.h t/op/sprintf.t xsutils.c
63523 ____________________________________________________________________________
63524 [  6363] By: gsar                                  on 2000/07/11  18:49:43
63525         Log: integrate cfgperl changes#6261..6266 into mainline
63526      Branch: perl
63527           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
63528           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
63529           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
63530           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
63531 ____________________________________________________________________________
63532 [  6362] By: gsar                                  on 2000/07/11  18:43:26
63533         Log: integrate cfgperl changes#6252..6260 into mainline
63534      Branch: perl
63535           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
63536           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
63537           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
63538           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
63539 ____________________________________________________________________________
63540 [  6361] By: gsar                                  on 2000/07/11  18:37:12
63541         Log: skip integrate of problematic change#6251 from cfgperl into mainline
63542      Branch: perl
63543           !> lib/Exporter.pm
63544 ____________________________________________________________________________
63545 [  6360] By: gsar                                  on 2000/07/11  18:34:56
63546         Log: integrate cfgperl change#6250 into mainline
63547      Branch: perl
63548           +> t/op/my_stash.t
63549           !> MANIFEST embed.pl proto.h toke.c
63550 ____________________________________________________________________________
63551 [  6359] By: gsar                                  on 2000/07/11  18:21:19
63552         Log: integrate cfgperl changes#6242..6249 into mainline
63553      Branch: perl
63554           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
63555           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
63556           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
63557           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
63558           !> t/lib/peek.t utf8.c
63559 ____________________________________________________________________________
63560 [  6358] By: gsar                                  on 2000/07/11  18:15:45
63561         Log: skip integrate of problematic change#6241 from cfgperl into mainline
63562      Branch: perl
63563           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
63564 ____________________________________________________________________________
63565 [  6357] By: jhi                                   on 2000/07/11  18:15:16
63566         Log: Fix for
63567              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
63568              From: Roderick Schertler <roderick@argon.org> 
63569              Date: Tue, 11 Jul 2000 13:55:05 -0400 
63570              Message-Id: <200007111755.NAA05077@jones.argon.org> 
63571      Branch: cfgperl
63572            ! doio.c
63573 ____________________________________________________________________________
63574 [  6356] By: jhi                                   on 2000/07/11  18:12:51
63575         Log: Typo in #6341.
63576      Branch: cfgperl
63577            ! pp_hot.c
63578 ____________________________________________________________________________
63579 [  6355] By: gsar                                  on 2000/07/11  18:12:10
63580         Log: integrate cfgperl changes#6231..6240 into mainline
63581      Branch: perl
63582           +> pod/perlutil.pod
63583           !> (integrate 35 files)
63584 ____________________________________________________________________________
63585 [  6354] By: jhi                                   on 2000/07/11  18:04:34
63586         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
63587              From: Dominic Dunlop <domo@computer.org> 
63588              Date: Tue, 11 Jul 2000 12:27:33 +0200 
63589              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
63590              
63591              Replaces change #6268.
63592      Branch: cfgperl
63593            ! t/op/sprintf.t
63594 ____________________________________________________________________________
63595 [  6353] By: gsar                                  on 2000/07/11  17:59:51
63596         Log: skip integrate of problematic change#6230 from cfgperl into mainline
63597              (a later version of File::Spec is already in mainline)
63598      Branch: perl
63599           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
63600           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
63601 ____________________________________________________________________________
63602 [  6352] By: gsar                                  on 2000/07/11  17:57:48
63603         Log: integrate cfgperl changes#6224..6229 into mainline
63604      Branch: perl
63605           +> lib/lib.pm.PL
63606            - lib/lib.pm
63607           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
63608           !> lib/English.pm op.c t/lib/english.t
63609 ____________________________________________________________________________
63610 [  6351] By: gsar                                  on 2000/07/11  17:50:10
63611         Log: skip integrate of problematic change#6223 from cfgperl into mainline
63612      Branch: perl
63613           !> doio.c
63614 ____________________________________________________________________________
63615 [  6350] By: gsar                                  on 2000/07/11  17:48:28
63616         Log: integrate cfgperl changes#6220..6222 into mainline
63617      Branch: perl
63618           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
63619           !> toke.c utf8.c win32/win32.h
63620 ____________________________________________________________________________
63621 [  6349] By: gsar                                  on 2000/07/11  17:46:13
63622         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
63623              mainline
63624      Branch: perl
63625           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
63626           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
63627           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
63628 ____________________________________________________________________________
63629 [  6348] By: jhi                                   on 2000/07/11  17:45:49
63630         Log: README.posix-bc podified from Thomas Dorner.
63631      Branch: cfgperl
63632            ! README.posix-bc
63633 ____________________________________________________________________________
63634 [  6347] By: gsar                                  on 2000/07/11  17:42:04
63635         Log: integrate cfgperl change#6217 into mainline
63636      Branch: perl
63637           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
63638           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
63639           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
63640 ____________________________________________________________________________
63641 [  6346] By: gsar                                  on 2000/07/11  17:39:37
63642         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
63643              mainline
63644      Branch: perl
63645           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
63646           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
63647           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
63648           !> perlapi.h pod/perlapi.pod
63649 ____________________________________________________________________________
63650 [  6345] By: gsar                                  on 2000/07/11  17:36:42
63651         Log: integrate cfgperl changes#6207..6210 into mainline
63652      Branch: perl
63653           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
63654           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
63655 ____________________________________________________________________________
63656 [  6344] By: gsar                                  on 2000/07/11  17:31:20
63657         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
63658              mainline
63659      Branch: perl
63660           !> (integrate 40 files)
63661 ____________________________________________________________________________
63662 [  6343] By: gsar                                  on 2000/07/11  17:19:08
63663         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
63664      Branch: perl
63665           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
63666            ! Changes
63667           !> (integrate 34 files)
63668 ____________________________________________________________________________
63669 [  6342] By: jhi                                   on 2000/07/11  16:05:48
63670         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
63671              To: perl5-porters@perl.org
63672              From: Karsten Sperling <spiff@phreax.net>
63673              Date: Mon, 10 Jul 2000 15:12:52 +0200
63674              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
63675      Branch: cfgperl
63676            ! lib/Symbol.pm
63677 ____________________________________________________________________________
63678 [  6341] By: jhi                                   on 2000/07/11  15:59:23
63679         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
63680              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63681              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
63682              Date: Fri, 07 Jul 2000 17:57:16 +0100
63683      Branch: cfgperl
63684            ! pp_hot.c
63685 ____________________________________________________________________________
63686 [  6340] By: jhi                                   on 2000/07/11  15:55:47
63687         Log: Subject: Re: format bug report  [Patch]
63688              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63689              Date: Wed, 05 Jul 2000 13:12:52 +0200
63690              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
63691              
63692              Subject: Re: format bug report  [Patch]
63693              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63694              Date: Wed, 05 Jul 2000 14:10:01 +0200
63695              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
63696      Branch: cfgperl
63697            ! t/op/write.t toke.c
63698 ____________________________________________________________________________
63699 [  6339] By: jhi                                   on 2000/07/11  13:54:09
63700         Log: Be less forgiving about ambiguous and illegal tr ranges.
63701              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
63702              From: Mark-Jason Dominus <mjd@plover.com>
63703              Date: Tue, 04 Jul 2000 10:00:12 -0400
63704              Message-ID: <20000704140012.17772.qmail@plover.com>
63705              
63706              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
63707              From: Mark-Jason Dominus <mjd@plover.com>
63708              Date: Wed, 05 Jul 2000 09:37:36 -0400
63709              Message-ID: <20000705133736.27293.qmail@plover.com>
63710      Branch: cfgperl
63711            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
63712 ____________________________________________________________________________
63713 [  6338] By: jhi                                   on 2000/07/11  13:31:24
63714         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
63715              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63716              Date: Tue, 11 Jul 2000 13:50:51 +0100
63717              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
63718      Branch: cfgperl
63719            ! sv.c
63720 ____________________________________________________________________________
63721 [  6337] By: jhi                                   on 2000/07/11  13:29:14
63722         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
63723              From: Hugo <hv@crypt.compulink.co.uk>
63724              Date: Tue, 11 Jul 2000 12:44:50 +0100
63725              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
63726      Branch: cfgperl
63727            ! regexec.c t/op/re_tests
63728 ____________________________________________________________________________
63729 [  6336] By: jhi                                   on 2000/07/11  13:26:47
63730         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
63731              From: simon@brecon.co.uk (Simon Cozens)
63732              Date: 7 Jul 2000 11:26:09 GMT
63733              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
63734      Branch: cfgperl
63735            ! mg.c
63736 ____________________________________________________________________________
63737 [  6335] By: jhi                                   on 2000/07/11  13:23:37
63738         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
63739              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
63740              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
63741              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
63742      Branch: cfgperl
63743            + ext/DynaLoader/hints/netbsd.pl
63744            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
63745 ____________________________________________________________________________
63746 [  6334] By: jhi                                   on 2000/07/11  13:20:38
63747         Log: Subject: PATCH perlguts.pod: Document D and d magic types
63748              From: mjd@plover.com
63749              Date: 5 Jul 2000 18:01:51 -0000
63750              Message-ID: <20000705180151.29413.qmail@plover.com>
63751      Branch: cfgperl
63752            ! pod/perlguts.pod
63753 ____________________________________________________________________________
63754 [  6333] By: jhi                                   on 2000/07/11  13:15:51
63755         Log: Precedence goof, fix based on
63756              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
63757              From: Hugo <hv@crypt.compulink.co.uk>
63758              Date: Tue, 11 Jul 2000 12:52:38 +0100
63759              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
63760      Branch: cfgperl
63761            ! t/op/taint.t
63762 ____________________________________________________________________________
63763 [  6332] By: jhi                                   on 2000/07/11  12:40:17
63764         Log: Integrate with Sarathy.
63765      Branch: cfgperl
63766           !> win32/win32sck.c
63767 ____________________________________________________________________________
63768 [  6331] By: jhi                                   on 2000/07/10  20:14:16
63769         Log: Sprinkle ldlibpath.
63770      Branch: cfgperl
63771            ! pod/Makefile.SH
63772 ____________________________________________________________________________
63773 [  6330] By: jhi                                   on 2000/07/10  17:54:49
63774         Log: More POSIX.pod tweaks.
63775      Branch: cfgperl
63776            ! ext/POSIX/POSIX.pod
63777 ____________________________________________________________________________
63778 [  6329] By: jhi                                   on 2000/07/10  14:02:12
63779         Log: Reorder perl.pod once more.
63780      Branch: cfgperl
63781            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
63782 ____________________________________________________________________________
63783 [  6328] By: gsar                                  on 2000/07/10  07:06:00
63784         Log: accept() leaks memory on windows due to incorrect ordering of
63785              closesocket() and fclose() calls
63786      Branch: perl
63787            ! win32/win32sck.c
63788 ____________________________________________________________________________
63789 [  6327] By: gsar                                  on 2000/07/10  06:49:17
63790         Log: winsock options weren't being set in all threads under ithreads
63791              (caused send()s from second and subsequent threads to fail)
63792      Branch: perl
63793            ! win32/win32sck.c
63794 ____________________________________________________________________________
63795 [  6326] By: jhi                                   on 2000/07/08  02:45:40
63796         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
63797              was cast to an unsigned (32-bit) integer with wild abandon.
63798      Branch: cfgperl
63799            ! ext/Devel/DProf/DProf.xs
63800 ____________________________________________________________________________
63801 [  6325] By: jhi                                   on 2000/07/07  18:50:33
63802         Log: Remove perlbook, update perlfaq book listing,
63803              rearrange perl.pod, regenerate perltoc.
63804      Branch: cfgperl
63805            - pod/perlbook.pod
63806            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
63807            ! pod/perlfaq2.pod pod/perltoc.pod
63808 ____________________________________________________________________________
63809 [  6324] By: jhi                                   on 2000/07/07  14:03:40
63810         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
63811      Branch: cfgperl
63812            ! sv.h toke.c
63813 ____________________________________________________________________________
63814 [  6323] By: jhi                                   on 2000/07/06  16:03:55
63815         Log: Fix complaints of buildtoc.
63816      Branch: cfgperl
63817            + lib/Win32.pod
63818            - pod/Win32.pod
63819            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
63820 ____________________________________________________________________________
63821 [  6322] By: jhi                                   on 2000/07/06  15:15:52
63822         Log: Add =head1 NAMEs so that buildtoc is happy.
63823              (The CGI::Util nit reported to Lincoln.)
63824      Branch: cfgperl
63825            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
63826            ! pod/perltoc.pod
63827 ____________________________________________________________________________
63828 [  6321] By: jhi                                   on 2000/07/06  03:16:04
63829         Log: Config is being used.
63830      Branch: cfgperl
63831            ! t/op/method.t
63832 ____________________________________________________________________________
63833 [  6320] By: jhi                                   on 2000/07/06  03:13:13
63834         Log: Integrate with Sarathy.
63835      Branch: cfgperl
63836           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
63837 ____________________________________________________________________________
63838 [  6319] By: jhi                                   on 2000/07/06  03:11:46
63839         Log: Autogenerate pod/Makefile and pod/buildtoc.
63840              buildtoc also checks whether the existin pods are
63841              mentioned in MANIFEST and perl.pod, and vice versa.
63842              (None of the thusly found discrepancies fixed yet.)
63843              roffitall also needs to be autogenerated similarly but it
63844              seems so badly out of date that I didn't touch it yet.
63845      Branch: cfgperl
63846            + pod/Makefile.SH pod/buildtoc.PL
63847            - pod/Makefile pod/buildtoc
63848            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
63849 ____________________________________________________________________________
63850 [  6318] By: gsar                                  on 2000/07/05  22:10:54
63851         Log: fix UNC path handling on Windows under ithreads, and chdir()
63852              return value when given a non-existent directory
63853      Branch: perl
63854            ! win32/vdir.h
63855 ____________________________________________________________________________
63856 [  6317] By: gsar                                  on 2000/07/05  22:08:19
63857         Log: winsock cleanup never done on Windows (leads to handle leaks)
63858      Branch: perl
63859            ! win32/perllib.c win32/win32sck.c
63860 ____________________________________________________________________________
63861 [  6316] By: gsar                                  on 2000/07/05  22:06:19
63862         Log: some debugger output does not go to the socket when RemotePort is set
63863      Branch: perl
63864            ! lib/perl5db.pl
63865 ____________________________________________________________________________
63866 [  6315] By: jhi                                   on 2000/07/05  00:25:21
63867         Log: Integrate with Sarathy, preliminary fix for unicos
63868              alignment problems in [ID 20000612.002] Perl problem on Cray system.
63869      Branch: cfgperl
63870            ! sv.h
63871           !> pp_hot.c
63872 ____________________________________________________________________________
63873 [  6314] By: gsar                                  on 2000/07/04  23:34:02
63874         Log: tyop in change#6306
63875      Branch: perl
63876            ! pp_hot.c
63877 ____________________________________________________________________________
63878 [  6313] By: jhi                                   on 2000/07/04  22:14:38
63879         Log: Multiline string literals ENONPORTABLE.
63880      Branch: cfgperl
63881            ! pp_hot.c
63882 ____________________________________________________________________________
63883 [  6312] By: jhi                                   on 2000/07/04  20:34:44
63884         Log: Integrate with Sarathy.
63885      Branch: cfgperl
63886           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
63887           !> t/op/method.t
63888 ____________________________________________________________________________
63889 [  6311] By: jhi                                   on 2000/07/04  20:30:56
63890         Log: More POSIX.pod embellishment.
63891      Branch: cfgperl
63892            ! ext/POSIX/POSIX.pod
63893 ____________________________________________________________________________
63894 [  6310] By: gsar                                  on 2000/07/04  17:28:48
63895         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
63896      Branch: perl
63897            ! t/lib/b.t
63898 ____________________________________________________________________________
63899 [  6309] By: jhi                                   on 2000/07/04  17:22:18
63900         Log: The #6308 required a little bit more.
63901      Branch: cfgperl
63902            ! Makefile.SH win32/Makefile
63903 ____________________________________________________________________________
63904 [  6308] By: jhi                                   on 2000/07/04  16:35:24
63905         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
63906      Branch: cfgperl
63907            + lib/lib_pm.PL
63908            - lib/lib.pm.PL
63909            ! MANIFEST Makefile.SH
63910 ____________________________________________________________________________
63911 [  6307] By: jhi                                   on 2000/07/04  16:28:58
63912         Log: Win32 patches for cfgperl from Sarathy.
63913      Branch: cfgperl
63914            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
63915            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
63916            ! thread.h toke.c util.c win32/Makefile win32/win32.c
63917 ____________________________________________________________________________
63918 [  6306] By: gsar                                  on 2000/07/04  16:28:40
63919         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
63920              (from Richard Soderberg <rs@oregonnet.com>)
63921      Branch: perl
63922            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
63923 ____________________________________________________________________________
63924 [  6305] By: jhi                                   on 2000/07/04  16:24:24
63925         Log: Integrate with Sarathy.
63926      Branch: cfgperl
63927           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
63928           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
63929           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
63930           !> proto.h win32/win32.c
63931 ____________________________________________________________________________
63932 [  6304] By: gsar                                  on 2000/07/04  16:17:24
63933         Log: missing perldiag entry for unpack("w",...) diagnostic (from
63934              Andreas Koenig)
63935      Branch: perl
63936            ! pod/perldiag.pod
63937 ____________________________________________________________________________
63938 [  6303] By: gsar                                  on 2000/07/04  16:14:44
63939         Log: remove rel2abs prototypes (from Barrie Slaymaker)
63940      Branch: perl
63941            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
63942            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
63943 ____________________________________________________________________________
63944 [  6302] By: gsar                                  on 2000/07/04  04:59:35
63945         Log: adjust change#6299
63946      Branch: perl
63947            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
63948            ! win32/win32.c
63949 ____________________________________________________________________________
63950 [  6301] By: jhi                                   on 2000/07/04  04:50:07
63951         Log: Integrate with Sarathy.
63952      Branch: cfgperl
63953           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
63954           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
63955           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
63956 ____________________________________________________________________________
63957 [  6300] By: gsar                                  on 2000/07/04  04:42:09
63958         Log: PERL_OBJECT build tweak
63959      Branch: perl
63960            ! perl.h
63961 ____________________________________________________________________________
63962 [  6299] By: gsar                                  on 2000/07/04  04:37:00
63963         Log: fix memory leak on Windows (PL_sys_intern contents were never
63964              freed)
63965      Branch: perl
63966            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
63967            ! perlapi.c proto.h win32/win32.c
63968 ____________________________________________________________________________
63969 [  6298] By: gsar                                  on 2000/07/04  04:15:59
63970         Log: fix large memory leak that has been around for ever, masked by
63971              -DPURIFY (most of the arenas were never freed!)
63972      Branch: perl
63973            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
63974 ____________________________________________________________________________
63975 [  6297] By: gsar                                  on 2000/07/04  04:07:46
63976         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
63977      Branch: perl
63978            ! perl.c
63979 ____________________________________________________________________________
63980 [  6296] By: jhi                                   on 2000/06/30  18:28:37
63981         Log: Elaborate POSIX.pod.  Still needs work.
63982      Branch: cfgperl
63983            ! ext/POSIX/POSIX.pod
63984 ____________________________________________________________________________
63985 [  6295] By: jhi                                   on 2000/06/30  14:58:18
63986         Log: Point to perlipc for more SysV IPC examples.
63987      Branch: cfgperl
63988            ! pod/perlfunc.pod
63989 ____________________________________________________________________________
63990 [  6294] By: gsar                                  on 2000/06/30  14:47:45
63991         Log: slurp mode fix in change#4736 still not quite right
63992      Branch: perl
63993            ! pp_hot.c t/io/argv.t
63994 ____________________________________________________________________________
63995 [  6293] By: jhi                                   on 2000/06/30  12:02:55
63996         Log: Integrate with Sarathy.
63997      Branch: cfgperl
63998           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
63999 ____________________________________________________________________________
64000 [  6292] By: jhi                                   on 2000/06/30  12:01:11
64001         Log: From: simon@brecon.co.uk (Simon Cozens)
64002              Subject: UTF8 concat
64003              Date: 30 Jun 2000 06:13:25 GMT
64004              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
64005      Branch: cfgperl
64006            ! pp_hot.c
64007 ____________________________________________________________________________
64008 [  6291] By: gsar                                  on 2000/06/30  04:37:33
64009         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
64010              when @_ is modified, causing coredumps
64011      Branch: perl
64012            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
64013 ____________________________________________________________________________
64014 [  6290] By: jhi                                   on 2000/06/30  02:21:44
64015         Log: Integrate with Sarathy.
64016      Branch: cfgperl
64017           !> vms/vms.c vms/vmsish.h
64018 ____________________________________________________________________________
64019 [  6289] By: jhi                                   on 2000/06/30  02:21:02
64020         Log: Check VERSIONs.
64021      Branch: cfgperl
64022            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
64023            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
64024            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
64025 ____________________________________________________________________________
64026 [  6288] By: jhi                                   on 2000/06/30  02:18:52
64027         Log: Integrate with Sarathy.
64028      Branch: cfgperl
64029           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
64030           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
64031           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
64032           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
64033 ____________________________________________________________________________
64034 [  6287] By: gsar                                  on 2000/06/30  02:17:08
64035         Log: integrate vmsperl changes into mainline
64036      Branch: perl
64037           !> vms/vms.c vms/vmsish.h
64038 ____________________________________________________________________________
64039 [  6285] By: gsar                                  on 2000/06/30  02:05:28
64040         Log: localize %INC in a Safe compartment so that use/require work
64041              (many other magic globals probably need similar treatment)
64042      Branch: perl
64043            ! ext/Opcode/Opcode.xs
64044 ____________________________________________________________________________
64045 [  6284] By: gsar                                  on 2000/06/30  01:54:54
64046         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
64047              about Windows
64048      Branch: perl
64049            ! pod/perlembed.pod
64050 ____________________________________________________________________________
64051 [  6283] By: jhi                                   on 2000/06/30  01:50:10
64052         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
64053              From: Barrie Slaymaker <barries@jester.slaysys.com>
64054              Date: Wed, 28 Jun 2000 11:35:29 -0400
64055              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
64056      Branch: perl
64057            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
64058            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
64059            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
64060            ! lib/File/Spec/Win32.pm
64061 ____________________________________________________________________________
64062 [  6282] By: jhi                                   on 2000/06/29  22:57:22
64063         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
64064              From: Dan Sugalski <dan@sidhe.org>
64065              Date: Tue, 06 Jun 2000 11:59:50 -0400
64066              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
64067      Branch: cfgperl
64068            ! vms/vms.c
64069 ____________________________________________________________________________
64070 [  6281] By: jhi                                   on 2000/06/29  22:52:50
64071         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
64072              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
64073              Date: Wed, 7 Jun 2000 04:02:04 -0500
64074              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
64075      Branch: cfgperl
64076            ! utils/h2xs.PL
64077 ____________________________________________________________________________
64078 [  6280] By: jhi                                   on 2000/06/29  22:45:47
64079         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
64080              From: rspier@pobox.com (Robert Spier)
64081              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
64082              Message-ID: <14654.31913.845602.610277@rls.cx>
64083      Branch: cfgperl
64084            ! utils/h2xs.PL
64085 ____________________________________________________________________________
64086 [  6279] By: jhi                                   on 2000/06/29  22:38:16
64087         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
64088              From: Tim Ayers <tayers@bridge.com>
64089              Date: Thu, 08 Jun 2000 08:11:06 +0200
64090              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
64091              [resent by Richard Foley, Message-Id probably wrong]
64092      Branch: cfgperl
64093            ! pod/perlsub.pod
64094 ____________________________________________________________________________
64095 [  6278] By: jhi                                   on 2000/06/29  22:21:45
64096         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
64097              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
64098              Date: Fri, 09 Jun 2000 12:39:27 -0400
64099              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
64100              (plus update the version "number" of Text::Wrap)
64101      Branch: cfgperl
64102            ! lib/Text/Wrap.pm
64103 ____________________________________________________________________________
64104 [  6277] By: jhi                                   on 2000/06/29  22:13:10
64105         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
64106              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
64107              Date: Mon, 12 Jun 2000 14:55:59 +0100
64108              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
64109      Branch: cfgperl
64110            ! pod/perlfunc.pod
64111 ____________________________________________________________________________
64112 [  6276] By: jhi                                   on 2000/06/29  22:11:06
64113         Log: Subject: [PATCH] Re: eval documentation: context
64114              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
64115              Date: Mon, 12 Jun 2000 15:07:29 +0100
64116              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
64117      Branch: cfgperl
64118            ! pod/perlfunc.pod
64119 ____________________________________________________________________________
64120 [  6275] By: jhi                                   on 2000/06/29  21:59:46
64121         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
64122              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
64123              Date: Tue, 13 Jun 2000 02:43:48 -0500
64124              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
64125      Branch: cfgperl
64126            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
64127 ____________________________________________________________________________
64128 [  6274] By: jhi                                   on 2000/06/29  21:56:14
64129         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
64130              From: Andy Dougherty <doughera@lafayette.edu>
64131              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
64132              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
64133      Branch: cfgperl
64134            ! ext/File/Glob/Glob.pm
64135 ____________________________________________________________________________
64136 [  6273] By: jhi                                   on 2000/06/29  21:49:09
64137         Log: Subject: [PATCH] xsub attributes
64138              From: Doug MacEachern <dougm@covalent.net>
64139              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
64140              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
64141      Branch: cfgperl
64142            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
64143            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
64144 ____________________________________________________________________________
64145 [  6272] By: jhi                                   on 2000/06/29  21:41:28
64146         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
64147              From: Tom Phoenix <rootbeer@redcat.com>
64148              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
64149              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
64150      Branch: cfgperl
64151            ! lib/Net/Ping.pm
64152 ____________________________________________________________________________
64153 [  6271] By: jhi                                   on 2000/06/29  21:36:55
64154         Log: Subject: PATCH pod/perltie.pod
64155              From: Ian Phillipps <Ian.Phillipps@iname.com>
64156              Date: Fri, 16 Jun 2000 00:17:19 +0100
64157              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
64158              (only the first hunk, the second hunk had already been done
64159              by some other patch)
64160      Branch: cfgperl
64161            ! pod/perltie.pod
64162 ____________________________________________________________________________
64163 [  6270] By: jhi                                   on 2000/06/29  21:24:51
64164         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
64165              From: Nicholas Clark <nick@talking.bollo.cx>
64166              Date: Fri, 23 Jun 2000 16:21:15 +0100
64167              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
64168      Branch: cfgperl
64169            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
64170            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
64171 ____________________________________________________________________________
64172 [  6269] By: jhi                                   on 2000/06/29  19:38:15
64173         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
64174              silence few compiler warnings.
64175      Branch: cfgperl
64176            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
64177 ____________________________________________________________________________
64178 [  6268] By: jhi                                   on 2000/06/29  18:21:50
64179         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
64180              From: Dominic Dunlop <domo@computer.org> 
64181              Date: Thu, 29 Jun 2000 12:32:39 +0200 
64182              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
64183      Branch: cfgperl
64184            ! t/op/sprintf.t
64185 ____________________________________________________________________________
64186 [  6267] By: jhi                                   on 2000/06/29  18:16:07
64187         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
64188              From: Doug MacEachern <dougm@covalent.net>
64189              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
64190              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
64191      Branch: cfgperl
64192            + t/op/method2entersub.t
64193            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
64194            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
64195            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
64196            ! xsutils.c
64197 ____________________________________________________________________________
64198 [  6266] By: jhi                                   on 2000/06/29  15:11:15
64199         Log: Subject: [PATCH 5.6.0] cygwin port
64200              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
64201              From: "Fifer, Eric" <EFifer@sanwaint.com>
64202              Date: Thu, 29 Jun 2000 12:58:29 +0100
64203      Branch: cfgperl
64204            ! cygwin/Makefile.SHs
64205 ____________________________________________________________________________
64206 [  6265] By: jhi                                   on 2000/06/29  15:04:05
64207         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
64208              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64209              Date: Wed, 28 Jun 2000 17:50:12 -0700
64210              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
64211      Branch: cfgperl
64212            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
64213 ____________________________________________________________________________
64214 [  6264] By: jhi                                   on 2000/06/29  15:00:57
64215         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
64216              From: Marty Lucich <marty@netcom.com>
64217              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
64218              Message-Id: <200006282116.OAA11148@netcom.com>
64219              ccdlflags update (the BSD/OS 4.1 part had already been taken
64220              care of by #6141).
64221      Branch: cfgperl
64222            ! hints/bsdos.sh
64223 ____________________________________________________________________________
64224 [  6263] By: jhi                                   on 2000/06/29  13:47:44
64225         Log: tr fixes from Simon Cozens
64226      Branch: cfgperl
64227            ! doop.c
64228 ____________________________________________________________________________
64229 [  6262] By: jhi                                   on 2000/06/28  18:46:01
64230         Log: Subject: 5.6.0 Patch for EPOC
64231              From: Olaf Flebbe <o.flebbe@gmx.de>
64232              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
64233              Message-ID: <23449.960929969@www11.gmx.net>
64234      Branch: cfgperl
64235            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
64236            ! epoc/epocish.h
64237 ____________________________________________________________________________
64238 [  6261] By: jhi                                   on 2000/06/28  18:29:07
64239         Log: Subject: Re: [PATCH cfgperl] BOMs away!
64240              From: simon@brecon.co.uk (Simon Cozens)
64241              Date: 17 Jun 2000 11:49:57 GMT
64242              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
64243      Branch: cfgperl
64244            ! pod/perldiag.pod t/comp/require.t toke.c
64245 ____________________________________________________________________________
64246 [  6260] By: jhi                                   on 2000/06/28  17:47:16
64247         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
64248              From: simon@brecon.co.uk (Simon Cozens) 
64249              Date: 17 Jun 2000 11:56:44 GMT 
64250              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
64251              pack U0, pack C0
64252      Branch: cfgperl
64253            ! pod/perlfunc.pod pp.c t/op/pack.t
64254 ____________________________________________________________________________
64255 [  6259] By: jhi                                   on 2000/06/28  16:43:17
64256         Log: perlnewmod was missing from MANIFEST.
64257      Branch: cfgperl
64258            ! MANIFEST
64259 ____________________________________________________________________________
64260 [  6258] By: jhi                                   on 2000/06/28  15:54:30
64261         Log: linenumber tweak
64262      Branch: cfgperl
64263            ! t/pragma/warn/regcomp
64264 ____________________________________________________________________________
64265 [  6257] By: jhi                                   on 2000/06/28  15:50:44
64266         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
64267              From: Doug MacEachern <dougm@covalent.net>
64268              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
64269              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
64270              (one part of the patch had been applied earlier)
64271      Branch: cfgperl
64272            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
64273 ____________________________________________________________________________
64274 [  6256] By: jhi                                   on 2000/06/28  15:40:22
64275         Log: tweaks from Simon Cozens to further fix tr/// under utf8
64276      Branch: cfgperl
64277            ! doop.c
64278 ____________________________________________________________________________
64279 [  6255] By: jhi                                   on 2000/06/28  15:33:45
64280         Log: small thinko tweaks
64281      Branch: cfgperl
64282            ! lib/IPC/Open3.pm t/op/my_stash.t
64283 ____________________________________________________________________________
64284 [  6254] By: jhi                                   on 2000/06/28  15:33:25
64285         Log: Subject: tr///, help wanted.
64286              From: simon@brecon.co.uk (Simon Cozens)
64287              Date: 28 Jun 2000 11:29:04 GMT
64288              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
64289      Branch: cfgperl
64290            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
64291            ! pp_proto.h proto.h t/op/tr.t
64292 ____________________________________________________________________________
64293 [  6253] By: jhi                                   on 2000/06/28  15:09:17
64294         Log: Paranoia tweak on #6249.
64295              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
64296              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
64297              Date: Sun, 25 Jun 2000 23:43:12 -0400
64298              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
64299      Branch: cfgperl
64300            ! lib/IPC/Open3.pm
64301 ____________________________________________________________________________
64302 [  6252] By: jhi                                   on 2000/06/28  15:01:38
64303         Log: Document #6249 and #6251.
64304      Branch: cfgperl
64305            ! lib/Exporter.pm lib/IPC/Open3.pm
64306 ____________________________________________________________________________
64307 [  6251] By: jhi                                   on 2000/06/28  14:50:43
64308         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
64309              From: Doug MacEachern <dougm@covalent.net>
64310              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
64311              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
64312      Branch: cfgperl
64313            ! lib/Exporter.pm
64314 ____________________________________________________________________________
64315 [  6250] By: jhi                                   on 2000/06/28  14:45:23
64316         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
64317              From: Doug MacEachern <dougm@covalent.net>
64318              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
64319              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
64320      Branch: cfgperl
64321            + t/op/my_stash.t
64322            ! MANIFEST embed.pl global.sym proto.h toke.c
64323 ____________________________________________________________________________
64324 [  6249] By: jhi                                   on 2000/06/28  14:36:34
64325         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
64326              From: Frank Tobin <ftobin@uiuc.edu>
64327              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
64328              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
64329      Branch: cfgperl
64330            ! lib/IPC/Open3.pm
64331 ____________________________________________________________________________
64332 [  6248] By: jhi                                   on 2000/06/28  14:11:25
64333         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
64334              From: Mark-Jason Dominus <mjd@plover.com>
64335              Date: Tue, 27 Jun 2000 22:36:42 -0400
64336              Message-ID: <20000628023642.12166.qmail@plover.com>
64337      Branch: cfgperl
64338            ! pod/perlfunc.pod
64339 ____________________________________________________________________________
64340 [  6247] By: jhi                                   on 2000/06/27  12:46:37
64341         Log: Tweak $VERSION, patch from Doug MacEachern.
64342      Branch: cfgperl
64343            ! lib/File/Spec.pm
64344 ____________________________________________________________________________
64345 [  6246] By: jhi                                   on 2000/06/27  03:34:46
64346         Log: Allow for standalone testing.
64347      Branch: cfgperl
64348            ! t/lib/filefunc.t t/lib/filespec.t
64349 ____________________________________________________________________________
64350 [  6245] By: jhi                                   on 2000/06/27  02:50:02
64351         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
64352              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
64353              Date: Sat, 24 Jun 2000 13:06:20 +0100
64354              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
64355      Branch: cfgperl
64356            ! ext/DynaLoader/DynaLoader_pm.PL
64357 ____________________________________________________________________________
64358 [  6244] By: jhi                                   on 2000/06/27  02:46:10
64359         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
64360              From: Doug MacEachern <dougm@covalent.net>
64361              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
64362              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
64363      Branch: cfgperl
64364            ! gv.c sv.c t/lib/peek.t
64365 ____________________________________________________________________________
64366 [  6243] By: jhi                                   on 2000/06/27  02:38:07
64367         Log: Subject: [PATCH] is_utf8_string
64368              From: simon@brecon.co.uk (Simon Cozens)
64369              Date: 26 Jun 2000 02:25:59 GMT
64370              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
64371      Branch: cfgperl
64372            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
64373            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
64374            ! proto.h utf8.c
64375 ____________________________________________________________________________
64376 [  6242] By: jhi                                   on 2000/06/27  02:24:00
64377         Log: Subject: [PATCH] bytes<->utf8 fixes
64378              From: simon@brecon.co.uk (Simon Cozens)
64379              Date: 26 Jun 2000 04:55:45 GMT
64380              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
64381      Branch: cfgperl
64382            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
64383 ____________________________________________________________________________
64384 [  6241] By: jhi                                   on 2000/06/27  02:12:42
64385         Log: Do no -warn on \_, only on \alpha.
64386              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
64387              From: David Dyck <dcd@tc.fluke.com>
64388              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
64389              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
64390      Branch: cfgperl
64391            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
64392 ____________________________________________________________________________
64393 [  6240] By: jhi                                   on 2000/06/27  02:00:01
64394         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
64395              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
64396              Date: Mon, 26 Jun 2000 18:40:14 +0100
64397              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
64398      Branch: cfgperl
64399            ! utils/h2xs.PL
64400 ____________________________________________________________________________
64401 [  6239] By: jhi                                   on 2000/06/27  01:53:40
64402         Log: Configure maintenance.  Sever some dependency cycles,
64403              separate gccversion from the cc unit,
64404              address [ID 20000623.006] Configure script patch for using gcc on AIX
64405              (but solve it a little bit differently),
64406              unduplex some accidentally duplicated units,
64407              suggest using gcc if no cc available
64408              (p5p thread: "Solaris configure: counterproposal", 1999-09)
64409      Branch: cfgperl
64410            ! Configure Todo-5.6 config_h.SH
64411      Branch: metaconfig
64412            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
64413            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
64414      Branch: metaconfig/U/perl
64415            + gccvers.U
64416            ! d_getespwnam.U d_getprpwnam.U i_prot.U
64417 ____________________________________________________________________________
64418 [  6238] By: jhi                                   on 2000/06/25  18:04:56
64419         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
64420              From: Dan Sugalski <dan@sidhe.org>
64421              Date: Fri, 23 Jun 2000 17:00:00 -0400
64422              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
64423      Branch: cfgperl
64424            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
64425 ____________________________________________________________________________
64426 [  6237] By: jhi                                   on 2000/06/25  16:36:45
64427         Log: Tweak embed.pl, regen headers.
64428      Branch: cfgperl
64429            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
64430            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
64431            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
64432            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
64433            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
64434 ____________________________________________________________________________
64435 [  6236] By: jhi                                   on 2000/06/25  15:26:42
64436         Log: Regen headers.
64437      Branch: cfgperl
64438            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
64439            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
64440            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
64441            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
64442            ! regnodes.h warnings.h
64443 ____________________________________________________________________________
64444 [  6235] By: jhi                                   on 2000/06/23  19:39:35
64445         Log: The thread begun by
64446              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
64447              From: Kevin.Ruscoe@ubsw.com
64448              Date: Fri, 16 Jun 2000 16:38:51 +0100
64449              Message-Id: <H000019b03c300d6@MHS>
64450      Branch: cfgperl
64451            ! hints/solaris_2.sh
64452 ____________________________________________________________________________
64453 [  6234] By: jhi                                   on 2000/06/23  19:23:36
64454         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
64455              because when run as services (Win32ese for daemons)
64456              no environment variables are set and tmpdir ends up as /tmp,
64457              which is ambiguous.
64458              
64459              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
64460              From: matt@sergeant.org
64461              Date: 16 Jun 2000 16:30:43 -0000
64462              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
64463      Branch: cfgperl
64464            ! lib/File/Spec/Win32.pm
64465 ____________________________________________________________________________
64466 [  6233] By: jhi                                   on 2000/06/23  19:18:58
64467         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
64468              From: Mark-Jason Dominus <mjd@plover.com>
64469              Date: Fri, 16 Jun 2000 20:53:04 -0400
64470              Message-ID: <20000617005304.8008.qmail@plover.com>
64471      Branch: cfgperl
64472            ! op.h
64473 ____________________________________________________________________________
64474 [  6232] By: jhi                                   on 2000/06/23  16:10:02
64475         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
64476              From: simon@brecon.co.uk (Simon Cozens)
64477              Date: 19 Jun 2000 15:18:27 GMT
64478              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
64479              
64480              plus update pod/Makefile and regenerate perltoc
64481      Branch: cfgperl
64482            + pod/perlutil.pod
64483            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
64484 ____________________________________________________________________________
64485 [  6231] By: jhi                                   on 2000/06/23  15:19:18
64486         Log: Subject: [PATCH 5.6.0] cygwin port
64487              From: "Fifer, Eric" <EFifer@sanwaint.com>
64488              Date: Tue, 20 Jun 2000 14:30:58 +0100
64489              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
64490      Branch: cfgperl
64491            ! README.cygwin lib/File/Find.pm
64492 ____________________________________________________________________________
64493 [  6230] By: jhi                                   on 2000/06/23  14:25:21
64494         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
64495      Branch: cfgperl
64496            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
64497            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
64498            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
64499            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
64500 ____________________________________________________________________________
64501 [  6229] By: jhi                                   on 2000/06/23  14:13:34
64502         Log: Subject: README.hpux version 0.6.1
64503              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
64504              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
64505              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
64506      Branch: cfgperl
64507            ! README.hpux
64508 ____________________________________________________________________________
64509 [  6228] By: jhi                                   on 2000/06/23  14:07:20
64510         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
64511              From: Doug MacEachern <dougm@covalent.net>
64512              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
64513              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
64514      Branch: cfgperl
64515            ! op.c
64516 ____________________________________________________________________________
64517 [  6227] By: jhi                                   on 2000/06/23  14:01:06
64518         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
64519              From: Doug MacEachern <dougm@covalent.net>
64520              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
64521              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
64522      Branch: cfgperl
64523            + lib/lib.pm.PL
64524            - lib/lib.pm
64525            ! MANIFEST Makefile.SH
64526 ____________________________________________________________________________
64527 [  6226] By: jhi                                   on 2000/06/23  13:53:07
64528         Log: Subject: [PATCH] remove forward declarations in Socket.pm
64529              From: Doug MacEachern <dougm@covalent.net>
64530              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
64531              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
64532              
64533              From: Doug MacEachern <dougm@covalent.net>
64534              Subject: Re: [PATCH] remove forward declarations in Socket.pm
64535              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
64536              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
64537      Branch: cfgperl
64538            ! ext/Socket/Socket.pm op.c
64539 ____________________________________________________________________________
64540 [  6225] By: jhi                                   on 2000/06/23  13:41:52
64541         Log: Add source code filenames to apidoc.
64542              From: simon@brecon.co.uk (Simon Cozens)
64543              Subject: [PATCH embed.pl] Source X-ref
64544              Date: 22 Jun 2000 02:18:49 GMT
64545              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
64546      Branch: cfgperl
64547            ! embed.pl
64548 ____________________________________________________________________________
64549 [  6224] By: jhi                                   on 2000/06/23  13:32:33
64550         Log: A way to avoid English.pm performance hit.
64551              From: root <root@jester.slaysys.com>
64552              Subject: [YAPATCH English.pm] My turn to putt again
64553              Date: Thu, 22 Jun 2000 20:33:58 -0400
64554              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
64555      Branch: cfgperl
64556            ! lib/English.pm t/lib/english.t
64557 ____________________________________________________________________________
64558 [  6223] By: jhi                                   on 2000/06/23  13:27:06
64559         Log: Avoid double close().
64560              Subject: [PATCH] avoid double close()
64561              From: Doug MacEachern <dougm@covalent.net>
64562              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
64563              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
64564      Branch: cfgperl
64565            ! doio.c
64566 ____________________________________________________________________________
64567 [  6222] By: jhi                                   on 2000/06/23  13:25:54
64568         Log: doc typo fix
64569              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
64570              From: Ian Phillipps <Ian.Phillipps@iname.com>
64571              Date: Fri, 23 Jun 2000 10:40:58 +0100
64572              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
64573      Branch: cfgperl
64574            ! lib/Pod/Usage.pm
64575 ____________________________________________________________________________
64576 [  6221] By: jhi                                   on 2000/06/23  13:24:15
64577         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
64578              From: simon@brecon.co.uk (Simon Cozens)
64579              Subject: [PATCH] Eliminate tr///[CU][CU]
64580              Date: 23 Jun 2000 11:05:40 GMT
64581              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
64582      Branch: cfgperl
64583            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
64584 ____________________________________________________________________________
64585 [  6220] By: jhi                                   on 2000/06/22  16:07:51
64586         Log: Win32 patches from Benjamin Stuhl.
64587      Branch: cfgperl
64588            ! makedef.pl win32/win32.h
64589 ____________________________________________________________________________
64590 [  6219] By: jhi                                   on 2000/06/22  16:06:34
64591         Log: Bytecode patches from Benjamin Stuhl.
64592      Branch: cfgperl
64593            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
64594            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
64595            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
64596 ____________________________________________________________________________
64597 [  6218] By: jhi                                   on 2000/06/15  23:54:16
64598         Log: Bytecode patches from Benjamin Stuhl.
64599      Branch: cfgperl
64600            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
64601 ____________________________________________________________________________
64602 [  6217] By: jhi                                   on 2000/06/09  13:38:29
64603         Log: Rename the fdpid locking and integrate with Sarathy.
64604      Branch: cfgperl
64605            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
64606            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
64607            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
64608            ! win32/win32.c
64609           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
64610 ____________________________________________________________________________
64611 [  6216] By: gsar                                  on 2000/06/08  14:54:21
64612         Log: be more optimal about clearing @_
64613      Branch: perl
64614            ! cop.h
64615 ____________________________________________________________________________
64616 [  6215] By: gsar                                  on 2000/06/08  14:33:04
64617         Log: tweak comment about @DB::args
64618      Branch: perl
64619            ! av.h pp_ctl.c
64620 ____________________________________________________________________________
64621 [  6214] By: gsar                                  on 2000/06/08  13:57:54
64622         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
64623              caller() wants to populate @DB::args with it (causes a coredump
64624              in Carp::confess())
64625      Branch: perl
64626            ! cop.h t/op/runlevel.t
64627 ____________________________________________________________________________
64628 [  6213] By: gsar                                  on 2000/06/08  07:06:35
64629         Log: back out change#6106 (seems problematic)
64630      Branch: perl
64631            ! hints/solaris_2.sh
64632 ____________________________________________________________________________
64633 [  6212] By: jhi                                   on 2000/06/07  03:10:36
64634         Log: Continuing mopup for #6204.
64635      Branch: cfgperl
64636            ! ext/B/defsubs_h.PL
64637 ____________________________________________________________________________
64638 [  6211] By: jhi                                   on 2000/06/07  02:41:50
64639         Log: Mopup for #6204.
64640              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
64641              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
64642              This is comes from const() where POK isn't on when expected.
64643      Branch: cfgperl
64644            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
64645            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
64646            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
64647            ! perlapi.h pod/perlapi.pod
64648 ____________________________________________________________________________
64649 [  6210] By: jhi                                   on 2000/06/07  01:56:29
64650         Log: Mopup for #6207 and #6209.
64651      Branch: cfgperl
64652            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
64653 ____________________________________________________________________________
64654 [  6209] By: jhi                                   on 2000/06/07  01:33:12
64655         Log: Lock PL_fdpid against race conditions, based on:
64656              Subject: [PATCH 5.6.0]subprocess fixup for threads
64657              From: Dan Sugalski <dan@sidhe.org>
64658              To: perl5-porters@perl.org
64659              Date: Tue, 11 Apr 2000 17:02:32 -0400
64660              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
64661      Branch: cfgperl
64662            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
64663            ! win32/win32.c
64664 ____________________________________________________________________________
64665 [  6208] By: jhi                                   on 2000/06/07  01:05:23
64666         Log: Regen headers for #6207.
64667      Branch: cfgperl
64668            ! embed.h global.sym objXSUB.h proto.h
64669 ____________________________________________________________________________
64670 [  6207] By: jhi                                   on 2000/06/06  23:43:13
64671         Log: Subject: [PATCH 5.6.0] Threadsafe patches
64672              From: Dan Sugalski <dan@sidhe.org>
64673              To: perl5-porters@perl.org
64674              Date: Mon, 08 May 2000 18:08:13 -0400
64675              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
64676      Branch: cfgperl
64677            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
64678            ! proto.h sv.h util.c
64679 ____________________________________________________________________________
64680 [  6206] By: jhi                                   on 2000/06/06  23:21:23
64681         Log: Subject: [PATCH] Eliminate $a/$b in pod
64682              From: David Glasser <me@davidglasser.net>
64683              To: perl5-porters@perl.org
64684              Date: Mon, 29 May 2000 21:15:59 -0400
64685              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
64686      Branch: cfgperl
64687            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
64688            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
64689            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
64690            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
64691            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
64692            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
64693            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
64694            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
64695            ! pod/perlvar.pod pod/perlxs.pod
64696 ____________________________________________________________________________
64697 [  6205] By: jhi                                   on 2000/06/06  23:12:14
64698         Log: Subject: [PATCH] Win32 improvements
64699              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
64700              To: gsar@activestate.com, perl5-porters@perl.org
64701              Date: Mon, 29 May 2000 17:22:24 PDT
64702              Message-ID: <20000530002224.91142.qmail@hotmail.com>
64703              (MUA had mangled many lines by wordwrapping)
64704      Branch: cfgperl
64705            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
64706 ____________________________________________________________________________
64707 [  6204] By: jhi                                   on 2000/06/06  23:01:50
64708         Log: Subject: [PATCH] B::Bytecode patches
64709              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
64710              To: gsar@activestate.com, jhi@iki.fi
64711              Cc: perl5-porters@perl.org
64712              Message-ID: <20000602202526.48694.qmail@hotmail.com>
64713              (MUA had mangled many lines by wordwrapping)
64714      Branch: cfgperl
64715            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
64716            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
64717            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
64718            ! intrpvar.h perl.c
64719 ____________________________________________________________________________
64720 [  6203] By: jhi                                   on 2000/06/06  22:32:43
64721         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
64722              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64723              Date: Tue, 06 Jun 2000 13:07:45 -0700
64724              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
64725      Branch: cfgperl
64726            ! pod/perldiag.pod
64727 ____________________________________________________________________________
64728 [  6202] By: jhi                                   on 2000/06/06  19:38:35
64729         Log: Integrate with Sarathy.
64730      Branch: cfgperl
64731           !> perl.c
64732 ____________________________________________________________________________
64733 [  6201] By: gsar                                  on 2000/06/06  00:42:59
64734         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
64735              does a PUSHMARK that's never ever POPMARKed; in general, only
64736              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
64737              Perl_eval_[sp]v() don't because they don't take any incoming
64738              arguments (this leak has been around since the original version
64739              of perl_eval_pv() in 5.003_97e)
64740      Branch: perl
64741            ! perl.c
64742 ____________________________________________________________________________
64743 [  6200] By: jhi                                   on 2000/06/04  03:44:52
64744         Log: Update to cperl-mode.el 4.31 from
64745              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
64746              Subject: A couple of notes
64747              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64748              To: Mailing list Perl5 <perl5-porters@perl.org>
64749              Date: Sat, 3 Jun 2000 23:33:32 -0400
64750              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
64751      Branch: cfgperl
64752            ! emacs/cperl-mode.el
64753 ____________________________________________________________________________
64754 [  6199] By: jhi                                   on 2000/06/03  15:11:05
64755         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
64756              From: Dan Sugalski <dan@sidhe.org>
64757              To: perl5-porters@perl.org, vmsperl@perl.org
64758              Date: Fri, 02 Jun 2000 17:30:51 -0400
64759              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
64760      Branch: cfgperl
64761            ! vms/descrip_mms.template vms/gen_shrfls.pl
64762 ____________________________________________________________________________
64763 [  6198] By: jhi                                   on 2000/06/03  14:59:15
64764         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
64765              From: Dan Sugalski <dan@sidhe.org>
64766              To: vmsperl@perl.org, perl5-porters@perl.org
64767              Date: Fri, 02 Jun 2000 16:00:41 -0400
64768              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
64769              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
64770      Branch: cfgperl
64771            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
64772            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
64773            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
64774 ____________________________________________________________________________
64775 [  6197] By: jhi                                   on 2000/06/03  14:41:30
64776         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
64777              From: John Borwick <jhborwic@unity.ncsu.edu>
64778              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
64779              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
64780      Branch: cfgperl
64781            ! pod/perlsyn.pod
64782 ____________________________________________________________________________
64783 [  6196] By: jhi                                   on 2000/06/03  14:38:09
64784         Log: Integrate with Sarathy.
64785      Branch: cfgperl
64786           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
64787           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
64788           !> vms/perly_c.vms
64789 ____________________________________________________________________________
64790 [  6195] By: gsar                                  on 2000/06/02  22:43:13
64791         Log: fix yet another eval"" leak under USE_ITHREADS
64792      Branch: perl
64793            ! op.c
64794 ____________________________________________________________________________
64795 [  6194] By: gsar                                  on 2000/06/02  18:22:06
64796         Log: fix small eval"" memory leaks under USE_ITHREADS
64797      Branch: perl
64798            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
64799            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
64800            ! vms/perly_c.vms
64801 ____________________________________________________________________________
64802 [  6193] By: jhi                                   on 2000/06/01  13:03:56
64803         Log: Signals-be-gone for microperl.
64804      Branch: cfgperl
64805            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
64806 ____________________________________________________________________________
64807 [  6192] By: jhi                                   on 2000/06/01  12:52:02
64808         Log: Integrate with Sarathy.
64809      Branch: cfgperl
64810           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
64811           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
64812           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
64813           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
64814           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
64815           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
64816           !> t/op/vec.t utils/h2xs.PL
64817 ____________________________________________________________________________
64818 [  6191] By: gsar                                  on 2000/06/01  09:38:21
64819         Log: vec() loses numericalness (modified version of patch suggested
64820              by Robin Barker)
64821      Branch: perl
64822            ! doop.c t/op/vec.t
64823 ____________________________________________________________________________
64824 [  6190] By: gsar                                  on 2000/06/01  09:26:15
64825         Log: submit missing embed.pl change
64826      Branch: perl
64827            ! embed.pl
64828 ____________________________________________________________________________
64829 [  6189] By: gsar                                  on 2000/06/01  09:05:34
64830         Log: counting tr/// corrupts later operation (from M.J.T Guy)
64831      Branch: perl
64832            ! doop.c t/op/tr.t
64833 ____________________________________________________________________________
64834 [  6188] By: gsar                                  on 2000/06/01  08:58:39
64835         Log: h2xs tweaks
64836      Branch: perl
64837            ! utils/h2xs.PL
64838 ____________________________________________________________________________
64839 [  6187] By: gsar                                  on 2000/06/01  08:50:07
64840         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
64841              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
64842      Branch: perl
64843            + lib/Pod/LaTeX.pm
64844            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
64845            ! pod/pod2latex.PL
64846 ____________________________________________________________________________
64847 [  6186] By: gsar                                  on 2000/06/01  08:24:40
64848         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
64849              <wolfgang.laun@alcatel.at>)
64850      Branch: perl
64851            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
64852            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
64853 ____________________________________________________________________________
64854 [  6185] By: gsar                                  on 2000/06/01  08:12:00
64855         Log: remove incorrect documentation about implicit split to @_ in
64856              list context, which never really worked in perl 5 (from
64857              M.J.T. Guy)
64858      Branch: perl
64859            ! pod/perlfunc.pod pod/perltrap.pod
64860 ____________________________________________________________________________
64861 [  6184] By: gsar                                  on 2000/06/01  07:52:27
64862         Log: tweak for change#6127
64863      Branch: perl
64864            ! perl.c
64865 ____________________________________________________________________________
64866 [  6183] By: gsar                                  on 2000/06/01  07:41:02
64867         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
64868              <nick@ccl4.org>)
64869      Branch: perl
64870            + t/lib/selfloader.t
64871            ! MANIFEST lib/SelfLoader.pm
64872 ____________________________________________________________________________
64873 [  6182] By: jhi                                   on 2000/06/01  00:34:42
64874         Log: Be Cleaner Part Deux.
64875      Branch: cfgperl
64876            ! Makefile.SH
64877 ____________________________________________________________________________
64878 [  6181] By: jhi                                   on 2000/06/01  00:32:09
64879         Log: Integrate with Sarathy.
64880      Branch: cfgperl
64881           !> pp.c t/op/arith.t
64882 ____________________________________________________________________________
64883 [  6180] By: jhi                                   on 2000/06/01  00:31:13
64884         Log: microperl nits from Simon Cozens.
64885      Branch: cfgperl
64886            + uconfig.h
64887            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
64888            ! unixish.h
64889 ____________________________________________________________________________
64890 [  6179] By: gsar                                  on 2000/05/31  22:37:51
64891         Log: buggy modulus on UVs introduced by change#3378 (resulted in
64892              4063328477 % 65535 amounting to 27406, instead of 27407)
64893      Branch: perl
64894            ! pp.c t/op/arith.t
64895 ____________________________________________________________________________
64896 [  6178] By: jhi                                   on 2000/05/31  21:52:41
64897         Log: Be cleaner.
64898      Branch: cfgperl
64899            ! Makefile.SH
64900 ____________________________________________________________________________
64901 [  6177] By: jhi                                   on 2000/05/31  21:47:33
64902         Log: Substitution utf8 patch from Simon Cozens.
64903      Branch: cfgperl
64904            ! pp_hot.c
64905 ____________________________________________________________________________
64906 [  6176] By: jhi                                   on 2000/05/31  21:45:34
64907         Log: Single-quoted utf8 patch from Simon Cozens.
64908      Branch: cfgperl
64909            ! toke.c
64910 ____________________________________________________________________________
64911 [  6175] By: jhi                                   on 2000/05/31  21:40:18
64912         Log: Integrate with Sarathy.
64913      Branch: cfgperl
64914           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
64915 ____________________________________________________________________________
64916 [  6174] By: jhi                                   on 2000/05/31  21:37:31
64917         Log: microperl changes from Simon Cozens; Makefile for microperl
64918              written from scratch; few casts added as microperl compilation
64919              doesn't have all prototypes available.
64920      Branch: cfgperl
64921            + Makefile.micro README.micro Todo.micro uconfig.sh
64922            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
64923            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
64924      Branch: metaconfig
64925            + U/modified/Config_h.U
64926 ____________________________________________________________________________
64927 [  6173] By: jhi                                   on 2000/05/31  20:00:24
64928         Log: metaconfig maintenance.
64929      Branch: metaconfig
64930            + U/modified/Inhdr.U U/typedefs/inotype.U
64931      Branch: metaconfig/U/perl
64932            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
64933            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
64934 ____________________________________________________________________________
64935 [  6172] By: gsar                                  on 2000/05/31  05:05:42
64936         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
64937              (from Ilya Zakharevich)
64938      Branch: perl
64939            ! regexec.c t/op/re_tests
64940 ____________________________________________________________________________
64941 [  6171] By: gsar                                  on 2000/05/31  05:01:47
64942         Log: scalar() doesn't force scalar context when used in void context
64943              (from Simon Cozens)
64944      Branch: perl
64945            ! op.c t/op/wantarray.t
64946 ____________________________________________________________________________
64947 [  6170] By: gsar                                  on 2000/05/31  04:41:33
64948         Log: change#6142 needs tweaks to tests to work where there's no symlink()
64949              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
64950      Branch: perl
64951            ! t/lib/filefind.t
64952 ____________________________________________________________________________
64953 [  6169] By: gsar                                  on 2000/05/31  04:29:49
64954         Log: integrate cfgperl contents into mainline
64955      Branch: perl
64956           +> pod/perlmodlib.PL pod/perlnewmod.pod
64957           !> (integrate 42 files)
64958 ____________________________________________________________________________
64959 [  6168] By: jhi                                   on 2000/05/30  22:53:37
64960         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
64961      Branch: cfgperl
64962            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64963            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
64964            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
64965            ! win32/config.bc win32/config.gc win32/config.vc
64966            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
64967            ! win32/config_h.PL win32/config_sh.PL
64968      Branch: metaconfig/U/perl
64969            ! perlxv.U
64970 ____________________________________________________________________________
64971 [  6167] By: jhi                                   on 2000/05/30  22:20:21
64972         Log: tweak todo 
64973      Branch: cfgperl
64974            ! Todo-5.6
64975 ____________________________________________________________________________
64976 [  6166] By: jhi                                   on 2000/05/30  22:11:51
64977         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
64978              in case somebody wants to write an extension for more
64979              shadow database interfaces.
64980      Branch: cfgperl
64981            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64982            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
64983            ! vos/config.def vos/config.h vos/config_h.SH_orig
64984            ! win32/config.bc win32/config.gc win32/config.vc
64985            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
64986      Branch: metaconfig
64987            ! U/modified/Myinit.U
64988      Branch: metaconfig/U/perl
64989            + d_getespwnam.U d_getprpwnam.U i_prot.U
64990 ____________________________________________________________________________
64991 [  6165] By: jhi                                   on 2000/05/30  18:35:34
64992         Log: Integrate with Sarathy.
64993      Branch: cfgperl
64994           !> op.c
64995 ____________________________________________________________________________
64996 [  6164] By: jhi                                   on 2000/05/30  18:30:16
64997         Log: detypo
64998      Branch: cfgperl
64999            ! Configure config_h.SH
65000      Branch: metaconfig/U/perl
65001            ! perlxv.U
65002 ____________________________________________________________________________
65003 [  6163] By: gsar                                  on 2000/05/30  03:24:03
65004         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
65005      Branch: perl
65006            ! op.c
65007 ____________________________________________________________________________
65008 [  6162] By: gsar                                  on 2000/05/30  03:09:38
65009         Log: fix memory leak in method call optimization (change#3768);
65010              made C<eval "$x->foo()"> leak
65011      Branch: perl
65012            ! op.c
65013 ____________________________________________________________________________
65014 [  6161] By: jhi                                   on 2000/05/29  17:56:26
65015         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
65016              both from Simon Cozens.
65017      Branch: cfgperl
65018            + pod/perlmodlib.PL pod/perlnewmod.pod
65019            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
65020            ! pod/perlmodlib.pod pod/perltoc.pod
65021 ____________________________________________________________________________
65022 [  6160] By: jhi                                   on 2000/05/29  17:23:55
65023         Log: Changes for the File::Temp 0.08 (change #6159) test suite
65024              to fit better into the Perl distribution test framework.
65025      Branch: cfgperl
65026            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
65027            ! t/lib/ftmp-tempfile.t
65028 ____________________________________________________________________________
65029 [  6159] By: jhi                                   on 2000/05/29  16:55:36
65030         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
65031      Branch: cfgperl
65032            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
65033            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
65034 ____________________________________________________________________________
65035 [  6158] By: bailey                                on 2000/05/29  16:22:08
65036         Log: Add fallback to tmpfile for use in cases where user's relying on
65037              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
65038              Lane's patch)
65039      Branch: vmsperl
65040            ! vms/vms.c vms/vmsish.h
65041 ____________________________________________________________________________
65042 [  6157] By: jhi                                   on 2000/05/29  03:10:36
65043         Log: Regen Configure to jive with #6149.
65044      Branch: cfgperl
65045            ! Configure
65046      Branch: metaconfig
65047            ! U/modified/Getfile.U
65048 ____________________________________________________________________________
65049 [  6156] By: jhi                                   on 2000/05/29  03:01:38
65050         Log: Integrate with Sarathy.
65051      Branch: cfgperl
65052           +> ext/DynaLoader/dl_mac.xs
65053           !> (integrate 38 files)
65054 ____________________________________________________________________________
65055 [  6155] By: gsar                                  on 2000/05/28  21:15:58
65056         Log: small bug in change#6144; remove random \xA0 character that snuck
65057              in via change#6145
65058      Branch: perl
65059            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
65060 ____________________________________________________________________________
65061 [  6154] By: gsar                                  on 2000/05/28  21:04:19
65062         Log: avoid type mismatch warning
65063      Branch: perl
65064            ! perl.c
65065 ____________________________________________________________________________
65066 [  6153] By: gsar                                  on 2000/05/28  20:58:31
65067         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
65068              <nick@Bagpuss.uk.boo.com>)
65069      Branch: perl
65070            ! lib/Test/Harness.pm
65071 ____________________________________________________________________________
65072 [  6152] By: gsar                                  on 2000/05/28  20:53:42
65073         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
65074      Branch: perl
65075            ! regexec.c
65076 ____________________________________________________________________________
65077 [  6151] By: gsar                                  on 2000/05/28  20:50:28
65078         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
65079      Branch: perl
65080            ! regexec.c
65081 ____________________________________________________________________________
65082 [  6150] By: gsar                                  on 2000/05/28  20:39:58
65083         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
65084      Branch: perl
65085            ! pod/perlrequick.pod
65086 ____________________________________________________________________________
65087 [  6149] By: gsar                                  on 2000/05/28  20:35:16
65088         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
65089              <troc@netrus.net>)
65090      Branch: perl
65091            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
65092            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
65093            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
65094            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
65095 ____________________________________________________________________________
65096 [  6148] By: gsar                                  on 2000/05/28  20:21:07
65097         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
65098      Branch: perl
65099            ! lib/ExtUtils/MM_Unix.pm
65100 ____________________________________________________________________________
65101 [  6147] By: gsar                                  on 2000/05/28  20:12:41
65102         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
65103              (from Peter Prymmer)
65104      Branch: perl
65105            ! vms/subconfigure.com
65106 ____________________________________________________________________________
65107 [  6146] By: gsar                                  on 2000/05/28  20:06:15
65108         Log: doc typo
65109      Branch: perl
65110            ! lib/warnings.pm warnings.h warnings.pl
65111 ____________________________________________________________________________
65112 [  6145] By: gsar                                  on 2000/05/28  18:44:33
65113         Log: make xsubpp skip embedded pod (from Matthias Neeracher
65114              <neeri@iis.ee.ethz.ch>)
65115      Branch: perl
65116            ! lib/ExtUtils/xsubpp
65117 ____________________________________________________________________________
65118 [  6144] By: gsar                                  on 2000/05/28  18:42:49
65119         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
65120              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
65121              <neeri@iis.ee.ethz.ch>)
65122      Branch: perl
65123            ! lib/AutoSplit.pm
65124 ____________________________________________________________________________
65125 [  6143] By: gsar                                  on 2000/05/28  18:41:12
65126         Log: MacOS support, part 1 (from Matthias Neeracher
65127              <neeri@iis.ee.ethz.ch>)
65128      Branch: perl
65129            + ext/DynaLoader/dl_mac.xs
65130            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
65131            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
65132            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
65133            ! util.h
65134 ____________________________________________________________________________
65135 [  6142] By: gsar                                  on 2000/05/28  18:21:51
65136         Log: File::Find fails to chdir when chasing symlinks (from
65137              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
65138      Branch: perl
65139            ! lib/File/Find.pm t/lib/filefind.t
65140 ____________________________________________________________________________
65141 [  6141] By: jhi                                   on 2000/05/28  14:25:15
65142         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
65143              forwarded by Peter Seebach from the bsdi-users mailing list.
65144              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
65145      Branch: perl
65146            ! hints/bsdos.sh
65147 ____________________________________________________________________________
65148 [  6140] By: jhi                                   on 2000/05/28  14:11:57
65149         Log: Integrate with Sarathy.
65150      Branch: cfgperl
65151           +> (branch 30 files)
65152           !> (integrate 93 files)
65153 ____________________________________________________________________________
65154 [  6139] By: gsar                                  on 2000/05/28  10:01:48
65155         Log: revise mktables.PL for bugs and newness in Unicode 3.0
65156              (from James Bence <jbence@amgen.com>)
65157      Branch: perl
65158            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
65159            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
65160            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
65161            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
65162            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
65163            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
65164            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
65165            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
65166            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
65167            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
65168            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
65169            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
65170            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
65171            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
65172            + lib/unicode/Is/SylWU.pl
65173            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
65174            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
65175            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
65176            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
65177            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
65178            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
65179            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
65180            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
65181            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
65182            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
65183            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
65184            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
65185            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
65186            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
65187            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
65188            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
65189            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
65190            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
65191            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
65192            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
65193            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
65194            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
65195            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
65196            ! lib/unicode/Makefile lib/unicode/mktables.PL
65197 ____________________________________________________________________________
65198 [  6138] By: gsar                                  on 2000/05/28  08:50:32
65199         Log: add note about the handling of negative indices to tied arrays
65200              (from Michael G Schwern <schwern@pobox.com>)
65201      Branch: perl
65202            ! pod/perltie.pod
65203 ____________________________________________________________________________
65204 [  6137] By: gsar                                  on 2000/05/28  08:46:10
65205         Log: fix bogus redeclaration warning for "our" variables in different
65206              scopes
65207      Branch: perl
65208            ! op.c t/pragma/strict-vars
65209 ____________________________________________________________________________
65210 [  6136] By: gsar                                  on 2000/05/28  08:31:20
65211         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
65212      Branch: perl
65213            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
65214 ____________________________________________________________________________
65215 [  6135] By: gsar                                  on 2000/05/28  08:17:50
65216         Log: enable Test::Harness to dynamically determine column width etc.
65217              (from Rob Napier <rnapier@employees.org>)
65218      Branch: perl
65219            ! lib/Test/Harness.pm
65220 ____________________________________________________________________________
65221 [  6134] By: gsar                                  on 2000/05/28  08:13:39
65222         Log: make Test::Harness use wait.h/WCOREDUMP if available
65223              (from Ben Tilly <ben_tilly@hotmail.com>)
65224      Branch: perl
65225            ! lib/Test/Harness.pm
65226 ____________________________________________________________________________
65227 [  6133] By: gsar                                  on 2000/05/28  08:08:05
65228         Log: elide bogus test in change#6132
65229      Branch: perl
65230            ! t/pragma/warn/9enabled
65231 ____________________________________________________________________________
65232 [  6132] By: gsar                                  on 2000/05/28  08:03:14
65233         Log: warnings::enabled() doesn't fall back to looking at $^W if
65234              caller isn't using lexical warnings (from Paul Marquess)
65235      Branch: perl
65236            ! pp_ctl.c t/pragma/warn/9enabled
65237 ____________________________________________________________________________
65238 [  6131] By: gsar                                  on 2000/05/28  07:57:47
65239         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
65240      Branch: perl
65241            ! ext/POSIX/POSIX.pm
65242 ____________________________________________________________________________
65243 [  6130] By: gsar                                  on 2000/05/28  07:29:12
65244         Log: fix places that mean C<"word" character> but say C<alphanumeric
65245              character>
65246      Branch: perl
65247            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
65248 ____________________________________________________________________________
65249 [  6129] By: gsar                                  on 2000/05/28  07:18:41
65250         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
65251      Branch: perl
65252            ! vms/test.com
65253 ____________________________________________________________________________
65254 [  6128] By: gsar                                  on 2000/05/28  07:12:55
65255         Log: new perlxstut example for passing/returning refs to arrays
65256              (from David Lowe <dlowe@pootpoot.com>)
65257      Branch: perl
65258            ! pod/perlxstut.pod
65259 ____________________________________________________________________________
65260 [  6127] By: gsar                                  on 2000/05/28  07:02:50
65261         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
65262              failed (from Gisle Aas)
65263      Branch: perl
65264            ! cop.h perl.c
65265 ____________________________________________________________________________
65266 [  6126] By: gsar                                  on 2000/05/28  06:39:53
65267         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
65268              (reworked variant of patch suggested by Simon Cozens)
65269      Branch: perl
65270            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
65271            ! pp_hot.c proto.h t/op/gv.t
65272 ____________________________________________________________________________
65273 [  6125] By: gsar                                  on 2000/05/28  05:14:55
65274         Log: enable propagating exception objects via Perl_croak() in XS code
65275              (from Gisle Aas)
65276      Branch: perl
65277            ! util.c
65278 ____________________________________________________________________________
65279 [  6124] By: gsar                                  on 2000/05/28  05:07:28
65280         Log: integrate vmsperl contents into mainline
65281      Branch: perl
65282           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
65283           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
65284           !> vms/vmsish.h
65285 ____________________________________________________________________________
65286 [  6123] By: gsar                                  on 2000/05/28  05:03:53
65287         Log: clarify gotcha with #line directives (from Rocco Caputo
65288              <troc@netrus.net>)
65289      Branch: perl
65290            ! pod/perldebug.pod pod/perlsyn.pod
65291 ____________________________________________________________________________
65292 [  6122] By: gsar                                  on 2000/05/28  04:58:29
65293         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
65294              (from Mark-Jason Dominus)
65295      Branch: perl
65296            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
65297            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
65298            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
65299            ! toke.c
65300 ____________________________________________________________________________
65301 [  6121] By: bailey                                on 2000/05/25  04:46:54
65302         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
65303              lists (based on fixes by Craig Berry)
65304      Branch: vmsperl
65305            ! lib/File/Spec/VMS.pm
65306 ____________________________________________________________________________
65307 [  6120] By: bailey                                on 2000/05/25  04:25:38
65308         Log: Add missing escape (Charles Lane)
65309      Branch: vmsperl
65310            ! t/op/lex_assign.t
65311 ____________________________________________________________________________
65312 [  6119] By: bailey                                on 2000/05/25  04:21:25
65313         Log: Quiet error messages in vmsish.t (Charles Lane)
65314      Branch: vmsperl
65315            ! vms/ext/vmsish.t
65316 ____________________________________________________________________________
65317 [  6118] By: bailey                                on 2000/05/25  04:17:57
65318         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
65319              Flatten case labels in switch statements uniformly (Charles Bailey)
65320      Branch: vmsperl
65321            ! vms/vms.c
65322 ____________________________________________________________________________
65323 [  6117] By: bailey                                on 2000/05/25  03:58:09
65324         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
65325      Branch: vmsperl
65326            ! vms/vmsish.h
65327 ____________________________________________________________________________
65328 [  6116] By: bailey                                on 2000/05/25  03:11:15
65329         Log: Miscellaneous cosmetic fixes (Charles Lane)
65330      Branch: vmsperl
65331            ! lib/ExtUtils/MM_VMS.pm
65332 ____________________________________________________________________________
65333 [  6115] By: bailey                                on 2000/05/25  03:10:36
65334         Log: Add bounds checking for several strings (Charles Lane)
65335      Branch: vmsperl
65336            ! vms/vms.c
65337 ____________________________________________________________________________
65338 [  6114] By: bailey                                on 2000/05/25  02:25:34
65339         Log: Urk -- undo previous removal of vmsish 'exit' change
65340      Branch: vmsperl
65341            ! vms/ext/vmsish.pm vms/vmsish.h
65342 ____________________________________________________________________________
65343 [  6113] By: bailey                                on 2000/05/24  02:24:40
65344         Log: Ugly workaround for version-specific RTL error
65345      Branch: vmsperl
65346            ! vms/vms.c
65347 ____________________________________________________________________________
65348 [  6112] By: bailey                                on 2000/05/24  02:19:55
65349         Log: Check for existence of file before trying to delete
65350      Branch: vmsperl
65351            ! vms/test.com
65352 ____________________________________________________________________________
65353 [  6111] By: bailey                                on 2000/05/23  23:35:13
65354         Log: Resync with mainline prior to post-5.6.0 updates
65355      Branch: vmsperl
65356           +> (branch 49 files)
65357            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
65358            ! vms/ext/vmsish.pm
65359           !> (integrate 334 files)
65360 ____________________________________________________________________________
65361 [  6110] By: jhi                                   on 2000/05/23  19:28:32
65362         Log: todo tweak
65363      Branch: cfgperl
65364            ! Todo-5.6
65365 ____________________________________________________________________________
65366 [  6109] By: jhi                                   on 2000/05/18  17:38:54
65367         Log: Integrate with Sarathy.
65368      Branch: cfgperl
65369           !> mg.c perl.h win32/perlhost.h
65370 ____________________________________________________________________________
65371 [  6108] By: gsar                                  on 2000/05/17  02:24:56
65372         Log: reenable fake signal handling on Windows, bugs and all
65373      Branch: perl
65374            ! mg.c perl.h win32/perlhost.h
65375 ____________________________________________________________________________
65376 [  6107] By: jhi                                   on 2000/05/15  18:01:41
65377         Log: Tweak the todo list.
65378      Branch: cfgperl
65379            ! Todo-5.6
65380 ____________________________________________________________________________
65381 [  6106] By: jhi                                   on 2000/05/15  13:41:48
65382         Log: The (Configure) script refuses to go on, after asking for
65383              'You may also choose to try maximal 64-bitness....'.
65384              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
65385              -- Patrick Zima
65386              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
65387      Branch: cfgperl
65388            ! hints/solaris_2.sh
65389 ____________________________________________________________________________
65390 [  6105] By: jhi                                   on 2000/05/11  14:37:43
65391         Log: Integrate with Sarathy.
65392      Branch: cfgperl
65393           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
65394           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
65395 ____________________________________________________________________________
65396 [  6104] By: gsar                                  on 2000/05/11  03:39:07
65397         Log: PL_sys_intern was being initialized too late on windows
65398      Branch: perl
65399            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
65400            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
65401 ____________________________________________________________________________
65402 [  6103] By: jhi                                   on 2000/05/09  19:42:20
65403         Log: Test tweaking for Unicos continues.
65404      Branch: cfgperl
65405            ! t/op/64bitint.t
65406 ____________________________________________________________________________
65407 [  6102] By: jhi                                   on 2000/05/09  16:47:27
65408         Log: The test suite tweak in #6101 wasn't quite right.
65409      Branch: cfgperl
65410            ! t/lib/complex.t
65411 ____________________________________________________________________________
65412 [  6101] By: jhi                                   on 2000/05/09  15:35:34
65413         Log: Hints and test tweaks for Unicos.
65414      Branch: cfgperl
65415            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
65416 ____________________________________________________________________________
65417 [  6100] By: jhi                                   on 2000/05/08  21:15:06
65418         Log: More compilation tweakery from Allen Smith.
65419      Branch: cfgperl
65420            ! hints/irix_6.sh
65421 ____________________________________________________________________________
65422 [  6099] By: jhi                                   on 2000/05/08  19:21:18
65423         Log: Tweaks for the cc bugs from Allen Smith.
65424      Branch: cfgperl
65425            ! hints/irix_6.sh
65426 ____________________________________________________________________________
65427 [  6098] By: jhi                                   on 2000/05/08  19:13:37
65428         Log: Add a note about other, yet unsupported, shadow password APIs.
65429      Branch: cfgperl
65430            ! pp_sys.c
65431 ____________________________________________________________________________
65432 [  6097] By: jhi                                   on 2000/05/08  18:46:34
65433         Log: Add a note about possible compilation problems from Allen Smith.
65434      Branch: cfgperl
65435            ! hints/irix_6.sh
65436 ____________________________________________________________________________
65437 [  6096] By: jhi                                   on 2000/05/08  17:33:10
65438         Log: Integrate with Sarathy.
65439      Branch: cfgperl
65440           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
65441           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
65442 ____________________________________________________________________________
65443 [  6095] By: jhi                                   on 2000/05/08  16:21:33
65444         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
65445              might be useful in future.
65446      Branch: cfgperl
65447            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65448            ! config_h.SH
65449      Branch: metaconfig
65450            ! U/installdirs/inc_version_list.U
65451      Branch: metaconfig/U/perl
65452            ! perlxv.U
65453 ____________________________________________________________________________
65454 [  6094] By: gsar                                  on 2000/05/08  14:22:22
65455         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
65456      Branch: perl
65457            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
65458            ! hints/cygwin.sh pp_sys.c
65459 ____________________________________________________________________________
65460 [  6093] By: gsar                                  on 2000/05/08  12:52:28
65461         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
65462              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
65463      Branch: perl
65464            ! pp_sys.c sv.c win32/perlhost.h
65465 ____________________________________________________________________________
65466 [  6092] By: jhi                                   on 2000/05/07  22:40:34
65467         Log: Regen perltoc with the fixed buildtoc.
65468      Branch: cfgperl
65469            ! pod/perltoc.pod
65470 ____________________________________________________________________________
65471 [  6091] By: jhi                                   on 2000/05/07  22:24:16
65472         Log: Integrate with Sarathy.
65473      Branch: cfgperl
65474           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
65475           !> t/op/substr.t toke.c
65476 ____________________________________________________________________________
65477 [  6090] By: gsar                                  on 2000/05/07  19:47:07
65478         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
65479              [NI]OK; added tests for both
65480      Branch: perl
65481            ! perl.c pp_hot.c sv.c t/op/substr.t
65482 ____________________________________________________________________________
65483 [  6089] By: gsar                                  on 2000/05/07  18:18:38
65484         Log: buildtoc tweak to fix newline lossage
65485      Branch: perl
65486            ! pod/buildtoc
65487 ____________________________________________________________________________
65488 [  6088] By: jhi                                   on 2000/05/07  16:35:36
65489         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
65490              because we do not use those.  The HAS_GETSPNAM remains,
65491              though, because we still do use that.
65492      Branch: cfgperl
65493            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65494            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
65495            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
65496            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
65497            ! win32/config.vc win32/config_H.bc win32/config_H.gc
65498            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
65499 ____________________________________________________________________________
65500 [  6087] By: gsar                                  on 2000/05/07  16:05:16
65501         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
65502      Branch: perl
65503            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
65504 ____________________________________________________________________________
65505 [  6086] By: jhi                                   on 2000/05/07  15:27:07
65506         Log: Integrate with Sarathy.
65507      Branch: cfgperl
65508           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
65509           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
65510           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
65511           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
65512           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
65513           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
65514 ____________________________________________________________________________
65515 [  6085] By: gsar                                  on 2000/05/07  05:52:02
65516         Log: repeat operator (x) doesn't preserve utf8-ness
65517      Branch: perl
65518            ! pp.c t/op/substr.t
65519 ____________________________________________________________________________
65520 [  6084] By: gsar                                  on 2000/05/07  05:39:55
65521         Log: substr() does not preserve utf8-ness (from Stefan Eissing
65522              <Eissing@medicaldataservice.de>); added tests
65523      Branch: perl
65524            ! pp.c t/op/substr.t
65525 ____________________________________________________________________________
65526 [  6083] By: gsar                                  on 2000/05/07  05:24:46
65527         Log: note about undocumented caller() return value (from M.J.T. Guy);
65528              yet another peek.t tweak
65529      Branch: perl
65530            ! pod/perlfunc.pod t/lib/peek.t
65531 ____________________________________________________________________________
65532 [  6082] By: gsar                                  on 2000/05/07  05:08:40
65533         Log: peek.t non-portable to ithreads
65534      Branch: perl
65535            ! t/lib/peek.t
65536 ____________________________________________________________________________
65537 [  6081] By: gsar                                  on 2000/05/07  04:17:04
65538         Log: better default perlbug categories for ok reports (from Richard Foley)
65539      Branch: perl
65540            ! utils/perlbug.PL
65541 ____________________________________________________________________________
65542 [  6080] By: gsar                                  on 2000/05/07  04:08:07
65543         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
65544              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
65545      Branch: perl
65546            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
65547            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
65548            ! AUTHORS MAINTAIN MANIFEST
65549 ____________________________________________________________________________
65550 [  6079] By: gsar                                  on 2000/05/07  04:01:38
65551         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
65552      Branch: perl
65553            ! lib/Carp/Heavy.pm
65554 ____________________________________________________________________________
65555 [  6078] By: gsar                                  on 2000/05/07  01:24:19
65556         Log: workaround for CRT bug in chdir() (from Charles Lane, via
65557              Peter Prymmer)
65558      Branch: perl
65559            ! iperlsys.h vms/vms.c vms/vmsish.h
65560 ____________________________________________________________________________
65561 [  6077] By: gsar                                  on 2000/05/07  01:22:23
65562         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
65563              and Tom Phoenix)
65564      Branch: perl
65565            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
65566 ____________________________________________________________________________
65567 [  6076] By: gsar                                  on 2000/05/06  17:36:29
65568         Log: integrate cfgperl contents into mainline
65569      Branch: perl
65570           +> t/lib/peek.t
65571           !> Configure MANIFEST Porting/Glossary Porting/config.sh
65572           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
65573           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
65574           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
65575 ____________________________________________________________________________
65576 [  6075] By: jhi                                   on 2000/05/05  18:56:10
65577         Log: Make the test more portable.
65578      Branch: cfgperl
65579            ! t/lib/peek.t
65580 ____________________________________________________________________________
65581 [  6074] By: jhi                                   on 2000/05/05  18:49:20
65582         Log: Introduce t/lib/peek.t.
65583      Branch: cfgperl
65584            + t/lib/peek.t
65585            ! MANIFEST
65586 ____________________________________________________________________________
65587 [  6073] By: jhi                                   on 2000/05/05  14:30:45
65588         Log: Complex tweaks.
65589      Branch: cfgperl
65590            ! lib/Math/Complex.pm t/lib/complex.t
65591 ____________________________________________________________________________
65592 [  6072] By: jhi                                   on 2000/05/05  12:27:13
65593         Log: Integrate with Sarathy.
65594      Branch: cfgperl
65595           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
65596           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
65597           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
65598           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
65599 ____________________________________________________________________________
65600 [  6071] By: gsar                                  on 2000/05/05  02:24:46
65601         Log: misformatted perllocal.pod (from Tim Jenness
65602              <t.jenness@jach.hawaii.edu>)
65603      Branch: perl
65604            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
65605 ____________________________________________________________________________
65606 [  6070] By: gsar                                  on 2000/05/05  02:16:52
65607         Log: remove misleading comment (from M.J.T. Guy)
65608      Branch: perl
65609            ! t/lib/anydbm.t
65610 ____________________________________________________________________________
65611 [  6069] By: gsar                                  on 2000/05/05  02:15:13
65612         Log: File::Spec compatibility update (from Barrie Slaymaker
65613              <barries@slaysys.com>)
65614      Branch: perl
65615            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
65616            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
65617 ____________________________________________________________________________
65618 [  6068] By: gsar                                  on 2000/05/05  02:01:50
65619         Log: note about values()
65620      Branch: perl
65621            ! pod/perlfunc.pod
65622 ____________________________________________________________________________
65623 [  6067] By: gsar                                  on 2000/05/05  01:33:09
65624         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
65625      Branch: perl
65626            ! win32/win32.c
65627 ____________________________________________________________________________
65628 [  6066] By: gsar                                  on 2000/05/05  01:23:43
65629         Log: s/END/CHECK/
65630      Branch: perl
65631            ! perl.c
65632 ____________________________________________________________________________
65633 [  6065] By: jhi                                   on 2000/05/04  17:30:22
65634         Log: Integrate with Sarathy.
65635      Branch: cfgperl
65636           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
65637 ____________________________________________________________________________
65638 [  6064] By: gsar                                  on 2000/05/04  17:26:14
65639         Log: change#5905 wasn't quite right--it's intent only applies when arguments
65640              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
65641      Branch: perl
65642            ! pp_sys.c sv.c
65643 ____________________________________________________________________________
65644 [  6063] By: gsar                                  on 2000/05/04  16:52:29
65645         Log: tokeq() could read unallocated field in argument
65646      Branch: perl
65647            ! toke.c
65648 ____________________________________________________________________________
65649 [  6062] By: gsar                                  on 2000/05/04  16:34:51
65650         Log: additional tests for utf8.t
65651      Branch: perl
65652            ! t/pragma/utf8.t
65653 ____________________________________________________________________________
65654 [  6061] By: gsar                                  on 2000/05/04  16:09:28
65655         Log: change#5921 neglected to make eq honor "use bytes"
65656      Branch: perl
65657            ! sv.c
65658 ____________________________________________________________________________
65659 [  6060] By: jhi                                   on 2000/05/04  15:30:16
65660         Log: Integrate with Sarathy.
65661      Branch: cfgperl
65662           !> perl.c regcomp.c t/pragma/utf8.t
65663 ____________________________________________________________________________
65664 [  6059] By: jhi                                   on 2000/05/04  15:26:37
65665         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
65666              in natively 64-bit platforms where a long is a quad (no need
65667              for long longs).  Also added bias for IVs.
65668      Branch: cfgperl
65669            ! toke.c
65670 ____________________________________________________________________________
65671 [  6058] By: gsar                                  on 2000/05/04  00:19:14
65672         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
65673              (spotted by Donald Kinzer <dkinzer@premia.com>)
65674      Branch: perl
65675            ! perl.c
65676 ____________________________________________________________________________
65677 [  6057] By: gsar                                  on 2000/05/03  18:34:01
65678         Log: fix broken parsing of /\x{ab}/
65679      Branch: perl
65680            ! regcomp.c t/pragma/utf8.t
65681 ____________________________________________________________________________
65682 [  6056] By: jhi                                   on 2000/05/03  17:57:16
65683         Log: The search of infinity continues, this time simplified.
65684      Branch: cfgperl
65685            ! lib/Math/Complex.pm
65686 ____________________________________________________________________________
65687 [  6055] By: jhi                                   on 2000/05/03  17:45:30
65688         Log: Detypo.
65689      Branch: cfgperl
65690            ! hints/unicos.sh
65691 ____________________________________________________________________________
65692 [  6054] By: jhi                                   on 2000/05/02  22:28:27
65693         Log: Be more forgiving in POSIX about HUGE_VALL.
65694      Branch: cfgperl
65695            ! ext/POSIX/POSIX.xs
65696 ____________________________________________________________________________
65697 [  6053] By: jhi                                   on 2000/05/02  22:25:05
65698         Log: Integrate with Sarathy.
65699      Branch: cfgperl
65700           !> hints/irix_6.sh pod/perlop.pod
65701 ____________________________________________________________________________
65702 [  6052] By: jhi                                   on 2000/05/02  22:24:31
65703         Log: Unicos hint tweak.
65704      Branch: cfgperl
65705            ! hints/unicos.sh
65706 ____________________________________________________________________________
65707 [  6051] By: jhi                                   on 2000/05/02  22:21:26
65708         Log: Complex tweakery.
65709      Branch: cfgperl
65710            ! lib/Math/Complex.pm t/lib/complex.t
65711 ____________________________________________________________________________
65712 [  6050] By: jhi                                   on 2000/05/02  19:26:22
65713         Log: Use setxxent()/endxxent().
65714      Branch: cfgperl
65715            ! t/op/grent.t t/op/pwent.t
65716 ____________________________________________________________________________
65717 [  6049] By: jhi                                   on 2000/05/02  19:06:02
65718         Log: Test both the scalar and list contexts.
65719      Branch: cfgperl
65720            ! t/op/grent.t t/op/pwent.t
65721 ____________________________________________________________________________
65722 [  6048] By: gsar                                  on 2000/05/02  18:29:10
65723         Log: add note about how $( doesn't interpolate in REs (from
65724              Philip Newton <newton@ficus.frogspace.net>)
65725      Branch: perl
65726            ! pod/perlop.pod
65727 ____________________________________________________________________________
65728 [  6047] By: jhi                                   on 2000/05/02  17:41:24
65729         Log: Call getspnam() only iff needd.
65730      Branch: cfgperl
65731            ! pp_sys.c
65732 ____________________________________________________________________________
65733 [  6046] By: gsar                                  on 2000/05/02  17:07:25
65734         Log: libscheck has insufficient checks for n32 libs (from
65735              Albert Chin-A-Young <china@thewrittenword.com>)
65736      Branch: perl
65737            ! hints/irix_6.sh
65738 ____________________________________________________________________________
65739 [  6045] By: jhi                                   on 2000/05/02  13:57:17
65740         Log: Integrate with Sarathy.
65741      Branch: cfgperl
65742           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
65743           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
65744 ____________________________________________________________________________
65745 [  6044] By: gsar                                  on 2000/05/02  06:48:19
65746         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
65747              such that underscores are only ignored in literal numbers,
65748              "\x{...}", and hex/oct argument
65749      Branch: perl
65750            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
65751 ____________________________________________________________________________
65752 [  6043] By: gsar                                  on 2000/05/02  02:22:29
65753         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
65754      Branch: perl
65755            ! pod/perlretut.pod
65756 ____________________________________________________________________________
65757 [  6042] By: gsar                                  on 2000/05/02  02:17:51
65758         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
65759      Branch: perl
65760            ! pod/perltrap.pod
65761 ____________________________________________________________________________
65762 [  6041] By: gsar                                  on 2000/05/02  01:53:51
65763         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
65764              to compensate
65765      Branch: perl
65766            ! Porting/makerel
65767 ____________________________________________________________________________
65768 [  6040] By: gsar                                  on 2000/05/02  01:51:57
65769         Log: missing files in MANIFEST
65770      Branch: perl
65771            ! MANIFEST
65772 ____________________________________________________________________________
65773 [  6039] By: jhi                                   on 2000/05/02  00:36:46
65774         Log: Infinite problems.
65775      Branch: cfgperl
65776            ! lib/Math/Complex.pm
65777 ____________________________________________________________________________
65778 [  6038] By: jhi                                   on 2000/05/02  00:06:38
65779         Log: pwent/spent #ifdef imbalance.
65780      Branch: cfgperl
65781            ! pp_sys.c
65782 ____________________________________________________________________________
65783 [  6037] By: jhi                                   on 2000/05/01  22:50:11
65784         Log: Use HUGE_VALL if applicable.
65785      Branch: cfgperl
65786            ! ext/POSIX/POSIX.xs util.c
65787 ____________________________________________________________________________
65788 [  6036] By: jhi                                   on 2000/05/01  22:20:53
65789         Log: Correct Freudian slip.
65790      Branch: cfgperl
65791            ! pp_sys.c
65792 ____________________________________________________________________________
65793 [  6035] By: jhi                                   on 2000/05/01  21:07:38
65794         Log: Continue on the pwent/spent case.
65795      Branch: cfgperl
65796            ! pp_sys.c
65797 ____________________________________________________________________________
65798 [  6034] By: jhi                                   on 2000/05/01  17:45:14
65799         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
65800              adjustments in 6032 conflicted badly with this, will have
65801              to revisit them later.
65802      Branch: cfgperl
65803           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
65804           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
65805           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
65806           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
65807           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
65808           !> t/lib/cgi-html.t t/lib/cgi-request.t
65809 ____________________________________________________________________________
65810 [  6033] By: jhi                                   on 2000/05/01  17:40:49
65811         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
65812      Branch: cfgperl
65813            ! pp_sys.c
65814 ____________________________________________________________________________
65815 [  6032] By: gsar                                  on 2000/05/01  15:56:32
65816         Log: whitespace adjustments
65817      Branch: perl
65818            ! pp_sys.c
65819 ____________________________________________________________________________
65820 [  6031] By: gsar                                  on 2000/05/01  15:19:41
65821         Log: small nits in diagnostics.pm (from Robin Barker)
65822      Branch: perl
65823            ! lib/diagnostics.pm pod/perldiag.pod
65824 ____________________________________________________________________________
65825 [  6030] By: gsar                                  on 2000/05/01  08:39:18
65826         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
65827              for @- and @+ (from Johan Vromans)
65828      Branch: perl
65829            ! lib/English.pm pod/perlvar.pod
65830 ____________________________________________________________________________
65831 [  6029] By: gsar                                  on 2000/05/01  08:16:10
65832         Log: add CGI.pm v2.66 (from Lincoln Stein)
65833      Branch: perl
65834            + lib/CGI/Util.pm t/lib/cgi-pretty.t
65835            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
65836            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
65837            ! t/lib/cgi-html.t t/lib/cgi-request.t
65838 ____________________________________________________________________________
65839 [  6028] By: gsar                                  on 2000/05/01  06:34:41
65840         Log: Pod::Man generates groff-incompatible macro definition (from
65841              Tom Christiansen)
65842      Branch: perl
65843            ! lib/Pod/Man.pm
65844 ____________________________________________________________________________
65845 [  6027] By: gsar                                  on 2000/05/01  06:31:36
65846         Log: podlators-1.02 update (from Russ Allbery)
65847      Branch: perl
65848            ! lib/Pod/Man.pm lib/Pod/Text.pm
65849 ____________________________________________________________________________
65850 [  6026] By: jhi                                   on 2000/04/30  23:24:23
65851         Log: Integrate with Sarathy.
65852      Branch: cfgperl
65853           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
65854           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
65855           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
65856           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
65857           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
65858           !> t/lib/syslog.t toke.c win32/win32.h
65859 ____________________________________________________________________________
65860 [  6025] By: gsar                                  on 2000/04/30  18:17:47
65861         Log: Is{Alnum,Alpha,Word} don't match titlecase
65862              
65863              TODO: IsSpace is defined recursively!
65864              
65865              (both spotted by Larry)
65866      Branch: perl
65867            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
65868            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
65869 ____________________________________________________________________________
65870 [  6024] By: gsar                                  on 2000/04/30  17:50:19
65871         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
65872              (from Hugo van der Sanden)
65873      Branch: perl
65874            ! toke.c
65875 ____________________________________________________________________________
65876 [  6023] By: gsar                                  on 2000/04/30  17:14:43
65877         Log: debugger stomps on $. (from M.J.T. Guy)
65878      Branch: perl
65879            ! lib/perl5db.pl
65880 ____________________________________________________________________________
65881 [  6022] By: gsar                                  on 2000/04/30  16:59:22
65882         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
65883      Branch: perl
65884            ! sv.c
65885 ____________________________________________________________________________
65886 [  6021] By: gsar                                  on 2000/04/29  21:00:08
65887         Log: remove Win2K issue in pod (fixed by change#6020)
65888      Branch: perl
65889            ! README.win32 pod/perl56delta.pod
65890 ____________________________________________________________________________
65891 [  6020] By: gsar                                  on 2000/04/29  20:51:49
65892         Log: test tweak
65893      Branch: perl
65894            ! t/lib/open3.t
65895 ____________________________________________________________________________
65896 [  6019] By: gsar                                  on 2000/04/29  20:34:27
65897         Log: windows portability tweaks
65898      Branch: perl
65899            ! t/lib/b.t win32/win32.h
65900 ____________________________________________________________________________
65901 [  6018] By: gsar                                  on 2000/04/29  19:55:24
65902         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
65903              make _PATH_LOG() return "" if unavailable
65904      Branch: perl
65905            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
65906            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
65907 ____________________________________________________________________________
65908 [  6017] By: jhi                                   on 2000/04/28  22:49:46
65909         Log: Integrate with Sarathy.
65910      Branch: cfgperl
65911           !> op.c perl.c pod/perldiag.pod t/lib/b.t
65912 ____________________________________________________________________________
65913 [  6016] By: jhi                                   on 2000/04/28  22:46:14
65914         Log: Do not warn that an infinity does not look like a number.
65915      Branch: cfgperl
65916            ! sv.c
65917 ____________________________________________________________________________
65918 [  6015] By: gsar                                  on 2000/04/28  22:35:49
65919         Log: tweak test for portability
65920      Branch: perl
65921            ! t/lib/b.t
65922 ____________________________________________________________________________
65923 [  6014] By: gsar                                  on 2000/04/28  22:05:31
65924         Log: glob() loading File::Glob behind the scenes may cause syntax errors
65925      Branch: perl
65926            ! op.c
65927 ____________________________________________________________________________
65928 [  6013] By: gsar                                  on 2000/04/28  21:25:22
65929         Log: tweak change#5945 to display correct switch name in diagnostic
65930      Branch: perl
65931            ! perl.c pod/perldiag.pod
65932 ____________________________________________________________________________
65933 [  6012] By: jhi                                   on 2000/04/28  21:08:12
65934         Log: Integrate with Sarathy.
65935      Branch: cfgperl
65936           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
65937           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
65938           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
65939 ____________________________________________________________________________
65940 [  6011] By: jhi                                   on 2000/04/28  21:04:46
65941         Log: &HUGE_VAL is not defined, it exists.
65942      Branch: cfgperl
65943            ! lib/Math/Complex.pm
65944 ____________________________________________________________________________
65945 [  6010] By: gsar                                  on 2000/04/28  21:02:58
65946         Log: clarify note about shadow password support (from
65947              gellyfish@gellyfish.com)
65948      Branch: perl
65949            ! pod/perlfunc.pod
65950 ____________________________________________________________________________
65951 [  6009] By: gsar                                  on 2000/04/28  21:00:00
65952         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
65953      Branch: perl
65954            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
65955 ____________________________________________________________________________
65956 [  6008] By: gsar                                  on 2000/04/28  20:56:33
65957         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
65958      Branch: perl
65959            ! installperl vms/subconfigure.com
65960 ____________________________________________________________________________
65961 [  6007] By: gsar                                  on 2000/04/28  20:51:21
65962         Log: note about compile failures and END blocks (from M.J.T. Guy)
65963      Branch: perl
65964            ! pod/perl56delta.pod pod/perlmod.pod
65965 ____________________________________________________________________________
65966 [  6006] By: jhi                                   on 2000/04/28  20:42:14
65967         Log: Regen Configure.
65968      Branch: cfgperl
65969            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65970            ! config_h.SH
65971 ____________________________________________________________________________
65972 [  6005] By: gsar                                  on 2000/04/28  20:41:16
65973         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
65974      Branch: perl
65975            ! utils/perldoc.PL
65976 ____________________________________________________________________________
65977 [  6004] By: jhi                                   on 2000/04/28  20:28:21
65978         Log: Integrate with Sarathy.
65979      Branch: cfgperl
65980           !> Configure INSTALL Porting/Glossary Porting/config.sh
65981           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
65982           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
65983           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
65984           !> win32/config.vc win32/win32.c
65985 ____________________________________________________________________________
65986 [  6003] By: gsar                                  on 2000/04/28  20:11:20
65987         Log: allow REG_EXPAND_SZ keys in Windows registry (from
65988              John Clayton <John.Clayton@barclayscapital.com>)
65989      Branch: perl
65990            ! win32/win32.c
65991 ____________________________________________________________________________
65992 [  6002] By: gsar                                  on 2000/04/28  19:34:16
65993         Log: destructive sv_setsv() can lose UV-ness from source, causing
65994              numeric promotions/comparisons to fail to do the right thing
65995      Branch: perl
65996            ! sv.c
65997 ____________________________________________________________________________
65998 [  6001] By: gsar                                  on 2000/04/28  18:44:15
65999         Log: support additional library locations via $Config{otherlibdirs}
66000              (from Andy Dougherty)
66001      Branch: perl
66002            ! Configure INSTALL Porting/Glossary Porting/config.sh
66003            ! Porting/config_H config_h.SH epoc/config.sh perl.c
66004            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
66005            ! win32/config.bc win32/config.gc win32/config.vc
66006 ____________________________________________________________________________
66007 [  6000] By: gsar                                  on 2000/04/28  18:26:58
66008         Log: reworked otherlibdirs.U (from Andy Dougherty)
66009      Branch: metaconfig
66010            ! U/installdirs/otherlibdirs.U
66011 ____________________________________________________________________________
66012 [  5999] By: gsar                                  on 2000/04/28  18:17:07
66013         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
66014      Branch: perl
66015            ! t/pragma/warn/toke toke.c
66016 ____________________________________________________________________________
66017 [  5998] By: jhi                                   on 2000/04/28  13:32:17
66018         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
66019      Branch: cfgperl
66020            ! lib/Math/Complex.pm
66021 ____________________________________________________________________________
66022 [  5997] By: jhi                                   on 2000/04/28  13:14:04
66023         Log: Preserve $!.
66024      Branch: cfgperl
66025            ! lib/Math/Complex.pm
66026 ____________________________________________________________________________
66027 [  5996] By: jhi                                   on 2000/04/28  12:59:23
66028         Log: Integrate with Sarathy.
66029      Branch: cfgperl
66030           +> pod/perlrequick.pod pod/perlretut.pod
66031           !> (integrate 51 files)
66032 ____________________________________________________________________________
66033 [  5995] By: gsar                                  on 2000/04/28  09:37:36
66034         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
66035      Branch: perl
66036            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
66037 ____________________________________________________________________________
66038 [  5994] By: gsar                                  on 2000/04/28  09:33:26
66039         Log: fix for missed accounting for null byte in pack("Z",...) (from
66040              M.J.T. Guy)
66041      Branch: perl
66042            ! pp.c t/op/pack.t
66043 ____________________________________________________________________________
66044 [  5993] By: gsar                                  on 2000/04/28  09:30:05
66045         Log: various minor tweaks seen on p5p
66046      Branch: perl
66047            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
66048 ____________________________________________________________________________
66049 [  5992] By: gsar                                  on 2000/04/28  09:08:19
66050         Log: pod nit (from Simon Cozens)
66051      Branch: perl
66052            ! pod/perlop.pod
66053 ____________________________________________________________________________
66054 [  5991] By: gsar                                  on 2000/04/28  09:06:36
66055         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
66056      Branch: perl
66057            ! README.posix-bc hints/posix-bc.sh
66058 ____________________________________________________________________________
66059 [  5990] By: gsar                                  on 2000/04/28  08:54:52
66060         Log: use $ENV{LIB} to search for libs under Visual C compiler
66061              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
66062      Branch: perl
66063            ! lib/ExtUtils/Liblist.pm
66064 ____________________________________________________________________________
66065 [  5989] By: gsar                                  on 2000/04/28  08:27:12
66066         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
66067              itself and no other (from Tom Hughes)
66068      Branch: perl
66069            ! t/op/array.t toke.c
66070 ____________________________________________________________________________
66071 [  5988] By: gsar                                  on 2000/04/28  08:01:38
66072         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
66073              <paul@miraclefish.com>)
66074      Branch: perl
66075            ! lib/ExtUtils/MakeMaker.pm
66076 ____________________________________________________________________________
66077 [  5987] By: gsar                                  on 2000/04/28  07:53:09
66078         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
66079      Branch: perl
66080            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
66081 ____________________________________________________________________________
66082 [  5986] By: gsar                                  on 2000/04/28  07:44:17
66083         Log: add regular expressions tutorial and quick-start guide (from
66084              Mark Kvale <kvale@phy.ucsf.edu>)
66085      Branch: perl
66086            + pod/perlrequick.pod pod/perlretut.pod
66087            ! AUTHORS MAINTAIN MANIFEST
66088 ____________________________________________________________________________
66089 [  5985] By: gsar                                  on 2000/04/28  07:30:28
66090         Log: forked child may not exit correctly if it failed to open
66091              /dev/console (from Graham Barr)
66092      Branch: perl
66093            ! ext/Sys/Syslog/Syslog.pm
66094 ____________________________________________________________________________
66095 [  5984] By: gsar                                  on 2000/04/28  07:27:20
66096         Log: attributes::reftype() doesn't work on tied argument
66097      Branch: perl
66098            ! xsutils.c
66099 ____________________________________________________________________________
66100 [  5983] By: gsar                                  on 2000/04/28  07:15:04
66101         Log: numeric conversion of non-number in change#3378 tramples on
66102              OOK offset, causing segfaults
66103      Branch: perl
66104            ! sv.c
66105 ____________________________________________________________________________
66106 [  5982] By: gsar                                  on 2000/04/28  04:48:25
66107         Log: avoid error in IO::Socket::INET when given an unknown service name
66108              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
66109      Branch: perl
66110            ! ext/IO/lib/IO/Socket/INET.pm
66111 ____________________________________________________________________________
66112 [  5981] By: gsar                                  on 2000/04/28  04:31:31
66113         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
66114              prototype mismatch with CORE::glob(); update pod and tests to
66115              suit (File::Glob::glob() is still available for backward
66116              compatibility, but should be considered deprecated)
66117      Branch: perl
66118            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
66119            ! t/lib/glob-taint.t
66120 ____________________________________________________________________________
66121 [  5980] By: gsar                                  on 2000/04/28  03:47:29
66122         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
66123              <ghudson@mit.edu>)
66124      Branch: metaconfig
66125            ! U/modified/Options.U
66126      Branch: perl
66127            ! Configure
66128 ____________________________________________________________________________
66129 [  5979] By: gsar                                  on 2000/04/28  03:07:54
66130         Log: under useithreads, constant pad entries could inadvertantly be
66131              shared across threads (from Eric Blood <eblood@xmission.com>);
66132              added Eric's test case to testsuite
66133      Branch: perl
66134            ! op.c t/op/misc.t
66135 ____________________________________________________________________________
66136 [  5978] By: gsar                                  on 2000/04/27  21:13:00
66137         Log: sync version numbers in File::Spec with the ones on CPAN
66138              (from Barrie Slaymaker)
66139      Branch: perl
66140            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
66141            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
66142            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
66143 ____________________________________________________________________________
66144 [  5977] By: gsar                                  on 2000/04/27  21:07:29
66145         Log: autoquote barewords followed by newline and arrow properly
66146              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
66147      Branch: perl
66148            ! t/pragma/warn/toke toke.c
66149 ____________________________________________________________________________
66150 [  5976] By: gsar                                  on 2000/04/27  20:41:20
66151         Log: DB_File v1.73 update (from Paul Marquess)
66152      Branch: perl
66153            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
66154            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
66155 ____________________________________________________________________________
66156 [  5975] By: gsar                                  on 2000/04/27  20:34:24
66157         Log: allow sort() reentrancy (variant of patch suggested by
66158              Hugo van der Sanden)
66159      Branch: perl
66160            ! pp_ctl.c t/op/sort.t
66161 ____________________________________________________________________________
66162 [  5974] By: gsar                                  on 2000/04/27  19:46:57
66163         Log: change#4197 somehow missed initializing PL_errors, meaning
66164              sytax error queueing wasn't working outside eval"" at all;
66165              also fixed eval"" to localize PL_error_count, so that compile-time
66166              eval's don't clobber the error state of the outer context
66167      Branch: perl
66168            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
66169            ! t/pragma/warn/toke
66170 ____________________________________________________________________________
66171 [  5973] By: gsar                                  on 2000/04/27  18:29:05
66172         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
66173      Branch: perl
66174            ! regcomp.c regexec.c t/op/re_tests
66175 ____________________________________________________________________________
66176 [  5972] By: jhi                                   on 2000/04/27  18:22:41
66177         Log: Integrate with Sarathy.
66178      Branch: cfgperl
66179           +> t/lib/b.t t/lib/syslog.t
66180           !> (integrate 31 files)
66181 ____________________________________________________________________________
66182 [  5971] By: jhi                                   on 2000/04/27  18:18:46
66183         Log: Unicos tweaks from Mark P. Lutz.
66184      Branch: cfgperl
66185            ! hints/unicos.sh lib/Math/Complex.pm
66186 ____________________________________________________________________________
66187 [  5970] By: gsar                                  on 2000/04/27  18:05:11
66188         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
66189              IV is >32bits
66190      Branch: perl
66191            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
66192 ____________________________________________________________________________
66193 [  5969] By: gsar                                  on 2000/04/27  17:50:56
66194         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
66195      Branch: perl
66196            + t/lib/syslog.t
66197            ! MANIFEST ext/Sys/Syslog/Syslog.pm
66198 ____________________________________________________________________________
66199 [  5968] By: gsar                                  on 2000/04/27  17:44:49
66200         Log: tolerate spaces in group names in test on solaris (from David Boyce
66201              <dsb@boyski.com>)
66202      Branch: perl
66203            ! t/op/groups.t
66204 ____________________________________________________________________________
66205 [  5967] By: gsar                                  on 2000/04/27  17:41:22
66206         Log: improved docs on the warn_uninit diagnostic (from David Glasser
66207              and Simon Cozens)
66208      Branch: perl
66209            ! pod/perldiag.pod
66210 ____________________________________________________________________________
66211 [  5966] By: gsar                                  on 2000/04/27  16:54:58
66212         Log: add testsuite for B backends, fix bug in B::Deparse (from
66213              Simon Cozens <simon@brecon.co.uk>)
66214      Branch: perl
66215            + t/lib/b.t
66216            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
66217 ____________________________________________________________________________
66218 [  5965] By: gsar                                  on 2000/04/27  16:10:37
66219         Log: avoid "will not stay shared" warnings for our variables (from
66220              Robin Barker)
66221      Branch: perl
66222            ! op.c t/pragma/warn/op
66223 ____________________________________________________________________________
66224 [  5964] By: gsar                                  on 2000/04/27  07:05:05
66225         Log: reformat to 72 columns (again)
66226      Branch: perl
66227            ! pod/perldiag.pod
66228 ____________________________________________________________________________
66229 [  5963] By: gsar                                  on 2000/04/27  06:28:31
66230         Log: patch from Larry to make (\&) prototype work; added tests for
66231              the same
66232      Branch: perl
66233            ! op.c t/comp/proto.t
66234 ____________________________________________________________________________
66235 [  5962] By: gsar                                  on 2000/04/27  06:15:47
66236         Log: updated README.hpux (from Jeff Okamoto)
66237      Branch: perl
66238            ! README.hpux
66239 ____________________________________________________________________________
66240 [  5961] By: gsar                                  on 2000/04/27  05:55:03
66241         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
66242      Branch: perl
66243            ! emacs/cperl-mode.el
66244 ____________________________________________________________________________
66245 [  5960] By: gsar                                  on 2000/04/27  05:49:26
66246         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
66247      Branch: perl
66248            ! INSTALL
66249 ____________________________________________________________________________
66250 [  5959] By: gsar                                  on 2000/04/27  05:33:41
66251         Log: doubled words in pods (from Simon Cozens
66252              <simon.p.cozens@jp.pwcglobal.com>)
66253      Branch: perl
66254            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
66255            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
66256            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
66257            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
66258            ! pod/perltootc.pod
66259 ____________________________________________________________________________
66260 [  5958] By: gsar                                  on 2000/04/27  05:11:39
66261         Log: change#3569 deleted some essential code, revert; avoid use of
66262              atexit() to make DynaLoader work properly on AIX under mod_perl
66263              (from Jens-Uwe Mager <jum@helios.de>)
66264      Branch: perl
66265            ! ext/DynaLoader/dl_aix.xs
66266 ____________________________________________________________________________
66267 [  5957] By: gsar                                  on 2000/04/27  04:54:51
66268         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
66269      Branch: perl
66270            ! pod/perlmod.pod
66271 ____________________________________________________________________________
66272 [  5956] By: gsar                                  on 2000/04/27  04:51:47
66273         Log: better diagnostics on failed tests (from Ilya Zakharevich)
66274      Branch: perl
66275            ! t/op/lex_assign.t
66276 ____________________________________________________________________________
66277 [  5955] By: gsar                                  on 2000/04/27  04:26:44
66278         Log: longstanding bug exposed by change#3307: sort arguments weren't
66279              compiled with the right wantarray context (ensuing runtime lookup
66280              via block_gimme() was getting the incidental context of the
66281              sort() itself)
66282      Branch: perl
66283            ! op.c t/op/sort.t
66284 ____________________________________________________________________________
66285 [  5954] By: gsar                                  on 2000/04/26  23:42:12
66286         Log: integrate cfgperl contents into mainline
66287      Branch: perl
66288           !> (integrate 30 files)
66289 ____________________________________________________________________________
66290 [  5953] By: jhi                                   on 2000/04/26  23:06:42
66291         Log: Integrate with Sarathy.
66292      Branch: cfgperl
66293           !> README.win32 ext/B/B/Deparse.pm
66294           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
66295           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
66296           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
66297           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
66298           !> utils/perldoc.PL vms/perlvms.pod
66299 ____________________________________________________________________________
66300 [  5952] By: jhi                                   on 2000/04/26  23:03:46
66301         Log: Undo "use integer" addition from 64bitint as it seems
66302              to break most of the subtests in Digital UNIX;
66303              Unicos needs to find another way.
66304      Branch: cfgperl
66305            ! t/op/64bitint.t
66306 ____________________________________________________________________________
66307 [  5951] By: jhi                                   on 2000/04/26  22:57:53
66308         Log: Be more robust on "extreme" (large absolute value)
66309              arguments.  Originally reported by Daniel Connelly
66310              as a problem with asinh() on large negative arguments,
66311              asinh() used to bail out because an argument to log()
66312              ended up being zero.  Ilya Zakharevich proposed using
66313              Taylor's series in such cases, which for such large
66314              arguments is a very good approximation.
66315      Branch: cfgperl
66316            ! lib/Math/Complex.pm t/lib/complex.t
66317 ____________________________________________________________________________
66318 [  5950] By: gsar                                  on 2000/04/25  19:13:12
66319         Log: reformat perldiag to avoid long lines
66320      Branch: perl
66321            ! pod/perldiag.pod
66322 ____________________________________________________________________________
66323 [  5949] By: gsar                                  on 2000/04/25  18:41:11
66324         Log: make perldoc use the pod2man from the same version (from
66325              M.J.T. Guy)
66326      Branch: perl
66327            ! utils/perldoc.PL
66328 ____________________________________________________________________________
66329 [  5948] By: gsar                                  on 2000/04/25  18:21:57
66330         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
66331              <kompas@kompas.usr.onet.pl>)
66332      Branch: perl
66333            ! lib/vars.pm
66334 ____________________________________________________________________________
66335 [  5947] By: gsar                                  on 2000/04/25  18:11:53
66336         Log: use &dl_error rather than &dl_load_file as the guard for calling
66337              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
66338              statically built perl)
66339      Branch: perl
66340            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
66341 ____________________________________________________________________________
66342 [  5946] By: jhi                                   on 2000/04/25  17:37:54
66343         Log: Document that tr() is not tr(1).
66344      Branch: cfgperl
66345            ! pod/perlop.pod
66346 ____________________________________________________________________________
66347 [  5945] By: gsar                                  on 2000/04/25  16:34:33
66348         Log: make module name mandatory after -M switch; reorder perldiag
66349              alphabetically (from Mark-Jason Dominus)
66350      Branch: perl
66351            ! perl.c pod/perldiag.pod
66352 ____________________________________________________________________________
66353 [  5944] By: jhi                                   on 2000/04/25  01:15:18
66354         Log: On second thoughts frexp() does have two arguments.
66355      Branch: cfgperl
66356            ! perl.h
66357 ____________________________________________________________________________
66358 [  5943] By: jhi                                   on 2000/04/24  22:56:32
66359         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
66360              Now pp_ncmp() returns undef is either operand is a NaN.
66361      Branch: cfgperl
66362            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66363            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
66364            ! vms/subconfigure.com vos/config.def vos/config.h
66365            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
66366            ! win32/config.vc win32/config_H.bc win32/config_H.gc
66367            ! win32/config_H.vc
66368      Branch: metaconfig/U/perl
66369            + d_modfl.U
66370 ____________________________________________________________________________
66371 [  5942] By: jhi                                   on 2000/04/24  19:45:17
66372         Log: Regen Configure to match #5937.
66373      Branch: cfgperl
66374            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66375            ! config_h.SH
66376      Branch: metaconfig
66377            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
66378 ____________________________________________________________________________
66379 [  5941] By: jhi                                   on 2000/04/24  19:24:11
66380         Log: Further Unicos fixes for Mark Lutz.
66381      Branch: cfgperl
66382            ! hints/unicos.sh pp_ctl.c
66383 ____________________________________________________________________________
66384 [  5940] By: jhi                                   on 2000/04/24  19:09:06
66385         Log: Various Unicos 10.0.0.6 fixes.
66386              
66387              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
66388              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
66389              Reply-To: tecmpl1@triton.ca.boeing.com 
66390              To: perl5-porters@perl.org 
66391              Date: Fri, 14 Apr 2000 20:21:00 GMT 
66392              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
66393      Branch: cfgperl
66394            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
66395 ____________________________________________________________________________
66396 [  5939] By: gsar                                  on 2000/04/24  19:01:24
66397         Log: more pod nits (from Larry Virden)
66398      Branch: perl
66399            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
66400            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
66401            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
66402 ____________________________________________________________________________
66403 [  5938] By: gsar                                  on 2000/04/24  18:54:01
66404         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
66405      Branch: perl
66406            ! ext/B/B/Deparse.pm
66407 ____________________________________________________________________________
66408 [  5937] By: jhi                                   on 2000/04/24  17:39:00
66409         Log: Integrate with Sarathy.
66410      Branch: cfgperl
66411           +> (branch 31 files)
66412           !> (integrate 73 files)
66413 ____________________________________________________________________________
66414 [  5936] By: gsar                                  on 2000/04/24  17:30:06
66415         Log: additional tests for change#5934 (from Paul Marquess, who also
66416              sent in the same fix)
66417      Branch: perl
66418            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
66419            ! t/pragma/warn/5nolint t/pragma/warn/6default
66420 ____________________________________________________________________________
66421 [  5935] By: jhi                                   on 2000/04/24  17:26:05
66422         Log: Do not assume sign propagation.
66423              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
66424              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
66425              To: payner@ncifcrf.gov, perl5-porters@perl.org 
66426              Date: Tue, 18 Apr 2000 18:24:49 +0100 
66427              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
66428      Branch: cfgperl
66429            ! t/op/bop.t t/op/misc.t
66430 ____________________________________________________________________________
66431 [  5934] By: gsar                                  on 2000/04/24  17:16:54
66432         Log: propagate lexical warnings from surrounding scope correctly
66433              within string eval()
66434      Branch: perl
66435            ! pp_ctl.c t/pragma/warn/pp_ctl
66436 ____________________________________________________________________________
66437 [  5933] By: jhi                                   on 2000/04/24  17:01:07
66438         Log: Flatten the cpp jungle doing the nosuid checking.
66439      Branch: cfgperl
66440            ! perl.c
66441 ____________________________________________________________________________
66442 [  5932] By: gsar                                  on 2000/04/24  09:08:14
66443         Log: add rsignal(), whichsig() and do_join() to public API list
66444              (mod_perl uses them to good advantage)
66445      Branch: perl
66446            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
66447 ____________________________________________________________________________
66448 [  5931] By: gsar                                  on 2000/04/24  09:01:40
66449         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
66450      Branch: perl
66451            ! pp_hot.c regexec.c t/op/pat.t
66452 ____________________________________________________________________________
66453 [  5930] By: gsar                                  on 2000/04/24  08:58:33
66454         Log: small os390 tweaks (from Peter Prymmer)
66455      Branch: perl
66456            ! config_h.SH makedepend.SH
66457 ____________________________________________________________________________
66458 [  5929] By: gsar                                  on 2000/04/24  08:55:25
66459         Log: pod nits
66460      Branch: perl
66461            ! pod/perlguts.pod
66462 ____________________________________________________________________________
66463 [  5928] By: gsar                                  on 2000/04/24  08:50:13
66464         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
66465      Branch: perl
66466            ! ext/IO/lib/IO/Poll.pm
66467 ____________________________________________________________________________
66468 [  5927] By: gsar                                  on 2000/04/24  08:43:24
66469         Log: arrange for next() to resume at the unstack op rather than the
66470              loop conditional, so that scope cleanup happens correctly
66471              (from Stephen McCamant)
66472      Branch: perl
66473            ! op.c pp_ctl.c t/op/misc.t
66474 ____________________________________________________________________________
66475 [  5926] By: gsar                                  on 2000/04/24  08:18:40
66476         Log: on windows, reserve 16M of stack rather than 128M (allows more
66477              threads to run concurrently)
66478      Branch: perl
66479            ! win32/Makefile win32/makefile.mk
66480 ____________________________________________________________________________
66481 [  5925] By: gsar                                  on 2000/04/24  08:13:52
66482         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
66483      Branch: perl
66484            ! toke.c
66485 ____________________________________________________________________________
66486 [  5924] By: gsar                                  on 2000/04/24  08:08:59
66487         Log: avoid using uninitialized memory in require version check
66488      Branch: perl
66489            ! pp_ctl.c universal.c
66490 ____________________________________________________________________________
66491 [  5923] By: gsar                                  on 2000/04/24  07:20:14
66492         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
66493      Branch: perl
66494            ! ext/IO/lib/IO/Poll.pm
66495 ____________________________________________________________________________
66496 [  5922] By: gsar                                  on 2000/04/24  07:08:42
66497         Log: commentary about IoTYPE() (from Nathan Torkington)
66498      Branch: perl
66499            ! sv.h
66500 ____________________________________________________________________________
66501 [  5921] By: gsar                                  on 2000/04/24  06:58:26
66502         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
66503              by fix
66504      Branch: perl
66505            ! sv.c t/lib/charnames.t t/pragma/utf8.t
66506 ____________________________________________________________________________
66507 [  5920] By: gsar                                  on 2000/04/24  06:37:59
66508         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
66509      Branch: perl
66510            ! doop.c t/op/ver.t
66511 ____________________________________________________________________________
66512 [  5919] By: gsar                                  on 2000/04/24  06:21:58
66513         Log: Configure might miss old directories when prefix must be
66514              expanded (from Robin Barker)
66515      Branch: metaconfig
66516            ! U/installdirs/inc_version_list.U
66517      Branch: perl
66518            ! Configure
66519 ____________________________________________________________________________
66520 [  5918] By: gsar                                  on 2000/04/24  06:16:11
66521         Log: VMS nits in glob() test (from Charles Lane)
66522      Branch: perl
66523            ! t/lib/glob-basic.t
66524 ____________________________________________________________________________
66525 [  5917] By: gsar                                  on 2000/04/24  06:11:56
66526         Log: various pod nits (from Larry Virden and others)
66527      Branch: perl
66528            ! README.amiga README.hpux README.machten README.os2
66529            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
66530            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
66531            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
66532            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
66533            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
66534            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
66535            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
66536            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
66537 ____________________________________________________________________________
66538 [  5916] By: gsar                                  on 2000/04/24  05:52:43
66539         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
66540              <wjones@tc.fluke.com>)
66541      Branch: perl
66542            ! t/lib/glob-basic.t
66543 ____________________________________________________________________________
66544 [  5915] By: gsar                                  on 2000/04/24  05:07:01
66545         Log: supported platforms mixed up
66546      Branch: perl
66547            ! pod/perl56delta.pod pod/perlport.pod
66548 ____________________________________________________________________________
66549 [  5914] By: gsar                                  on 2000/04/24  04:56:08
66550         Log: caller() wasn't returning the right number of elements for
66551              eval {...}
66552      Branch: perl
66553            ! pp_ctl.c t/pragma/warn/9enabled
66554 ____________________________________________________________________________
66555 [  5913] By: gsar                                  on 2000/04/24  04:35:41
66556         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
66557              Mark-Jason Dominus)
66558      Branch: perl
66559            ! pod/perlfunc.pod
66560 ____________________________________________________________________________
66561 [  5912] By: gsar                                  on 2000/04/24  04:17:15
66562         Log: fix totally broken caching in UNIVERSAL::isa() (from
66563              Nick Ing-Simmons)
66564      Branch: perl
66565            ! t/op/universal.t universal.c
66566 ____________________________________________________________________________
66567 [  5911] By: gsar                                  on 2000/04/24  03:39:47
66568         Log: add linebreak properties from unicode/LineBrk.txt (from
66569              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
66570      Branch: perl
66571            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
66572            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
66573            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
66574            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
66575            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
66576            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
66577            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
66578            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
66579            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
66580            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
66581            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
66582            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
66583            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
66584            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
66585            + lib/unicode/Is/LbrkZW.pl
66586            ! lib/unicode/mktables.PL
66587 ____________________________________________________________________________
66588 [  5910] By: gsar                                  on 2000/04/24  03:23:10
66589         Log: typo in pod
66590      Branch: perl
66591            ! ext/Thread/Thread.pm
66592 ____________________________________________________________________________
66593 [  5909] By: gsar                                  on 2000/04/24  03:22:03
66594         Log: mode argument to do_binmode() should be file mode, not boolean
66595      Branch: perl
66596            ! pp_sys.c
66597 ____________________________________________________________________________
66598 [  5908] By: gsar                                  on 2000/04/16  16:51:08
66599         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
66600              always returns a valid GV even when the symbol is trapped by strictures
66601              (avoids coredumps)
66602              
66603              TODO: the C<package;> hack needs similar treatment
66604      Branch: perl
66605            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
66606            ! t/pragma/strict-vars
66607 ____________________________________________________________________________
66608 [  5907] By: jhi                                   on 2000/03/31  23:42:56
66609         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
66610              an assumption which #5905 demolished.
66611      Branch: cfgperl
66612            ! pp_sys.c
66613 ____________________________________________________________________________
66614 [  5906] By: jhi                                   on 2000/03/31  18:54:37
66615         Log: Typo in #5905.
66616      Branch: cfgperl
66617            ! t/op/64bitint.t
66618 ____________________________________________________________________________
66619 [  5905] By: jhi                                   on 2000/03/31  18:50:54
66620         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
66621              reported by Joseph N. Hall.  The bug was that even with use64bitint
66622              one had to use the prefixes q, L, or ll with printf/sprintf,
66623              contrary to the documentation and common sense.
66624      Branch: cfgperl
66625            ! sv.c t/op/64bitint.t
66626 ____________________________________________________________________________
66627 [  5904] By: gsar                                  on 2000/03/28  02:31:32
66628         Log: add Changes, perldelta.pod
66629      Branch: perl
66630            + Changes pod/perldelta.pod
66631 ____________________________________________________________________________
66632 [  5903] By: gsar                                  on 2000/03/28  02:03:55
66633         Log: rename Changes and perldelta.pod
66634      Branch: perl
66635           +> Changes5.6 pod/perl56delta.pod
66636            - Changes pod/perldelta.pod
66637            ! MANIFEST
66638 ____________________________________________________________________________
66639 [  5902] By: gsar                                  on 2000/03/28  01:59:14
66640         Log: create maint-5.6 branch
66641      Branch: maint-5.6/perl
66642           +> (branch 1611 files)
66643 ____________________________________________________________________________
66644 [  5901] By: jhi                                   on 2000/03/23  05:48:43
66645         Log: Integrate with Sarathy.
66646      Branch: cfgperl
66647           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
66648 ____________________________________________________________________________
66649 [  5900] By: gsar                                  on 2000/03/23  05:42:43
66650         Log: three guesses on what this is :-)
66651      Branch: perl
66652            ! Changes